Dillion Megida I'm a frontend engineer and technical writer based in Nigeria.

Stories by Dillion Megida

Node Multer Express Upload Files

Multer: Easily upload files with Node.js and Express

Dev

Multer does the work of body-parser by attaching the values of text fields in the req.body object and creating a new object for multiple files.

Dillion Megida
Mar 10, 2022 ⋅ 6 min read
Comparing React Typescript

Comparing TypeScript and PropTypes in React applications

Dev

Understand what PropTypes and TypeScript are, consider their relevance in React applications, and discover how they can be used together.

Dillion Megida
May 14, 2021 ⋅ 5 min read
5 CSS Properties and Values That Are Incompatible

5 CSS properties and values that are incompatible

Dev

How to solve five common incompatibilities between properties and values in CSS that slow down development.

Dillion Megida
Jan 14, 2021 ⋅ 7 min read
Markdown Gatsby Plugin

How to build a Markdown plugin for your Gatsby blog

Dev

Learn about Markdown, how to build a Markdown plugin, and how Gatsby enables users to hook into and format Markdown files.

Dillion Megida
Oct 6, 2020 ⋅ 7 min read
Self-hosted fonts vs Google Fonts API

Self-hosted fonts vs. Google Fonts API

Dev

The use of fonts in web development plays an important role in how a web application is presented. Learn more about how to use fonts in your app here.

Dillion Megida
Aug 14, 2020 ⋅ 4 min read
The Node.js logo over a white background.

A deep dive into queues in Node.js

Dev

Check out this deep dive into queueing with Node.js and learn how to more effectively handle asynchronous operations.

Dillion Megida
Jun 30, 2020 ⋅ 6 min read