Posts
Microservices - Design Principle
· ☕ 3 min read · ✍️ Neeraj Sidhaye
Microservices at it's core is based on designing a bunch of small services based on specific business capabilities. Small service means, it should minimize complexity, should serve a focused purpose and should minimize inter-service communication. Importtantly, each microservices should be built as a PRODUCT!"

Server Sent Events - Concepts
· ☕ 4 min read · ✍️ Neeraj Sidhaye
Server Sent Events - Concept, Use case, how SSE works, message formats, SSE code sample, SseEmitter connection keep alive time and Auto Reconnect mechanism