Social Media Posts
View Docker Container Logs
Apr 19, 2019
You can access the logs of your docker container by using the name or the id of the container and using the logs command.
CSS Lobotomized Owl Selector
Apr 18, 2019
The lobotomized owl selector (* + *) can come in handy to make your CSS stylesheet a bit less verbose and is a handy relative selector for styling.
Gmail Keyboard Shortcuts
Apr 17, 2019
In Gmail there are some handy shortcuts that can speed up your path to Inbox Zero
Git Clone A Single Branch
Apr 16, 2019
Have a large git repo that you need to clone, but only need to clone one branch?
Copy From Dev Tools
Apr 15, 2019
A very handy debugging tool is to use the 'copy' function in dev tools.