The Node Dev Profile
The Node Dev

@The_Node_Dev

Followers
1K
Following
0
Media
0
Statuses
3K

Tweeting out the best Node posts from https://t.co/lhcCPP1ReQ. Part of the @ThePracticalDev family ❤️

Joined March 2019
Don't wanna be here? Send us removal request.
@The_Node_Dev
The Node Dev
2 years
Building a chat app: Chatrooms with Nodejs Websockets and Vue (PART 1) Let's get our backend ready to go! { author: @HBouzlima } #DEVCommunity #NodeJS https://t.co/Yt5r6Zq2lg
Tweet card summary image
dev.to
Hello! This is the first post in the series. Here is my app, where I share my apps. I'm going to...
0
1
1
@The_Node_Dev
The Node Dev
2 years
Mastering NPM Library Creation: Bundling with Vite This approach not only simplifies the build process but also eliminates the need for multiple configuration files and CLI runs. #DEVCommunity #NodeJS https://t.co/4QWpAU5cSO
dev.to
If you're writing a library to publish on NPM, there are several options for bundling (building) the...
0
0
0
@The_Node_Dev
The Node Dev
2 years
How to Deploy a Next.js Application to a VPS Using NGINX and PM2 Well, you finished your last project up. So, what's Next? { author: @yamanidev } #DEVCommunity #NodeJS https://t.co/WSvOigynzJ
Tweet card summary image
dev.to
This was originally published on my blog. In this guide I explain how to deploy your Next.js...
1
3
17
@The_Node_Dev
The Node Dev
2 years
MongoDB for Beginners: Setting Up Your Database with Atlas Follow along to learn how to create a MongoDB Atlas account and set up a MongoDB Atlas Cloud-Cluster. { author: @codexive_zech } #DEVCommunity #NodeJS https://t.co/PAKNlgFIdK
Tweet card summary image
dev.to
Imagine your data as fixed columns. Every data has to fit into its exact spot. Old-school databases...
0
0
1
@The_Node_Dev
The Node Dev
2 years
querySrv errors when connecting to MongoDB Atlas If you see this error, here's what to do. #DEVCommunity #NodeJS https://t.co/NOAxXi8Ssp
Tweet card summary image
dev.to
If your application uses MongoDB's Node.js driver or Mongoose ODM, occasionally you may observe...
0
0
0
@The_Node_Dev
The Node Dev
2 years
Battle of the Node.js ORMs: Sequelize vs. Prisma Choosing the right Object-Relational Mapper (ORM) can significantly impact your project. Let's check out the code of two leading ORMs. { author: @Victor_R1890 } #DEVCommunity #NodeJS https://t.co/nhW1GqO2yX
Tweet card summary image
dev.to
In the ever-evolving landscape of Node.js development, choosing the right Object-Relational Mapper...
0
0
0
@The_Node_Dev
The Node Dev
2 years
Learn by building: What is TOTP? Building a Simple TOTP Authentication Server with Node.js TOTP is meant to grant users one-time access to an application. Here's how to use it. #DEVCommunity #NodeJS https://t.co/p2fLWsoQG1
Tweet card summary image
dev.to
TOTP stands for time-based one-time passcode. This code is meant to grant users one-time access to an...
0
0
0
@The_Node_Dev
The Node Dev
2 years
Hashing Password And Generating User Token In Your Schema Let's keep this between you and me... 🔒 { author: @Fredrick_Bolu } #DEVCommunity #NodeJS https://t.co/LWYsByjQC4
Tweet card summary image
dev.to
Hashing Password And Generating User Token In Your Schema Let's dive right into it I...
0
1
0
@The_Node_Dev
The Node Dev
2 years
Creating an Automated Profile README using Nodejs and GitHub Actions Want to make a better README? READTHIS! { author: @iambolajiayo } #DEVCommunity #NodeJS https://t.co/REQ9JJPSbi
Tweet card summary image
dev.to
Some years ago, GitHub introduced the new Profile README feature that allowed GitHub users to pin a...
0
1
2
@The_Node_Dev
The Node Dev
2 years
Implementing Passport Local With Yarn, Typescript, Express and PostgreSQL Get your wet with a bunch of tools as we build this thing from the bottom up! 🏗 #DEVCommunity #NodeJS https://t.co/MqdaEZ9tg8
Tweet card summary image
dev.to
Introduction Hello! 😎 In this tutorial I will show you how to implement passport local...
0
0
0
@The_Node_Dev
The Node Dev
2 years
Event-driven architecture: navigating the single threaded nature of Node.js Here are a few factors you should consider when choosing to work with Node.js. #DEVCommunity #NodeJS https://t.co/f905T80eC9
Tweet card summary image
dev.to
JavaScript's 'comeback story' Despite its popularity nowadays, JavaScript had been once relegated to...
0
0
1
@The_Node_Dev
The Node Dev
2 years
JWT explained in 4 minutes (With Visuals) JWTs have the internet a safer place. Here's how they work! { author: @JayPDevs } #DEVCommunity #NodeJS https://t.co/z0pVpVDvFZ
Tweet card summary image
dev.to
Introduction JWT authentication and session authentication are ways to authenticate...
0
0
1
@The_Node_Dev
The Node Dev
2 years
5 Ways to Make HTTP Requests in Node.js Would you kindly make a few HTTP requests? { author: @mbcrump } #DEVCommunity #NodeJS https://t.co/LvxB83Ms9d
Tweet card summary image
dev.to
Introduction Learning how to make HTTP requests in Node.js can feel overwhelming as dozens...
0
0
1
@The_Node_Dev
The Node Dev
2 years
NodeJS Security Best Practices Let's see how to prevent unwanted attacks on our application. { author: @Mohamma88766694 } #DEVCommunity #NodeJS https://t.co/ddY4R64auI
Tweet card summary image
dev.to
To read more articles like this, visit my blog Today, we will see how we can improve the security of...
0
0
2
@The_Node_Dev
The Node Dev
2 years
ProgpJS: a fast javascript engine for Go! I wrote an open source project that makes it easy it is to call a Go function from JavaScript. Here's how it works! { author: @johanpiquet } #DEVCommunity #NodeJS https://t.co/HTORDJ4Oje
0
0
1
@The_Node_Dev
The Node Dev
2 years
How to Use Google Gemini with Node.js I'm more of a Pisces, but this seems cool, too! { author: @Arindam_1729 } #DEVCommunity #NodeJS https://t.co/TIx7t7BN0K
Tweet card summary image
dev.to
Introduction Generative AI has been a hot topic in tech over the past year. Everyone is...
0
0
0
@The_Node_Dev
The Node Dev
2 years
Mastering Node.js Debugging: Demystifying 5 Common Errors and Effective Solutions Get your Node app's running smoothly. #DEVCommunity #NodeJS https://t.co/W0yYBTDDIj
Tweet card summary image
dev.to
1. ModuleNotFoundError: Cannot find module 'xyz': Error: This occurs when Node.js is unable to...
0
0
0
@The_Node_Dev
The Node Dev
2 years
A Step-by-Step Guide to Setting Up a Node.js Project with TypeScript Follow along to create a strong foundation for building robust and maintainable server-side applications. { author: @pabath_induwara } #DEVCommunity #NodeJS https://t.co/ecL5p5x782
Tweet card summary image
dev.to
Integrating TypeScript with Node.js enhances the development process by improving code readability...
0
0
2