#api-design

[ follow ]
Node JS
from2ality
1 month 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
1 month ago
Bootstrapping

How to implement idempotent APIs in ASP.NET Core

Idempotent APIs protect against duplicate requests, ensuring consistent outcomes.
#python
fromRealpython
2 months ago
Python

Single and Double Underscore Naming Conventions in Python - Real Python

Understanding Python's underscore conventions is essential for clear API design and code readability.
fromTall, Snarky Canadian
6 months ago
JavaScript

Don't return named tuples in new APIs

Named tuples should be used when tuple return types become insufficiently descriptive due to API expansion.
Starting with named tuples complicates API usage due to dual access methods for users.
fromRealpython
2 months ago
Python

Single and Double Underscore Naming Conventions in Python - Real Python

Understanding Python's underscore conventions is essential for clear API design and code readability.
fromTall, Snarky Canadian
6 months ago
JavaScript

Don't return named tuples in new APIs

Named tuples should be used when tuple return types become insufficiently descriptive due to API expansion.
Starting with named tuples complicates API usage due to dual access methods for users.
more#python
fromdzone.com
2 months ago
Remote teams

The Impact of Asynchronous Work on Engineering Innovation

Remote work can enhance technical discussions and proposal crafting, leading to richer collaboration across global teams.
fromHackernoon
1 year ago
Miscellaneous

ReST: It's More Than Just CRUD Over HTTP | HackerNoon

ReST API design is more than CRUD; it's about meaningful dialogue and understanding user intent.
fromSpreaker
4 months ago
JavaScript

API Design: GraphQL vs. REST, Contract Maintenance, and Integration Strategies - JSJ 661 - JavaScript Jabber

API design, logging best practices, and configuration management are crucial for developers to optimize large-scale ecosystems.
JavaScript
fromHackernoon
9 months ago

Your Architecture Cheat Sheet to API Design Styles | HackerNoon

Understanding various API design approaches is essential for building reliable APIs that meet specific business needs.
[ Load more ]