<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Express on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/express/</link><description>Recent content in Express on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 22 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/express/index.xml" rel="self" type="application/rss+xml"/><item><title>Building and Running Your First Container Image</title><link>https://ai-blog.noorshomelab.dev/docker-compose-prod-stack-2026/building-running-first-container-image/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/docker-compose-prod-stack-2026/building-running-first-container-image/</guid><description>&lt;p&gt;In this chapter, we&amp;rsquo;ll take our first concrete step towards a production-ready application stack: containerizing a simple web application. You&amp;rsquo;ll learn how to define a Docker image using a &lt;code&gt;Dockerfile&lt;/code&gt;, build that image, and then run it as a Docker container. This is the foundational skill for all subsequent containerized deployments and is essential for achieving consistent, isolated environments.&lt;/p&gt;
&lt;p&gt;By the end of this milestone, you will have a working &amp;ldquo;Hello World&amp;rdquo; web server running inside its own isolated Docker container, accessible from your host machine. This demonstrates the core Docker workflow of packaging an application and its dependencies into a portable unit, a critical step for modern deployments.&lt;/p&gt;</description></item><item><title>DevOps for Beginner</title><link>https://ai-blog.noorshomelab.dev/guides/devops-for-beginner/</link><pubDate>Sat, 16 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/devops-for-beginner/</guid><description>&lt;h2 id="comprehensive-web-app-deployment-guide-beginner-to-pro---detailed-example"&gt;Comprehensive Web App Deployment Guide (Beginner to Pro) - Detailed Example&lt;/h2&gt;
&lt;hr&gt;
&lt;h3 id="1-introduction"&gt;1. Introduction&lt;/h3&gt;
&lt;p&gt;This guide aims to provide a clear, step-by-step process for deploying a modern web application, specifically focusing on a Next.js frontend (capable of static, SSR, and API routes) with a Node.js/Express backend, backed by PostgreSQL. We&amp;rsquo;ll start with a single server setup on a Linode or DigitalOcean VPS, integrate Cloudflare as a free CDN, and then discuss scaling with a load balancer. The guide is designed for beginners to follow, while offering depth for experienced developers.&lt;/p&gt;</description></item></channel></rss>