Skip to content
View ezequielranieri's full-sized avatar

Block or report ezequielranieri

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
ezequielranieri/README.md
Typing SVG



Email Portfolio LinkedIn


I design and build secure, scalable, production-grade backend systems. I combine strong architectural thinking with modern engineering workflows to deliver reliable software with speed and precision.


I specialize in making deliberate architectural decisions that result in maintainable, secure, and truly reliable software in real production environments — currently deepening my expertise in Go for high-performance systems.


Tech stack


Featured work

hex-auth-service High-performance IAM built on hexagonal architecture — O(1) token validation, refresh token rotation, rate limiting, real-time breach detection. Python FastAPI Redis PostgreSQL


go-iam-service Go reimplementation of the IAM service, performance-first, Clean Architecture. Go Prometheus


flowcore Distributed, durable, and observable workflow engine — Sagas, versioning, multi-tenancy. Python Celery RabbitMQ


high-performance-task-queue Resilient asynchronous microservice for payments and critical operations, built with strict idempotency and fault tolerance. Python FastAPI Celery RabbitMQ Redis


async-etl-framework Modern, scalable asynchronous ETL framework. Python Polars HTTPX Docker


dentalcloud Complete SaaS platform for dental clinics — patients, appointments, and clinical records. Delivered to a real client, in production. TypeScript Next.js Supabase


Engineering principles

  • 🏗️ Architecture is a deliberate decision — hexagonal/clean boundaries between domain logic and infrastructure
  • 🔒 Security is a design constraint from day one, not a layer added at the end
  • 💥 Systems are built to fail safely — idempotency, retries, dead-letter queues, observability
  • 📝 Documentation and honest retrospectives are part of the deliverable, not an afterthought

GitHub activity

Activity Graph

Contribution graph


Pinned Loading

  1. async-etl-framework async-etl-framework Public

    highly scalable, non-blocking Python Async ETL pipeline powered by Polars, HTTPX, and Docker.

    Python

  2. dentalcloud dentalcloud Public

    SaaS-lite platform designed for the comprehensive management of dental practices. It enables professionals to efficiently manage patients, appointments, and digital clinical records, featuring adva…

    TypeScript

  3. high-performance-task-queue high-performance-task-queue Public

    asynchronous payment microservice with strict idempotency and resilience patterns. powered by FastAPI, Celery, RabbitMQ, Redis, and PostgreSQL.

    Python

  4. secure-auth-api secure-auth-api Public

    secure authentication REST API built with Python and FastAPI

    Python

  5. hex-auth-service hex-auth-service Public

    high-performance hexagonal IAM solution with O(1) token validation, real-time security breach detection, and refresh token rotation using FastAPI, PostgreSQL, and Redis.

    Python

  6. flowcore flowcore Public

    distributed, durable, and observable workflow engine in python

    Python