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 👋

Senior Full-Stack Engineer building AI-powered products — React · Next.js · TypeScript on the front, Node.js · FastAPI · Python on the back. 6+ years shipping across SaaS, healthcare, e-commerce, Web3 and real-time analytics, on a tech foundation that goes back to 2010.

My current focus is LLM systems in production — retrieval (RAG), agentic workflows and multi-model orchestration — built, deployed and operated end to end, most of it self-hosted on a Proxmox homelab.

🟢 Open to remote roles (US/EU time zones) — contract or full-time. Based in Brazil.


🛠️ Stack

Frontend: React · Next.js · TypeScript · Vue/Nuxt · Tailwind CSS Backend: Node.js · FastAPI · Python · tRPC · Prisma · PostgreSQL AI / LLM: LangChain · multi-provider LLMs · RAG / retrieval · conversational memory · multimodal · agentic workflows Web3: Solidity · Hardhat · ethers.js · ERC-721 Infra: Proxmox homelab · Docker · Ansible (IaC) · Vercel · CI/CD

🚀 Selected work

  • tradeOS — real-time market-context engine: 51 assets × 5 timeframes over live Binance data, with a decision layer for trend, liquidity zones and setup readiness.
  • Mr. Knowledge — live-audio desktop copilot: Rust capture pipeline, real-time transcription and streaming LLM suggestions in a low-latency overlay.
  • Signals — self-hosted signal intelligence: Telegram (MTProto) ingestion into PostgreSQL, plus a Claude vision stage that reads price levels straight from chart screenshots.
  • Books — an LLM pipeline that turns EPUB/Markdown into structured notes, served in a Next.js editorial reader and auto-deployed on the homelab.
  • Homelab — Proxmox + Docker + Ansible (IaC), with a custom Next.js/React Flow ops dashboard: live topology, service health, GitOps auto-deploy and a Telegram AI agent.

→ 20+ more, with write-ups, at leonidasamaro.com

📫 Reach me

Portfolio · LinkedIn · augustoamaro@proton.me

Pinned Loading

  1. copy-files copy-files Public

    JavaScript

  2. 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

  3. 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

  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