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...
Introduction Analytics plays an important role in knowing the user and the performance of a website. People ask me about my audience's country...
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...
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...
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 you have NodeJS installed as a run environment. Prerequisites • Basic knowledge of JavaScript programming. • Knowledge Node.JS • A code editor such as VSCode Getting...