From nordicapis.com
Understanding The Root Causes of API Drift | Nordic APIs |
1 1
Why do so many APIs drift from their specifications? It's due to immature API development practices and a lack of ownership for maintenance.
#apis #openapi #swagger #apidrift #apidesign #programming #apidocumentation #technicalwriting #softwaredevelopment
15h ago
From nordicapis.com
How to Write a v3 AsyncAPI Description | Nordic APIs |
0 1
What does AsyncAPI v3 look like in practice? In his walkthrough we create a sample AsyncAPI for a theoretical asynchronous health care API.
on Tue, 12PM
From nordicapis.com
What is API Governance? | Nordic APIs |
0 0
API governance consists of all attempts made by an organization to shape how its APIs are developed, defined, secured, and deployed.
on Nov 8
From nordicapis.com
How to Implement Attribute-Based Access Control For APIs | Nordic APIs |
0 0
Discover what attribute-based access control (ABAC) is and how to go about implementing this with tokens for more robust API authorization.
on Oct 20
From nordicapis.com
What Is API Developer Experience? | Nordic APIs |
0 0
Quality developer experience is a common aspect of successful APIs. We define API developer experience and tips for improving it.
on Oct 20
From nordicapis.com
The Evolution of Distributed API Authorization | Nordic APIs
0 0
Should user Alice be allowed to read credit reports? Should a cloud instance be deployable without basic security configuration in place? Should service X be allowed to query the database? Policy defines the rules of our systems, but how do we ensure our policies are enforced consistently in...
on Oct 7
From nordicapis.com
Enhancing API Stability with Feature Flags | Nordic APIs |
0 0
Feature flags can be a powerful tool for managing API changes, allowing teams to roll out updates gradually and maintain flexibility.
on Sep 19
From nordicapis.com
A New Approach to Writing API Documentation | Nordic APIs |
0 0
A lot goes into writing API documentation that other developers actually understand. Here are top techniques from an expert technical writer.
on Sep 15
From nordicapis.com
What's The Difference Between Shadow APIs and Zombie APIs? | Nordic APIs |
0 0
Learn about shadow APIs and zombie APIs, how they're similar and different, and ways to vanquish these foes before they wreak havoc.
on Sep 14
From nordicapis.com
Platform Summit 2024 | Nordic APIs
0 1
The Platform Summit gathers the brightest minds in the API industry to further the art of designing quality, secure, API platforms.
on Sep 5
From nordicapis.com
API Design in the Post-OpenAPI Era | Nordic APIs |
0 2
In the post-OpenAPI era, new design frameworks and tools will abstract the complexity of working with API specifications.
on Aug 31
From nordicapis.com
Understanding CAMARA, The API Standards For Telcos | Nordic APIs |
0 0
The CAMARA Project is defining a set of standard APIs for telco networks. We examine the API standards and how they affect the industry.
on Aug 23
From nordicapis.com
What is the Arazzo Specification? | Nordic APIs |
0 0
The new Arazzo specification provides a way to describe API workflows, unlocking better developer experience and AI interoperability.
on Aug 1
From nordicapis.com
API Discovery: How Do You Count APIs? | Nordic APIs |
0 1
How do we count APIs? Knowing this can impact discoverability and how we produce API inventories that manage security and risk at scale.
on Jul 30
From nordicapis.com
Overview of Smithy, an API Description Language From Amazon | Nordic APIs |
0 1
Smithy is a an impressive new open-source interface description language (IDL) that offers an efficient and portable model-based solution.
on Jul 28
From nordicapis.com
8 AI-Driven Threat Detection Tools | Nordic APIs |
0 0
These AI-driven threat detection tools can identify risks like OAuth misconfigurations, API vulnerabilities, malicious traffic, and CVEs.
on Jul 7
From nordicapis.com
3 Example Use Cases for Arazzo Descriptions | Nordic APIs |
0 0
OpenAPI Initiative's Arazzo specification is a standardized way to describe sequential API calls. Here are use cases for Arazzo in practice.
on Jun 28
From nordicapis.com
'Tis but a Scratch: Does TypeSpec Reignite the Specification Wars? | Nordic APIs |
0 0
TypeSpec is introducing new powers to streamline API design, but does it reignite the Specification Wars of yore? Let's find out.
on May 23
From nordicapis.com
The Benefits of Using APIs.json and APIs.io | Nordic APIs |
0 0
APIs hinge on discovery. Here, we review why APIs.json is an interesting format and what its sister project, APIs.io, enables.
on May 16
From nordicapis.com
API Onboarding Is Broken (And How To Fix It) | Nordic APIs |
0 0
How do you avoid leaky API onboarding funnels? Here we look at solutions on how to reduce API abandonment.
on May 14
From nordicapis.com
8 Developer Portal Best Practices | Nordic APIs |
0 0
What makes a great developer portal? Here we highlight some best practices for creating quality developer portals.
on May 6
From nordicapis.com
Beyond the HTTP API: WebAssembly and the Future of Systems Integration | Nordic APIs |
0 0
WebAssembly (Wasm) could shake up the world of HTTP API integration. Here we explore the hidden powers of Wasm.
on May 1
From nordicapis.com
Introduction to TypeSpec | Nordic APIs |
0 0
What is TypeSpec? A lightweight, flexible, and rich way to design an API from scratch using a code-like language. Learn more here.
on Apr 30
From nordicapis.com
Using OPA To Achieve Zero-Trust APIs | Nordic APIs |
0 0
Learn how Open Policy Agent (OPA) evolves authorization to achieve a zero-trust model for APIs and distributed microservices architectures.
on Mar 22
From nordicapis.com
Uniting Rust Servers and Clients through OpenAPI | Nordic APIs
0 0
Rust’s strengths make it a great systems language–memory-safety, zero-cost abstractions, performance, robustness. Those same properties are also great in higher level services! As we built out a tapestry of interacting services, we wanted to apply that robustness and strong-typing across service...
on Mar 11
From nordicapis.com
Why You Might Need a Chief API Officer | Nordic APIs |
0 0
As APIs proliferate, some organizations are seeing the benefits of assigning executive leadership to govern their expanding API programs.
on Mar 7
From nordicapis.com
Design-First API Development: Myth or Reality? | Nordic APIs |
0 0
Are teams actually implementing design-first development? We consider if API designers are approaching design-first in practice.
on Mar 4
From nordicapis.com
10 API Economy Predictions For 2024 | Nordic APIs |
0 0
Over two-dozen API experts shared their predictions for APIFutures. Here are ten things we should expect for the API economy in 2024.
on Feb 13
From nordicapis.com
What the Tesla API Release Means for the Automotive Industry | Nordic APIs |
0 0
Tesla recently launched its first official API, the Fleet API. Here's what the API enables and how it will effect the automotive industry.
on Jan 29
From nordicapis.com
The Ten REST Commandments | Nordic APIs |
0 0
Presenting the ten REST API commandments. Be sure to consider these ten best practices to make solid REST APIs that developers appreciate.
on Jan 24
From nordicapis.com
OpenAPI Sets It Sights On v4 Moonwalk For 2024 | Nordic APIs |
0 0
The next iteration of OpenAPI Specification, v4 code-named "Moonwalk," is set to be the biggest update yet. Here's what to expect.
on Jan 23
From nordicapis.com
Four Tips for Improving Your API Gateway With Zero-Trust Methods | Nordic APIs |
0 0
We all know that an API gateway is a critical component that acts as an intermediary between client applications and backend services within a microservices architecture. API gateways are essential elements of the full API lifecycle, particularly regarding the safety and security of your APIs....
on Jan 22
From nordicapis.com
The Art of API Design | Nordic APIs
0 0
API Design is truly an art. While ChatGPT can spit out seemingly detailed APIs, there is still much to be said for well-crafted, consistent APIs designed by organic intelligence, in a broader context, with the consumer and Developer Experience in mind. A good (or dare we dream, great)...
on Jan 21
From nordicapis.com
Austin API Summit 2024 | Nordic APIs
0 0
Austin API Summit - a leading API conference, where industry experts and thought leaders meet to share the latest thinking and technologies. Register Now!
on Jan 21
From nordicapis.com
Creating Industry-Standard Webhooks with Standard Webhooks | Nordic APIs |
0 0
Standard Webhooks is an initiative to have more industry-standard guidelines for webhooks. Here, we review it and showcase examples.
on Jan 20
From nordicapis.com
How To Manage Multi-Protocol API Ecosystems | Nordic APIs |
0 0
Organizations are increasingly using various API types. Here are tips on managing a fractured ecosystem of diverse external and internal APIs.
on Nov 12, 2023
From nordicapis.com
0 0
During this talk, Daniel Stenberg will look at some of the most powerful and interesting additions to curl in recent years.
on Oct 12, 2023
From nordicapis.com
Interview With curl Founder Daniel Stenberg | Nordic APIs |
0 0
We ask Daniel Stenberg about the evolution of the Internet, the origins of curl, the open-source movement, his thoughts on Web3, and more...
on Oct 4, 2023
From nordicapis.com
Changing The Status Quo With Leaf Computing | Nordic APIs |
0 0
Not every app needs to be cloud-connected, all the time. Leaf computing presents an alternative perspective for APIs living on the edge.
on Oct 4, 2023