Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of lojals

lojals

lojals has asked 0 questions and find answers to 2 problems.

Stats

108
EtPoint
45
Vote count
0
questions
2
answers

About

var bio: Bio {
    return Bio(yearsOfExperience: 10,
               languages: [.spa, .eng, .rus, .jap],
               programmingLangs: ["objc", "swift", "js"],
               interests: ["Software development", "Travel", "Learn languages"]
}