Basics of ReduxFor my final project at flatiron I used redux state management library to manage the state data in my project.Aug 16, 2021Aug 16, 2021
React Components Using callback Functions to Communicate up the Component TreeLearning React has been an absolute joy in the most part especially once you figure out how things are working. One of the things that was…Aug 13, 2021Aug 13, 2021
JavaScript Execution ContextWhen a function in JavaScript is called it is provided an execution context. The execution context is a JavaScript Object that is either…Jun 3, 2021Jun 3, 2021
How to Use Devise for Authentication in RailsAs a beginner rails developer, I learnt very fast that your application needs to have an authentication system. A user should be able to…Apr 3, 2021Apr 3, 2021
Active Record has_many AssociationFor my Sinatra project I decided to build a simple book tracker applications that performs all the CRUD actions. I used Active Record as…Jan 29, 20211Jan 29, 20211
Intro To Basic OOP In Ruby Class and Objects — Part 1Learning to code in Ruby has been fun, frustrating and rewarding, that has been my experience so far. I have learnt the basics of the Ruby…Nov 23, 2020Nov 23, 2020