top of page
The Tech Feed


Time to Leave This City to Start Anew
To good times 🥂 Later in the blog, will share my experience living in Bangalore. But first lets start with the important things: Must...
Apr 285 min read
Getting started with CouchDB in your Spring Boot project
What is Couch DB? Couch DB is a Document DB. Documents DBs are a class of NoSQL databases built around JSON-like documents which are...
Aug 3, 20243 min read
Designing a News Feed Service using Document DB as a storage
Design a News Feed service to quickly generate and fetch the news feed and profile feed for each user present in the social network....
Aug 3, 20243 min read
RCA — Root cause analysis in real life
As a software developer, after every production issue/downtime that you face you are expected to write a RCA. A RCA, root cause analysis...
Aug 3, 20242 min read
Generate swagger doc for your django Project using drf_yasg
Why do we need API documentation and what is swagger? API documentation is used to provide details about how to use and integrate with an...
Aug 3, 20242 min read
Freshers’ guide to becoming a Software Engineer when you are not a Computer Science Engineer
In this article, I am going to talk about how can a non-CS Engineer prepare for a Software Engineering role. Also going to mention the...
Aug 3, 20243 min read
Get started with Golang and gRPC
Are you exploring which language and framework to choose for your new micro-service? If yes, Golang and gRPC could be the perfect choice....
Aug 2, 20243 min read
bottom of page