Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

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

REST api versioning (only version the representation, not the resource itself)

rest versioning api-design

API Endpoint Semantics

api-design

REST design for file uploads [closed]

rest file-upload api-design

Why does the Duration class not have 'toSeconds()' method?

What is the gold standard for website APIs? Twitter, Flickr, Facebook, etc [closed]

Do fluent interfaces violate the Law of Demeter?

RESTful design: when to use sub-resources? [closed]

rest api-design

How do you define a good or bad API? [closed]

api api-design

Why is the Java date API (java.util.Date, .Calendar) such a mess?

java date api-design

Token Expired - JSON REST API - Error Code

GB English, or US English?

Why does int num = Integer.getInteger("123") throw NullPointerException?