Articles by Tag #wthek

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

What the Hek? Handling API Errors with @wthek/express-middleware

Error handling in Express.js can be a nightmare—especially when you're dealing with custom error...

Learn More 1 0Mar 9

Creating Company-Standard Errors in Node.js Microservices (Part 2)

Error handling shouldn’t feel like an afterthought—yet here we are, dealing with APIs that return...

Learn More 0 0Mar 15

10 Common Mistakes in API Error Handling & How to Fix Them

Introduction Handling errors properly in an API is crucial for debugging, logging, and...

Learn More 0 0Feb 27

🧼 Clean Code Tip: Don’t Hardcode HTTP Status Codes – Use Named Constants Instead

Stop Writing Cryptic Code – Let Your Code Speak Clearly If you've ever written res.status(200) in...

Learn More 0 0Apr 6

Creating Company-Standard Errors in Node.js Microservices (Part 1)

Introduction Error handling is crucial for any microservice architecture. A consistent...

Learn More 0 0Mar 13

🚀 "Oops! Something Went Wrong" – Handling API Errors in Express.js Like a Pro

💡 "Why is my API returning 500 Internal Server Errors everywhere?" 💡 "How do I make sure my error...

Learn More 0 0Feb 23