How To Use Redis As A Caching Server In Your Javascript Project - For BeginnersMar 1, 2024·7 min read·11
A Recent Backend Problem That I Had To SolveLet us assume that you are working on a backend project with NodeJS and this project has lots of API endpoints that need strict validation on each of the routes. How best would you validate these endpoints and still return a user-friendly error to th...Jun 28, 2024·6 min read·26
How To Read A CSV File & Write Data Into It Using PHPLearn How You Can Use PHP To Read And Write Data Into A CSV FileApr 10, 2023·7 min read·43
How To Setup Automatic Redirects In Your React ApplicationIn today's article, I will show you how you can set up an automatic redirect to a secured/restricted page in your react application after the user is authenticated. INTRODUCTION Let's assume that in your app, you have a page that needs authentication...Jan 20, 2023·6 min read·90
How To Upload And Zip Single Or Multiple Files in PHPIn my article today, I will show you how you can upload both single and multiple files in PHP and save them in a zip file. I will make use of the ZipArchive() class in PHP for the purpose of this tutorial. INTRODUCTION The ZipArchive() class is an in...Dec 11, 2022·6 min read·97
How does the sort method work in JavaScript?Learn about Array.prototype.sort(), the logic behind it, and how you can use it to sort an arrayDec 4, 2022·8 min read·114
How To Implement A Password Reset Feature In Your NodeJS ApplicationLearn How You can Add A Password Reset Feature To Your NodeJS ApplicationOct 25, 2022·8 min read·116
How To Use Embedded JavaScript (EJS) As A Template Engine In NodeJs - Full ExplanationLearn how you can use EJS in your NodeJs App to create Dynamic HTMLSep 20, 2022·11 min read·148