Back in 2016, I wrote a blog post about using Laravel Homestead as my local environment. At the time, my only real options were Vagrant or MAMP as an Apple user. Since then, the number of options has increased slightly to include...
Read More Leaving Homestead: Finding the Best All-Around Local Development EnvironmentCategory: Development
The Journey to 1.0 — WDS Blocks and WordPress Gutenberg
WordPress made a big leap into the world of modern web development with its announcement of Gutenberg last year—reimagining what WordPress is and can be by providing a new interface for creating content built partially on the React.js platform. Since it will...
Read More The Journey to 1.0 — WDS Blocks and WordPress GutenbergGoogle Chrome 63: Goodbye .dev, Hello .test
December 7 is a date which lives in infamy. Chrome 63 was officially released. Okay, so really the attack on Pearl Harbor is what is worth remembering about this date, but let’s talk about why the release of Chrome 63 is important to...
Read More Google Chrome 63: Goodbye .dev, Hello .testRubber Ducking
One of my favorite things to do as a developer is rubber ducking with other devs. If you aren’t familiar with rubber ducking, the term comes from the book The Pragmatic Programmer in which a dev would explain, line by line, their...
Read More Rubber DuckingFixing Things: Git Reset vs. Revert
Here at WebDevStudios (WDS) we use a GitFlow-like process during development. The branch and merge strategy allows for multiple developers to work on a multitude of various features concurrently. In practice, it allows us to have greater development speed and product stability with...
Read More Fixing Things: Git Reset vs. RevertWhat Programming Language Should Aspiring Developers Learn First?
TL;DR? JavaScript is eating the world, often with PHP by its side. To give some background, my programming introductions went something like: 1986 – Logo on an Apple IIe 1994 – Programming on a Texas Instruments TI-81 graphing calculator 1995 – BASIC,...
Read More What Programming Language Should Aspiring Developers Learn First?Using Elasticsearch on Your Local Dev Environment
Using Elasticsearch (ES) on your site can help boost performance, especially with complex search setups. When using Elasticsearch on your local development environment, it can be tricky, because the names of indices are based on URL and can be the same as...
Read More Using Elasticsearch on Your Local Dev EnvironmentGet Started with Git Command Line
For many, the command line is a scary place where the only way to interact with your computer is to write a bunch of cryptic commands. This often leads us, as developers, especially newbie devs, to look for a better GUI-centric option. But...
Read More Get Started with Git Command LineEvolution of CSS: Class Naming Methodologies
This is Part II of a series called “Evolution of CSS”. Evolution of CSS: Becoming a CSS Composer Evolution of CSS: Class Naming Methodologies Evolution of CSS: Overview of Tachyons Perhaps you’ve heard this one before? There are only two hard things in...
Read More Evolution of CSS: Class Naming Methodologies