In this project we’ll be hosting a django app on a Linux machine (we’ll consider Ubuntu) using Nginx and uWSGI. Nginx is commonly used as a webserver to serve static assets such as images, CSS and JavaScript to web browser clients. Nginx is also typically configured as a reverse proxy,...
[Read More]
I write about
DAAD-WISE Internship Experience
A two-month summer research internship at Germany
I was overjoyed when I received the email for acceptance into the Deutscher Akademischer Austausch-Dienst – Working Internship in Science and Engineering (DAAD-WISE) at the Language Technology Research Group in Universität Hamburg under the guidance of Prof. Chris Biemann at Hamburg, Germany.
[Read More]
Deploying a Django app on Heroku
Going live with Heroku and using AWS for storing static files
This is post will guide you to host your own django app in a production environment using Amazon Web Services (AWS) for storing static files and Heroku for hosting the project.
[Read More]
Introduction to Open Source
dgplug Summer Training
It was during Scipy 2015, a three-day conference on Scientific Python conducted at IIT Bombay from 14th December, 2015 to 16th December, 2015 when I first heard about the open source community. Some of the participants there were talking amongst themselves about their contributions to the open source community and...
[Read More]