Build a Streaming API with .NET Core and RabbitMQ for Log/Data Streaming 30 May 2025 Khaled .NET, RabbitMQ, Streaming In today's data-driven applications, the ability to stream logs and data in real-time is crucial for monitoring, analytics, and responsive user experiences. This guide will walk you through building a robust streaming API using .NET Core and RabbitMQ that can handle high-throughput data streams... Read more
Zero-Cost n8n Setup with Docker & Community Proxy (MCP) 27 May 2025 Khaled MCP, Docker, n8n Are you looking for a way to run n8n—the open source workflow automation tool—without spending a dime on hosting or reverse proxies? In this guide, I’ll show you how to set up n8n for free using Docker and the n8n Community Proxy (MCP), so you can build and run automations from... Read more
Simplify Weighing Scale Integration in .NET Applications 26 May 2025 Khaled .NET, Microsoft, Weighing Machine Connector WeighingMachineConnector.NET is a C# class library that simplifies communication between your .NET applications and RS232-based weighing machines. Whether you're working on a manufacturing system, warehouse management, or retail POS software, this library helps you connect and extract weight data... Read more
Parallel Processing in .NET 10 – Smarter, Faster, Scalable 26 May 2025 Khaled .NET, .NET 10, Microsoft, Parallel Processing With .NET 10, Microsoft continues to evolve parallel and concurrent programming, bringing improvements to existing constructs and introducing new capabilities to help developers build responsive, high-performance applications for modern hardware. ⚡ What’s New in .NET 10 for... Read more