Posts by SHAHBAZ ALAM

Author Biographical Info: Full-Stack Developer, Technical Content Writer, Open Source Contributor.

Convert an image to base64 in Node.js

By SHAHBAZ ALAM

Hello geeks, in this blog, we will learn how to convert an image to base64 in node.js. The tutorial will be step by easy step process of converting images into a base64 in this nod.... Read More

Count the total number of elements in an array in Java

By SHAHBAZ ALAM

Hello geeks, In this blog, we will be going to learn how we can count the total number of elements in an array in Java. Algorithm of Program: STEP 1: START STEP 2: INITIALIZE arr .... Read More

Making HTTP requests with Node.js

By SHAHBAZ ALAM

In this tutorial, we will learn how to make HTTP Requests and different HTTP methods. There are quite many options available to make a request which we’ll cover throughout th.... Read More