How to Safely Monkey Patch Ruby’s String Class Using Refinements (Without Affecting the Entire…IntroductionOct 19Oct 19
Git hooks to the rescue !!!While doing a commit to the repo we often check for holy mistakes such as adding binding.pry , debugger etc in the commit.Jun 5, 2022Jun 5, 2022
Published inITNEXTClass Eval & Instance Eval In Ruby MetaprogrammingRuby’s class_eval and instance_eval though the names are similar but have rather counterintuitive behaviour.May 16, 2021May 16, 2021
Custom Mailer Setup In RailsThe problem that we will address in this article:Jan 26, 2021Jan 26, 2021
Rails On Docker SimplifiedSetup your Rails application with Docker following some basic steps. Setup dockers in the Kubernetes cluster to scale up your app in cloudDec 20, 2020Dec 20, 2020
Reincarnated ‘this’ keyword in JavascriptRecently in one of my React projects, I stumbled upon a weird error where the variable expected to be printed was actually printed as…Jan 26, 20201Jan 26, 20201