Build 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…
ReadGet started with Gatsby and Unit TestingThis post will demonstrate how to add unit tests to a Gatsby project using Jest and react-testing-library. Gatsby is a static site generator…
ReadFix Rails Blocked Host Error with DockerThis post will demonstrate how to solve the Rails Blocked Host error when running a Rails app in a Docker container. But first, what is the…
ReadTesting Faraday with RSpecIf you've ever developed code that had to integrate with a third party service that didn't have an up-to-date gem available, there's a good…
Read