📰 Dev.to · Mashrul Haque
Articles from Dev.to · Mashrul Haque · 16 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10481)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Mashrul Haque
1mo ago
Git Worktrees for AI Coding: Run Multiple Agents in Parallel
Last Tuesday I had Claude Code fixing a pagination bug in my API layer. While it worked, I sat there....

Dev.to · Mashrul Haque
3mo ago
SQL Server Indexes Explained: Column Order, INCLUDE, and the Mistakes That Taught Me
Part 3 of the SQL Server Performance Series Last updated: January 2026 I inherited a table with 47...

Dev.to · Mashrul Haque
3mo ago
Server-Sent Events in .NET 10: Finally, a Native Solution
There's a specific kind of frustration that comes from writing code you know is correct but...

Dev.to · Mashrul Haque
3mo ago
How to Read SQL Server Execution Plans: 7 Things That Matter
A practical SQL Server execution plan tutorial. These seven patterns reveal 90% of performance...

Dev.to · Mashrul Haque
3mo ago
Build AI Agents with Microsoft Agent Framework in C#
Learn how to build production-ready AI agents in C# using Microsoft Agent Framework. Covers setup,...

Dev.to · Mashrul Haque
3mo ago
2026 Developer Predictions: Why Coding Gets Better
2026 developer predictions based on Gartner, Forrester, and Microsoft data. Blazor wins, Platform...

Dev.to · Mashrul Haque
3mo ago
Blazor AutoComplete That Actually Scales: From 10 Items to 100K (with AI Superpowers)
A high-performance Blazor AutoComplete and typeahead component with AI semantic search, 8 display...

Dev.to · Mashrul Haque
3mo ago
Stop Paying OpenAI: Free Local AI in .NET with Ollama
Cut your OpenAI bill by 80%. Run local LLMs in .NET with Microsoft.Extensions.AI and Ollama. Same...

Dev.to · Mashrul Haque
3mo ago
SQL Server Performance: How the Query Optimizer Really Works
Part 1 of the SQL Server Performance Tuning Series. Why your perfectly good query suddenly runs like...

Dev.to · Mashrul Haque
4mo ago
.NET Performance Optimization: Fixing a 15-Second E-Commerce Page Load
A real-world case study of rescuing an enterprise e-commerce platform from performance hell, complete...

Dev.to · Mashrul Haque
4mo ago
Aspire: The Cloud-Native Framework That Finally Makes Distributed .NET Development Easy
Run microservices locally with one F5. Aspire handles orchestration, service discovery, and...

Dev.to · Mashrul Haque
4mo ago
Blazor vs React: A .NET Developer's Honest Comparison
Why I switched from React to Blazor and why your npm audit might thank you too. ...

Dev.to · Mashrul Haque
4mo ago
dotnet run in .NET 10: Single-File C# Is Finally Here
Learn dotnet run from basics to .NET 10's single-file execution. Run C# files without projects—just...

Dev.to · Mashrul Haque
4mo ago
Blazor in .NET 10: What's New and Why It Finally Feels Complete
Discover everything new in Blazor .NET 10: persistent state management, improved JavaScript interop,...

Dev.to · Mashrul Haque
4mo ago
How to Structure a .NET Solution That Actually Scales: Clean Architecture Guide
A practical guide to Clean Architecture folder structure, project organization, and dependency...

Dev.to · Mashrul Haque
4mo ago
10 Common .NET Logging Mistakes and How to Avoid Them for Maintainable Apps
Logging feels simple… until you’re staring at a production incident and your logs are either...
DeepCamp AI