Reasons why Django is the best web frameworkChoosing a web framework is hard especially now when there are a lot of frameworks on the market, each designed to address different project needs. Here is why I think that Django is the best choice in most cases. What is Django? Django - The web fr...Jun 16, 2021·5 min read·308
Completing the first milestone of my GSoC Project with OppiaI have passed the first milestone of Google Summer of Code 2020. It was a wonderful experience working with Oppia. I wrote this post to share the things I've learnt during these awesome four weeks. So first of all let me tell you a bit about my work....Jul 11, 2020·2 min read·121
Revamping my personal siteOverview Initially, my website (https://www.nishantwrp.com) was a simple vue application where almost everything was hardcoded. I didn't take advantage of Vue at all. But recently I revamped my site and some of the major changes I made are Migrated ...Jun 29, 2020·2 min read·217
Using gitalk as a commenting systemGitalk is a commenting system that can be used as an alternative to Disqus. Gitalk uses the Github issues to track comments. I found it really nice. I think developers should use something like gitalk instead of disqus because it's open-source, uses ...Jun 6, 2020·91
Gridsome and Gatsby plugins to fetch the blog posts from your devblogs on hashnodeAs all the devs using gridsome and gatsby must be aware that these static site generators offer source plugins to fetch your data from different places. And if you are using devblog for blogging purposes, I've built grisome and gatsby plugins for you...May 30, 2020·149