I bought a set of 3 eero Pro 6 mesh (Wi-Fi 6) routers back at the end of 2023, and the first one of them died in the last few weeks. Trying to power the device via USBC no longer does anything, and eero support didn’t have much to try other than the reset button and a new power adapter. So I...
On June 14, 2025, I organized a hardware hacking focused village as part of the ØxOPOSɆC Hack Day, and this is a post-mortem analysis of the village, focusing on some of the observations and common mishaps, and how to improve your journey in the hardware hacking world, especially from...
The React Router library is widely used for navigation purposes in single-page applications. This tool empowers developers to generate dynamic routes, manage nested routes, and send URL parameters. This article aims to explore optimal techniques for utilizing React Router, provide instances of its...
One of the questions I hear the most often when I teach Angular is: How do I implement authentication? There are a lot of options out there so I’ll stick with the tools Angular provides out of the box, which allow to implement authentication without any external dependency. First, I’m assuming...