Elijah Trillionz
Elijah Trillionz

Elijah Trillionz

Follow
homeBuy Me A Coffeebadges
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Understanding Next.js routeChangeStart and router events

Jul 8, 202315 min read

Next.js makes it possible for us to listen to events regarding navigations from one page to another, let's see how in this article ยท This article was...

Understanding Next.js routeChangeStart and router events

Have little or no use for comments

Feb 13, 202311 min read

The first time I heard about comments, I was told it is meant to document why a code is what/how it is. As nice as it sounded to me, it didn't make so...

Have little or no use for comments

Ultimate Beginners' Guide to JavaScript Recursion

Sep 9, 20229 min read

Recursion can be a bit tricky and sometimes beginners struggle with it. But this will help you get started. ยท Recursion in JavaScript is no different...

Ultimate Beginners' Guide to JavaScript Recursion

Introducing an Ultimate Web/Mobile Dev Roadmap

Aug 19, 20224 min read

Hey everyone! Hope you're doing great! Allow me to interrupt your scrolling or whatever you were doing to introduce to you an ultimate web and mobile...

Introducing an Ultimate Web/Mobile Dev Roadmap

Why is JavaScript Single-Threaded and Non-Blocking

Jul 15, 20227 min read

"JavaScript is a single-threaded and non-blocking language". Chances are you have heard that statement a couple of times and have no idea what it...

Why is JavaScript Single-Threaded and Non-Blocking

Build a Blog with React Context API - Beginners' Guide

May 31, 202218 min read

Overtime, props have proven to be very useful in passing data across components. But as the application grows, it is almost always certain that most...

Build a Blog with React Context API - Beginners' Guide