Every year one of my friends (@Muhammed Hilmi Koca) in developer community in Turkey curates some insights about software development trends. Lots of skilled and experienced colleagues shares their ideas and thoughts. And thanks to my friend, this year he also shared some spot for me to share some of my ideas. Even if the […]
Category / Miyop
.NET 8 brings some great improvements, making it a key milestone for the “new .NET” with cool new features and better performance. In this post, I want to share a feature I really like, and it’s minor but handy – “Keyed Dependency Injection (DI)” Keyed DI provides registering services with some user-defined keys and consuming […]
I think it is quite important to be proficient in the APIs of the “framework” or “library” that we work on, in addition to the language we use when developing applications. This enables us to easily provide certain requirements or to use the “framework” more effectively. With this approach, I will try to talk about […]
There is some curse on the software development processes. A curse that everyone knows but cannot escape. “Assumptions” Assumption: a thing that is accepted as true or as certain to happen, without proof. Oxford Languages During design and implementation processes of software development projects, assumptions are made. These might be somehow normal. But if these […]
Event-driven architecture is one of the patterns in software development for decoupled and distributed services. I am not going to deep dive into what is it or not. But I will try to share some initial info for an existing cloud service in AWS that might empower our event-driven solutions. Those who follow my posts […]