A Guide to Understanding Binary Search

Binary Search - the algorithm and its implementation in JavaScript and Golang

June 1, 2024 · 7 min · Orim Dominic Adah
URL validation JavaScript header image

How I Validated for Specific URLs in JavaScript

In this article, you will find how to make sure that users submit the type of URLs that you expect

August 18, 2023 · 2 min · Orim Dominic Adah
Dependency Injection in JavaScript blog header image

Dependency Injection in JavaScript

Dependency Injection reduces tight-coupling and akes test easy to write

February 22, 2023 · 5 min · Orim Dominic Adah
setTimeout JavaScript

How does setTimeout Work with the JavaScript Engine?

A guide on how setTimeout works with JavaScript the JavaScript engine

January 4, 2023 · 3 min · Orim Dominic Adah
Callback Function JavaScript

What is a Callback Function in JavaScript

A function that is passed to another function to be executed in that function.

August 7, 2022 · 5 min · Orim Dominic Adah
Asynchronous function javascript

What Is an Asynchronous Function in JavaScript?

March 25, 2022 · 4 min · Orim Dominic Adah
Implement JavaScript's setInterval using setTimeout

Implement JavaScript's setInterval using setTimeout

Implement JavaScript's setInterval method using setTimeout

June 23, 2021 · 3 min · Orim Dominic Adah