The Benefits of Using the WordPress CLI

For many users, the best part of using WordPress is the intuitive and user-friendly graphical interface. To build content on a page, you simply type it in like you would in a Microsoft Word document. To update a plugin, you click update. To change a setting, you just go to settings and make the change.…

Version Control and Git

Just about any developer you meet will instantly know what you mean when you talk about Git. Git is what is known as a distributed version control system that is used to track changes in source code during any kind of development. There are a couple of different types of version control systems, but with…

Why You Should Be Using a CSS Preprocessor

CSS, or Cascading Style Sheets, is the magic that makes your site look the way you want it to. CSS is responsible for font size, color, element positioning, responsiveness, and many other aspects of a site’s overall look. However, with the sheer number of elements and style rules present in a site, the CSS file…

The Different Flavors of Web Cookies

What are cookies? In the simplest terms, cookies allow a website to remember you. When you go to your favorite social media site and it’s already logged into your account, that’s cookies. Or when you’re scrolling through the latest news and the links you clicked yesterday are highlighted, that’s cookies too! Cookies allow a webpage…