#api-design

[ follow ]
Node JS
from2ality
2 months ago

Could JavaScript have synchronous `await`?

Synchronous and asynchronous code can't interleave, causing duplication and API constraints.
The future of JavaScript could change if 'await' can be used in synchronous code.
fromInfoWorld
2 months ago

How to implement idempotent APIs in ASP.NET Core

Idempotent APIs ensure that duplicate requests will yield one and the same result, making them robust and fault-tolerant.
Bootstrapping
fromRealpython
3 months ago

Single and Double Underscore Naming Conventions in Python - Real Python

Python naming conventions, particularly those involving underscores, help distinguish between public and private API elements, enhancing code clarity and maintainability.
Python
[ Load more ]