After learning your first programming language, you may ask what can you do with programming: AI / Machine Learning? Hardware development? Mobile apps? Or maybe you want to start develop web… (more…)
Read more »
Quickly start sending Slack messages from your Ruby on Rails backend without the need for any third party libraries! (more…)
Read more »
A typical Ruby on Rails application comes with ActiveRecord, which makes using RDBMS (such as MySQL, PostgreSQL etc) cake walk. There are… (more…)
Read more »
We can use use Facade design pattern in Rub on Rails to remove that responsibility of preparing data for the view and create unified face. (more…)
Read more »