“Please, no matter how we advance technologically, please don’t abandon the book. There is nothing in our material world more beautiful than the book.” –Patti Smith There are many great pathways to glean new information out there, whether it be on the...
Read More Helpful Books for Front-End DevelopersTag: development tips
Unit Testing Your Plugins with Dockunit
I think we can all agree that unit testing is pretty neat. An automated system for checking if your code changes break any functionality is almost magic, and if you aren’t sure where to get started with it, you should read my previous...
Read More Unit Testing Your Plugins with DockunitGetting Started with Flexbox: First Impressions, Tips, & Tricks
Recently, here at WDS, we started incorporating Flexbox into our projects. I wanted to share some great resources I’ve come across to get going with Flexbox and highlight some of the early first impressions and some of the struggles you might encounter...
Read More Getting Started with Flexbox: First Impressions, Tips, & TricksThe PHPStorm Debugger is Pretty Awesome
In a previous post, I wrote about how awesome PHPStorm is in the context of being a front-end developer. In this post, we are going to look at getting the PHPStorm debugger setup to work with Xdebug and then test it to...
Read More The PHPStorm Debugger is Pretty AwesomeUnit Testing Your Plugins
So you have an amazing plugin, and it’s starting to get bigger and the bug reports are piling up (or better you are are starting a new plugin and you wanna do it right). Unfortunately getting PHPUnit to properly function with WordPress...
Read More Unit Testing Your Plugins