Full-stack Developer
UI & UX Designer.
Hey, I'm Bruno. I've been building scalable software for over 7 years.
I'm a Full Stack engineer working with React, Node.js. My focus is on writing clean code and solving real problems—whether that's optimizing application performance or architecting new features. Beyond the tech, I'm passionate about mentorship and creating a collaborative environment where everyone can learn.
Building software that solves real problems with clean architecture and modern tools
frontend
Development of modern and responsive web interfaces. Experience with SPAs, SSR, complex state management, automated testing, and API integration.
backend
Development of scalable APIs and microservices. Experience with RESTful architecture, authentication, databases, and integration tests.
mobile
Development of cross-platform mobile applications with React Native. Experience in iOS and Android apps with navigation, native APIs, and optimization.
arquitetura
Design of scalable and maintainable systems. Experience in architectural patterns, micro-frontends, DDD, and modularization strategies for complex applications.
devops
Process automation, containerization, CI/CD, and cloud computing. Experience with automated pipelines, infrastructure as code, and multi-platform deployment.
// React Component with TypeScriptinterface ButtonProps {variant: 'primary' | 'secondary';children: React.ReactNode;onClick?: () => void;}export const Button = ({ variant, children, onClick }: ButtonProps) => {return (<buttonclassName={`btn btn-${variant}`}onClick={onClick}>{children}</button>);};
frontend
Development of modern and responsive web interfaces. Experience with SPAs, SSR, complex state management, automated testing, and API integration.
// Modern JavaScriptconst fetchData = async () => {try {const response = await fetch('/api/data');const data = await response.json();console.log(data);} catch (error) {console.error('Error:', error);}};
backend
Development of scalable APIs and microservices. Experience with RESTful architecture, authentication, databases, and integration tests.
// Node.js Express Serverconst app = express();app.get('/', (req, res) => {res.send('Hello World!');});app.listen(3000);
mobile
Development of cross-platform mobile applications with React Native. Experience in iOS and Android apps with navigation, native APIs, and optimization.
// React Native Componentimport { View, Text, TouchableOpacity } from 'react-native';import { useNavigation } from '@react-navigation/native';export const HomeScreen = () => {const navigation = useNavigation();return (<View style={styles.container}><Text style={styles.title}>Welcome</Text><TouchableOpacitystyle={styles.button}onPress={() => navigation.navigate('Profile')}><Text>Go to Profile</Text></TouchableOpacity></View>);};
arquitetura
Design of scalable and maintainable systems. Experience in architectural patterns, micro-frontends, DDD, and modularization strategies for complex applications.
Entities: Enterprise Business RulesUse Cases: Application Business RulesControllers: Interface AdaptersFrameworks: External Interfaces
devops
Process automation, containerization, CI/CD, and cloud computing. Experience with automated pipelines, infrastructure as code, and multi-platform deployment.
git commit -m "feat: initial commit"git push origin maingit checkout -b feature/new-page
My work and studies
My Startup Project

C++ College Study

Branding Design

Web Development

Explore my journey
BEES (AB InBev)
Tech Lead
Leading global platforms standardization (Grow, Force, Control Tower). Architected BFFs with NestJS/Clean Arch, defined architectural patterns, and scaled the ecosystem with Micro-frontends across 22 countries.
Feb 2024 – Present
BEES (AB InBev)
Senior Software Engineer
Boosted sales interactions by engineering the Auto Dialer with React & WebSockets. Led the migration to Micro-frontends, cutting deployment time from >1h to minutes.
Mar 2023 – Feb 2024
Aurem
Founder & Software Engineer
Founded an inclusive real-time captioning startup (Santander Prize Winner). Leveraged the Web Speech API for low-latency captioning and WebSockets for real-time synchronization, serving 1,000+ students and scaling via AWS/Docker.
Feb 2018 – May 2023
Verzel
UX Designer
Bridged design and engineering for internal company projects. Designed developer-friendly Figma interfaces with Auto Layout and created Design Systems to streamline handoff and ensure accurate React implementation.
Dec 2021 – Aug 2022
Neoenergia
Software Developer Intern
Digitized internal workflows by building custom React/TypeScript dashboards. Maintained Node.js/SQL backends.
May 2021 – Nov 2021