Destiny Erhabor I'm a software developer and cloud developer passionate about sharing knowledge through technical writing.

Stories by Destiny Erhabor

Jwt Vs Tokens Authentication Node JS

Node.js server-side authentication: Tokens vs. JWT

Dev

JWT is suitable for stateless scenarios and APIs, while server-side tokens work best for session-based authentication in web applications.

Destiny Erhabor
Jul 7, 2023 ⋅ 8 min read
NestJS Firebase MySQL

Implement in-app notifications with NestJS, MySQL, and Firebase

Dev

In-app alerts provide your application users with real-time information; Firebase Cloud Messaging is a cross-platform messaging system that is a great tool for sending push notifications to your client app.

Destiny Erhabor
Feb 13, 2023 ⋅ 11 min read
Solid JS Typescript Code

Applying SOLID principles to TypeScript

Dev

The five SOLID principles of object-oriented class design facilitate the development of understandable, tested software that many developers can use at any time and place.

Destiny Erhabor
Jan 13, 2023 ⋅ 5 min read