Pulumi is an Infrastructure as Code platform that lets developers and teams create, deploy, and manage cloud resources using familiar programming languages.
August 26, 2025
by Vidyasagar (Sarath Chandra) Machupalli FBCS
CORE
Explainable AI (XAI) reveals how ML models make decisions. Learn about SHAP, LIME, model-specific and agnostic methods, and how to deploy SHAP as a REST API.
Learn how data streaming with Kafka and Flink enhances AI/ML model inference, enabling low-latency, scalable predictions in real-time business use cases.
Compare Greenplum vs. Apache Doris for MPP-based analytics. Learn which database suits real-time, high-concurrency workloads and evolving data architectures.
This article describes how we automated Windows patch management using Microsoft Intune and PowerShell to reach 95%+ compliance across a hybrid environment.
Mixing sync/async Python code blocks with asyncio. Learn why it's dangerous, common problems, and how to offload blocking operations for responsive, scalable async apps.
How Go’s standard `net` package handles thousands of connections under high load by leveraging non-blocking I/O through `epoll` (on Linux) or `kqueue` (on BSD/macOS).
Long stack traces make debugging painful. MgntUtils offers a simple Java utility to filter irrelevant lines, letting you focus on what matters in your logs.
Learn to integrate Semantic Kernel with Azure OpenAI and MCP to discover tools, register them as functions, and enable AI agents to invoke them dynamically.
This article explores the journey of building SQLGenie, testing various Language Models (LLMs) to find the optimal solution for converting natural language to SQL queries