PinnedMarco Pollacci·Aug 19, 2025Creating a Minimal Debounce Library in 2025 — Zero DependenciesSometimes the simplest things are the most useful.
Marco Pollacci·Dec 29, 20252025: A Year of First Stages, Growth, and CommunityIf I look back at 2025, one thing is very clear: this was the year I truly started speaking.
Marco Pollacci·Jul 8, 2025One Line of CSS to Push Everything Else to the BackgroundModern CSS allows us to create interactive effects that used to seem possible only with JavaScript. One of these is blurring out…
Marco Pollacci·Jul 1, 2025Una riga di CSS per mettere tutto il resto in secondo pianoIl CSS moderno ci permette di creare effetti interattivi che prima sembravano possibili solo con JavaScript. Uno di questi è sfocare gli…
Marco Pollacci·Jun 6, 2025My First Time as a Speaker: What I Learned from CSSDay and WebDayAt the end of March, I did something I had never done before: I got up on stage (twice!) to give my very first talks as a speaker at two…
Marco Pollacci·Mar 27, 2025JS — Some Useful Functions!In this article, we’ll explore some simple tricks to perform common operations in JavaScript.
Marco Pollacci·Mar 20, 2025JS — 6 funzioni utili!In questo articolo vedremo alcuni semplici trick per effettuare operazioni comuni in javascript.
Marco Pollacci·Mar 13, 2025Abort Controller — the hidden superpower of JavaScript to cancel asynchronous requestsToday, I want to talk to you about one of the perhaps least used JavaScript APIs, but with incredible potential: AbortController.
Marco Pollacci·Mar 6, 2025Abort Controller — il superpotere nascosto di JavaScript per cancellare le richieste asincroneOggi, voglio parlarvi di una delle API Javascript forse meno usate, ma con delle potenzialità incredibili: AbortController
Marco Pollacci·Jan 23, 2025Angular — RouterOutlet and Auxiliary RoutesAngular Router is an essential part of any Angular application, offering numerous features that often go unused or even unnoticed. In this…