You Don't Need to Know It All to Contribute to Open Source

You Don't Need to Know It All to Contribute

Nothing great is built by only one person. We all can contribute something.

September 17, 2023 · 2 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

How to Handle MongoDB Transactions on your Local Server in Node.js

February 16, 2023 · 4 min · Orim Dominic Adah
Design JavaScript code with tests in mind

My First Open Source Contribution to Remotion

How I made my first open source contribution to Remotion - An open source video-making program built with React

February 11, 2023 · 4 min · Orim Dominic Adah
Iterator Design Pattern

The Iterator Design Pattern in JavaScript

Describing and implementing the native iterator design pattern in JavaScript

February 3, 2023 · 7 min · Orim Dominic Adah
on becoming a Senior Engineer

On Becoming a Senior Engineer

How I became a senior engineer at a startup and how you can too

January 15, 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
NestJS Integration Testing with TypeORM and MongoDB

Write Integration Tests with NestJS, TypeORM and MongoDB

Writing integration tests in NestJS using TypeORM and MongoDB

April 7, 2022 · 5 min · Orim Dominic Adah