-
I haven't seen fs-extra mentioned yet. For my work it involves a fair bit of reading/writing to the filesystem, so this makes it quite nice to deal with everything in an async way.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Glad you asked, I have an example in my GitHub https://github.com/ilovepixelart/ts-express-swc
-
typescript-runtime-type-benchmarks
📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
Zod is a bit of an underdog but it is not fast, AJV which is slightly more common can validate and generate types too but requires using JSON syntax, TypeBox offers familiar syntax to Zod while still being JSON syntax in the background.
Related posts
-
Choosing a backend API framework
-
Step into the fascinating world of Websockets with Socket.io
-
Examples of APIs that follows the best practices and are production ready on Github?
-
NestJS Authentication with OAuth2.0: Configuration and Operations
-
🚀 NodeJS + Ts.ED + TypeScript + Clean Architecture Template