When working on a JavaScript project, there are two common commands that are used to install dependencies: npm install and np...
Read morePosts
I've been using Ghostty as my main terminal for a week or so at this point (late to the party, I know!). I like to keep my to...
Read moreSQLite's WAL (Write-ahead Logging) mode improves the reliability and performance of SQLite databases by changing where data i...
Read moreYou should build your own software. It's one of the most effective ways of growing as a developer, even if you're just buildi...
Read moreHave you ever been on a website and navigated between pages, only to notice that the layout shifts slightly because the scrol...
Read moreAs a PHP developer who likes to occasionally dabble in Rust, I find myself missing the developer experience of the format!() ...
Read moreI recently ran into a scenario where I wanted to register a couple of global options inside of a Laravel Zero project. These ...
Read more