HTTP Methods and Idempotency in Practice
GET, PUT, DELETE, and POST each carry a different retry guarantee. Use the method contract plus idempotency keys so clients retry safely.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
GET, PUT, DELETE, and POST each carry a different retry guarantee. Use the method contract plus idempotency keys so clients retry safely.
Five questions that settle the distro choice for a production VPS: support windows, server lifetime, runtime needs, team familiarity, and ecosystem fit.
Identify runaway processes, understand their resource usage, and manage them cleanly using core Linux process tools.
Replace blanket sudo with scoped sudoers entries: command allowlists, aliases, NOPASSWD, and runas restrictions that survive a security review.
Compare systemd timers with cron across persistence, logging, dependencies, and randomization, and learn when each scheduler is the right tool.
A leaked personal token hands over your whole account. Scope every automation with a GitHub App or a fine-grained PAT — and rotate tokens by design.
Practical sysctl changes for high-traffic Linux servers, from socket buffers to queuing, that reduce latency without touching application code.
Load production secrets from a root-owned env file, keep them out of git, and wire EnvironmentFile so systemd injects those values at start time.
Ship flags as Postgres rows plus a local cache so you can dark-launch and halt features without a vendor SDK or a round trip on every request.
A Fedora Server baseline from first boot with SELinux enforcing as the starting posture: users, sshd, firewalld, denials you can read, and upgrades you plan.
Rewrite pg_hba.conf with scram-sha-256, no 0.0.0.0/0, and one CIDR per role so PostgreSQL 16 rejects every host you did not explicitly name.
firewalld ships enabled on every RHEL-family install, so learn zones, services, permanent rules, and rich rules before an open port becomes an incident.