The Blog
- Page 1 / 1
— Written on
Spec-YAML sucks–let's do JNGL.
Web development — Written on
JavaScript classes the old way
How to write prototype objects without the ES6 syntactic sugar of the class declaration.
Quick Tip — Written on
Crawl an URL and edit it instantly
Use one-liners in the terminal to quickly crawl an URL and then edit or view the result.
Quick Tip — Written on
Get the location of the bash script
Get the script location in bash so you can load templates, snippets and other stuff from there.
Quick Tip — Written on
Refresh local list of remote branches in git
Things changed, branches are gone. Want to know the reality in your local git repository?
Quick Tip — Written on
Render a static HTML file from PHP
Validate a form submit using PHP and then return a static file from your site builder.
Quick Tip — Written on
One-line HTML stats with JavaScript
Find all the HTML elements in the DOM in a one-liner in JavaScript.