View WHOIS and DNS records on macOS
There is no need to visit shady ad dumpster fires if you are on macOS, the commands are already built-in macOS. Get info about the owner with whois and...
Find object in array by property in JavaScript
Find first object ECMAScript 2015 The find() method returns the value of the first item in the array based on the result of the provided testing function....
Find Broken Links With Broken Link Checker
My favorite tool for checking broken links and 500 errors is the terminal utility broken-link-checker (BLC for short). It’s is an outstanding Node.js-powered utility for recursively checking for broken...
Blade Components with default values in properties
Super easy way to get default property values from a Laravel Blade Component. Took me a couple of minutes to figure this out: every prop is available as a variable...
Anonymous Blade Components in Laravel Packages
During package development you may want to register a anonymous Blade component, instead of going the long way by creating a class you can do this: