Posts tagged “Security”

  1. 5 min read

    Coding with AI: what I hand over, and what I never do

    Notes from a developer who uses AI coding assistants every day. Which jobs to hand over, which not to, the traps, and a safe way of working.

  2. 6 min read

    The first 30 minutes on a new Linux server: a security checklist

    What to do in the first half hour on a fresh Ubuntu or Debian server. SSH keys, firewall, fail2ban, automatic updates, swap and a first backup.

  3. 6 min read

    PHP security checklist: the 8 holes I find most in real projects

    SQL injection, XSS, CSRF, password storage, sessions, file uploads and error settings: the most common holes in PHP projects, with code examples for each fix.