NC
neto
.costa
Home
Projects
Blog
Resume
EN
PT
//
projects
Projects
Back-end systems, services and developer tooling. Sample selection — real case studies coming soon.
layout
Grid
List
Featured
6
projects
4
in production
$ ls ~/projects --view=grid
production
2025
job-runner.svg — diagram / shot
Distributed Job Runner
Horizontally-scalable task scheduler processing 2M+ jobs/day with at-least-once delivery and backpressure.
Go
gRPC
Redis
Postgres
production
2024
ledger.svg — diagram / shot
Realtime Ledger API
Double-entry financial ledger with idempotent transactions and sub-50ms balance reads.
Java
Spring
Postgres
Kafka
production
2024
auth-gateway.svg — diagram / shot
Edge Auth Gateway
JWT/OAuth gateway with per-tenant rate limiting and token rotation at the edge.
Node.js
TypeScript
Redis
Docker
production
2023
event-pipe.svg — diagram / shot
Event Pipeline
Streaming ETL moving domain events into the warehouse with exactly-once semantics.
Go
Kafka
ClickHouse
archived
2023
notify.svg — diagram / shot
Notification Service
Multi-channel (email / SMS / push) fan-out with retries, dedupe and delivery tracking.
Node.js
RabbitMQ
Redis
in progress
2022
cli.svg — diagram / shot
Service CLI Toolkit
Internal CLI to scaffold services, run migrations and wire observability in one command.
Go
Cobra
Docker