Sandeep Borhade

Sandeep Borhade @sborhade

About: Software developer LinkedIn: https://www.linkedin.com/in/sandeephb/ GitHub: GitHub.com/sborhade

Joined:
Jan 20, 2025

Sandeep Borhade
articles - 10 total

Token based Auth

There are multiple ways to manage token-based authentication in microservices, and the choice of...

Learn More 0 0Feb 11

Database Table Normalization

By using normalization, we can organize database to reduce redundancy and improve data integrity. ...

Learn More 0 0Jan 29

SQL query optimization techniques

Sure! Here are examples for each of the SQL query optimization techniques: 1....

Learn More 3 1Jan 29

Task and Parallel

Difference between Parallel.ForEach and Tasks (specifically Task.WhenAll, Task.Run, etc.) lies in...

Learn More 0 0Jan 26

Understanding Async and Await in C#

Lot of time I have been asked the question around Async and Await during interviews. Here is I am...

Learn More 1 0Jan 25

Encapsulation vs Abstraction

Abstraction vs Encapsulation in C# What is Abstraction? Definition: Explain...

Learn More 1 1Jan 23

Concurrency vs Parallelism

Concurrency: Concurrency is achieved through the interleaving operation of processes on the central...

Learn More 0 0Jan 22

web sockets

Introduction WebSockets have revolutionized the way we build real-time web applications....

Learn More 0 0Jan 21

Sytem design problem categories

System design problems: Video Streaming Systems: Netflix Real-Time Communication Applications:...

Learn More 1 0Jan 20

WhatsApp System Design

Design of WhatsApp messenger specific scenarios wise. We'll try to cover the following...

Learn More 1 0Jan 20