RRomaninromeerez.hashnode.dev·May 11, 2024 · 11 min readBest node.js test framework, with benchmarksAccording to npm trends, Jest is by far the most popular test framework nowadays, Mocha has 3 times less weekly downloads, and Vitest has 5 times less. I'm developing a library that has lots of tests (> 2.5k) run by Jest, and I decided to find out if...03ARP
RRomaninromeerez.hashnode.dev·Feb 3, 2023 · 9 min readAnnouncing a new TypeScript ORMThere are already a lot of ORMs for node.js with different strong and weak sides, but still, this is not enough, there is still not a single tool to cover typical needs simultaneously: Type safety Flexibility Easiness of use for more complex cases...08PRMCK
RRomaninromeerez.hashnode.dev·Jun 24, 2022 · 25 min readNode.js ORMs overview and comparisonI believe that ORM is the most important tool for backend development, the tool we spend the most of our time working on a feature, the tool we scold the most, always wanting something better. Here I'm doing a review of 6 popular ORMs to compare and ...07ASSNA