Streamlining Incident Resolution for Engineers
javascript
Add Umami Analytics to a Web Application
Introduction Analytics plays an important role in knowing the user and the performance of a website. People ask me about my audience's country and views for sponsored posts on my website. So, knowing...
November 25, 2022
javascript
Building an In-App Bell Notification in React using Novu
Cover image by storyset on Freepik Introduction Push notifications are not seen as good practice. They distract you, want your attention or sometimes they are too frequent. But, In-app notification...
November 24, 2022
javascript
Learn to build a weather app in just 5 mins
A tutorial on how you can build a customizable weather app just using HTML, CSS, and JavaScript. Intro Every single day we check the weather forcast before going to work and when I was a kid I used...
November 23, 2022
javascript
Send email in Node.JS with Nodemailer using Gmail account
Environment & Dependencies * Nodemailer is a Node.JS npm module for sending emails. This has been the go to solution to most NodeJS developers for email delivery in their applications. * Ensure ...
October 21, 2022