How I Got Into Technology (Podcast Episode)
Check out this podcast episode where I discuss how I got into coding with Lauren Lee from #WeBelongHere podcast
Read More How I Got Into Technology (Podcast Episode)Check out this podcast episode where I discuss how I got into coding with Lauren Lee from #WeBelongHere podcast
Read More How I Got Into Technology (Podcast Episode)Everyone knows about caniuse.com but here are some of the less well know tools I find super helpful
Read More Less Well Known Web Development Tools, Tips, & TricksCheckout this developer plugin to make attaching a page to your archive page a breeze
Read More Attaching A Page To Your Archive PageLearn how easy it is to build a custom WP-CLI command and start automating your development for imports, exports, and everything else!
Read More Building A Custom WP-CLI CommandUse WP-CLI aliases to quickly run commands in your other environment like DB exports, plugin activations, etc.
Read More 5 Tips to Automate Your Post Launch Local DevelopmentSetup AJAX from start to finish the WordPress way
Read More Basic AJAX in WordPressLearn how to setup an entire WordPress install all through the command line with WP-CLI
Read More Setting up WordPress with WP-CLIIn an effort to put more content on this blog, i’ve decided to try and take some simplified quick and dirty versions of code i’ve written or concepts that i’ve re-used in various scenarios. Below is an example function, with commenting, of what a starter function to make a server side request to a JSON api might look like!
Read More Building a WordPress API RequestRegular expressions… and I’m not talking about the ones you normally text with. It is an apt name however, due to it being something I use on a very “regular” basis. My Initial Expression When I first stumbled across regex, my initial expression was one of boredom. Let’s be honest, regex doesn’t exactly boast of…
Read More Regular ExpressionsWordPress Plugins – For most people this is the bread and butter of their site. The theme provides the style, but except for the initial core features of WordPress, everything additional is done through plugins and extensions. The Goal The goal of this series of posts is to document my current practices as well as…
Read More Developing WordPress Plugins