The Tech Feed
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...
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....
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...
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...
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...
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....