VSCode and URL-schemes
A lesser known feature in macOS and iOS there is URL-schemes available for some of the more popular apps. Create a link from a web page and open the file...
VSCode Spellchecker
Quite nice to catch common spelling errors in your code before it becomes a bug. Since PHP does not require you to declare variables, there have been a couple of...
Laravel Tricks
View Routes There is no need to create a separate view controller if you only need to return a view. Route::view
Paying for software
Businesses need money to make the software in the first place. Software is complicated, and it breaks. And when it does, you probably want to be the sort...
Optimize CSS-selectors
To sum it up, you shouldn’t worry about selector performance, unless you really go overboard. While the topic was all the rage in 2012, browsers have gotten a lot...