Search posts, tags, users, and pages
Rashedin Islam
Full-Stack dev, loving the code, living to the fullest.
In my backend projects, I got tired of constantly writing raw status code numbers like: res.status(200) res.status(404) It works — but it's not expressive. And honestly, it makes code harder to read and maintain over time. Like many developers, I wa...
Zen Coder
Just tried http-status-toolkit and it's awesome! Fully supports TypeScript and even gives reason phrases in Bengali 😍 Much better than the old http-status-codes package — highly recommend!
Thank you very much Zen Coder
Russell Ahmed
JavaScript Developer
The detailed status message option is super helpful. but the subpath import isn't that much developer friendly.
Yes, but I did it intentionally, to keep the core package lighter.
Zen Coder
Just tried http-status-toolkit and it's awesome! Fully supports TypeScript and even gives reason phrases in Bengali 😍 Much better than the old http-status-codes package — highly recommend!