Arslan Ali·Sep 2, 2021Understanding Event Bubbling & Event DelegationNote: This blogpost operates on the assumption that you already know what parent-child element relationships and event listeners are.
Arslan Ali·May 27, 2021React-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…
Arslan Ali·May 27, 2021Implementing 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…
Arslan Ali·Feb 26, 2021Implementing .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…
Arslan Ali·Feb 12, 2021Using 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…
Arslan Ali·Sep 1, 2020Useful 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…
Arslan Ali·Apr 9, 2020A 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…
Arslan Ali·Mar 24, 2020The 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…