web-servers
Run a full PHP 8.3 + Apache stack on your machine before touching the live server. Edit files, reload the browser, see changes instantly — with zero production risk.
read → new 02From a blank AWS account to a LAMP server serving your domain over HTTPS. Covers Lightsail setup, the working-directory template, SSL certificates, Apache vhosts, deploy scripts, and .env secrets management.
read → new 03Keep secrets out of your codebase. Load API keys, database passwords, and credentials at runtime from a plain-text file that Apache can never serve.
read → new 04SSH-based git hosting with per-repository access control on your own Ubuntu server — no GitHub, no GitLab, no extra software beyond what ships with git.
read → new