Sebastian Van Rooyen

Sebastian Van Rooyen @sebastiandevelops

Joined:
Mar 13, 2024

Sebastian Van Rooyen
articles - 21 total

Building Production-Ready AI Agents with Semantic Kernel

If you’re looking to build a production-ready AI agent with Semantic Kernel, I can help. Let’s...

Learn More 4 0Aug 13

Supercharge Your Code with T4 Text Templates

Introduction As developers, we often find ourselves writing repetitive code, whether it's...

Learn More 1 1Jun 13

Remote MCP Servers & SSE: Unlocking AI Integration for Websites, Apps, and SEO

Introduction Modern AI assistants (powered by large language models, or LLMs) have immense...

Learn More 0 0May 23

Factory design pattern in C#

SebastianDevelops / DesignPatterns ...

Learn More 0 0Apr 28

Flappy bird with a twist 🤖

This is a submission for the Alibaba Cloud Challenge: Build a Web Game.* UPDATE: Alibaba...

Learn More 28 0Apr 26

Taking tv clips from social media and finding the full movie content. Shazam for movies!

00:41 Shazam for movies - Clip2Title ...

Learn More 0 0Mar 26

Shazam for movies - Clip2Title

Ever stumbled upon a killer movie clip while scrolling through Shorts, Reels, or TikToks… but had no...

Learn More 4 0Mar 26

Mastering Reflection in C#: Automate and Optimize Your Code

Introduction As developers, we often deal with scenarios where we need to inspect, modify,...

Learn More 1 0Mar 24

AI YouTube to Text/Video/Audio summary

This is a submission for the KendoReact Free Components Challenge. Table Of Contents What...

Learn More 7 1Mar 20

Understanding Vector Databases: A Beginner's Guide

In the era of big data and artificial intelligence, managing and querying complex data efficiently...

Learn More 4 0Jan 3

Introducing PinataNET: A Simple C# Wrapper for the Pinata API

If you're working with IPFS (InterPlanetary File System) and are interested in using it for...

Learn More 1 0Oct 28 '24

Understanding the Factory Design Pattern in C# with Real-World Examples

The Factory Design Pattern is a powerful concept in object-oriented design that promotes the creation...

Learn More 11 0Sep 13 '24

Exploring C# 9.0: New Features That Simplify Your Code

C# 9.0, released with .NET 5.0, introduces a range of features designed to simplify code, improve...

Learn More 4 0Aug 19 '24

Working with Nested JSON Data Using C# Records

In a previous article, we explored how C# records simplify API data handling by reducing boilerplate...

Learn More 16 0Aug 15 '24

Simplifying API Data Handling with C# Records

What Are Records in C#? Records are a relatively new feature in C# that allow you to...

Learn More 7 0Aug 15 '24

Understanding C# Delegates and Events with Real-World Examples

C# delegates and events are powerful tools for building flexible and reusable code. But, if you’re...

Learn More 40 4Aug 15 '24

Introduction to Object-Relational Mappers (ORMs)

When working with databases in software development, you often need to store, retrieve, update, and...

Learn More 2 3Aug 13 '24

Introduction to AutoMapper in C#

When building applications, especially those that handle data from different sources, you often find...

Learn More 5 0Aug 13 '24

Introduction to Domain-Driven Design (DDD) in C# with Microsoft Orleans

Domain-Driven Design (DDD) is a powerful approach to software development that emphasizes the...

Learn More 13 0Jul 30 '24

Introduction to Domain-Driven Design (DDD) in C#

Domain-Driven Design (DDD) is a powerful approach to software development that emphasizes the...

Learn More 3 0Jul 30 '24

Fundamentals of Class-based OOP

There are four fundamental concepts of Object-Oriented...

Learn More 0 3Mar 13 '24