Coding

Tips and Tutorials for Laravel, WordPress, VueJS, React, and straight PHP. Learn how to make web apps using Laravel, themes, and plugins with WordPress and front-end components using VueJS.

Coding · 3 MIN READ

Git and WordPress Workflows

Using Git with WordPress has always been a little bit of black magic. You can’t keep the database under Git, nor can you run migrations on the database. We are left just putting our code and files under Git management, and leaving the database migrations up to something like WP Migrate DB.

Coding · 1 MIN READ

Box your website, or let it breath?

When you set out to design a new website, especially a writing centric website, how you present the primary content is often a major concern. Boxing your website is a technique that was mostly used a lot during the previous decade, but is starting to fade. Here is a screenshot of the previous version of this site. […]

Coding · 3 MIN READ

Staying off Stack Overflow

I spent a lot of time programming over the holidays. I was doing mostly PHP programming using the CodeIgniter framework, but I also spent some time delving into Ruby and the Rails framework.