Skip to content
View augustoamaro's full-sized avatar
🎯
The human factor is truly security’s weakest link
🎯
The human factor is truly security’s weakest link

Block or report augustoamaro

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

Hi, I'm Leônidas 👋

I'm a Senior Full-Stack Engineer based in Brazil, with 6+ years in software development and a broader technology background since 2010. I build backend-heavy products with Python/FastAPI and Node.js, and close the loop with React/Next.js and TypeScript.

My recent work spans applied AI and evaluation, reliable event delivery, realtime collaboration and self-hosted infrastructure. I care about measurable behavior, explicit trade-offs and owning systems from requirements through deployment.

🟢 Open to an exclusive, long-term full-time remote role through an international contractor agreement.


Selected public work

  • rag-evals — Python/FastAPI RAG system with hybrid pgvector + FTS retrieval, a labeled golden set, answer-quality evaluation, cost/latency tracking and a CI regression gate.
  • webhook-relay — reliable webhook delivery in Go with a Postgres ledger, Redis Streams, retries, DLQ, circuit breaker and OpenTelemetry; its chaos test delivered 14,399/14,399 events with zero lost.
  • realtime-board — offline-first collaborative kanban with Next.js, TypeScript and Yjs CRDT, backed by convergence, offline-merge, multiplayer E2E and accessibility tests.
  • Bruce open-source contribution — merged upstream C++ fix for a reproducible ESP32 heap-corruption crash, root-caused from device logs and validated on M5Stack Cardputer + CC1101 hardware.

Core stack

  • Backend: Python · FastAPI · Node.js · PostgreSQL · Redis · WebSockets
  • Frontend: React · Next.js · TypeScript · Vue/Nuxt · Tailwind CSS
  • AI / LLM: RAG / retrieval · evaluation · multimodal workflows · multi-provider integrations
  • Infra: Docker · Ansible · Proxmox · CI/CD · OpenTelemetry

More product work — including traderOS, Books and my homelab — is documented at leonidasamaro.com.

Reach me

Portfolio · LinkedIn · augustoamaro@proton.me

Pinned Loading

  1. rag-evals rag-evals Public

    RAG service with a rigorous eval harness — hybrid retrieval (pgvector + FTS + RRF), retrieval metrics, LLM-as-judge answer quality, cost/latency, and a CI regression gate. Local embeddings; Claude …

    Python

  2. firmware firmware Public

    Forked from BruceDevices/firmware

    Predatory ESP32 Firmware

    C++

  3. realtime-board realtime-board Public

    Realtime, offline-first collaborative kanban board — Yjs CRDT sync, live presence, accessible drag-and-drop. TypeScript monorepo with clean architecture.

    TypeScript

  4. webhook-relay webhook-relay Public

    Sender-side webhook delivery service in Go — Postgres ledger + Redis Streams dispatch, Standard Webhooks signing, retries with backoff, circuit breaker, dead-letter queue, and a chaos test that pro…

    Go