API Testing with Mocha and Chai

Javascript testing with Mocha and Chai. If you haven’t seen the first article of the series, have a read.Now, after that coffee break, today we’ll be discussing how to test a simple REST API with ...
0 Read More

Hexagonal+optimistic may not be easy

Hexagonal or ports & adapters architecture is commonly used to structure the services so that details of the communication (including APIs and database access) do not leak into the business logic ...
0 Read More

Common Mistakes in RESTful API Design

Common Mistakes in RESTful API Design
Ever noticed how some APIs are a joy to work with while others make you want to throw your laptop out the window? It's rarely about the technology stack—it's almost always about design choices. Let'...
0 Read More