If you’re looking to build a production-ready AI agent with Semantic Kernel, I can help. Let’s...
Introduction As developers, we often find ourselves writing repetitive code, whether it's...
Introduction Modern AI assistants (powered by large language models, or LLMs) have immense...
SebastianDevelops / DesignPatterns ...
This is a submission for the Alibaba Cloud Challenge: Build a Web Game.* UPDATE: Alibaba...
00:41 Shazam for movies - Clip2Title ...
Ever stumbled upon a killer movie clip while scrolling through Shorts, Reels, or TikToks… but had no...
Introduction As developers, we often deal with scenarios where we need to inspect, modify,...
This is a submission for the KendoReact Free Components Challenge. Table Of Contents What...
In the era of big data and artificial intelligence, managing and querying complex data efficiently...
If you're working with IPFS (InterPlanetary File System) and are interested in using it for...
The Factory Design Pattern is a powerful concept in object-oriented design that promotes the creation...
C# 9.0, released with .NET 5.0, introduces a range of features designed to simplify code, improve...
In a previous article, we explored how C# records simplify API data handling by reducing boilerplate...
What Are Records in C#? Records are a relatively new feature in C# that allow you to...
C# delegates and events are powerful tools for building flexible and reusable code. But, if you’re...
When working with databases in software development, you often need to store, retrieve, update, and...
When building applications, especially those that handle data from different sources, you often find...
Domain-Driven Design (DDD) is a powerful approach to software development that emphasizes the...
Domain-Driven Design (DDD) is a powerful approach to software development that emphasizes the...
There are four fundamental concepts of Object-Oriented...