Social Media Posts

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.

Using rem or em or pixels

May 26, 2019

Unsure what unit to use when specifying a size measurement in CSS?