As you are reading this blog, you are one of the cool developers and to become the coolest developer you need to follow the above quote. Here, I am sharing my story, when I tried to become the coolest developer! When I heard about hooks in React JS, I read about it and tried to write new components … Continue reading Ins & Outs Of Component Lifecycle With UseEffect
blog
Custom event tracking with ActiveSupport::Notifications and Audited
Track Your Custom Events With Audited & ActiveSupport::Notifications When it comes to logging or tracking changes in Ruby on Rails models, We typically tend to use either paper_trail or audited gems as these are most popular and widely used gems in Ruby on Rails applications for tracking changes in Rails models, but what if you … Continue reading Custom event tracking with ActiveSupport::Notifications and Audited
How Dependency Injection Works In Android With Dragger 2
Google drives developers to produce scalable and modular code with Android Architecture components. Dagger 2 takes it much further, creating a single repository where all your classes are initialized so that every Activity, Fragment, ViewModel and Repository is free from initializing the classes they are dependent on. Dagger 2 uses Dependency Injection to create scalable, … Continue reading How Dependency Injection Works In Android With Dragger 2
