• Deploy Django App on Heroku

    If you are looking to deploy your Django app for free! Heroku is a free and easy platform to deploy your Django app. Heroku is a good platform especially for the students who want to make their projects live freely.
    Read More - On Medium


  • Send Email in Django App with SendGrid

    Many times we have to send an email for activation, invitation, and other purposes. Sendgrid is an email provider which have great support of Twillio Developers. sendgrid-python is a library backed by Twillio Sendgrid.
    Read More - On Medium


  • Remove sensitive data/file from GitHub(from any commit)

    Ohh Shit! I have pushed the SSH Key to Github. Yeah, If you want to know how you can remove or delete the sensitive info from Github that you have pushed in you last or older commits then you are at the right place.
    Read More - On Medium


  • Authenticate Django APIs with JWT!

    Hello there! In this article, we are going to understand the use of JWT(JSON Web Token)for the authentication of the APIs in the Django app. So, I am skipping the beginning part of creating a
    Read More - On Medium


  • Google Summer of Code Summary

    Hello there! I am Sandeep Chauhan, a Google Summer of Code student working with Python Hydra. I have worked on the project Redis as a Graph database. It was a great experience and I learned Read More - On Medium


  • Querying-Mechanism for python-hydra-agent

    Hello there! I am Sandeep Chauhan, GSoC student under Python Hydra. So, Today we will discuss about the querying mechanism for our Python client `python-hydra-agent` which is basically based Read More - On Medium


  • Documentation of python-hydra-agent

    Hello there! First phase of coding of GSoC 2018 is almost completed. I am working on project “Implement Redis as a datastore” under the Python Hydra organisation. For the first phase of coding Read More - On Medium