Social Media Posts

Back To The Basics: JavaScript On A Webpage

Jun 30, 2019

JavaScript on your webpage adds a whole world of interactiveness, flexibility, and potential. As a web developer knowing some javascript will make you a stronger developer and allow you to make single page applications, mac or windows applications, and server applications as well.

Understanding Docker Port Mappings

Jun 29, 2019

Docker allows you to map ports to what is available (exposed) to the host and what is available to the container.

Using Git Stash

Jun 27, 2019

Git stash is a great way to maintain your current work and switch to another branch quickly.

Cookies In Dev Tools

Jun 26, 2019

Cookies are increasingly in the conversation these days and knowing how to edit, create, and clear them as a web developer from your browser is extremely important.

Using Linux History

Jun 25, 2019

One really nice feature of Linux is its ability to maintain a history of the commands you typed in.