Hi, I'm Dario
I'm a full-stack software engineer experienced in a variety of technologies, with a current focus mainly on JavaScript/TypeScript and related frameworks and tools.
Welcome to my corner of the internet, where I write about technology, primarily focusing on software development and DevOps.
If you're curious, feel free to explore more about my journey and expertise, or read through my blog's archive.

My latest blog posts
- August 17, 2025
Why you should consider Zed as your next editor
Editors
Zed is a fantastic editor that is becoming the go-to choice for many developers. - October 26, 2024
When to use redirect() vs. router.push() in Next.js
Next.js
Explaining the two methods for programmatically redirecting a user in Next.js components, server functions, or route handlers. - September 9, 2024
Using callbacks to achieve better component decoupling in React
Component Design
Decouple React components effectively by passing functions the right way, creating more testable and maintainable code.