emptycodesemptycodesalsowrites.hashnode.dev·Nov 16, 2024My Node.js API AdventureI saw a tweet about a hackathon on my timeline and thought, “Hmm, I should register for this,” and so I did. The hackathon required building an application using Wix Studio, a no-code platform that I had never used before—same with Node.js and Cockro...DiscussNode.js
Oussama Chahidiwevdevblog.hashnode.dev·Oct 1, 2024E-mail service in NextJs and nodemailerIntroduction In today’s digital landscape, email remains a cornerstone of communication, both for personal use and business interactions. With a myriad of email services available, Gmail stands out as one of the most popular choices, thanks to its us...Discuss·1 likenodemailer
Madzamadza.hashnode.dev·Sep 11, 2024How to Create a Secure Newsletter Subscription with NextJS, Supabase, Nodemailer and Arcjet 🔐💯In today's digital age, newsletters are a powerful tool for engaging with your audience, driving traffic, and building a loyal community around your brand. Enterprise options can be costly for large lists, while free solutions often face spam sign-up...Discuss·2 likes·297 readsWeb Development
indranil chakrabortyindranilch.hashnode.dev·Sep 2, 2024Simplify Android App Releases Using GitHub Actions, Amazon S3, and Email AlertsA. Introduction In modern software development, automation is not just a convenience—it's a necessity. As developers, we often face repetitive tasks that can be error-prone when done manually. Automating these tasks ensures consistency, saves time, a...Discuss·33 readsAWS
Parveen Kumarparveenpal.hashnode.dev·Aug 13, 2024Send emails in Node.js using Nodemailer, Gmail & oAuth2In this article, I'm gonna discuss How to configure your gmail account for sending emails in node.js using nodemailer & oAuth2. Previously, we had an option for sending emails in node.js via gmail by allowing less secure apps in your gmail settings, ...Discussnodemailer
Jainam bagrechajainamb.hashnode.dev·Aug 12, 2024Securing Your Google Account with App Passwords: A Comprehensive GuideWhen working with third-party applications that need to access your Google account, using your primary password is not always the best approach. This is especially true for applications like NodeMailer, which require access to your Gmail account for ...Discussaccess error
Jainam bagrechajainamb.hashnode.dev·Aug 12, 2024A Comprehensive Guide to NodeMailer: Sending Emails with StyleEmail communication remains a cornerstone of web applications, and integrating email functionalities is crucial for many projects. NodeMailer is a powerful library for sending emails from Node.js applications. This guide will take you through the ess...Discussmail in node js
Mehdi Jaimjdev.vercel.app·Jul 26, 2024Create Authentication system with NodeJS, ExpressJS, TypeScript and Jest E2E testing -- PART 4.GitHub Repo Part 1 Part 2 Part 3 Part 4 Testing We will implement End-to-End testing with Jest to test our API. We will test the email tokens as well, we will need those tokens to be able to test the API completely. For the testing we will use...DiscussNodeExpAPINode.js
Sheraz Manzoorsherazmanzoor.hashnode.dev·Jul 12, 2024Sending Emails in NextJs via Nodemailer APISending emails is a common requirement in many web applications, whether it's for user registration, password resets, notifications, newsletters or other purposes. In this blog detailed post, I'll tell you how to send emails in a Next.js application ...DiscussEmail Integration
Ashim Rudra Paulcodewithashim.hashnode.dev·Jul 9, 2024Save Time and Effort Using easy-express-cwa for Backend Automation🛠️ As developers, setting up Express.js backends can be repetitive. That's why I created easy-express-cwa — a CLI tool that automates the setup process with just one command. It copies your entire backend setup, including TypeScript configurations, ...Discuss·2 likescodewithashim