8 Mar, 2020
Javascript Array Methods: Re-implementing Slice
The slice method in JavaScript is a useful utility method, when it is called on an array, it will return a shallow copy of a part of that array...
Psst 👋🏾my name is
I am a software developer with a penchant for building great experiences on the web. Welcome to my own slice of the internet.
I currently work at SAP LeanIX where I build useful products for humans.
Say Hi8 Mar, 2020
The slice method in JavaScript is a useful utility method, when it is called on an array, it will return a shallow copy of a part of that array...
16 Dec, 2019
In this article, I'll be discussing how to build an interactive light display using the three musketeers of the frontend - HTML, CSS & JavaScript...
7 Jul, 2019
The trim method removes trailing whitespace from both ends of a given string. In this post, we’ll be building out our own version of trim that will function effectively like the me...
15 Jun, 2019
The toLowerCase and toUpperCase methods in JavaScript are string methods that transform a given string, making all of it's characters either lowercase or uppercase depending on the...
27 Jan, 2019
Oh, the customary hello world post. “Hello, world” was the first set of words I typed in-between html paragraph tags when I started learning to code. I had spent the better parts of th...