Dillion Megida

Dillion Megida @dillionmegida

About: Developer Advocate 🥑 | Content Creator ✨

Location:
Nigeria
Joined:
Jun 4, 2019

Dillion Megida
articles - 54 total

Twitter Clone Part 3: Adding Tweet Reactions and Showing Notifications

In this article, the third part of the Build a Twitter Clone series, you will add support for tweet...

Learn More 12 0Jun 29 '22

Twitter Clone Part 2: Creating a Profile Page and Following Users

In this article, the second part of the Build a Twitter Clone series, you will create a Profile...

Learn More 9 0Jun 29 '22

Twitter Clone Part 1: Connecting Users to Stream Feeds and Creating a Tweet

In this article, the first part of the Build a Twitter Clone series, you will be creating a Twitter...

Learn More 14 0Jun 27 '22

Build a Twitter Clone with Activity Feeds and React

Twitter is a social media application that allows users to create tweets (that supports text,...

Learn More 14 0Jun 27 '22

Array.splice() - for removing, replacing or adding values to an array

Article Number 13 of the Array Method Series. In this article, I will explain what the splice Array...

Learn More 16 0May 18 '22

How to calculate the difference of days between two dates in JavaScript

Have you ever tried calculating the number of days between two dates in JavaScript without a library?...

Learn More 29 0May 14 '22

Array.shift() - for shifting the first item in an array

Article number 12 of the Array Method Series. In this article, I will explain the shift Array...

Learn More 7 0May 10 '22

Array.pop() - for popping the last item of an array

This article is the eleventh of the Array Method Series. In this article, I will explain what the pop...

Learn More 6 0May 10 '22

Array.reduce() - for reducing an array to a single value

This article is the tenth of the Array Method Series. In this article, I will explain what the reduce...

Learn More 12 0May 5 '22

Array.reverse() - for reversing an array

This article is the ninth of the Array Method Series. In this article, I will explain the reverse...

Learn More 8 2Apr 29 '22

Array.every() - for checking if all items meet a condition

This article is the eighth of the Array Method Series. In this article, I will explain what the every...

Learn More 20 0Apr 26 '22

Array.flatMap() - for applying a map and a flat on an array

This article is the seventh of the Array Method Series. In this article, I will explain the flatMap...

Learn More 10 1Apr 22 '22

Array.some() - for testing that at least one item meets a condition

This article is the sixth of the Array Method Series. In this article, I will explain what the some...

Learn More 17 4Apr 21 '22

Array.slice() - for slicing an array

This article is the fifth of the Array Method Series. In this article, I will explain what the slice...

Learn More 6 0Apr 13 '22

Array.forEach() - for looping through items in an array

This article is the fourth of the Array Method series. Here, I'll explain the forEach array...

Learn More 6 1Apr 13 '22

Array.flat() - for flatting nested arrays within an array

In this third article of the Array method series, I'll explain the flat method and how it...

Learn More 10 2Apr 12 '22

Array.filter() - for filtering items from an array

In this second piece of the Array method series, I'll explain what the filter method is and how it...

Learn More 12 2Apr 9 '22

How to navigate a browser to the previous page with JavaScript

Direct links in web applications navigate to a specific page regardless of whatever page the user is...

Learn More 13 0Apr 9 '22

How to cancel a setTimeout in JavaScript

setTimeout in JavaScript is a native function that sets a function to be executed when a specified...

Learn More 49 5Apr 8 '22

Array.Map() - for mapping items in an array

This article is the start of a series where I explain different array methods, how they work, and use...

Learn More 20 2Apr 7 '22

Building SEO-Powered Websites With Gatsby

Gatsby is a framework that leverages React for building SEO-powered websites. Many websites are creat...

Learn More 19 7Jan 4 '21

Getting Started with GatsbyJS

GatsbyJS is a React framework and a Static Site Generator (SSG) tool used in building web application...

Learn More 6 0Dec 15 '20

Announcing gatsby-remark-liquid-tags

Liquid tags on Gatsby Blogs enabled with gatsby-remark-liquid-tags This tool has actually been aroun...

Learn More 21 0Jun 4 '20

String.split() in Javascript

split is a method used on strings to as the name implies, break the string at the specified breakpoin...

Learn More 7 0Apr 19 '20

Getting Started with CSS Variables

We know variables to be containers or placeholders for values which can be used throughout a program....

Learn More 10 0Mar 15 '20

Garbage Collection in Javascript

This is most probably not the first time you're hearing this term. But in this article, I'd be explai...

Learn More 9 3Mar 1 '20

How Do You Manage School and Remote Work?

I'm in my finals and want to secure a remote job before rounding up. But I'm scared of the difficult...

Learn More 8 7Feb 14 '20

Javascript reduce() Array Method

The reduce array method is used to reduce all values in an array to a single value. It is passed an a...

Learn More 7 0Feb 1 '20

Syntax and Basic Constructs (Pt b) - Part 8 of Frontend Development Series

In the previous article in this series, we looked at some basic constructs used in javascript. In thi...

Learn More 7 0Jan 5 '20

My #100DaysOfCode Experience 😄

100DaysOfCode is a challenge that has gained so much popularity because of the benefits it offers. I...

Learn More 19 3Nov 13 '19