Asad Dhamani
  • Home
  • About
Sign in Subscribe

web dev

A collection of 4 posts
Meteor framework review
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 quickly Meteor is a really quick framework to get started with. Normally in
28 Jan 2019 8 min read
Redirect requests to another site using Nginx
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, and that included my GitHub project sites HeadlessBrowsers and Awesome-Postgres. So far, I had been hosting the
27 Jan 2019 1 min read
Redirect HTTP requests to HTTPS with Nginx
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
27 Jan 2019 1 min read
File uploads with Meteor
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
30 Aug 2016 3 min read
Page 1 of 1
Asad Dhamani © 2025
Powered by Ghost