Improve 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…
ReadStart a Rails 6 Project with RSpecCurrently at work I have one of those rare opportunities to greenfield new project. Since we're a Rails shop, naturally I'm using Rails, and…
ReadFind Jira Tickets FasterA short blog post for today. Just wanted to share a neat trick my colleague showed me recently to find Jira tickets faster, given that you…
Read