Working Towards an Asynchronous FutureI was inspired to write this after reading a post about how big tech companies organize their software engineering processes and the curious…
ReadMigrate Cron Jobs to Nomad the Lazy WayLaziness is usually considered a negative or insulting term, but when it comes to software engineering, this can be a valuable attribute…
ReadRails Feature Test Solved by RegexIf you’ve been programming for awhile, you’ve probably encountered regular expressions, and more specifically, this saying: Some people…
ReadBuild a CI/CD Pipeline for a Gatsby SiteThis post will walk through how to set up a CI/CD (Continuous Integration and Continuous Deployment) pipeline for a Gatsby site. Let's start…
ReadRails Strong Params for GET RequestIf you've been using Rails for a while, you've probably encountered Strong Parameters. This feature was introduced in Rails 4 and is…
Read