web dev Redirect HTTP requests to HTTPS with Nginx I recently moved my blog away from GitHub pages to Ghost, and had to set up HTTPS redirects for the same. This is how you redirect HTTP requests to HTTPS with Nginx. You will likely have two site configuration files in your /etc/nginx/sites-enabled configuration directory. I have a
SQL How to rename or delete a column in SQLite? I recently worked on a project involving SQLite, and while creating database migrations, I realized that SQLite does not support the complete ALTER TABLE syntax completely. Out of the box, you are able to rename a table, or add a column to an existing table, but that's it.
web dev File uploads with Meteor MeteorJS is an amazing framework for developing web apps, and it is really helpful in increasing development speed. One of the few things that is not provided by Meteor OOTB is file uploads. Most apps will need file uploads at some point or the other, and one of the main
PyCharm CE vs Sublime Text for Python Development PyCharm and Sublime Text are both great editors, and they are both recommended quite often for Python development. While PyCharm is a full-fledged IDE, Sublime Text is a sophisticated text editor that is massively extensible via plugins. But which one is better? Throughout the text of this post, whenever I
GitHub Language Popularity Statistics I’ve been wanting to get an idea of the division between languages on GitHub for a while now. While there are some articles available on the matter, none of them were really clear. So I’ve decided to do some research of my own. Stars Currently, there are 68