Skip to content
View IgorBrizack's full-sized avatar

Block or report IgorBrizack

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

Hi there, I'm Igor 👋

I'm a fullstack developer based in Brazil, working mostly on backend systems, APIs, and cloud infrastructure. I like taking a feature from a vague business requirement to a service that actually holds up in production — API design, data pipelines, async processing, and the AWS plumbing that connects it all.


About Me

I've spent the last few years building backend systems in Go and Python, with React/TypeScript on the frontend when the project calls for it. Most of my day-to-day work is REST APIs, serverless pipelines on AWS, and microservices that need to process data reliably at scale.

Recently I led the backend for EnergiQ Hub, a B2B2B energy management platform, and spend a good part of my free time going deeper into distributed systems fundamentals — load balancing, consistent hashing, rate limiting — usually by implementing them from scratch rather than just reading about them.

I'm currently based in Lauro de Freitas, Bahia, and hold a background in Civil Engineering, which is where the interest in systems that need to be structurally sound in the first place probably comes from.


Tech Stack

Backend Go Python FastAPI Node.js NestJS GraphQL

Frontend TypeScript JavaScript React Next.js Angular

Databases PostgreSQL MySQL

Cloud & DevOps AWS Docker Terraform

Observability Grafana Prometheus OpenTelemetry

Tools Git


What I Work With

  • REST and GraphQL APIs
  • Serverless applications (AWS Lambda, SQS, SNS)
  • Microservices and distributed systems
  • Data pipelines and web crawlers
  • Clean architecture, applied pragmatically rather than dogmatically
  • Observability stacks for tracing and monitoring production systems

Featured Projects

rinha-de-backend-2026 Backend built for the 2026 edition of Rinha de Backend, implementing vector search and antifraud logic under Go. Go

scale-from-0-to-1-million A hands-on system design walkthrough — load balancers, API servers, caching, and database replication — implementing the concepts locally instead of just describing them. Go System Design Docker

rate-limiter-system-design A rate limiter middleware built from scratch for a Go API, backed by Redis. Go Redis Docker

consistent-hashing-system-design An implementation of consistent hashing to explore how distributed systems balance load and handle node changes without full remapping. Go System Design


Current Interests

Distributed Systems · Go · AWS · Observability · OpenTelemetry · System Design · Performance Optimization · Clean Architecture


Contact

LinkedIn Email GitHub

Pinned Loading

  1. mfa-authentication-backend mfa-authentication-backend Public

    Backend with a setup of MFA Authentication

    TypeScript

  2. web-scraper web-scraper Public

    Aplicação de raspagem de dados HTML, construída em python.

    Python 1

  3. Crawler-Web Crawler-Web Public

    Aplicação de coleta de dados Web com ReactJS e Python - API Rest

    Python

  4. scale-from-0-to-1-million scale-from-0-to-1-million Public

    Scale from 0 to 1 million - System Design

    Go 1

  5. rate-limiter-system-design rate-limiter-system-design Public

    Implementando rate limiter na sua API em Golang

    Go

  6. consistent-hashing-system-design consistent-hashing-system-design Public

    Implementação da a arquitetura de sistema com o algoritmo de hashing consistente

    Go