Godson Obielum

  https://devgson.github.io/ I'm a software developer with a life goal of using technology as a tool for solving problems across major industries.

   



5 Stories by Godson Obielum

Creating social logins in NestJS

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

Effortless database schema migration with Prisma

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

Modern, faster alternatives to ESLint

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

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

In this tutorial, we'll show you how to safeguard regular expressions against denial-of-service (DoS) attacks.
1 7 min read

Build a YouTube video search app with Angular and RxJS

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