Adebola Adeniran Hi! I'm Adebola! I'm a full-stack React/Node.js and Ruby on Rails engineer from Nigeria. I mentor junior developers via the Google Developer Program, and I'm a regular contributor to some of the most widely read programming blogs. You can follow me on Twitter @debosthefirst.

Stories by Adebola Adeniran

Sending Emails in Node.js Using Nodemailer

Sending emails in Node.js using Nodemailer

Dev

Learn how to use Nodemailer, a Node.js module with zero dependencies, to easily send emails from within your application’s server.

Adebola Adeniran
Aug 29, 2023 ⋅ 4 min read
Getting Started Notion API

Getting started with the Notion API

Dev

Use Notion to create a database, connect to the Notion API, and create a small Node.js server.

Adebola Adeniran
Jul 2, 2021 ⋅ 8 min read
Creating Nonfungible Token Javascript

How to create NFTs with JavaScript

Dev

Learn to create and deploy your own non-fungible token (NFT) using JavaScript to digitally transfer ownership of either a real or intangible asset.

Adebola Adeniran
Jun 11, 2021 ⋅ 14 min read
Slackbot Nodejs New Bolt API

Build a Slackbot in Node.js with Slack’s Bolt API 

Dev

Create a Slackbot that can house a database, respond to commands and mentions, and accept and store new data from users.

Adebola Adeniran
May 19, 2021 ⋅ 11 min read
Project Fugu Bridging Native App Gap

Bridging the native app gap with Project Fugu

Dev

Discover how the Chromium team is attempting to bridge the gap between native apps and the web through Project Fugu.

Adebola Adeniran
Apr 27, 2021 ⋅ 11 min read
React Logo

React.memo vs. useMemo: Major differences and use cases

Dev

Learn what memoization is, how memoization works in React, and the major differences between React.memo() and useMemo().

Adebola Adeniran
Feb 18, 2021 ⋅ 5 min read