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.
In this tutorial, we will learn how easily we can create an Integer type Array in Swift programming. This is a very basic tutorial on creating anĀ Int array. I have used Xcode to .... Read More
In this tutorial, we will learn how to show the current date and time in various ways in Swift. As a developer, you need to show the current time in any format as per your project .... Read More
We can generate random numbers in Swift programming in various ways. As this is Codespeedy thus we will show multiple ways but we will start with the easiest way. Generate random n.... Read More
In this tutorial, we will show you how easily we can check the current swift version that we are using right now. There might be solutions based on how you have installed swift on .... Read More
In this tutorial, we will be learning how to declare a float variable in Swift with some simple examples. You can also run the codes in Xcode that is built for Swift programming, m.... Read More
In the newer versions of Xcode, some of us could not find the create playground option. Here I will show you how to create playground easily in Xcode step by step. We can assume th.... Read More
Hello, if you have come across this post then definitely you are curious to know the facts: Why your terminal is taking too much time to execute the installation and why the termin.... Read More
In this tutirial, we are going to build our own Scientific Calculator using Tkinter library of Python. This tutorial is originally written by Rahul Roy To download the full project.... Read More