Posts

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.