PinnedPublished inSimpra TechTrunk-based DevelopmentWhat is trunk-based development? (TBD)5d ago5d ago
PinnedAction Mailer: Prevent Sending Blacklisted Emails in RubyCreate a blacklist model that helps you not sending emails to everyone in your sending list.Oct 27, 2020Oct 27, 2020
Maximum Sub-array in RubyThis is meaningful when there are some negative numbers in the array. Otherwise, there is no need to use a recursive function.Dec 22, 2023Dec 22, 2023
Recursive Functions in RubyA simple and basic example of a recursive function as a counter from 5 to 0Dec 19, 2023Dec 19, 2023
Restore specific records which are deleted from productionMost of the learnings give us the ability to restore the entire database but imagine that you deleted some records in tables.Mar 9, 2023Mar 9, 2023
Ruby on Rails Enum with prefix/suffixToday we are going to do some examples with Rails enum with prefixes and suffixes, it is very useful for rails developers.Apr 19, 2020Apr 19, 2020
Ruby Dropdown On Change Eventwe can change dropdown content by changing other dropdown with https://github.com/rails/jquery-ujsApr 6, 2020Apr 6, 2020
How to secure a Redis server and use in sidekiqFirst of all, open the redis-server config file in the ubuntu system.Jul 25, 2017Jul 25, 2017