Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Returning specifically shaped POCOs to ASP.NET MVC actions

asp.net-mvc soa api-design

API design: is "fault tolerance" a good thing?

idioms api-design

API design for file CSV import, best practice approach?

javascript api-design

Why does Direct3D 11 make a distinction between SRVs and UAVs?

Java, Polymorphism, Static Typing and the "QueryInterface" pattern

Why is Robot.delay(int ms) limited to 1 minute?

java api-design awtrobot

What will make backward compatibility impossible?

Should a ReST API silently ignore request to change nonexistent field?

http rest api-design

Is it a good idea to substitute Collection for Stream in return values?

Can the base URL change in Swagger?

Representing non-resourceful aggregated data with JSON API

json rest api-design json-api

API design - json_api best practice to return no data

AWS API Gateway: API Key Limit

REST API Design - Single General Endpoint or Many Specific endpoints

rest api-design

Which result pattern is best for a public API and why?

Pure HATEOAS vs making too many service calls

Why does the Object class have Thread methods? [duplicate]

java api-design

HTTP status code for a boolean resource

Modern C and C++: it is possible to use one defined structure for other declared structure?

c++ c class-design api-design