MSMayank Singhinmayank-blogs.hashnode.dev·Nov 12, 2022 · 3 min readWeb-Sockets part-1What are web sockets and why do we use ?? Seamless communication is a must on the modern web. As internet speeds increase, we expect our data in real time. WebSocket, enables client and server in real time. With WebSockets, you can build multiplayer ...00
MSMayank Singhinmayank-blogs.hashnode.dev·Nov 1, 2022 · 3 min readOpen telemetry part-1Here in this Blog we will be understanding . why it is required and how it works. Why it is required????? Let's assume a company is working on microservices (for assumption 4 services are there A,B,C,D. ). Here for a request service A is calling B an...00