Skip to content
View brandonsoto's full-sized avatar
πŸš™
πŸš™
  • Seattle, WA
Block or Report

Block or report brandonsoto

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
brandonsoto/README.md

Brandon Soto πŸ‘¨β€πŸ’»

Senior Software Engineer at Elektrobit

Linkedin: brandonsoto

data class SoftwareEngineer(val name: String, val knowledge: Knowledge, val education: String)
data class Knowledge(val languages: List<String>, val operating_systems: List<String>, val dev_ops: List<String>)

val brandon = SoftwareEngineer(
    name = "Brandon Soto",
    knowledge = Knowledge(
        languages = listOf("Kotlin/Java", "C++", "Python", "Javascript"),
        operating_systems = listOf("Android", "RedHat", "Ubuntu", "QNX"),
        dev_ops = listOf("Docker", "Ansible", "AWS")
    ),
    education = "B.S. Computer Science"
)

I'm an engineer whose written code on defensive countermeasure and infotainment systems. I currently bring CarPlay and Android Auto to your car!


Your Repository's Stats Your Repository's Stats

Pinned

  1. hubitat hubitat Public

    🏑 Apps, drivers, and scripts to use alongside Hubitat

    Groovy 1

  2. gdt gdt Public

    πŸ› GDB Developer Tool: developer script to quickly and easily debug a remote QNX target or core file

    Python 2 1

  3. lambda-chat lambda-chat Public

    ☁️ βœ‰οΈ Chat web app using AWS - Lambda, DynamoDB, API Gateway, S3, Cognito, CloudFront

    HTML

  4. pomodoro-timer pomodoro-timer Public

    πŸ… A Pomodoro Timer extension for VSCode

    JavaScript 2

  5. Dog_Giffter Dog_Giffter Public

    🐢 A Reddit bot that shares cute dog gifs with Redditors that need it most.

    Python 1

  6. christmas-lights christmas-lights Public

    πŸŽ…πŸŽ„ An Arduino sketch of an animated Christmas scene

    Arduino