Writing

Finding boostsMusings on "boosts", what they are, and how I think they're important things to think about.A moment of joy with CSS gridReflecting on how CSS grid made implementing a specific design so much easier than without.WordPress, the Great Divide, and a build-less experienceHow a small WordPress project got me thinking about the Great Divide and feeling the joys of a build-less development experience.Migrating Rails from Postgres to SQLiteMy experience migrating a Rails project from Postgres/Redis to SQLite and vastly simplifying production infrastructure.Replacing ChromeOS with Linux on the 2017 Pixelbook (Eve)A step-by-step guide for installing Linux on the Pixelbook and replacing ChromeOS.How to: Selenium with Chrome extensionsThis is an overview of how to use Selenium to automate Chrome extensions with JavaScript.Our little universesSome fleeting thoughts while I rest in a creaky, small-town Japanese hotel.Rubber bandsBack in middle school, my friend and I entered a science fair competition. We ended up winning this competition.The Web pendulumThere's a renaissance happening on the Web right now as some are saying, and I'm loving it.Open source chats with Kasper Timm HansenSome nuggets of wisdom that Kasper Timm Hansen touched on while we chatted on a Hollywood rooftop.Thoughts on dataThis is, in no particular order, a collection of my thoughts around data and how we might better approach it when writing software.+918 -24,519I migrated my site back to Jekyll which resulted in 918 lines of code added and 24,519 removed.Accessing a previous session in NextAuth.js callbacksA how-to on accessing previous session tokens to enable account merging or something similar using NextAuth.js.Replace a relational database with DynamoDB in RailsSteps I took to completely remove Active Record and replace it with DynamoDB.Adding a Cypress test suite to your full stack Next.js appA guide to add Cypress and CI to a Next.js app configured with a database.Giving Ruby objects access to Rails view methodsA look at `view_context` and how to use them in POROs.2020 year in reviewIt goes without saying that this year was absolutely insane, but existential threats aside, this year did give me a decent number of things to be thankful about.Fixing overflow padding in FirefoxA look at a long-standing CSS bug in Firefox and some approaches to remedy it in your projects.Write code for people, not machinesIf I could go back in time and talk to my past self, I'd encourage this particular mindset earlier.HTML isn't an assembly languageThoughts on how HTML isn't the means to an end, but an end product.The software spectrumThoughts around how roles and responsibilities are getting blurrier and blurrier in the Web industry.Delayed::Job for outbound emails in RailsA situational but noteworthy use case of Delayed::Job for outbound emails in Ruby on Rails.Concepts I needed to learn to setup a home server(As a networking newbie.)Test-driven reviewsMy thoughts around using tests as the guideline for code reviews.Chusaku, a controller annotation gemA write-up of a Rails controller annotation gem.Testing is for all of usMy thoughts on why I think automated testing is a crucial part of any software team.Reflections on a custom "Component"My thoughts on defining a JavaScript pattern that I called "component" from pre-React days.Getting into open sourceMy thoughts and experiences around getting involved in open source software through a project called if me.ES6 in Gulp projectsHow to setup a Gulp project to use ES6 and still use libraries such as jQuery.Vim, one year inReflecting on my decision to exclusively use Vim one year ago.Tidying my digital lifeTidying up and Marie Kondo-fying my digital life.Managing WordPress with ComposerHow to use Composer to offload WordPress core and plugin management to reduce your project's repo size.Reviving the blogMotivations and thoughts around reviving my personal blog.Switching from a Mac to a Chromebook (as a web developer)This is my experience switching from a 2014 Retina Macbook Pro to a Google Pixelbook.Routing JavaScript in RailsMy take on extending Paul Irish's DOM-ready JS execution technique.Comment, because peopleGood code needs comments. Good code needs comments because people.