Skip to content
View samco182's full-sized avatar
πŸ“±
Coding is life
πŸ“±
Coding is life
Block or Report

Block or report samco182

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samco182/README.md

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 πŸ“«

Pinned

  1. SwiftyXBee SwiftyXBee Public

    ⚑️ A Swift library for communicating with XBee radios in API mode

    Swift 21 1

  2. SwiftFlowMeter SwiftFlowMeter Public

    ⚑️ A Swift library for using Hall effect based water flow sensors.

    Swift 25

  3. SwiftySHT20 SwiftySHT20 Public

    ⚑ A Swift library for the I2C SHT20 Humidity and Temperature Sensor.

    Swift 20

  4. SwiftyAM2315 SwiftyAM2315 Public

    ⚑️ A Swift library for the I2C AM2315 Humidity and Temperature Sensor.

    Swift 1