Posts

Rails
Rails Introduces ActiveModel::Attributes::Normalization β†—

Normalization allows us to define custom normalization rules for attributes in our model. This feature is particularly helpful for ensuring that specific attributes are consistently formatted or transformed before they are saved to the database.

Rails
What Is New In Ruby 3.4 β†—

Ruby 3.4 boasts performance boosts, with advancements in the Garbage Collection, YJIT, default parser (Prism), frozen_string_literal, block parameters, and multiple bug fixes.

ReactFrontend
Functional Programming In React β†—

Learn about functional programming and how React implements it using immutable data, pure functions, and composition, along with the benefits of functional programming.

Railsactiverecord
Rails 7.1 Introduces ActiveRecord::Base::Normalization β†—

Normalization allows us to define custom normalization rules for attributes in our model. This feature is particularly helpful for ensuring that specific attributes are consistently formatted or transformed before they are saved to the database.