Latest Post
The post with the most comments
All Posts
There are a total of 184 posts.
To Developers Obsessed with Python - Sometimes Bash Scripts are Faster and More Powerful
Published Aug 06, 2025 by whitedec
This post introduces the fast and powerful processing capabilities of Bash scripts, often overlooked in a development environment focused on high-level languag…
#python , #bash_script , #linux_commands , #system_automation
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