Web Application Debugging with the Command Line API
Jun 19, 2016
A pointer to an excellent guide on easier web application debugging using the browser's Command Line API.
- #javascript
- #debugging
- #web
All the articles I've posted.
Jun 19, 2016
A pointer to an excellent guide on easier web application debugging using the browser's Command Line API.
May 26, 2016
Change the default macOS screenshot format from PNG to JPG or other formats using a single Terminal command.
Apr 26, 2016
Encrypting and decrypting files on macOS using the openssl command-line tool with AES-256-CBC encryption.
Apr 11, 2016
Use the macOS caffeinate command to prevent your Mac from falling asleep during long downloads or uploads.
Jan 11, 2016
An overview of useful code linting tools for Java, JavaScript, and Python, including Findbugs, PMD, ESLint, pylint, and more.