Good Kaizen
A blog about doing good and getting better at life, code, design, and business. We do our best to write in a way that clients will find valuable.
Kaizen is the practice of continuous improvement.
Resources for Learning Vue & Nuxt
When learning a new technology, it's always helpful to have a good list of resources that can be utilized. In this post, we'll provide a list of resources that we think are useful when it comes to learning Vue and Nuxt.
Using AWS S3 and Imgix in Statamic for Performance
Performance can be expensive and complicated to self-manage when your website has a large number of assets. Here’s how we used AWS S3 and Imgix to boost more easily performance on the Laravel News website.
Resource Permissioning in Laravel Nova
Writing permissioning for Nova resources can be broken down into four basic steps. Here's a step-by-step guide on how to do it.
Styling Rich Text and Markdown with Tailwind Typography
When we use Tailwind and have content coming from a CMS, we almost always end up using Tailwind's Typography Plugin. It's easy to add, comes with excellent default text styles out of the box, and allows you to customize everything from right inside the tailwind.config.js file.
Building an Accessible Nav with Alpine.js and Tailwind CSS
Alpine is a great little Javascript library for using Javascript right in your markup/HTML. Here's how we used it and Tailwind to create an accessible mobile navigation for the Laravel News website redesign.