Gbolahan Olagunju

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

     



16 Stories by Gbolahan Olagunju

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

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

Understanding Magic-RegExp as a RegExp alternative

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

Job scheduling in Node.js using Agenda.js

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...
0 4 min read

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

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...
0 7 min read

Understanding linear and binary search in JavaScript

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

An overview of technical differences between loops in JavaScript

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

How to decide between classes v. closures in JavaScript

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

Getting to know the Intl API in JavaScript

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

Security and performance tips and tricks for your GraphQL servers

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

Writing reusable end-to-end tests with TestCafe

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

Demystifying function and variable hoisting in JavaScript

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

Pagination in GraphQL with Prisma the right way

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