Blogs
I do write about whatever I am learning and doing, mostly about software development. Below are the blogs I have written and I am going to publish more blogs whenever I got some time to write
Managing Microservice Schema With Protocol Buffers
Defining the Microservice Schema, Interfaces, Objects, and strategies that can be used to manage Microservice API Interfaces.
Anatomy of Go-Routines in Go - Golang concurrency pattern
Goroutine is lightweight execution thread running in the background.
A Comprehensive Guide to Learn GraphQL & Its Core Concepts
Tutorial series dedicated to learning the graphql from scratch with examples and working demos
JWT authentication in Golang with Echo
Learn how to build JWT authentication middleware for Echo
Build Simple API with gRPC, Protocol Buffers in Golang
This guide gets you started with gRPC in Go with a simple working example.