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.

   



7 Stories by Jordan Irabor

Natural language processing with Node.js

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

Node.js web scraping tutorial

Learn how to build a web crawler in Node.js that scrapes websites and stores data using worker threads along with using node-crawler.
2 8 min read

How to access the correct this inside a callback

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

Working with the JavaScript Cache API

In this article, we'll take a tour of the Cache API and discuss its usefulness to the development of progressive web applications.
2 5 min read

Build an isomorphic application with Nuxt.js and Node

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

5 Vue DevTools hacks you should be using

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

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

Introduction The arrival of modern web frameworks has changed the way developers think and build software. We can now use flexible frameworks (with really...
2 9 min read