Social Media Posts
Javascript Rest Parameters
Apr 21, 2019
ES6 introduced the rest parameter syntax which you should use instead of the arguments object for a javascript function
HTML Submit Button Outside The Form
Apr 20, 2019
For a HTML form element you can put your submit button outside of the form element as long as you have reference the form’s id property with the button’s form property.
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