/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

openapi.com
| | blog.fanout.io
3.1 parsecs away

Travel
| | New to the subject of realtime APIs? This article is the place to start! We'll discuss the most common design approaches and their pros/cons, as well as link...
| | thepythoncorner.com
4.0 parsecs away

Travel
| | REST APIs have become a standard for web application communication. In this article, we will explore how to consume REST APIs using our beloved programming language: Python. What are REST APIs An API (Application Programming Interface) is a set of rules that allows different software entities to communicate with each other. APIs define the methods and data formats that applications can use to interact with each other. REST (Representational State Transfer) is an architectural style for designing networked applications. It relies on a stateless, client-server, cacheable communications protocol - the HTTP. REST APIs are widely used because they are simple,...
| | codejourney.blog
3.4 parsecs away

Travel
| | In the previous post, I talked a lot little bit about the history of the HTTP protocol and how it works. Let's dive a little bit deeper into the whole networking world. I mentioned APIs and tried to explain what they are and what they are used for (hopefully it is a bit clearer now)...
| | amanhimself.dev
24.2 parsecs away

Travel
| [AI summary] This tutorial guides developers on building a REST API with Node.js and Express by connecting to HarperDB Cloud, covering setup and CRUD operations. Category programming is most relevant because the post is a software development tutorial focused on coding, frameworks, and API creation. Cloud computing is also relevant as it specifically teaches how to use and configure a cloud-based database service. Computer science is a close second regarding the technical subject matter of databases and application development logic. Technology broadly covers the general tools and programming languages discussed. Engineering is a final option as it relates to software engineering practices like API design and database integration.