I was asked about this from my latest job application. Didn’t realize it’s going to be this long so I thought I should share it publicly, easier for me to show it to the next interviewer. The exact question was:
Rails 6 with Bootstrap (Webpacker for JS, Asset Pipeline for CSS)
I haven’t really worked on Rails for a while so I decided to take a sneak peek on what’s going in Ruby on Rails land.
The first thing I want to try is to integrate Rails with Bootstrap. It seems like a lot of tutorials are focusing on how to use webpack for CSS and JS.
Trick to Make Telegram Bot Private
Recently, I learned a trick to make my Telegram bot private to certain users.
I tried not to create the whole CRUD thingy for the membership and after Googling I found out about one of the API provided.
How Bcrypt Compares Password
I’ve always wondered about this.
Manage Multiple App URL in Local Development
These days we might have multiple local applications that are running on
different ports (e.g: http://localhost:3000, http://localhost:3001 and so on).
This is pretty troublesome as we have to remember which application is running
on which port.