API
Ξ»
K8s
πŸ€–
CI/CD
ML
⚑
REST
gRPC
∞
Β΅Service
⎈
Cloud
GraphQL
Redis
Kafka
Henrique Oliveira

Henrique Oliveira

Software Engineer

✨ In small steps we understand the journey ✨

✨

About Me

A journey defined by continuous learning, overcoming challenges, and writing impactful code.

2013

The Beginning🌱

At just 14, I took my first steps into programming. Writing those initial lines of code sparked a lifelong passion for technology.

2019

πŸ’ΌFirst Experience

Launched my career developing critical systems for hospitals, gaining deep expertise in software architecture.

2021

Financial Market⚑

Transitioned to the financial sector as a Software Engineer, building high-performance systems and mastering fintech solutions.

2024

πŸš€ItaΓΊ Unibanco

Solidified my expertise as a Software Engineer at ItaΓΊ Unibanco, engineering large-scale banking systems and driving digital transformation.

🎯

Current Focus

Advancing my engineering career while fueling a passion for sharing knowledge. Focused on architecting and implementing highly scalable systems, applying modern architectural patterns like Event-Driven Architecture, CQRS, and distributed systems. Committed to empowering the next generation of engineers, I actively share expertise in cloud-native solutions, microservices orchestration, and high-performance computing through mentorship and open-source contributions.

Scalable Systems✨
Event-Driven Architecture✨
Distributed Systems✨
Cloud Native✨
Microservices✨
Mentorship✨

⚑Tech Stack

Building scalable solutions with modern technologies

Java
Java
Spring
Spring
Python
Python
.NET
.NET
React
React
Angular
Angular
TypeScript
TypeScript
Node.js
Node.js
Docker
Docker
Kubernetes
Kubernetes
AWS
AWS
Azure
Azure
PostgreSQL
PostgreSQL
MongoDB
MongoDB
Redis
Redis
DynamoDB
DynamoDB
GraphQL
GraphQL
Git
Git

πŸŽ“Knowledge Sharing

Passionate about mentoring developers and delivering technical talks

πŸ’‘Mentor & Speaker
πŸ“„
πŸ“„
πŸ“„

πŸ“Blog & Articles

Writing about software engineering

Read more→
⭐
⭐
⭐
⭐

πŸ†Engineering Excellence

Specialized in designing scalable backend systems, microservices architectures, and cloud-native solutions

10+ πŸ“…
Years Experience
20+ πŸš€
Projects Delivered
{
<
>

πŸ’ΌSelected Work

Projects that solve real problems

πŸ””

Real-Time Notification Hub

❌Problem:

Legacy polling mechanisms were causing high server load and latency, failing to deliver critical alerts to thousands of concurrent users in real-time.

βœ…Solution:

Engineered a high-throughput event service using Node.js and Redis Pub/Sub to handle thousands of concurrent WebSocket connections. Implemented a fan-out architecture to broadcast updates instantly to the React frontend with minimal latency.

Node.jsTypeScriptRedisReactDocker
View on GitHub→
βš™οΈ

The "Architect" CLI

❌Problem:

Inconsistent microservice structures and repetitive boilerplate setup across teams led to slow onboarding and architectural drift.

βœ…Solution:

Developed a custom CLI tool using TypeScript that scaffolds production-ready microservices. It automatically configures Docker containers, CI/CD pipelines via Git, and standardizes the folder structure for .NET and Java projects, reducing setup time by 90%.

TypeScriptNode.jsGit.NETDocker
View on GitHub→
πŸ“Š

Real-Time Analytics Dashboard

❌Problem:

Decision-makers relied on stale data from nightly batch jobs, making it impossible to react to market changes or system anomalies as they happened.

βœ…Solution:

Built a reactive data pipeline using Java and Spring Boot. The system aggregates streams of data, caches hot metrics in Redis for sub-millisecond access, and visualizes complex insights via a dynamic Angular dashboard backed by PostgreSQL.

JavaSpringAngularRedisPostgreSQL
View on GitHub→
πŸ”

Authentication & Authorization System

❌Problem:

Fragmented authentication logic across multiple services created security vulnerabilities and a poor user experience without Single Sign-On (SSO).

βœ…Solution:

Architected a centralized Identity Provider (IdP) using .NET Core. Implemented OAuth2/OIDC standards for secure access delegation, integrated with Azure AD for enterprise compliance, and utilized DynamoDB for high-speed session token management.

.NETAzureDynamoDBKubernetesAWS
View on GitHub→
πŸ€–

RAG (Retrieval-Augmented Generation)

❌Problem:

Generic AI models lacked context about proprietary company documentation, leading to "hallucinations" and irrelevant answers for internal engineering queries.

βœ…Solution:

Created an AI assistant using Python to orchestrate LLM interactions. Leveraged MongoDB as a Vector Store to index internal technical docs and exposed the search capabilities via a high-performance GraphQL API consumed by a React client.

PythonMongoDBGraphQLReactAWS
View on GitHub→