Understanding Event Bubbling & Event DelegationNote: This blogpost operates on the assumption that you already know what parent-child element relationships and event listeners are.Sep 2, 2021Sep 2, 2021
React-Redux Islamic Calendar ApplicationI decided to make a calendar application and infuse it with some Islamic features, just to get in touch with my roots. In order to do so I…May 27, 2021May 27, 2021
Implementing Routes with React Router DOMThis entry will revolve around using a NPM Package known as React-Router-Dom, which would primarily be used in any React application of…May 27, 2021May 27, 2021
Implementing .mp3 sound files in your JavaScript projectFor my JavaScript project that I was doing for the Flatiron School, I decided to make an interactive piano. To my disappointment (or…Feb 26, 2021Feb 26, 2021
Using Filestack With Ruby On Rails (Image Uploading & Hosting)While working on my Rails project I realized I my hardware was a bit dated, and such, I had to look for an alternative to the number of…Feb 12, 2021Feb 12, 2021
Useful Ruby Methods For Sinatra (possibly, most likely, also for Rails)After spending more time on a Sinatra project than humanly necessary, I came across a few Ruby methods I believe are very useful in…Sep 1, 2020Sep 1, 2020
A brief guide to creating a command line interface application with RubyWhen you enter the world of coding, whether it’s a four year computer science degree, an arduous bootcamp program, or a self-taught Udemy…Apr 9, 2020Apr 9, 2020
The Basics of Object Orientation RubyA defining feature of the ruby programming language, object orientation bridges the gap between dynamic code and real world scenarios we…Mar 24, 2020Mar 24, 2020