Sekou DossoNested 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
Sekou DossoReact Redux Redux-thunk essentialThis blog post will explain the basic of understanding React Redux concept.Jan 17, 2021Jan 17, 2021
Sekou DossoRuby 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
Sekou DossoFor each, Map, Collect, Select,Find_all, Find, Reduce in RubyFOR EACHOct 26, 2020Oct 26, 2020
Sekou DossoThe 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
Sekou DossoReact 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
Sekou DossoReact 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