Tutorials Page 22
![How to Set a Default Commit Message]()
How to Set a Default Commit Message
Having a default commit message is really useful for a number of reasons:It can formalize your commit messagesIt serves as a good reminder for the information you should add to your commit message, like issue numberIf you set it to "Drunk AF, don't accept this"To set...
![How to Specify User Agent with cURL]()
How to Specify User Agent with cURL
Over the years I've shared how to perform a number of actions with cURL: how to send POST data, how to retrieve headers, follow redirects, check GZIP encoding, and more. Another useful cURL directive is sending the user agent, as some...
![View Mac Calendar from Command Line]()
View Mac Calendar from Command Line
As someone that loves using UI tools, I do pride myself in learning how to accomplish the same feats from command line. Don't believe me? Check out my Command Line tutorials section -- I guarantee you'll learn quite a bit. Recently I learned that you...
![Lazy Object Initialization]()
Lazy Object Initialization
The Firefox DevTools underlying code, which is written with JavaScript and HTML, is a complex application. Due to the complexity and amount of work going on, the DevTools team has done everything they can to load as little as possible. Furthermore the team has...
Land Your Dream Job with Vettery
Whether you're an experienced pro or someone new to the industry, finding a great job can be a scary, stressful process. Engineers and designers get inundated with Hacker Rank tests, portfolio requests, and a variety of other queries. Vettery improves the experience for free...
![Override window.alert]()
Override window.alert
For years the only bit of feedback web developers could get was via
alert("{str}")calls. These days we have the web console but, in rare cases, we don't have a console andalertcalls are our only window into a value at a given time.One problem...![Awesome Forward & Reverse Geocoding API: positionstack]()
Awesome Forward & Reverse Geocoding API: positionstack
One awesome web functionality we take for granted is geolocation. Based on geolocation data, we can get someone to their destination, provide them suggestions based on their location, and so on. One downside of native geolocation, especially in the browser, is that it's limited in both...
![Git Branch Autocompletion]()
Git Branch Autocompletion
Naming git branches is something most of us have down to a science. My branch naming pattern is usually
{issue number}-short-feature-description, though many developers prefer to lead with the description and end with the issue.Regardless of the pattern you use, having a feature like autocomplete...![IP Geolocation and Threat Intelligence API: ipdata]()
IP Geolocation and Threat Intelligence API: ipdata
An IP address is a simple, numeric piece of information that gets passed to a server, but that IP address can provide a wealth of information with ipdata. With ipdata you can learn user location, language, currency, and much more!Quick Hitsipdata is an...
![Fantastic Flight API with aviationstack]()
Fantastic Flight API with aviationstack
I didn't fly until I was 25 years of age -- I was hopeless in knowing I had to be there early, the process of security, and the whole gate structure. Now that I've flown dozens of times for Mozilla, I feel much more comfortable...







