Soham Dongargaonkar
My personal website where I blog about (mostly) software development
Save time by deploying your microservices to GCP in parallel
tl;dr You can define the code for deploying each microservice inside an Azure Pipelines job. Since jobs automatically run in parallel, these microservices will be deployed at once rather than sequentially, greatly reducing your time to deploy.
How to add Readiness Checks for Google App Engine on Django
A while ago I was tasked with adding readiness checks for a Django App. This wasn’t as straight forward as I had hoped, so here’s a tutorial for the next person who has to do this.
Hello World
Jekyll After much, much deliberation and thinking I’ve decided to go with Jekyll to host this blog. My initial idea was to write my own Blog app using either Django or Ruby on Rails and host it on Google App Engine with Cloud SQL for the database. But if you...