Jesse Codes the World

Search by keyword to find posts.


All Posts

There are a total of 183 posts.

Docker Installation Guide: Installing Docker and Docker Compose on Ubuntu Server

Published Jul 24, 2025 by whitedec

This guide details the step-by-step process for installing the latest Docker and Compose on an Ubuntu server. Learn how to set up your environment for automate…

#ubuntu , #ci/cd , #docker compose , #docker installation , #server setup

Creating Your Own Automated Deployment System with GitHub Webhooks ⑤ Nginx, HTTPS Configuration, and Final Integration

Published Jul 24, 2025 by whitedec

Thoroughly guide you on setting up Nginx reverse proxy and applying HTTPS based on Let's Encrypt to safely integrate FastAPI automated deployment server with G…

#fastapi , #https , #github webhook , #automated deployment , #nginx , #certbot , #let's encrypt , #reverse proxy

Creating Your Own Automated Deployment System with GitHub Webhook ④ Deployment Handler Details and Registering as a Systemd Service

Published Jul 22, 2025 by whitedec

Learn how to reliably run a FastAPI-based webhook server as a Systemd service, understand the mechanisms of the deployment handler logic, and track Docker rebu…

#python , #systemd , #fastapi , #github webhook , #automated deployment , #webhook server , #service operation