Skip to content
View lucas-koontz's full-sized avatar
🤖
🤖

Block or report lucas-koontz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
lucas-koontz/README.md

Hi there, I'm Lucas! 👋

I've been a software developer and back-end engineer. I'm currently a Backend Engineer working at Wildlife Studios. I love gaming, reading, and swimming.

LinkedIn

backend | software engineer


engineering = {
    go
    Python
    ruby.also {
        rails
        rspec
    }
    c++
    c#
    php
    python.also {
      flask
      django
    }
}

iac = {
    terraform
    vault
}

database = {
    SQL.also {
        PostgreSQL.also {
            PostGIS
        }
        MySQL
        SQLite
    }
    NoSQL.also {
        DynamoDB
        MongoDB
    }
}

monitoring = {
    datadog
    prometheus
}

virtualization = { docker, k8s }

cloud = {
    aws.also {
        EKS
        ECS
        EC2
        RDS
        ECR
        S3
        'Parameter Store'
    }
}

architecture = { 
    microservices
    restful
    api
    grpc
    graphql
    'distributed system'
    'message driven'
}

ci/cd = {
    gitlab
    jenkins
    'github actions'
}

'soft skills' = { 
    mentoring
    'team work'
    thinking
    communication
}

Learning

unreal
c++

ProfileViews

Popular repositories Loading

  1. alices-cub alices-cub Public

    Alice's Cub problem from a programming marathon

    C 1

  2. dijkstra dijkstra Public

    Dijkstra algorithm project from Graph Theory class

    C 1

  3. Multiplication-of-two-numbers Multiplication-of-two-numbers Public

    Multiplication of two numbers with more than 64 digits

    C

  4. Multiplication-of-two-numbers-less-data Multiplication-of-two-numbers-less-data Public

    Multiplication of two numbers with more than 64 digits - Using the less amount of data possible

    C

  5. slot-machine slot-machine Public

    Slot machine project in a 16F877A PIC in assembly

    Assembly

  6. cyk-algorithm cyk-algorithm Public

    cyk algorithm project in C language