2022-11-28
|~2 min read
|289 words
I was working through some API design and trying to find the right level of abstraction for my different portions of code. I came up with a…
2022-11-28
|~2 min read
|281 words
When it comes to RESTful APIs, there’s not a ton of availability to be creative - at least in terms of the names of the APIs. You’re going…
2022-11-28
|~2 min read
|245 words
As apps grow, the number of routes can balloon. More than that, you may need custom middleware for certain routes and not others - whether…