β‘ C# | Dart(Flutter) | JavaScript
- ASP.NET Core | ASP.NET
- Window Forms | WPF | Avalonia | Flutter
- Blazor | React | Flutter
- Flutter
- Ms SQL Server
- PostgreSQL
- MySQL
- Redis
- Clean Architecture
- MVC (Model-View-Controller)
- Layered Architecture
- Modular Monolith
- MVVM (Model-View-ViewModel)
- BloC (Business Logic Component)
- MVP (Model-View-Presenter)
-
.NET Conf Seoul 2025
π£ Topic: Designing Framework-Independent C# Client Applications -
Google DevFest Incheon 2024
π£ Topic: Understanding Async/Await Execution in .NET
- [Polly](App-vNext/Polly: Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.): Contributed a feature that allows dynamically setting the breaking time of the circuit breaker. This enhancement enables developers to adjust the breaker behavior at runtime, improving resilience in various failure scenarios.
- TableCloth: Implemented a favorites feature, allowing users to bookmark frequently used configurations for easier access and improved user experience.
- Getting Started with EF Core (1): Installing EF Core packages and connecting to a database.
- Getting Started with EF Core (2): Dependency Injection and EF Core CRUD operations.
- EF Core for Productivity (1): Code-First approach in EF Core.
- EF Core for Productivity (2-1): Table Per Type (TPT) mapping.