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.

What is BLOB Data Type?

By Saruque Ahamed Mollick

In this post, we are going to learn what is BLOB data type. Binary Large OBject also known as BLOB is a collection of binary data. But the data is stored as a single entity in a .... Read More

How to convert BLOB to Byte Array in java

By Saruque Ahamed Mollick

In this Java tutorial, we are going to learn how to convert BLOB to Byte Array in Java. As this is CodeSpeedy so we will always go for the easiest and best understandable method t.... Read More

How to convert Byte Array to Image in java with easy example

By Saruque Ahamed Mollick

This is a Java tutorial on how to convert Byte array to image in Java. In my previous Java tutorial, I have shown you How to convert an image to byte array in Java So I am again w.... Read More

How to add seconds to a date object in JavaScript

By Saruque Ahamed Mollick

Hi coders, this is a JavaScript tutorial to show you how to add seconds to date in JavaScript. You will learn how to add seconds to date object in JavaScript. In my previous tutori.... Read More

How to add hours to a JavaScript Date object?

By Saruque Ahamed Mollick

This is a JavaScript tutorial to show you how to add hours to JavaScript date object. To add some hours to JavaScript date object we can use setHours() method. You can go through.... Read More

How to format javascript date to yyyy-mm-dd

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to format JavaScript date to YYYY-MM-DD easily. This is a very easy tutorial as you don’t need to work hard to Convert a date .... Read More

How to remove null values from a String array in Java in various ways

By Saruque Ahamed Mollick

In this Java tutorial, I will show you how to remove null value from String array in Java easily. In order to remove null values from a String array in Java, there are plenty of me.... Read More

History of JavaScript – JavaScript is gaining popularity Day by Day

By Saruque Ahamed Mollick

Hello readers, you are here that means you already know what is JavaScript and how popular JavaScript is now. But JavaScript has a long history. JavaScript was not as famous as you.... Read More

Related Posts