Skip to main content

Posts tagged: Deployments

5 articles found

Caddy vs Nginx vs Apache: Which Web Server Should You Use?
Caddy3m

Caddy vs Nginx vs Apache: Which Web Server Should You Use?

Caddy vs Nginx vs Apache — Which Web Server Should You Use? TL;DR: Legacy & shared hosting → Apache • High-traffic & reverse proxy → Nginx • Fast setup & automatic HTTPS → Caddy Table of...

Aug 21Tech Ahmed
OpenAI Releases GPT‑OSS: Fully Open Models Up to 120B Parameters
Ai2m

OpenAI Releases GPT‑OSS: Fully Open Models Up to 120B Parameters

🚨 OpenAI Releases GPT‑OSS: Fully Open Models Up to 120B Parameters Date: August 5, 2025 OpenAI has just shaken the AI world again — this time, by launching GPT‑OSS, a family of fully open-weight m...

Aug 5Tech Ahmed
Zero Downtime Deployments: Blue-Green Strategy with PM2 and GitHub Actions
Deployments3m

Zero Downtime Deployments: Blue-Green Strategy with PM2 and GitHub Actions

Zero Downtime Deployments: Blue-Green Strategy with PM2 and GitHub Actions Blue-Green Deployment is a modern deployment strategy that minimizes downtime and risk by maintaining two production environ...

Jul 18Tech Ahmed
Set Up CI/CD for Your Node.js App Using GitHub Actions and PM2
Deployments3m

Set Up CI/CD for Your Node.js App Using GitHub Actions and PM2

🚀 Set Up CI/CD for Your Node.js App Using GitHub Actions and PM2 In our previous guide, we manually deployed a Node.js app to a VPS using Nginx and PM2. In this follow-up, we’ll take it one step...

Jul 12Tech Ahmed
How to Deploy an Express.js App on an Ubuntu Server using PM2 and Nginx | techahmed.com
Deployments3m

How to Deploy an Express.js App on an Ubuntu Server using PM2 and Nginx | techahmed.com

🚀 How to Deploy an Express.js App on an Ubuntu Server using PM2 and Nginx Deploying your Express.js app to a production server might sound daunting at first, but with tools like PM2 fo...

Jun 23Tech Ahmed