About Me
Discover who I am, what I do, and what I'm passionate about. Explore my journey through code.
const developer = {
name: "Elia Zarantonello",
role: "Full-Stack Developer",
focus: [ " modern stack " , " clean code " , " reliability " ],
location: "Treviso, Italy",
status: "open_to_work",
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 " ,
" GitHub Actions " ,
" AWS/Vercel " ,
" Git " ,
" Linux " ,
" CI/CD " ,
" Testing (Jest/Cypress) "
]
}
]
beyond_code:
[
{
title: " Open Source " ,
description: " I believe in code sharing as a tool for growth. I analyze and contribute to projects to understand how the best work. "
} ,
{
title: " Continuous Learning " ,
description: " Technology doesn't stop, and neither do I. I spend time every week studying new patterns, frameworks, and best practices. "
} ,
{
title: " Problem Solving " ,
description: " I see every bug as a puzzle to be solved and every complex feature as a challenge to improve my logical skills. "
}
]
}