Social Media Posts
REST API
Jul 14, 2019
As a web developer at some point you’ll hear the words API (Application Programming Interface) and the word REST...
Back To The Basics: Dev Tools Inspect
Jul 13, 2019
One of the things a web developer probably consistently uses every day in dev tools is the ability to inspect the contents of a webpage.
Docker Volumes
Jul 11, 2019
A docker volume allows you to persist data generated by and used by Docker containers.
A Nicer Force Git Push
Jul 09, 2019
Most of us have had to git push --force before to overwrite the remote history of your repository. There is a flag that is a bit safer...
Save Console Log Contents
Jul 08, 2019
Did you know in chrome dev tools you can save the contents of your console log?