My first thoughts on Next.js 13 and the new app routerThere are two good articles that touch on some of the concerns and annoyances I also share, but I'll try to cover some of my views about it. I had a chance to use Next.js 13 for a few weeks and noticed that some things make my job a lot simpler, whil...Jan 13, 2024·5 min read
How long is "new" new anywayQuick hint and a reminder for myself: In programming, try not to prefix things with "new". "New" usually doesn't stay new for very long :). It becomes especially problematic when you introduce the new stuff for the 2nd time. At that point, you have a...Aug 16, 2023·1 min read
PRs for Organizing File HierarchyTldr: be swift :) I just wanted to mention 2 things I noticed helping with file hierarchy refactors. Stick to only file organization and imports This makes it easier to do code reviews, check and spot import misreferences etc. It'll also make things ...Aug 15, 2023·1 min read
Project status: finished!When was the last time you finished a software project? Right? Well, I'm dealing with some legacy project and I stumbled upon moment.js' documentation that explains the purpose of the project, how it was finally achieved, and that the project is co...Jul 19, 2023·1 min read