AI coding agents love to run tests in parallel processes.
That’s great until multiple processes try to use the same local test database at once. A small file lock can serialize access and stop those runs from stepping on each other.
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