Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In this Swift programming tutorial, you will learn how to convert a string to an integer. In the field of app development, you often need to convert a string into an integer so tha.... Read More
In this Swift programming tutorial, you are going to learn how to get a random element from an Array. So let’s continue… Well, it is quite easy to get a random item fro.... Read More
In this tutorial, you will see how we can replace characters or part of a string in Swift program with examples. You will learn 3 methods of replacing string characters using Swift.... Read More
In this Swift programming tutorial, I am going to let you know how to generate a random password in Swift programming. So let’s continue. Here we are going to create a simple.... Read More
A function is a set of one or multiple statements that are organized together to perform a specific task. In simple words, a function contains a block of code that can be called us.... Read More
How to improve the website speed? When it comes to online business, one thing that people are generally lacking is patience. They say that patience is a virtue, but not in the w.... Read More
Often it may be required to get the ID of the parent element of a child element in an HTML document to perform task. So here, I am going to show you the easiest way to get the ID o.... Read More
Using video tags is the easiest way to add a video player to the web page to play video. You can do a lot with this video player with HTML5 DOM JavaScript. In this tutorial, I am g.... Read More