Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in api-design

Is it a bad idea to use a database table's ID as an external API identifier?

Java: When to use attributes, when to use method parameters?

java class oop api-design

does adding new member function into d pointer class break binary compatibility?

How to define a boolean API RESTful?

rest http api-design

C++ API design: is using void* a bad idea?

c++ c++11 api-design

Should C API return value or error code?

c api-design

Django is there a benefit of checking every view with `method=='POST':`

Pytest mocker patch Attribute:Error 'function' object has no attribute 'patch'

python pytest api-design

Perform multiple operations and commit

java api-design

Should I query and filter on the back-end (Rails API) or front-end (React/Redux)

Is it useful to always return a promise

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