struct Developer {
let name = "Saidul Islam"
let pronouns = "he/him/his"
let age = 24
let role = "iOS & Flutter Developer"
let location = "Dhaka, Bangladesh ๐ง๐ฉ"
let languages = ["bn-BD", "en_US"]
let skills = ["Swift", "Dart", "JavaScript"]
func sayHi() {
print("Hey, thanks for stopping by! Feel free to explore my projects.")
}
}
let me = Developer()
me.sayHi()
Saidul Islam is a mobile application developer with a deep passion for iOS and photography.
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.