Use 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…
ReadSeptember 2020
web development
View Localhost on Your PhoneA common occurrence when developing a new website or app is that you'd like to see what it will look like on your phone, tablet, or other…
ReadDockerize a Rails Application for DevelopmentAt work, I was recently tasked with Dockerizing a Rails monolith. This app has a React front end built with Webpacker, client side…
Read