Dillion Megida

HomeBadges
Blog Author Picture

Dillion Megida

27 followers

Software Engineer @ThisDot | Technical Writer @TheWorld

How to Build a Gatsby Source Plugin, using Hashnode as an example

Mar 25, 202118 min read 115 views

Gatsby is a React framework also called a Static Site Generation tool which can be used to create static pages from dynamic data. This data can be gotten from any source. In this article, we'll walk through a tutorial showing how to build a source pl...

Almighty this, Demystified

Feb 27, 20218 min read 12 views

this is a popular misunderstood concept in Javascript as during usage, you cannot determine most of the time what it references. In this article, I hope to clear every confusion surrounding it. this is an inherently (automatically) created variable ...

Understanding JavaScript Prototype Nature and Prototype Chain

Feb 23, 202111 min read 8 views

JavaScript is a prototype-based object-oriented language. Although, you'd see the class keyword (in modern Javascript) but it works as prototypes at the background. I explained how the class keyword works in this article on this. In this article, we'...

Gatsby with Netlify CMS

Oct 3, 201940 views

This article was first published on my blog - dillionmegida.com I'd assume that you have a Gatsby site already running. Also, I'd be more particular about blogs since they a better example for a regular publishing site. However, there are greater pow...

MAKING LAYOUTS WITH CSS (Pt a) - Part 5 of Frontend Development Series

Sep 9, 201942 views

This article was first shared on my blog - Dillion Megida's Blog On the series, today's topic is Making Layouts With CSS - designing layouts with CSS. We have been made to understand that CSS gives beauty to our webpage by giving it styles. There ar...

Javascript for() {} Loop - Simplified

Aug 26, 201960 views

The for loop creates a loop where executions are executed as long as the given condition remains true. There are other methods of loops which you can find here. I chose to explain the for-loop because it pretty much describes how a loop operation is ...

© 2021 Dillion Megida

PrivacyTerms
Proudly part of