Categories
Productivity
Creating Your Own Automated Deployment System with GitHub Webhooks ⑤ Nginx, HTTPS Configuration, and Final Integration
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 GitHub Webhook.
Creating Your Own Automated Deployment System with GitHub Webhook ④ Deployment Handler Details and Registering as a Systemd Service
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 rebuild conditions, organized with real-world examples of an automated deployment system.
Building Your Own Automated Deployment System with GitHub Webhook ③ Staging Server Environment Setup and FastAPI Webhook Server Basics
Step-by-step guide to building an automated deployment system from the basics of a FastAPI-based webhook server to GitHub secret verification, Docker integration, and logging setup.
My Automated Deployment System Using GitHub Webhook ② Overall Architecture and Process Design
Design the overall architecture of an automated deployment system using FastAPI and GitHub Webhook, detailing webhook processing, background async tasks, Systemd operational strategies, and logging.
Creating Your Own Automated Deployment System Using GitHub Webhook ① Why Implement It Yourself?
Using GitHub Webhook for automated deployment systems, why should you implement it yourself? A detailed comparison of the pros and cons of CI/CD tools and the preparations needed for direct implementation.
A Developer Stuck in Manual Coding Shocked by AI Coding: Productivity Beyond Imagination!
A developer who dismissed AI coding tools shares a shocking first experience! Read about how this proud manual coder's mindset changed after encountering Copilot and the hidden truths about development productivity.
A Developer's Honest Review After Leaving VScode for Neovim - The Overwhelming Freedom of Lightness!
Read a developer's real-life transition from VScode to Neovim! Experience the lightness, control, and efficiency beyond an IDE that comes with terminal-based Neovim.
Essential Neovim Commands
An easy-to-follow guide organizing Neovim's essential commands into categories such as mode, editing, searching, and window management. A must-have for both beginners and advanced users of Vim!
Using Local Clipboard on a Remote Server with Neovim via SSH (OSC52)
This guide provides step-by-step instructions on using the local clipboard on a remote server with Neovim using OSC52.