Tresor BirekeEnsuring Data Integrity in Ruby on Rails using TransactionsSo you’re working on a fintech app and to complete a money transfer you need a withdrawal and deposit to be completed if either fails the…Jan 31, 2023Jan 31, 2023
Tresor BirekeShould you use Active Model?So you’re working with a Ruby Class, and you want it to validate the presence of some attributes; maybe you also want to know when a…Oct 3, 2022Oct 3, 2022
Tresor BirekeEasily create an admin interface in Rails with active adminwhen creating web apps we usually need an admin interface for managing the data, active admin allows us to archive that goal in an easy and…Jun 30, 2021Jun 30, 2021
Tresor BirekeHow to Upload an image in Rails 6 Using Cloudinary and carrierwavewhile developing a rails Application you might want to allow your users to upload an image. Cloudinary provides an easy and free way of…Jul 5, 2020Jul 5, 2020
Tresor BirekeUnderstanding what is backtrackingin this blog post, we are going to take a look at what is backtracking and how to implement it using rubyApr 26, 2020Apr 26, 2020
Tresor BirekeThe superpower of the order CSS property and the cool things you can do with it using flex and…In this article, we’ll see how to use the order CSS property to changes the order of our page elements depending on the screen’s sizeNov 30, 20191Nov 30, 20191