Search Results

Blog Archive

Middleware in Node.js

Middleware in Node.js is essentially a function that has access to the request and response objects, as well as the next middleware function in the...
Continue reading

What is Bcrypt?

Bcrypt is a cryptographic hash function designed for password hashing and safe storing in the backend of applications in a way that is less suspectable...
Continue reading

Base64 Encoding and Decoding

What is Base64? Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format. It’s designed to make binary...
Continue reading