Software engineer with 8+ years of experience building web applications. I specialize in React and enjoy working across the full stack—from crafting pixel-perfect interfaces to designing robust backend systems and infrastructure.
Currently working remotely from Rio de Janeiro, Brazil.
Frontend React · TypeScript · Next.js
Backend Python · Golang · Node.js
Database PostgreSQL · Redis
Cloud AWS · Docker · CI/CD
@thermal-print — A React TypeScript library for thermal receipt printing with ESC/POS support.
import { Printer, Text, Line } from "@thermal-print/react";
<Printer>
<Text bold align="center">
Receipt
</Text>
<Line />
<Text>Total: $42.00</Text>
</Printer>;



