Jobizil's Blog

Jobizil's Blog

Follow
homePortfoliobadges

Encrypting and Decrypting Data in Node.js using aes-256-cbc

Pinned
Feb 1, 20237 min read 61 views

Learn how to encrypt and decrypt data in Node.js · This tutorial aims at teaching you how to encrypt and decrypt data in Node.js. The method provided...

Encrypting and Decrypting Data in Node.js using aes-256-cbc

Compare Hash Passwords Using Crypto Module using the Node.js [part 2]

Feb 13, 20232 min read 113 views

This article is a continuation of my previous article on Hash Passwords Using Crypto Module using Node.js. This aims at teaching you how to convert...

Compare Hash Passwords Using Crypto Module using the Node.js [part 2]

Hash Passwords Using Crypto Module using the Node.js [part 1]

Feb 13, 20232 min read 60 views

This article aims at teaching you how to hash passwords into the database using the crypto module Password security is critical in any web...

Hash Passwords Using Crypto Module using the Node.js [part 1]

Deploy NodeJS app on Heroku using Github

Jul 17, 20215 min read 322 views

A Simple beginner's guide to deploying projects fast, quick, and easy. · Table of Content Introduction Getting Started Creating a simple App Testing our...

Deploy NodeJS app on Heroku using Github

Deploying and Hosting a Custom Domain on Vercel

Jun 22, 20213 min read 579 views

Deploying and Hosting a Custom Domain on Vercel In this article, I will show you how to host a vanilla JavaScript application on Vercel and also how...

Deploying and Hosting a Custom Domain on Vercel

Getting started with Winston Logger; A beginner's guide

Jun 16, 20216 min read 207 views

Logging Definition Logging is the process of recording application actions, activities and state to a secondary interface. Logging is the process of...

Getting started with Winston Logger; A beginner's guide