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