Skip to content

samco182/samco182

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

Hey there, I am Sam! πŸ‘‹

import AboutMe

public struct Sam: About {
    // πŸ”­ I’m currently working on
    public var currentWorkplace: Workplace {
        return Workplace(
            name: "Ravn"
            position: "Sr. Lead iOS Engineer"
        )
    }

    // πŸ‘¨β€πŸ’» Having fun with these
    public var programmingLanguages: [Language] {
        return [
            Language(name: "Swift"),
            Language(name: "Objective-C"),
            Language(name: "Python"),
            Language(name: "C++")
        ]
    }

    // πŸ“± Ask me about iOS
    public var technologies: [IOSTechnology] {
        return [
            IOSTechnology(name: "UIKit"),
            IOSTechnology(name: "RxSwift"),
            IOSTechnology(name: "SwiftUI"),
            IOSTechnology(name: "Combine")
        ]
    }

    // ⚑ Fun fact
    public func executeSwiftWithATwist() {
        print("I love working on Raspberry Pi projects using Swift! Check out my libraries πŸ‘€")

        let libraries: [Library] = [
            Library(
                name: "SwiftyXBee",
                purpose: "A Swift library for communicating with XBee radios in API mode"
            ),
            Library(
                name: "SwiftFlowMeter",
                purpose: "A Swift library for using Hall effect based water flow sensors."
            ),
            Library(
                name: " SwiftySHT20",
                purpose: "A Swift library for the I2C SHT20 Humidity and Temperature Sensor."
            )
        ]

        publish(libraries: libraries)
    }
}

Every day is a work in progress 🚧

Sam's GitHub stats

Top Langs

Feel free to reach me πŸ“«

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published