Developing with no internet 📵 Have you tried programming without internet? Creating software is an activity that in practice, it becomes greatly coupled to an internet connection. It is widely spoken about that searching a lot of stuff in the internet isn’t a sign of a bad developer. As devs, we regularly look things up […]
Tag: miscellaneous
Mind the cache: working with redirects
While refactoring the URL routing tree of a web project, I performed some changes in the route paths and noticed that I was being redirected, so then I remembered that I had redirection rules applied (which, in NextJs, are set on the next.config.js, which I personally find inconvenient). Because I didn’t need those redirect rules […]