Gbolahan Olagunju Let's have a chat about your project. Find me on Twitter @iamgbols.

Stories by Gbolahan Olagunju

Building a real-time location app with Node.js and Socket.IO

Building a real-time location app with Node.js and Socket.IO

Dev

Learn how to use Socket.IO with Node.js for real-time data communication for your applications.

Gbolahan Olagunju
Nov 10, 2022 ⋅ 7 min read
Understanding Magic-RegExp as a RegExp alternative

Understanding Magic-RegExp as a RegExp alternative

Dev

Learn to use Magic-RegExp to improve and simplify creating regular expressions for your projects.

Gbolahan Olagunju
Oct 11, 2022 ⋅ 5 min read
Job Scheduling In Node.js With Agenda.js

Job scheduling in Node.js using Agenda.js

Dev

Agenda.js is a lightweight and robust solution for scheduling. In this tutorial, we’ll show you how to do job scheduling in Node.js using this powerful tool.

Gbolahan Olagunju
Mar 11, 2022 ⋅ 4 min read
Build An API From Scratch Using MikroORM, Node.js, And Express.js

Build an API from scratch using MikroORM, Node.js, and Express.js

Dev

To show MikroORM in action, we’ll walk you through the steps of building an API for a blog application with the ability to create posts, write comments, and perform updating, deleting, and reading operations.

Gbolahan Olagunju
Feb 4, 2022 ⋅ 7 min read
The JavaScript logo.

Understanding linear and binary search in JavaScript

Dev

Find out how to implement linear search and binary search in JavaScript and determine the right time to use each algorithm.

Gbolahan Olagunju
Sep 22, 2020 ⋅ 2 min read
An Overview Of Technical Differences Between Loops In JavaScript

An overview of technical differences between loops in JavaScript

Dev

This post explains the functions of different loops in JavaScript to help you better apply these functions to your code.

Gbolahan Olagunju
Aug 12, 2020 ⋅ 3 min read
JavaScript logo against an orange sky.

How to decide between classes v. closures in JavaScript

Dev

Should you use classes or closures in your JavaScript code? This post helps you compare both functions to more easily determine which is best suited to your purposes.

Gbolahan Olagunju
Jun 8, 2020 ⋅ 3 min read
The JavaScript logo against a yellow background.

Getting to know the Intl API in JavaScript

Dev

This tutorial shows you how to use the Intl API to customize your application across timezones and locations to improve user experience.

Gbolahan Olagunju
May 19, 2020 ⋅ 2 min read
The GraphQL logo set against a space background.

Security and performance tips and tricks for your GraphQL servers

Dev

This post gives you a few tips to optimize security and performance in your GraphQL applications.

Gbolahan Olagunju
Apr 28, 2020 ⋅ 4 min read
An image of the Node.js logo and the testcafe logo.

Writing reusable end-to-end tests with TestCafe

Dev

Find out how to write end-to-end tests for your web applications using TestCafe on Node.js.

Gbolahan Olagunju
Feb 27, 2020 ⋅ 3 min read
Demystifying JavaScript

Demystifying function and variable hoisting in JavaScript

Dev

Take a look at this overview of function declaration, function expression, and arrow functions in JavaScript.

Gbolahan Olagunju
Jan 26, 2020 ⋅ 2 min read
GraphQL

Pagination in GraphQL with Prisma the right way

Dev

Learn how to use pagination arguments in GraphQL with Prisma to more easily retrieve information from databases.

Gbolahan Olagunju
Jan 16, 2020 ⋅ 2 min read