export const workExperience = [ { title: "Full Stack Engineer", startDate: "Nov 25", current: true, location: "Remote", description: "Full stack development for an independent financial advisory firm. Building internal tools for M&A contracts and operations with React/Next.js and Laravel.", technologies: [ "React", "Next.js", "TanStack Query", "TypeScript", "JavaScript", "TailwindCSS", "PHP", "Laravel", "SQL", "Linux", ], companies: [{ name: "Araújo Fontes", website: "https://www.afs.com.br/" }], }, { title: "Product Designer", startDate: "Jul 20", endDate: "Nov 25", current: false, location: "Remote", description: "Led the developer portal redesign for AB InBev, one of the world's largest breweries. Also shipped products in telecom, healthcare, and education: SIM card flows, doctor tools, and a certificate platform serving 350K+ students.", technologies: [ "UI/UX design", "Design systems", "Prototyping", "Data visualization", "User experience", "Figma", ], companies: [ { name: "AB InBev", website: "https://www.ab-inbev.com/" }, { name: "fluke", website: "https://flu.ke/" }, { name: "Conexa Saúde", website: "https://www.conexasaude.com.br/" }, { name: "dti digital + Ânima Educação", website: "https://www.dtidigital.com.br/", }, ], }, { title: "Full Stack Engineer", startDate: "Apr 19", endDate: "Jul 20", current: false, location: "Belo Horizonte, Brazil", description: "Mobile and backend development for Latin America's largest car rental company. Migrated apps from hybrid to native and built internal tools.", technologies: ["Vue.js", "Flutter", "Kotlin", "C#", "ASP.NET"], companies: [ { name: "dti digital + Localiza&Co", website: "https://www.dtidigital.com.br/", }, ], }, ];