Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Make web page content editable live in JavaScript

By Faruque Ahamed Mollick

In this JavaScript tutorial, I have come with a cool feature of JavaScript. I hope, you must aware of something like front end edit. For example, you will find WPBakery Page Builde.... Read More

Load and show image using Matplotlib Python library

By Faruque Ahamed Mollick

Matplotlib is a 2D plotting Python library that can produce figures, graphs, and charts. In this tutorial, I am going to show you how to show a simple RGB image using the Matplotli.... Read More

How to use NumPy arange() method to create arrays in Python?

By Faruque Ahamed Mollick

NumPy is a very powerful Python library that used for creating and working with multidimensional arrays with fast performance. The arange() method provided by the NumPy library use.... Read More

Get YouTube video key from URL in JavaScript

By Faruque Ahamed Mollick

YouTube video page URL has a specific format. If we know the YouTube video URL format, then we can get the key using JavaScript. In this article, we are going to learn how to get Y.... Read More

JavaScript switch case statement with an example

By Faruque Ahamed Mollick

We can find the switch case statement almost in all programming languages. The main concept is the same, but the syntax may vary in different types of programming language. In Java.... Read More

Capture and save webcam video in Python using OpenCV

By Faruque Ahamed Mollick

Python is a great programming language to work with the webcam. OpenCV is a popular library available for Python that can make it easier to work with videos and webcam. Using this .... Read More

Create a Python function with optional arguments

By Faruque Ahamed Mollick

We can set the default value to our Python function. That means if we don’t pass our argument value during calling a Python function, it will take a default value that we wil.... Read More

Make Grayscale or Black and White Image using CSS

By Faruque Ahamed Mollick

CSS3 has some great features to work with images. The one that I am going to discuss in this article is how to convert a colored image into a black and white image using CSS. Thoug.... Read More