15 followers
Google Summer of Code'21 @ PostgreSQL | Google DSC Lead | Python-Django-Flask Developer | Open Source Enthusiast | Computer Engineering Student
Subscribe to my newsletter and never miss my upcoming articles
Insertion sort used the incremental approach to designing algorithms; having sorted the array A[1..j-1], we inserted the element A[j] in its correct position. Now, we look at the divide and conquer approach to designing algorithms, post which we wil...
My notes on the above topic
The documentation for deploying docker containers to Heroku is available here. But, building the docker image on a Mac M1 machine is breaking the standard setup 🙃. I have put up some steps that one can run to deploy docker containers on Heroku. Step...
This blog describes my work with PostgreSQL for the project "Improve pgeu-system for Conference Management". The Google Drive folder that contains all the patches generated during GSoC is available here. Project Details: Student: Saurav Shriva...
My Journey + GSoC Proposals
Django Project Setup with Pipenv + Managing secrets with environment variables in Django