#1 2024-03-05 1 min read opened by sourabh.mishra
A look at the C# 6.0 features that had the biggest impact on everyday coding — from string interpolation to expression-bodied members.
csharp dotnet language-features
#2 2024-02-10 1 min read opened by sourabh.mishra
How I built a real-time bowling scorer that handles strikes, spares, and the tricky 10th frame.
javascript node.js algorithms
#3 2024-01-15 1 min read opened by sourabh.mishra
A deep dive into port exhaustion when creating and disposing HttpClient instances in .NET applications.
csharp dotnet debugging