Build a ChatBot Using Python, Django
A ChatBot has become one of the must-have features of modern-day web applications. It plays a huge role in customer service which was once traditionally...
A ChatBot has become one of the must-have features of modern-day web applications. It plays a huge role in customer service which was once traditionally...
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...
Introduction I use any dev tools or library on the basis of its documentation. I use their documentation to know about the tools and how...
Introduction Hello fellow newbies and self-taught developers, As a rookie, what are your challenges in learning? My biggest challenges as a self-taught in development were:...
The earlier you catch defects, the cheaper they are to fix - Dave Farley, Continuous Integration The promise of continuous integration is great: you can...
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...