Shannon KariukiSo what exactly is a Roth IRA?The Roth IRA is an Individual Retirement Account (IRA) that allows a person to contribute after-tax dollars towards their retirement, and…Nov 7, 2021Nov 7, 2021
Shannon KariukiLivety — Life Lessons from Bob MarleyToday would have been Bob Marley’s 76th Birthday, and anyone who has known me for longer than 5 seconds, would know, that I am completely…Feb 6, 20211Feb 6, 20211
Shannon Kariuki5 Lessons From My One Month Remote Software Engineering Internship2020 has been a rollercoaster ride for me as a new graduate. The karmic gods decided that the perfect introduction to adulting would be a…Sep 14, 2020Sep 14, 2020
Shannon KariukiinDev GeniusImplementing a Contact Form Using React HooksFor the past week, I have been working on implementing a contact form using React for a coding challenge I had to complete as part of a…Jul 25, 2020Jul 25, 2020
Shannon KariukiinDev GeniusEvent Binding in ReactEvent Binding in React can be tricky. It’s not React’s fault, place the blame on Javascript. In my previous article, I briefly explained…Jul 1, 2020Jul 1, 2020
Shannon KariukiLexical Scope and Arrow Functions in JavascriptLearning Javascript coming from a Java background can be confusing. Although Javascript is object-oriented, it is not class-based…Jun 26, 2020Jun 26, 2020
Shannon KariukiinDev GeniusReact Class and Functional ComponentsUser Interfaces are made up of different parts. A webpage could have a Navbar, Header, About page, Contact page e.t.c. In React, we…Jun 24, 2020Jun 24, 2020
Shannon KariukiWhat is React JS?React JS is a Javascript library used to create dynamic and interactive user interfaces. It is not a framework, like Angular. The…Jun 8, 2020Jun 8, 2020
Shannon KariukiTwo Sum Array QuestionGiven an array of integers, return indices of the two numbers such that they add up to a specific target.Jul 10, 2019Jul 10, 2019