Index

How to Use Private Tailored Small Language Models (PT-S...

Private Tailored SLMs (PT-SLMs) enhance core banking with secure, on-premises AI, automating transactions, loans, and payments whi...

NoSQL vs. SQL: Which One to Use

Explore the key differences between SQL and NoSQL databases, including structure, scalability, use cases, and performance.

Mastering the Power of Calendar Tables in Power BI with...

This article covers creating dynamic, customizable date tables for advanced time intelligence, enabling better reporting, filterin...

Authenticated Requests in .NET 9 Web API [GamesCatalog]...

We aim to create a mobile app and its backend using C# and .NET. We will use the IGDB game review API: https://api-docs.igdb.com...

Advanced C# Database Tricks into a Practical Solution

This project demonstrates an advanced C# database architecture combining EF Core, Dapper, and ADO.NET to achieve optimal performan...

Destructuring in JavaScript

How to use destructuring in JavaScript. We’ll cover the basics, real-life use cases (like working with functions, APIs, and nested...

Getting Started with Docker MCP for AI Tool Integration

Discover how Docker's MCP Catalog makes connecting AI assistants to real-world tools easy, secure, and beginner-friendly.

Storing Event Streams in a Database Using Cosmos DB wit...

This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for deve...

Anonymous vs Arrow Functions

This article explains anonymous and arrow functions in JavaScript, their syntax, usage in callbacks, array methods, IIFEs, and rea...

Building a Secure SQL Injection Test Form Using ASP.NET...

Learn how to build a secure SQL injection test form using ASP.NET and C#. This guide covers best practices, parameterized queries,...

Claude Can Now Connect to Everything You Work With

Claude now supports Integrations, allowing you to connect your favorite apps and tools for smarter collaboration.

JavaScript Modules: Export and Import

Modern JavaScript supports ES Modules, which allow you to split your code into multiple files and reuse logic cleanly. This improv...