EN

Chi Sono

Sviluppo applicazioni web complete con Node.js e TypeScript. Mi muovo tra backend, frontend e automazione, occupandomi dell'intero ciclo di vita del software.

const developer = {
name: "Elia Zarantonello",
role: "Full-Stack Developer",
focus: [
" backend Node.js e API " ,
" frontend con React, Next.js e Astro " ,
" automazione e sistemi realtime "
],
location: "Treviso, Italia",
status: "open_to_work",
skills:
[
{
name: " Frontend " ,
skills: [
" React " ,
" Next.js " ,
" TypeScript " ,
" Astro " ,
" Vue.js " ,
" Tailwind CSS " ,
" GSAP " ,
" Responsive Design "
]
} ,
{
name: " Backend (Node.js Ecosystem) " ,
skills: [
" Node.js " ,
" NestJS " ,
" Express " ,
" WebSockets " ,
" REST APIs " ,
" GraphQL " ,
" Microservices " ,
" Authentication & Authorization " ,
" Background Jobs " ,
" Task Scheduling "
]
} ,
{
name: " Database & ORM " ,
skills: [
" PostgreSQL " ,
" MongoDB " ,
" Redis " ,
" Drizzle ORM " ,
" Prisma " ,
" Database Design " ,
" Query Optimization "
]
} ,
{
name: " Automation & Data " ,
skills: [
" Web Scraping " ,
" Data Processing " ,
" ETL Workflows " ,
" Data Comparison Systems " ,
" Excel Generation " ,
" Event-Driven Architecture "
]
} ,
{
name: " DevOps & Tools " ,
skills: [
" Docker " ,
" GitHub Actions " ,
" AWS " ,
" Vercel " ,
" Git " ,
" Linux " ,
" CI/CD " ,
" Testing (Jest, Cypress) "
]
}
]
beyond_code:
[
{
title: " Open Source " ,
description:
" Pubblico i miei progetti su GitHub e ho una libreria su npm.
Il codice aperto è il modo migliore per imparare da architetture reali e condividere il proprio lavoro. "
} ,
{
title: " Continuous Learning " ,
description:
" Approfondisco costantemente pattern architetturali, nuovi framework e l’ecosistema JavaScript.
Non per collezionare tecnologie, ma per scegliere quella giusta al momento giusto. "
} ,
{
title: " System Thinking " ,
description:
" Mi interessa capire come le parti si collegano tra loro.
Ragiono in termini di flussi, manutenibilità e impatto nel tempo, non solo sulla singola feature. "
}
]
}