· 4 min —
Your API already knows what is wrong
When building APIs, we often forget that the error responses are not just for humans, but for machines as well.
2 posts tagged with "API"
When building APIs, we often forget that the error responses are not just for humans, but for machines as well.
Worker threads super charged JavaScript(Node), as it was not ideal for CPU-intensive operations. This post explores how worker threads work.