Discover EzPM2GUI – a beautiful, modern web interface for PM2 process management. Transform command-line complexity into visual simplicity with real-time monitoring, one-click operations, and comprehensive process insights.
Category: Development
Introducing Group Code: Organize Your Codebase by Functionality in VS Code
Discover Group Code, a VS Code extension that organizes your codebase by functionality across files and languages—making navigation, reviews, and debugging faster.
Building a Modern Node.js CLI Generator for Microservices – Part 3: Template Generation System
Welcome to Part 3 of our CLI generator series! Now we’ll dive into the core template generation system using Mustache.js to create dynamic, production-ready code.
Building a Modern Node.js CLI Generator for Microservices – Part 1: Introduction and Project Setup
In today’s microservices-driven development landscape, setting up new services with consistent architecture, proper tooling, and best practices can be time-consuming and error-prone. What if you
Automating Kafka and Redis Startup in WSL: Shell Scripts for Seamless Development
Learn how to create shell scripts that automatically start Kafka (in KRaft mode) and Redis clusters when WSL starts, streamlining your development workflow and eliminating manual setup overhead.
Azure Cognitive Services: Building Intelligent Applications in 2025
In 2025, Azure Cognitive Services has evolved into an even more powerful suite of AI capabilities that enables developers to build intelligent applications with minimal
Azure Serverless Architecture: Building Modern Solutions with Functions, Logic Apps, and Event Grid (2025 Guide)
In 2025, serverless architecture has become a cornerstone of modern cloud solutions. Azure’s serverless offerings—Functions, Logic Apps, and Event Grid—provide a powerful combination for building
Setting Up Apache Kafka in KRaft Mode on WSL: A Step-by-Step Guide
Apache Kafka 3.x introduced KRaft (Kafka Raft) mode, which eliminates the dependency on ZooKeeper for metadata management. This guide will walk you through setting up
How to Deploy Your Apps Using Azure Bicep
Learn how to deploy Node.js applications to Azure using Bicep and Azure Developer CLI (azd). This comprehensive guide covers everything from setup to production deployment with PostgreSQL, including practical code examples and troubleshooting tips.