Skip to content
View arthurpessoa's full-sized avatar
💀
💀
  • PagBank
  • Sao Paulo - Brazil
  • 21:57 (UTC -03:00)

Organizations

@DComp-UFSCar

Block or report arthurpessoa

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
arthurpessoa/README.md

Hi 👋, I'm Arthur

snake eating my contribution grid

visitors Open Source Love

class PrincipalSoftwareEngineer {

    val name = "Arthur Pessoa"
    val role = "Principal Software Engineer"
    val languagesSpoken = listOf("pt_BR", "en_US", "ru_RU")

    fun sayHi() = println("Thanks for dropping by, hope you find some of my work interesting.")
}

fun main() = PrincipalSoftwareEngineer().sayHi()

🔧 Technologies & Tools

Programming Languages:

Kotlin Java Rust Go Python TypeScript Lua

JVM Frameworks:

Spring Boot Spring Cloud Spring Security Quarkus Gradle Maven JUnit 5

Data & Streaming:

Apache Spark Apache Beam Apache Flink Apache Kafka Apache Iceberg Apache Airflow BigQuery Trino

Storage:

PostgreSQL MongoDB Redis Elasticsearch

Infrastructure & Cloud:

Kubernetes Docker Helm Argo CD Terraform Google Cloud GitHub Actions Linux

Observability & Tooling:

OpenTelemetry Prometheus Grafana Datadog SonarQube OpenAPI IntelliJ IDEA Neovim

🗂️ Highlight Projects

Project What it is Stack
kotlin-beam-starter Kotlin Apache Beam starter project Kotlin Beam
spark-iceberg-kts-starter Spark + Iceberg lakehouse starter, Kotlin scripting build Spark Iceberg
bevy_netcode Ergonomic netcode for Bevy Rust Bevy
spring-cloud-stream-reactive Spring Cloud Stream with Project Reactor Java Spring
lagnarok Network lag prediction and latency optimizations C++

Pinned Loading

  1. dotfiles dotfiles Public

    Lua

  2. love2d-example love2d-example Public

    An LUA 2D Action RPG Game

    Lua 17 3

  3. psxsdk psxsdk Public

    Playstation 1 SDK, used for emulation reverse engineer

    C 13 2

  4. bevy_netcode bevy_netcode Public

    Ergonomic Netcode for Bevy

    Rust

  5. spark-iceberg-kts-starter spark-iceberg-kts-starter Public

    Kotlin

  6. tensorflow-handwriten-digits tensorflow-handwriten-digits Public

    Tensorflow simple project using MNIST dataset and softmax-regression

    Python