Kelvin Mwinuka
Kelvin Mwinuka

Kelvin Mwinuka

Follow
homebadgesnewsletter
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

Verify Users in ExpressJS

Dec 30, 20206 min read

If you’re building an application, you likely want a lot of users on your platform. However, you don’t just want a large number of users, you want...

Verify Users in ExpressJS

Handle Password Reset in ExpressJS

Dec 24, 202013 min read

No authentication system is complete without a password reset feature. I would personally never ship a product that did not have this feature...

Handle Password Reset in ExpressJS

Create Registration & Authentication with Express & PassportJS

Dec 21, 202012 min read

In this article, I’m going to demonstrate how to build a user registration and authentication system in ExpressJS. In the previous article, we set up...

Create Registration & Authentication with Express & PassportJS

Set Up Mongoose With ExpressJS

Dec 17, 20205 min read

In the previous article, I demonstrated how to set up Nunjucks template engine in your express project. I decided to make this a full-fledged web app...

Set Up Mongoose With ExpressJS

Set Up Nunjucks with ExpressJS

Dec 16, 20204 min read

When building a web app without a dedicated front-end framework like ReactJS, Templating engines (e.g. Blade, Nunjucks) are incredibly useful. Though...

Set Up Nunjucks with ExpressJS

Periodically Pull Financial Data With Python and Cron

Oct 11, 20207 min read

I got the idea for this article while experimenting with python automation. I decided to create a simple tutorial on automating tasks periodically...

Periodically Pull Financial Data With Python and Cron