Second version of my personal website.
luccaromaniello.com/
css
personal-website
bun
tailwindcss
portflio
design
typescript
code
ux-ui
astro
javascript
1export const workExperience = [
2 {
3 title: "Full Stack Engineer",
4 startDate: "Nov 25",
5 current: true,
6 location: "Remote",
7 description:
8 "Full stack development for an independent financial advisory firm. Building internal tools for M&A contracts and operations with React/Next.js and Laravel.",
9 technologies: [
10 "React",
11 "Next.js",
12 "TanStack Query",
13 "TypeScript",
14 "JavaScript",
15 "TailwindCSS",
16 "PHP",
17 "Laravel",
18 "SQL",
19 "Linux",
20 ],
21 companies: [{ name: "Araújo Fontes", website: "https://www.afs.com.br/" }],
22 },
23 {
24 title: "Product Designer",
25 startDate: "Jul 20",
26 endDate: "Nov 25",
27 current: false,
28 location: "Remote",
29 description:
30 "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.",
31 technologies: [
32 "UI/UX design",
33 "Design systems",
34 "Prototyping",
35 "Data visualization",
36 "User experience",
37 "Figma",
38 ],
39 companies: [
40 { name: "AB InBev", website: "https://www.ab-inbev.com/" },
41 { name: "fluke", website: "https://flu.ke/" },
42 { name: "Conexa Saúde", website: "https://www.conexasaude.com.br/" },
43 {
44 name: "dti digital + Ânima Educação",
45 website: "https://www.dtidigital.com.br/",
46 },
47 ],
48 },
49 {
50 title: "Full Stack Engineer",
51 startDate: "Apr 19",
52 endDate: "Jul 20",
53 current: false,
54 location: "Belo Horizonte, Brazil",
55 description:
56 "Mobile and backend development for Latin America's largest car rental company. Migrated apps from hybrid to native and built internal tools.",
57 technologies: ["Vue.js", "Flutter", "Kotlin", "C#", "ASP.NET"],
58 companies: [
59 {
60 name: "dti digital + Localiza&Co",
61 website: "https://www.dtidigital.com.br/",
62 },
63 ],
64 },
65];