Jordan Irabor Jordan is an innovative software developer with over five years of experience developing software with high standards and ensuring clarity and quality. He also follows the latest blogs and writes technical articles as a guest author on several platforms.

Stories by Jordan Irabor

Node.js Web Scraping Tutorial

Node.js web scraping tutorial

Dev

Build a web crawler in Node.js that scrapes websites and stores data using worker threads, and compare it to other open source crawlers.

Jordan Irabor
May 29, 2023 ⋅ 11 min read
A Guide To Node.js Natural Language Processing

Natural language processing with Node.js

Dev

Learn about natural language processing in Node.js using the Natural library, including features like test classification and sentiment analysis.

Jordan Irabor
Jan 4, 2023 ⋅ 9 min read
How to Access the Correct `this` Inside a Callback

How to access the correct this inside a callback

Dev

We tackle the infamous scenario where two tricky JS concepts work hand in hand to frustrate the unsuspecting programmer: this and callbacks.

Jordan Irabor
Jan 6, 2021 ⋅ 4 min read

Working with the JavaScript Cache API

Dev

In this article, we’ll take a tour of the Cache API and discuss its usefulness to the development of progressive web applications.

Jordan Irabor
Jun 17, 2020 ⋅ 5 min read

Build an isomorphic application with Nuxt.js and Node

Dev

In this post, we’ll explore isomorphic applications and use Nuxt to build a pet adoption website that preloads data on the server-side before rendering the UI.

Jordan Irabor
Feb 3, 2020 ⋅ 13 min read

5 Vue DevTools hacks you should be using

Dev

Learn how Vue DevTools can be used to manipulate Vue applications at runtime for a better debugging experience.

Jordan Irabor
Sep 27, 2019 ⋅ 3 min read

Router options compared: Vue Router, Voie, Vue-routisan and Vue-route

Dev

Introduction The arrival of modern web frameworks has changed the way developers think and build software. We can now use […]

Jordan Irabor
Jun 19, 2019 ⋅ 9 min read