✕ Clear all filters
204 articles
▶ Videos →

📰 Dev.to · Juan Torchia

204 articles · Updated every 3 hours · View all reads

All Articles 130,816Blog Posts 135,899Tech Tutorials 33,887Research Papers 25,445News 18,593 ⚡ AI Lessons
Swiper: the touch slider that won't wreck your sprint
Dev.to · Juan Torchia 1w ago
Swiper: the touch slider that won't wreck your sprint
Swiper has been the undisputed standard for touch carousels on the web for years. Zero dependencies, official wrappers for React, Vue and Angular, and transitio
Swiper: el slider táctil que no te va a arruinar el sprint
Dev.to · Juan Torchia 1w ago
Swiper: el slider táctil que no te va a arruinar el sprint
Swiper lleva años siendo el estándar indiscutido para carousels táctiles en la web. Sin dependencias, con wrappers oficiales para React, Vue y Angular, y transi
Node.js: the runtime that changed how we think about backend
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 2w ago
Node.js: the runtime that changed how we think about backend
Node.js isn't just "JavaScript on the server." It's a paradigm shift in how we handle I/O. Thirty years in tech taught me to recognize when something genuinely
Node.js: el runtime que cambió cómo pensamos el backend
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 2w ago
Node.js: el runtime que cambió cómo pensamos el backend
Node.js no es solo 'JavaScript en el servidor'. Es un cambio de paradigma en cómo manejamos I/O. 30 años de historia con la tecnología me enseñaron a reconocer
Rate limiting in web apps: what to protect before picking a library
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 2w ago
Rate limiting in web apps: what to protect before picking a library
Rate limiting is not a dependency you drop into middleware and call it done. It's an abuse policy. Before you copy that snippet, you need to define what asset y
Rate limiting en aplicaciones web: qué proteger antes de elegir una librería
Dev.to · Juan Torchia 🔐 Cybersecurity ⚡ AI Lesson 2w ago
Rate limiting en aplicaciones web: qué proteger antes de elegir una librería
Rate limiting no es una dependencia que se agrega al middleware y listo. Es una política de abuso. Antes de copiar el snippet de turno, hay que definir qué acti
Spring Boot Actuator: What to Expose, What to Hide, and What to Check Before Adding Endpoints
Dev.to · Juan Torchia ⚡ AI Lesson 2w ago
Spring Boot Actuator: What to Expose, What to Hide, and What to Check Before Adding Endpoints
Actuator isn't the problem. The problem is enabling it without a clear exposure policy. A pragmatic guide to using it as an operational tool without turning it
Spring Boot Actuator: qué exponer, qué ocultar y qué mirar antes de agregar endpoints
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 2w ago
Spring Boot Actuator: qué exponer, qué ocultar y qué mirar antes de agregar endpoints
Actuator no es el problema. El problema es habilitarlo sin una política clara de exposición. Una guía prudente para usarlo como herramienta operativa sin conver
Next.js App Router Caching: revalidate, dynamic, and no-store Without the Folklore
Dev.to · Juan Torchia ⚡ AI Lesson 2w ago
Next.js App Router Caching: revalidate, dynamic, and no-store Without the Folklore
The problem with Next.js caching isn't memorizing the flags. It's deciding how fresh each piece of data actually needs to be. A guide to reading revalidate, dyn
Next.js App Router caching: revalidate, dynamic y no-store sin folklore
Dev.to · Juan Torchia ⚡ AI Lesson 2w ago
Next.js App Router caching: revalidate, dynamic y no-store sin folklore
El problema con Next.js caching no es memorizar los flags. Es decidir qué tan fresco necesita ser cada dato. Una guía para leer revalidate, dynamic y no-store c
Docker healthchecks: what they actually measure and what you shouldn't promise
Dev.to · Juan Torchia 2w ago
Docker healthchecks: what they actually measure and what you shouldn't promise
A healthcheck that only says "the process responds" can hide entire business failures. What Docker HEALTHCHECK actually measures, where people overestimate it,
Docker healthchecks: qué miden de verdad y qué no deberías prometer
Dev.to · Juan Torchia 2w ago
Docker healthchecks: qué miden de verdad y qué no deberías prometer
Un healthcheck que solo dice "el proceso responde" puede esconder fallas de negocio completas. Qué mide de verdad Docker HEALTHCHECK, dónde la gente lo sobreest
Sniffnet: monitor your network without losing your mind to tcpdump
Dev.to · Juan Torchia 3w ago
Sniffnet: monitor your network without losing your mind to tcpdump
Sniffnet is a cross-platform network traffic monitor written in Rust. Real UI, real-time charts, no security PhD required to understand what's actually going on
PyTorch: the deep learning framework that won the war
Dev.to · Juan Torchia 3w ago
PyTorch: the deep learning framework that won the war
PyTorch showed up in 6 independent awesome lists and the reason is simple: it won. This isn't hype — it's infrastructure. Here's why it made our list and when i
PyTorch: el framework de deep learning que ganó la guerra
Dev.to · Juan Torchia 🧠 Large Language Models ⚡ AI Lesson 3w ago
PyTorch: el framework de deep learning que ganó la guerra
PyTorch apareció en 6 awesome lists independientes y el motivo es simple: ganó. No es hype, es infraestructura. Te cuento por qué está en nuestra lista y cuándo
TensorFlow: the ML elephant that's still standing
Dev.to · Juan Torchia 📐 ML Fundamentals ⚡ AI Lesson 1mo ago
TensorFlow: the ML elephant that's still standing
TensorFlow isn't sexy in 2025, but it's still the serious infrastructure behind deployment at scale. Why it made the list and when you actually need it.
TensorFlow: el elefante de ML que sigue en pie
Dev.to · Juan Torchia 📐 ML Fundamentals ⚡ AI Lesson 1mo ago
TensorFlow: el elefante de ML que sigue en pie
TensorFlow no es sexy en 2025, pero sigue siendo la infraestructura seria detrás de deployment a escala. Por qué está en la lista y cuándo realmente lo necesitá
Rate limiting in Next.js: what to protect before picking a library
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Rate limiting in Next.js: what to protect before picking a library
Rate limiting isn't an npm dependency — it's an abuse policy. Before copying middleware, you need to define what asset you're protecting, what abuse pattern you
Rate limiting en Next.js: qué proteger antes de elegir una librería
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Rate limiting en Next.js: qué proteger antes de elegir una librería
Rate limiting no es una dependencia npm: es una política de abuso. Antes de copiar middleware, necesitás definir qué activo protegés, qué patrón de abuso esperá
npm Dependencies: How to Evaluate a Library Before Shipping It to Production
Dev.to · Juan Torchia 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
npm Dependencies: How to Evaluate a Library Before Shipping It to Production
Adding an npm dependency isn't just installing code — it's taking on its maintenance, its attack surface, and its transitive deps. Here's the checklist I run be