Skip to content

xaviermawet/xaviermawet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

Hi there πŸ‘‹

class About: Me {
    func getCurrentWorkplace() -> [String: (String, String)] {
        return ["workplace": (
            company: "EVS Broadcast Equipment",
            position: "Software & Cloud Engineer πŸ‘¨β€πŸ’»"
        )]
    }
    
    func getDailyKnowledge() -> [Knowledge] {
        return [
            .NET(CSharp: 8),
            .Cpp(2020),
            .Qt(5, 6), .QML,
            .Swift("& SwiftUI"),
            .Cloud(providers: [.AWS, .Azure]),
        ]
    }
    
    func getFutureGoal() -> String {
        return "To contribute to open source."
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published