Author name: Yogeshwaran R

Machine Learning Project: Anemia Detection

Machine Learning Project: Anemia Detection “Detect anemia we must, with the force of machine learning, progress we achieve.”- Not Yoda but close. Introduction Anemia is no laughing matter (although my puns might be). Affecting over 1.6 billion people globally, anemia is a condition where the body doesn’t produce enough red blood cells, leading to fatigue, …

Machine Learning Project: Anemia Detection Read More »

Building a CRUD Application with Next.js and MySQL

Building a CRUD Application with Next.js and MySQL In this tutorial, we’ll walk through creating a simple CRUD (Create, Read, Update, Delete) application using Next.js and MySQL. By the end, you’ll have a working CRUD application that interacts with a MySQL database. Prerequisites Before we start, make sure you have the following installed: Node.js (v14 …

Building a CRUD Application with Next.js and MySQL Read More »

How to Redirect in Node.js without express (using callback)

This tutorial demonstrates redirecting the users in Node.js application without relying on the express . Express framework can handle the redirect through the built-in methods. We will achieve this in Node.js by using the native “http” module. Redirect in Node.js: To demonstrate how to perform redirect in Node.js , we will use the basic http server that …

How to Redirect in Node.js without express (using callback) Read More »

Scroll to Top