Ben MukeboMake ActiveRecord::Enum validation in Rails API applicationAs all know, Before Rails version 7.1 When you assign an incorrect value to any record that has an enum as type, it normally raises an…Nov 14, 2023Nov 14, 2023
Ben MukeboDevise Token Auth vs Devise JWTOne of the most important considerations when creating a new Rails API application is making sure user authentication is implemented…Apr 8, 20231Apr 8, 20231
Ben MukeboPreventing SQL Injection for Rails Queries.As a Rails developer, writing secure and efficient model methods that interact with the database is crucial. Recently, I discovered that…Jan 21, 2023Jan 21, 2023
Ben MukeboUser Authentication app in Ruby on Rails with Devise-JWT tutorial.During my training a while ago, I had a lot of trouble setting up user authentication to generate a token based on the user payload of your…Nov 11, 20221Nov 11, 20221
Ben MukeboSession Cookies vs. A Devise-JWT for Authenticating Users in Ruby on RailsThis article will explain the differences between Devise-JWT and Sessions, as well as which one to use for authentication.Aug 30, 20222Aug 30, 20222
Ben MukeboHow to become a successful software developer.What are the key traits and qualities that every successful software developer is required to have?Nov 13, 2021Nov 13, 2021