IT

About Me

Get to know me, what drives me, and what I'm passionate about. Follow my journey through code and continuous growth.

const developer = {
name: "Elia Zarantonello",
role: "Full-Stack Developer",
focus: [ " modern stack " , " clean code " , " reliability " ],
location: "Treviso, Italy",
status: "open_to_work",
}

export const profile = {
experience:
[
{
date: " 2025 " ,
title: " CashWalk - Web App " ,
description: " Built a full-stack finance management app from the ground up. Real-world testing ground for modern architecture patterns, complex state management, and performance optimization. " ,
tags: [
" Next.js " ,
" TypeScript " ,
" Shadcn UI " ,
" PostgreSQL "
]
} ,
{
date: " 2025 " ,
title: " Deepening Fundamentals " ,
description: " Focused study of software engineering principles, algorithms, and data structures. Building the theoretical foundation that drives better technical decisions every day. " ,
tags: [
" Computer Science " ,
" Algorithms " ,
" Software Engineering "
]
} ,
{
date: " 2024 " ,
title: " Backend & API Mastery " ,
description: " Dove deep into server-side development. Designed robust REST APIs, implemented secure data handling, and automated deployment pipelines. Learning the difference between code that works and code that scales. " ,
tags: [
" Node.js " ,
" REST APIs " ,
" Authentication " ,
" GitHub Actions "
]
} ,
{
date: " 2022 " ,
title: " Where It All Began " ,
description: " Started the journey with intensive programming fundamentals and web development. Turned curiosity into skills through consistent hands-on projects and deliberate practice. " ,
tags: [
" JavaScript " ,
" Git " ,
" Web Foundations "
]
}
],
skills:
[
{
name: " Frontend " ,
skills: [
" React " ,
" Next.js " ,
" TypeScript " ,
" Astro " ,
" Vue.js " ,
" Tailwind CSS " ,
" GSAP " ,
" Responsive Design "
]
} ,
{
name: " Backend " ,
skills: [
" Node.js " ,
" Python " ,
" FastAPI " ,
" REST APIs " ,
" GraphQL " ,
" WebSockets " ,
" Microservices " ,
" Authentication "
]
} ,
{
name: " Database & ORM " ,
skills: [
" PostgreSQL " ,
" MongoDB " ,
" Redis " ,
" Drizzle ORM " ,
" Prisma " ,
" Database Design " ,
" Query Optimization "
]
} ,
{
name: " DevOps & Tools " ,
skills: [
" Docker " ,
" AWS " ,
" CI/CD " ,
" GitHub Actions " ,
" Netlify " ,
" Vercel " ,
" Git " ,
" Linux "
]
} ,
{
name: " Best Practices " ,
skills: [
" Clean Code " ,
" TDD " ,
" Code Review " ,
" Agile " ,
" Documentation " ,
" Performance Optimization " ,
" Security "
]
}
]
beyond_code:
[
{
title: " Open Source " ,
description: " Believing in knowledge sharing as a catalyst for growth. I study and contribute to open-source projects to learn from the best. "
} ,
{
title: " Continuous Learning " ,
description: " Technology moves fast, and I keep pace. Weekly dedicated time to exploring new patterns, frameworks, and industry best practices. "
} ,
{
title: " Problem Solving " ,
description: " Every bug is a puzzle waiting to be solved. Every complex feature is an opportunity to sharpen my analytical thinking. "
}
]
}