Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

Java Program to Convert OutputStream to String

By Saruque Ahamed Mollick

In this Java tutorial, we will learn how to convert OutputStream to string. I hope this Java tutorial will help you to understand the conversion of OutputStream to string in Java. .... Read More

how to convert Object array to String array in java

By Saruque Ahamed Mollick

In this Java tutorial, I will show you how to convert object array to string array in Java. I have read many articles on this object array to string array conversion. But in this t.... Read More

How to convert image to byte array in Java

By Saruque Ahamed Mollick

This is a Java tutorial on how to convert an image to byte array in Java. It sounds cool, right? You will be given an image and you have to convert image to byte array in Java. Tha.... Read More

How to add minutes to date in JavaScript date object

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will show you how to add minutes to date in JavaScript. That means adding minutes to any JavaScript date object. I hope this is going to be very much.... Read More

How to call a JavaScript function on submit form

By Saruque Ahamed Mollick

In this JavaScript tutorial, you will learn how to call a JavaScript function on submit form. In easy words, you can say that how to run JavaScript function when someone clicks sub.... Read More

how to subtract days from a date in javascript

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will show you how to subtract days from a date in JavaScript very easily with JavaScript inbuild method. In my previous post, I have explained and sh.... Read More

How to Convert JavaScript array into comma separated string

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to convert JavaScript array into comma separated string. JavaScript is now becoming the more popular day by day and thus the develop.... Read More

How to unset a JavaScript variable?

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will explain if you can delete a variable or not in JavaScript. If yes, then how you can delete a variable or unset a JavaScript variable easily. Som.... Read More

Related Posts