Learn . Build . Share

Welcome to my digital garden—a curated collection of tutorials, insights, and experiments from my engineering journey. Learn about web development, software architecture, and the art of building maintainable systems.

Latest Posts

Explore the newest articles on web development, architecture, and engineering practices.

Fluent 2 is Microsoft's modern design system that provides a comprehensive set of design tokens and components
Design System

Fluent 2 is Microsoft's modern design system that provides a comprehensive set of design tokens and components

Fluent 2 is Microsoft's modern design system providing comprehensive design tokens and components. Learn how to get started implementing Fluent 2 in your projects.

April 15, 2026 5 min read
Read more about Fluent 2 is Microsoft's modern design system that provides a comprehensive set of design tokens and components
Website performance is crucial for user experience and SEO
Performance

Website performance is crucial for user experience and SEO

Website performance is crucial for user experience and SEO. Slow websites lose visitors and rank lower in search results. Learn practical techniques to optimize your site.

April 14, 2026 6 min read
Read more about Website performance is crucial for user experience and SEO
Web accessibility ensures that websites are usable by everyone
Accessibility

Web accessibility ensures that websites are usable by everyone

Web accessibility ensures websites are usable by everyone, including people with disabilities. Building accessible applications benefits all users and is often a legal requirement.

April 13, 2026 7 min read
Read more about Web accessibility ensures that websites are usable by everyone
Static Site Generators (SSGs) have revolutionized how we build websites
Tools & Technology

Static Site Generators (SSGs) have revolutionized how we build websites

Static Site Generators (SSGs) have revolutionized web development. They offer a perfect balance between simplicity and power. Explore popular SSG options and when to use each one.

April 12, 2026 6 min read
Read more about Static Site Generators (SSGs) have revolutionized how we build websites
OpenAPI Support in ASP.NET Core 9 and Using Swagger UI for API Documentation
ASP.NET

OpenAPI Support in ASP.NET Core 9 and Using Swagger UI for API Documentation

Learn how to leverage OpenAPI in ASP.NET Core 9 and use Swagger UI to create comprehensive and interactive API documentation for your web applications.

December 21, 2024 8 min read
Read more about OpenAPI Support in ASP.NET Core 9 and Using Swagger UI for API Documentation
Implementing Key-Based and Basic Authentication in the same ASP.NET Core 9 Project
ASP.NET

Implementing Key-Based and Basic Authentication in the same ASP.NET Core 9 Project

Learn how to implement both key-based and basic authentication in ASP.NET Core 9 to create versatile and secure API endpoints for different authentication scenarios.

December 7, 2024 10 min read
Read more about Implementing Key-Based and Basic Authentication in the same ASP.NET Core 9 Project