Vue 3.5 has just dropped this week, and it’s packed with some nice features and improvements. I have been digging through the release notes and playing around with the new features, so let me glance over the highlights!
PHP
Lock a shared test database for parallel test processes
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 Read more…