The map method is one of the most well-known Array methods in JavaScript. It's a handy way of transfo...
Intro 👋 Recently I found myself exploring around https://www.frontendmentor.io/challenges....
With the recent announcement of Apple acquiring DarkSky API. DarkSky API has currently closed down...
I recently built out an random quote machine to grab some funny Chuck Norris jokes. This was such a f...
I recently built out an interactive Pokedex to mimic what Pokemon Trainers would use :). This was suc...
What I built It's called Weather Me ⚡. It's a text message service where a user can signup...
This is the initial scratch of the project in mind. The Problem Looking up weather sounds...
This was a fun and cute front-end side project I worked on this past weekend. I grabbed the contents...
Homebrew is brewed for your success. It definitely should be one of the software you should instal...
I just started my new job not too long ago as a full stack developer. Wanted to get your inputs!
JavaScript makes use of callbacks, promises, async and await features to support Asynchronous Prog...
Unpredictable behavior makes our apps more interesting when done right. For example, imagine card...
A closure is a stateful function that is returned by another function. It acts as a container to r...
What's your default method when you search for an item in an array? You could be familiar with the...
The piano Here is the final product of what we will be building! You can click on it or...
You have finally arrived at your awaited destination. A cafe buzzing with lofi music, or a comfy l...
JSON is a lightweight text-based data that stands for JavaScript Object Notation. This format is a...
Javascript enables our web apps to be interactive. It can recognize events generated by a user...
In JavaScript, functions are what are known as first-class citizens. It means they can be stored in...
Explanation of 'this' keyword in javascript with examples
Comparisons of different CSS display properties