Nicholas Diamondnicholasdiamond.hashnode.dev·Sep 20, 2024Create a Golang App for Newsletter Management and User Authentication Using Twilio SendGrid and JWTIntroduction In this tutorial, you'll learn how to build a Golang application that manages user authentication and sends personalized newsletters using Twilio SendGrid and JSON Web Tokens (JWT). This guide will help you streamline user management and...Discussgolang
HANBYEOL LEEweppy.hashnode.dev·Jul 27, 2024Implementing a game guide using a knowledge-based AI chatbotSince game systems are very complex, it is important to provide various tutorials and guides for the convenience of gamers. However, creating tutorials takes a lot of time, and it can be challenging to update them whenever the system changes. I impl...Discuss·27 readsunity
Ákos KőművesProakoskm.com·May 31, 2024FeaturedHow to build a simple Magic-Link Sign-In with Next.js, Supabase, and SendgridAuthentication is no joke. When I first encountered the magic-link sign-in platforms, they blew me away with their simplicity and convenience. Let me explain. Most of you are already signed in to your email clients. Your email is probably tied to you...Discuss·18 likes·1.7K readsNext.js
Denys Kontorskyydenyskontorskyy.hashnode.dev·Apr 30, 2024I’ve Tested and Compared SendGrid vs Mailgun: Here’s What I FoundLet’s cut to the chase—SendGrid vs Mailgun. What are the differences between these email sending platforms and which one should you choose? I aim to answer these questions and provide you with an in-depth comparison of SendGrid and Mailgun. Disclaime...Discussmailtrap
Mohamed Abd El-Megedmabdelmeged.hashnode.dev·Apr 4, 2024SendGrid with Ruby on Rails and NameCheap, step-by-stepSendGrid is a robust email delivery service businesses and developers use to streamline email communication processes. It simplifies the task of sending transactional and marketing emails at scale. With its intuitive API and easy-to-use interface, we...Discuss·1 like·58 readsRuby
Snehangshu Bhattacharyablogs.snehangshu.dev·Mar 15, 2024Dead Man's Switch style Application monitoring with healthchecks.ioHello reader, welcome to this blog! I am sorry to start it on a dead-ly note, but rest assured this blog has nothing to do with anything violent. I will be talking about failing app deployments (violently, if it is in production) and how to get an in...An nguyễn and 1 other are discussing this2 people are discussing thisDiscuss·11 likes·140 readsmonitoring
Vikhyath Svikhyath.hashnode.dev·Mar 12, 2024Build a custom Twilio alerting system using Express.js, json-rules-engine, and MongoDBIntroduction Ahoy builders! In the world of technology, fixing errors quickly is key. Alerting is crucial because it helps us stay proactive rather than reactive. When something goes wrong in our systems or applications, it is often time-sensitive. A...Discuss·36 readstwilio
Steve Lebleuslebleu.hashnode.dev·Feb 22, 2024Cliam: agnostic email sending in Node.jsAs a developer, email sending is a recurent task across the projects. Most part of time, you have to deal with open source libraries, to switch from a library to another accross the projects, with some particular implementations and / or behaviors. A...Discussbrevo
iyiola osuagwuiyiolaosuagwu.hashnode.dev·Feb 18, 2024Sending Emails in NestJS with SendgridThis guide provides a comprehensive walkthrough on seamlessly integrating the SendGrid mail service into your NestJS application. Step 1: NestJS CLI InstallationIf you don't have an existing NestJS application, proceed to generate a new NestJS app. I...Discuss·1 like·167 readsnestjs
lokosmanlokos-write.hashnode.dev·Feb 16, 2024Part 2: Implementing Email Registration Logic and SendGrid IntegrationIn the first part of our series, we laid the groundwork by establishing Azure Functions and initializing our Node.js project for our automated email registration system. As we advance to Part 2, our focus shifts to the core of the system - the develo...Discuss·1 like·32 readsAzure