TDD by ExampleIf you've been coding for any length of time, you've probably heard that you should test your code, and by that I mean writing automated…
ReadDecember 2020
personal finance
Promotional interest rates and the fine printTaking a break from programming topics to blog about personal finance today. Wanted to share an experience I had recently with one of the…
ReadImprove Productivity with VS Code SnippetsHave you ever found yourself repeating a certain pattern while coding over and over and thought there's got to be a faster way? For example…
ReadConstruct a PATCH request for a JSON APII'm currently building a subscription management and notification microservice in Rails and decided to use the jsonapi-resources gem to…
ReadUse UUID for primary key with Rails and PostgresWhen working with Rails and a relational database such as Postgres, the default option for primary key is an auto-incrementing sequence. So…
Read