Setting up Sublime Text 3 with Prettier on macOS High Sierra
Learn how to setup Sublime Text with JsPretter and the Prettier CLI on macOS to format your code and enjoy more consistent formatting.
I write about web development, tooling, and whatever I happen to be experimenting with. If you're here for the web work, the WordPress exit intent plugin build is a good starting point, or head straight to the case studies.
Learn how to setup Sublime Text with JsPretter and the Prettier CLI on macOS to format your code and enjoy more consistent formatting.
Having spaces in your docker sometimes makes it easier to organize your applications into groups.
Quick shell script snippets for more easily working with docker commands. These are specific to my workflow, but maybe they'll help you with creating new ideas.
These are just my notes while learning docker with some resources and basic commands.
Create custom Sublime Text snippets scoped per file type, with copy-paste examples for JavaScript, PHP, and more.
Coding a WordPress theme can be difficult when work on a team. And it's for this reason you should have a standard way to determine what quality code should look like. Learn how to setup the WordPress Coding Standard to help assist your team in writing maintainable code.