Nested Resources In Rails.I came across with a challenge to build nested route in rails, and I believe that this post can help other junior like myself. The…Mar 8, 2021Mar 8, 2021
React Redux Redux-thunk essentialThis blog post will explain the basic of understanding React Redux concept.Jan 17, 2021Jan 17, 2021
Ruby Enumerables: ‘any’, ‘all’, ‘none’, and ‘find’Ruby offers various enumerables on collections that check for validity of the objects within it.Nov 11, 2020Nov 11, 2020
The Component LifecycleEach component in React has a lifecycle which you can monitor and manipulate during its three main phases. The three phases are: Mounting…Oct 12, 2020Oct 12, 2020
React FormsHandling forms is about how you handle the data when it changes value or gets submitted. In HTML, form data is usually handled by the DOM…Oct 5, 2020Oct 5, 2020
React EventsReact is a JavaScript library for building user interfaces. React is used to build single page applications. React allows us to create…Sep 21, 2020Sep 21, 2020