💠 Union Types in C#
Union types in C# 15 / .NET 11 Preview 2 — syntax, implicit conversions, pattern matching semantics, null checking, and common traps.
Notes, tutorials, and essays on Android, Flutter, iOS, Kotlin, Dart, and the things I learn along the way. Also published 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.
Serially rule trong ReactiveX, tại sao Subject không thread-safe ở phía Observer, và cách RxSwift detect Synchronization anomaly / Reentrancy anomaly.
So sánh groupBy, groupingBy và reduce trong Kotlin — phân tích time complexity, space complexity, và cơ chế lazy evaluation của Grouping.