Mastering OpenAI in C#: A Guide to AI-Powered Apps From Theory to Practice: Building AI Applications with OpenAI.
Successfully Deploying a .NET Core App on Heroku from a Macbook with M1 Chip Ever hit a roadblock deploying your .NET Core application on Heroku, especially from a MacBook with an M1 chip? We've got you covered in my latest Medium post! In this post, I show you how to create a .NET Core application using the CLI, dockerize it, and tackle the tricky
Unlock the Full Potential of the Strategy Pattern Our tech world is full of many interesting design patterns, each bringing their unique solutions to common problems we face as developers. Among them, the Strategy Pattern stands out. It embodies an elegance and efficiency that can revolutionize your codebase, pushing the boundaries of readability, maintainability, and organization. Now, how
Diving into Domain-Driven Design: Repositories, Factories, & Bounded Contexts Explained In the world of software development, Domain-Driven Design (DDD) is a game-changer. It's more than just another design approach—it's a framework for decoding and addressing complex business problems. Today, we'll tackle the bedrock of DDD, namely Repositories, Factories, and Bounded Contexts. The Power Pair: Repositories & Factories Let's start by