web dev Meteor framework review Over the last few years, I've worked extensively with the Meteor web framework. After developing and maintaining a production Meteor application for several years, here's my take on it: The Good Get started
web dev Redirect requests to another site using Nginx I recently moved my site from GitHub Pages to my own server. For the last couple of years, I had been hosting my domain asad.pw and www.asad.pw on GitHub pages,
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
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.