Get 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…
ReadAdd Rubocop to an Existing Rails ProjectI think Rubocop is awesome! There are some that find it (and linters in general) annoying, even leading to git commit messages along the…
ReadRoll Your Own Search with Rails and Postgres: Search UIThis is the fifth and final in a multi-part series of posts detailing how I built the search feature for this blog. This post will explain…
Read