Matthew M Dalby
Home
Articles
Apps
Cooking
About
API Design
Topics on defining remote interfaces, with a focus on React.
04/13/2024
Designing Effective Interfaces
A blueprint for factors I consider for creating effective REST APIs.
04/13/2024
Exception Handling
My approach towards handling exceptions and presting the appropriate response to the client.
04/13/2024
Entity Validation
Valdiation of API requests is an often overlooked aspect of the design process.
04/13/2024
Designing Controllers
My strong opinions on best practices when implementing a controller