import LHxHub
struct MyProfile {
static func who_am_i() -> String {
return "Hi there 👋, I'm LaoHan"
}
static func what_i_do() -> [String] {
return [
"Website Development",
"Mobile Apps Development"
]
}
static func current_learn() -> [String] {
return [
"Swift",
"Javascript",
"Laravel",
"React Native",
"Flutter",
"Wordpress"
]
}
static func my_open_source() -> String {
return "LHxHub"
}
static func my_social() -> [String] {
return [
"http://ig.laohan.stream",
]
}
}Highlights
Pinned
35 contributions in the last year
Less
More
Activity overview
Contribution activity
April - May 2021
laohanme has no activity
yet for this period.
March 2021
Created 6 commits in 1 repository
Created 1 repository
- laohanme/RealmNodeJS JavaScript