Social Media Posts

Google Sheets Keyboard Shortcuts

Jun 01, 2019

Speed up your Google Sheets workflow by becoming familiar with these keyboard shortcuts

Back To The Basics: Git Init & Git Branches

May 31, 2019

Git is one of the best tools out there to manage a codebase. Knowing how to initialize a new repo and being able to work under different branches is essential to working in git.

Using Snippets In Chrome Dev Tools

May 30, 2019

Using Chrome Dev Tools you can save and use snippets that can make your live a bit easier as a developer.

Copying & Pasting In CLI With pbcopy & pbpaste

May 29, 2019

Need to copy some value from the command line or want to paste?

Easy Form Validation Using Regex

May 27, 2019

Using some quick regex you can create a validation check for your form's input.