Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

What's the point of DSLs / fluent interfaces

find-or-create idiom in REST API design?

rest api-design

How to avoid repeating business logic between client and server?

404 Not Found or Bad Request?

Identify item by either an ID or a slug in a RESTful API

api rest api-design

Why don't primitive Stream have collect(Collector)?

What is the standard for formatting currency values in JSON?

json currency api-design

Using annotation to ensure that value returned by method is not discarded

Should paging be zero indexed within an API?

api rest api-design

When do I define objective-c methods?

Why can't AtomicBoolean be a replacement for Boolean?

java api-design

REST API Design: Nested Collection vs. New Root

rest api-design conceptual

Why Java does not allow overriding equals(Object) in an Enum?

java enums api-design

Rest API design with multiple unique ids

json rest http api-design

API design and jQuery [closed]

Why there is no getFirst(iterable) method?

When should we create our own Java exception classes? [closed]

TypeORM: update item and return it

Private class functions vs Functions in unnamed namespace

Applying LIMIT and OFFSET to all queries in SQLAlchemy