There will be a time when your Rails development environment started to become very slow due to multiple reasons, but mostly because your codebase is very big and the monolith architecture is just too sweet for you to pass on.
Posts for: #Ruby
Integrate TradingView’s HTML5 Charting Library with Ruby on Rails v6
As you probably know, the charting library is not accessible publicly. You need to request access from them. So, I can’t really give a complete repo as an example. I did however open a PR at https://github.com/tradingview/charting-library-examples/pull/197, but I’m not sure if it’s going to be accepted.
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.