Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Check if div element with class name exists in JavaScript

By Faruque Ahamed Mollick

In this tutorial, we are going to check if div element with a specific class name exists or not in JavaScript. The JavaScript program we are going to write for the browser will abl.... Read More

Check if a variable is an array or not in PHP

By Faruque Ahamed Mollick

We often need to store an array in a variable. So here in this post, I am going to let you know how you can check whether a variable is an array or not in PHP. So let’s conti.... Read More

Human detection in webcam in JavaScript with ml5.js

By Faruque Ahamed Mollick

In this article, I am going to introduce you to a human detection project in JavaScript for the browser which is using ml5.js, a JavaScript library on top of TensorFlow.js. It can .... Read More

Simple neural network in JavaScript using TensorFlow.js

By Faruque Ahamed Mollick

In this tutorial, I will let you know how to create your first simple artificial neural network using the JavaScript TensorFlow.js library. The main purpose of this article is to g.... Read More

Display local image in Node.js Express framework

By Faruque Ahamed Mollick

Express.js is the most popular web framework for Node.js. Now, I will show you how to show an image on a web page from your local directory in Express.js with the HTML img tag. Exp.... Read More

JavaScript image Classification in browser with ml5.js using MobileNet

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to perform the image classification task on the browser using the ml5 JavaScript library with the MobileNet model. I hope, you are alre.... Read More

Merge Multiple Objects in JavaScript

By Faruque Ahamed Mollick

Did you ever try to merge multiple objects into one single object in JavaScript? You may wonder how to create one object that will hold all the items of our objects. Well, this art.... Read More

Get each color component from RGB string in Javascript

By Faruque Ahamed Mollick

Did you ever think about separating each color component (red, green, blue) from an RGB color string? Here in this article, I am going to show you how you can separate and get the .... Read More