Vinayak Savale

Vinayak Savale @vinayaksavle

About: A keen learner and one who likes to solve problems.

Location:
Pune
Joined:
Oct 26, 2020

Vinayak Savale
articles - 8 total

Day 6 – Guaranteeing Message Ordering in Azure Service Bus

In distributed systems, order matters. Imagine: A banking system where withdrawal happens before...

Learn More 0 0Sep 14

Day 5 – Ensuring Message Idempotency with Duplicate Detection in Azure Service Bus

In distributed systems, duplicate messages are inevitable. Network retries, client resends, or...

Learn More 0 0Sep 14

Day 4 – Handling Failures with Dead-Letter Queues (DLQ) in Azure Service Bus

Even in the most reliable systems, not every message can be processed successfully. 👉 What happens to...

Learn More 0 0Sep 14

Day 3 – Message Sessions & Ordering in Azure Service Bus with .NET

When dealing with distributed systems, one challenge that often comes up is: 👉 How do we ensure that...

Learn More 1 0Sep 14

Day 2 – Queues vs Topics in Azure Service Bus with .NET

When building distributed applications, one of the most important design decisions is how services...

Learn More 1 0Sep 14

Day 1 – Introduction to Azure Service Bus in .NET

In today’s world of distributed systems and microservices, one of the biggest challenges is ensuring...

Learn More 1 0Sep 14

Basic Authentication and Authorization

In the .NET framework, authentication and authorization are two important processes that help ensure...

Learn More 0 0Mar 20 '24

Trust Issues with setTimeout()! 💔 setTimeout Interview Question

setTimeout has trust issues! 💔 setTimeout(function a() { console.log("Example"); },...

Learn More 29 4Feb 1 '21