Elijah Trillionz

Elijah Trillionz @elijahtrillionz

About: Web developer ☆ Technical Writer @logrocket , http://dev.to and @hashnode ☆ 💖 CSS && JS ☆ open-source enthusiast | hacking @json_db ☆ 🌐 http://elijahtrillionz

Location:
Nigeria
Joined:
Sep 25, 2020

Elijah Trillionz
articles - 40 total

Have little or no use for comments

The first time I heard about comments, I was told it is meant to document why a code is what/how it...

Learn More 3 6Feb 13 '23

You Don't Need To Learn TailwindCSS To Use It

A few months back, I wrote an article on when to learn React, now in this article, I'm going to do...

Learn More 62 11Oct 12 '22

Ultimate Beginners' Guide to JavaScript Recursion

Recursion in JavaScript is no different from recursion in other languages. It is a popular term used...

Learn More 23 0Sep 9 '22

Introducing an Ultimate Web/Mobile Dev Roadmap

Hey everyone! Hope you're doing great! Allow me to interrupt your scrolling or whatever you were...

Learn More 7 3Aug 19 '22

Why is JavaScript Single-Threaded and Non-Blocking

"JavaScript is a single-threaded and non-blocking language". Chances are you have heard that...

Learn More 44 4Jul 15 '22

How To Build An App With React Context API

Overtime, props have proven to be very useful in passing data across components. But as the...

Learn More 28 5May 30 '22

Mastering CSS Margin Collapse With Practical Examples

Margin collapse is an interesting concept in CSS margins that you should know, understand and be...

Learn More 16 0Mar 9 '22

Complete Guide On How To Use Styled-components In React

I have often found styling a React application very confusing and difficult. Initially, I was...

Learn More 68 5Feb 17 '22

Shouldn't recursion be prevented in React component?

I had an error recently while working with React/Next.js and styled-components. I was to create a...

Learn More 9 6Feb 10 '22

How to Become a Web Developer in 2022

Hello, welcome, and in this article am going to show you how to become a Web Developer in 2022. There...

Learn More 21 4Jan 9 '22

You Don't Need To Learn ReactJS Now

Now, this isn't another article that tries to stop you from learning and using React and other...

Learn More 206 27Dec 24 '21

Cleaning up Async Functions in React's useEffect Hook (Unsubscribing)

Functional components in React are most beautiful because of React Hooks. With Hooks, we can change...

Learn More 110 14Nov 30 '21

Learn JavaScript Closures in 7 mins

To learn closures, you need to understand how scope works. In JavaScript, we have global and local...

Learn More 121 4Nov 16 '21

Select HTML Elements in CSS using attributes

Hey friends. Let's take a look at an awesome feature in CSS. In this article, we will select HTML...

Learn More 23 2Nov 10 '21

Build A Modern Discord Bot from Scratch. Learn the basics

Discord bots help you interact with members of a server as well as moderate the server. A discord bot...

Learn More 192 21Oct 28 '21

10+ Must-have VSCode Extensions for React Developers

Extensions in VSCode are one of the things that makes VSCode so special. So let's see some of these...

Learn More 37 2Oct 22 '21

JavaScript Strings are too vital

Strings as we know is a JavaScript data type. We use them to hold data that can be represented in...

Learn More 6 0Oct 18 '21

20+ YouTube Channels for Designers/Front-End Developers

Tutorials, tips, advice, information helps a lot. While these things can be written they can also be...

Learn More 42 1Sep 30 '21

How I learned coding as a dummy without a laptop

For the past couple of weeks, I have been going out to program in public, and since then I have met...

Learn More 7 1Aug 25 '21

Fastify CRUD API with Authentication

Hi there! Today's article is a continuation of my previous article on Fastify. We will improve on...

Learn More 61 1Aug 5 '21

Build a CRUD API with Fastify

Hello everyone, in this article we are going to build a NodeJS CRUD API with Fastify. Fastify is a...

Learn More 178 1Jul 22 '21

JavaScript Arrays Simplified in 3 Sections

An Array is a data type in JavaScript used for storing a collection of like data. In our daily...

Learn More 54 6Jul 10 '21

Codecademy Review. Is it worth it?

Codecademy is a popular online learning platform for coding. This article is going to review what it...

Learn More 6 3Jun 23 '21

How to Center Align Items in CSS with 4 Solid Methods.

Center aligning items has being a much-discussed topic in CSS. Beginners and sometimes professionals...

Learn More 250 1Jun 13 '21

The 10 Important Full-Stack Web Development Tools in 2021

There is a saying "as a full-stack developer, you need to learn everything" - pirple. As it is true...

Learn More 112 13Jun 1 '21

Why you should use OAuth for your App.

Imagine how cool it would be not to have to create a username, verify your email for every website yo...

Learn More 33 2May 22 '21

Cheap Recommended Laptops for Coding

Oftentimes, laptops that you will see programmers and tech experts recommend for programmers are over...

Learn More 10 10May 19 '21

API To Spice Up Your Website or Client's Website

Have you built a business website or portfolio for a client? Or are you currently making one? Do you...

Learn More 65 6May 9 '21

20+ Places to Learn Programming for Free

Programming is hard, now imagine teaching what is hard. You would need an in-depth understanding to b...

Learn More 32 7Apr 25 '21

Your Heroku App Is Slow to Load Because Of This.

No doubt that Heroku is a great tool for developers. One particular reason for me is its generosity....

Learn More 69 12Apr 17 '21