Portfolio
Developer Blog

Thoughts on Code & Architecture

Deep dives into .NET microservices, performance optimization, enterprise patterns, and modern web development — written from the trenches of real-world projects.

0 Articles
5+ Years Exp.
10M+ API Hits Built
developer.cs
public class MehediHasan : IDeveloper
{
    public string Passion => "Clean Code";
    public string[] Stack = {
        ".NET Core", "Angular",
        "Microservices", "Redis"
    };

    public Blog Write() =>
        new("coding-drop");
}
Filter by:
Loading articles...