💠 Union Types in C#
Union types in C# 15 / .NET 11 Preview 2 — syntax, implicit conversions, pattern matching semantics, null checking, and common traps.
I'm Petrus Nguyễn Thái Học (hoc081098), a senior Android, Flutter, and iOS developer based in Da Nang, Vietnam. I'm passionate about reactive programming, clean architecture, and building high-quality mobile apps — and I share what I learn through open-source contributions and technical writing on Medium.
Union types in C# 15 / .NET 11 Preview 2 — syntax, implicit conversions, pattern matching semantics, null checking, and common traps.
Union types trong C# 15 / .NET 11 Preview 2 — bản chất, implicit conversion, union matching, null checking, và những cạm bẫy cần tránh.
Rate limiting không nên đặt ở một tầng duy nhất. Phân tích chiến lược rate limiting tại Nginx (edge), API Gateway (YARP), và service layer trong ASP.NET Core.
Why do @Composable functions in Jetpack Compose usually use `Dp.Unspecified` as default value? Why not use null? The optimization of Jetpack Compose under the hood.