I used AI for formatting and grammar.
Recently came across this x thread by Pooya Parsa(@_pi0_). He is an open source developer of multiple libraries eg. nitrojsdev, unjs. He trying to solve the bottleneck problems that javascript web dev ecosystem faces. A lot of frameworks are dependent on this open source developers to build this high utility libraries to develop on them.
Your API is fast. The database is tuned, responses are cached, and each request finishes in milliseconds. Then you add one harmless line:
console.log(`${req.method} ${req.url}`);
Enter fullscreen mode






