Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Fluent API design in C# with nested generic constraints

c# api-design fluent

REST: Why expose POST and PUT endpoint of API when both can be done with just any one of these endpoints?

rest api-design

Why doesn't FileExists support wildcards?

Tips on designing a .NET API for future use with F#

.net f# api-design

REST API design: different granularity for receiving and updating resources

iOS consuming API design

ios api-design

Laravel API Architecture - best practices

php laravel api-design

Where should data processing and transformation happen? [closed]

Why do we keep a redundant ctor in std::copyable_function?

Where would be the best place to put the captcha token in a REST API

designing python api. reliable cleanup vs easy-to-use in interpreter

OpenAPI 3.0 mock generator [closed]

In Python dataclasses, why can an InitVar have default but not a default_factory?

System Design Interview - Car API

api-design system-design