Code Monkey home page Code Monkey logo

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

Brandon Soto's Projects

ansible-examples icon ansible-examples

A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.

batavia icon batavia

A Javascript implementation of the Python virtual machine.

cannon_game icon cannon_game

A game in which you shoot canons to blow stuff up and enjoy the chaos.

christmas-lights icon christmas-lights

:santa::christmas_tree: An Arduino sketch of an animated Christmas scene

client-server-aidl-sample icon client-server-aidl-sample

Sample for an Android client app that uses a library to communicate with a remote Android service via AIDL.

dog_giffter icon dog_giffter

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

find-fido icon find-fido

Project to go along with Udemy's "Web Developer Bootcamp"

gdt icon gdt

:bug: GDB Developer Tool: developer script to quickly and easily debug a remote QNX target or core file

hubitat icon hubitat

:house_with_garden: Apps, drivers, and scripts to use alongside Hubitat

i3-config icon i3-config

My configuration file for the i3 window manager

kotlin-vim icon kotlin-vim

Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support

lambda-chat icon lambda-chat

:cloud: :envelope: Chat web app using AWS - Lambda, DynamoDB, API Gateway, S3, Cognito, CloudFront

minimal icon minimal

A side-scrolling game that explores Minimalism.

neighborhood icon neighborhood

:earth_americas: My take on Udactiy's Neighborhood web app

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.