How many times have you onboarded a new dev onto your team, only to have to spend ages debugging with them because your project’s .env.example file is wildly outdated?
Mattias walks through moving an AI coding setup off a laptop and onto a private VPS. He covers Tailscale, tmux, a browser-based editor, and the small tweaks that make a remote setup practical from any Read more…
A live, zoomable ER diagram of your Laravel app’s actual database schema, safe to run in production because it only ever reads structure, never rows. Read more
I found there wasn’t any good SSRF prevention libraries for Laravel, so I built one. Very comprehensive tests based on this paper: https://www.usenix.org/conference/usenixsecurity24/presentation/wessels https://github.com/securized/laravel-ssrf Read more