Nothing here yet.
Sep 21, 2024 · 6 min read · A Personal Journey As I sat across from my colleague, trying to explain the intricacies of Object-Oriented Programming (OOP), I had an epiphany. The confusion on their face wasn't just about the complexity of the concept – it was rooted in something ...
AAdolphe commented
Sep 14, 2024 · 5 min read · As a software engineer with several years of experience, I've seen my fair share of projects go off the rails. But there's one mistake that keeps popping up, no matter how many Medium articles warn against it: premature optimization. It's like that o...
Join discussion
Nov 14, 2023 · 6 min read · Building upon our introduction to Minimal APIs, let's proceed to the next level by incorporating a data source to store and retrieve recipe information. We'll be using SQLite as our database and Entity Framework Core to interact with it. To get start...
Join discussion
Jul 10, 2023 · 5 min read · Hello everyone, I trust you're all doing well. Today, we're going to explore how to send an email from an ASP.NET Core Minimal API using MailKit from scratch. Assuming you have all the necessary tools installed, including the .NET SDK and an Integrat...
Join discussion