Software Development: What on Earth Are We Doing? A journey into the deep, complex world of software development.
Vertical Slices in a Nutshell I've moved to using the Vertical Slice Architecture for my applications and, after some initial experimentation, have found it to be a highly efficient method. This approach simplifies complex operations by treating each feature as a self-contained slice.
What Are Problem Space and Solution Space in Domain-Driven Design? Tackling Complexity: How DDD helps you navigate Problem Space and Solution Space, ensuring seamless alignment with Subdomains and Bounded Contexts.
What Means Domain in the Context of Domain-Driven Design? When we talk about Domain-Driven Design, or DDD, the term "domain" is often thrown around. But what does it really mean? If you've been developing software for any length of time, you've probably heard people talk about "the domain" ...
RESTful Principles in the Age of Microservices Dive deep into the symbiotic relationship between microservices and RESTful APIs. Together, they're redefining the blueprint for future-ready, efficient, and agile software systems.
How to Implement Domain-Driven Design: Common Mistakes You Should Avoid. Practical DDD Example: Avoid Technical Code Organization
Integrating OpenAI's GPT with .NET Core: Building AI-Powered C# Applications Explore the transformative potential of integrating OpenAI's language models like GPT-3.5-Turbo into .NET Core apps. This guide walks you through setting up, understanding the API, and harnessing the potential of AI in C# applications.
Crafting Code the Right Way: Tips from My Decades in the Field Beyond Syntax: Embracing Patterns and Paradigms in Coding
Decoding Clean Code You may ask yourself, "Why does everyone keep talking about clean code? Especially those who have been in software development for a long time" The answer is simple yet profound: Times have changed.
Mastering OpenAI in C#: A Guide to AI-Powered Apps As a software developer, I've always found immense satisfaction in exploring and experimenting with the latest advancements in technology. Recently, my curiosity led me towards OpenAI's API.