Remember when some time ago was talking about spicy food with some friends, and since I've started talking about that I only eat Mayo they decided I can no longer be part of the conversation
Did someone fix the debugging issue with serverless? Seems like an error seemingly simple to fix can cause a chain of errors on every function, and it feels like looking through a black box to find what actually happened
Fresh’s re-introduction of islands is something we didn’t know we needed. Also no js runtime is great, we dont force the user to run all the js that we ship
This takes me to the good ol' times when doing php development. I remember when I met composer my life got a lot easier. We know have package and dependency managers for granted thanks to things like npm, cargo, and etc.
And I'm absolutely free to implement whatever using Javascript and Rust, I can also bring WebAssembly to the formula and have any other language available there with just a compilation step
But honestly, I'm giving all my focus to Rust, which is a great lang; and while the borrow checker is fighting with me multiple times, I know at the end of the day the code will run smoother
I love that Vitest allows me to write in source unit tests, like Rust. It’s a great form of documentation that also removes complexity of folder structure allowing to have everything at one place
What's good about writing unit testing is that I can confidently refactor. If I get to see some error happening I can quickly see where it failed and do the proper changes.