Category: Blog

  • Serverless Services for Serverful CMSes

    Serverless Services for Serverful CMSes

    As static and headless WordPress sites become more common and mainstream, it’s important to know how to build solutions for dynamic actions these sites make. Common examples are form submissions, site search, real-time updates, etc. How can you build dynamic solutions for static sites? Enter serverless functions and services! If you’ve built custom plugins or…

  • Local PHP and NodeJS Version Control

    Local PHP and NodeJS Version Control

    by

    in

    When working on projects with your local computer, it’s essential to be able to test new versions of the languages you’re using. Browser JavaScript is fairly straightforward: use the browser, make sure it’s updated, etc. However, with server-side languages (like PHP, NodeJS, Python, Go, etc.), there’s a little more nuance. Some systems come with languages…

  • Setting Up or Resetting My Macbook

    Setting Up or Resetting My Macbook

    by

    in

    Every now and then, fresh start is a good idea. These are some notes and links I’ve accrued from resetting my Macbook a time or two. These are just notes and links, they might be non-sensical, if you think I should polish them up, let me know. Backup: Export VSCode settings and keybindings https://stackoverflow.com/questions/35368889/how-can-i-export-settings With…

  • Wait, wuuut? Where did my CMS go?!

    Wait, wuuut? Where did my CMS go?!

    by

    in ,

    Static, headless, decoupled, Jamstack, serverless (geez, are there any more names for this stuff?!) sites have already made their way into the mainstream of WordPress and other CMS development. While these sites offer speed, scalability, and security, there are also inherent pitfalls and “gotchas” to be aware of when building in this ways for WordPress…

  • An Ideal WordPress Workflow Development & Deployment Workflow

    An Ideal WordPress Workflow Development & Deployment Workflow

    I know the title is a mouthful, but, this was a lot of fun to put together 🤓… This talk was for Certified Fresh Events (CFE.dev), and this was the abstract: At over 40% of the web, WordPress maintains a massive footprint on the Internet. While this platform, with its 20+ years of code, can…

  • Personal Git Commands and Setup

    Personal Git Commands and Setup

    Just about everyday, I’m working on and committing code to a repository using Git. This is pretty standard for developers today, and just like any developer, I decided that writing out git status, git add -p, git commit -m…, etc., was just too much work 😂 🤓. This lead me to spend several hours putting…

  • Using WordPress as an API

    Using WordPress as an API

    Wait, what’s an API and why would I use WordPress as an API? What the heck is a BYOFE, and what does it have to do with WP? Why are there so many acronyms?!?! 😉

  • WP101 for Developers

    WP101 for Developers

    by

    in ,

    This is a 3 hour workshop for the YWeb cohort. It’s a developer-focused introduction to WordPress. We cover the following with hands-on activities:

  • WordPress and Laravel: The Hows, Whys, and Intersections

    WordPress and Laravel: The Hows, Whys, and Intersections

    Do you work with WordPress and wonder if there are other tools and frameworks where you could leverage your PHP or JS knowledge? Should you be using WordPress for all your projects? Do you work with Laravel and wonder why some developers still choose (and love) to work on WordPress? Come along on the journey…

  • How did you get started in tech?

    How did you get started in tech?

    Recently, I applied to speak at a local tech group, sharing my journey in tech thus far. I wanted to share what I wrote here, including the prompt. I tried to keep it brief and active. How did you get started in tech and what are your lessons learned along the way?