Godson Obielum I'm a software developer with a life goal of using technology as a tool for solving problems across major industries.

Stories by Godson Obielum

Creating Social Logins In NestJS

Creating social logins in NestJS

Dev

Learn how to integrate GitHub social login in a NestJS application, with a way that can be easily applied to other social media platforms.

Godson Obielum
Oct 26, 2022 ⋅ 9 min read

Effortless database schema migration with Prisma

Dev

Learn how to use Prisma Migrate to perform database schema migrations, reducing the tedium (and improving the performance) of your code.

Godson Obielum
Jul 22, 2022 ⋅ 7 min read

Modern, faster alternatives to ESLint

Dev

Is ESLint the best fit for your project? Learn about a few alternatives, and why they’re worth considering, in this comprehensive guide.

Godson Obielum
Apr 26, 2022 ⋅ 8 min read
How to Secure Regex Against Denial-of-Service (ReDoS) Attacks

How to protect against regex denial-of-service (ReDoS) attacks

Dev

In this tutorial, we’ll show you how to safeguard regular expressions against denial-of-service (DoS) attacks.

Godson Obielum
Nov 1, 2021 ⋅ 7 min read
Build a YouTube Video Search Application Using Angular and RxJS

Build a YouTube video search app with Angular and RxJS

Dev

In this tutorial, we’ll walk through how to build a single-page application that retrieves a list of videos from YouTube by passing in a search query and other parameters to the YouTube search API.

Godson Obielum
Jul 20, 2020 ⋅ 13 min read