1 follower
A software developer in Ruby on Rails & React based in Siem Reap, Cambodia.
Aikido 🥋 A Way of Life
Font Awesome has always been my favorite icon library for React and Rails projects. It is surely easy to use and makes the user interface much more...
Previously, I wrote about calculating age from a date of birth in Rails. And, now let’s do it in javascript using moment. import moment from...
There are many available Active Record CallBacks in Ruby on Rails that we can use to do particular tasks when an object is created, saved, updated,...
When you happen to check if the attribute's value is unique before it is saved, you can use active record validation helper uniqueness. class User <...
In my use case, I have to validate age from a date of birth in the model. The date of birth can be either a string or a date object. As I think the...
Formik provides handy validation for your react forms to ensure users' data is right, consistent, and secure before submitting them to the server....