Skip to content

CraftCMS Migrations

  • October 9, 2018

CraftCMS migrations help you move configuration and content between different environments, allowing you to make sure that changes propagate correctly. One of my favorite part of CraftCMS is migrations. I think they’re unsung heroes of creating a great, maintainable website. (I’m only…

Read Article

Building an Alexa Skill

  • September 10, 2018

For a recent hackfest, I experimented with Alexa, Amazon's voice UX software offering. Specifically, I tried to add a skill to Alexa. For an idea of what you can do with skills, you can check out the Amazon Alexa Blueprints. However,…

Read Article

WordPress Gutenberg Custom Block Build Environment

  • September 5, 2018
Gutenberg is coming in WordPress 5.0 core, and it's going to shake things up. To some, the build process might be a bit hard to put together at first. I'll go over how to get up and running with a WordPress Gutenberg Custom Blocks Boilerplate.
Read Article

GopherCon – A Beginner’s View

  • September 5, 2018

I recently attended GopherCon 2018. This conference brings together a large community centered around the Go language. I wanted to share a beginner's view of the conference, as this was the first one I've attended, and I've only been working…

Read Article

Running a remote hackfest

  • August 27, 2018

Hackfests (or hackathons or hack weeks) are a great way to refresh your team, explore new technologies in a low impact manner, and built connections between people. More on hackfests here. I've previously run and been part of in person…

Read Article

Why We Do Code Review

  • August 21, 2018

Code review is a key part of our development process. All code changes should go through code review before they are released. Sometimes it feels hard to justify waiting for another developer to take the time to do a code…

Read Article

Give ‘Future You’ the gift of documentation

  • August 14, 2018

Ah, documentation. Whenever starting a project or picking one up, I love to read the docs. However, someone has to write and maintain those documents. Depending on who the audience is (and how big the company is), it may be…

Read Article
Back To Top
Search