What is an API ? An API, or application programming interface, is a set of rules or protocols that enables software applications to communicate ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
We use bcrypt to hash our passwords. But how to use it? We generally do 2 basic things with bcrypt. hash a password (I mean, when signing up, we hash the password input and then save ...Read more
You should probably know by now that package managers are crucial tools in the JavaScript ecosystem, automating the process of installing, updating, configuring, and removing project dependencies. I will try to provide an in-depth comparison ...Read more
What are we building? As a frontend engineer, you probably have come across the site caniuse.com – it tells you what ...Read more
Prelude I've worked over several backend technologies, starting from PHP, then moving to RoR before getting my hands on NodeJS. I love how NodeJS ...Read more
A while ago, Node.js introduced support for ECMAScript Modules (ESM). ESM is the standardized modules implementation that's been built-in to JavaScript. This differs rather significantly from CommonJS (CJS), which is the module system that Node.js ...Read more
in my #Twitter , i´m postting my progress on my way like backend developer node.js in #platzi and is a 11 day 😀
Written by Hulya Karakaya✏️ Imagine you have created a note-taking app with a login system where users can create an account and add their notes. Users need to type their email and name ...Read more
What's up guys! Today we gonna implement how to verify user email after signup in MERN stack. we gonna use nodemailer package to send email with node.js. we also gonna learn how to implement this on ...Read more