Feature Management in .NET Core: From Simple Toggles to Advanced FiltersIn modern software development, whichever nature of a business practice demands agility and continuous delivery but other such businesses…Nov 14, 2024Nov 14, 2024
The Art of Building: Using the Fluent Builder Pattern in .NET CoreIn my last blog post, I covered the handling of advanced business rules using the Specification pattern and chain of responsibility. I…Oct 31, 20241Oct 31, 20241
Writing Business Rules Using .NET Core and Design PatternsIn a complex business application, implementing business rules efficiently is crucial to maintain clean code, avoid duplication, and…Oct 17, 202419Oct 17, 202419
Lessons Learned as a DeveloperThe technology industry moves fast, but all of this change traces back to some developer evolving their way of thinking into social media…Oct 9, 2024Oct 9, 2024
The Power of SNS and SQS Combination (Notepad Series #8)Day by day, applications grow dramatically, pushing us to use asynchronous operations with messaging systems to build robust, resilient…Jul 16, 2024Jul 16, 2024
Understanding traceparent and Microservices in OpenTelemetry (Notepad Series #7)Jul 9, 2024Jul 9, 2024
Beyond Code: A Practical Journey through BDD and Integration Testing in .NET (Notepad Series #6)As developers, we spend our days writing code, and to ensure the accuracy of our work, we create different types of tests such as unit…Jan 22, 20241Jan 22, 20241
Navigating the Challenges through Observability Excellence (Notepad Series #5)It’s been a long time since I wrote blog post. In the interim, I’ve had the opportunity to work on complex and fairly extensive projects…Jan 16, 2024Jan 16, 2024
Factory Design Pattern with Dependency Injection (Notepad Series #4)Factory design pattern is a one of well-known “Gang of Four” design patterns. Shortly, it’s a creational pattern as related to object…Jan 28, 20222Jan 28, 20222
Real Time Notification (Joker Series #2)In previous blog post, I introduced Joker project. I try to implement microservice architecture in the project. In this blog, I’ll explain…Dec 18, 2021Dec 18, 2021