Search
Assetera Opens Tokenized Securities Market to Crypto Exchanges With MiFID-Compliant API
1.8.2025
Assetera’s new API lets crypto exchanges offer tokenized stocks and bonds across Europe without a license
Keeping Article Demos Alive When Third-Party APIs Die
30.7.2025
Is there a way to build demos that do not break when the services they rely on fail? How can we ensure educational demos stay available for as long as possible?
Keeping Article Demos Alive When Third-Party APIs Die originally published on CSS-Tricks, which is part of the DigitalOcean family....
A Better API for the Intersection and Mutation Observers
23.6.2025
Zell discusses refactoring the Resize, Mutation, and Intersection Observer APIs for easier usage, demonstrating how to implement callback and event listener patterns, while highlighting available options and methods.
A Better API for the Intersection and Mutation Observers originally published...
Coinbase’s x402: Crypto payments over HTTP for AI and APIs
15.5.2025
What is HTTP 402, and why does it matter? The web was not really built with payments in mind, especially not for autonomous agents or machines. But with the rise of AI and decentralized finance (DeFi), the need for seamless, native digital payments has never...
How to Add a Header to a curl Request
3.8.2024
curl is one of those great utilities that’s been around seemingly forever and has endless use cases. These days I find myself using curl to batch download files and test APIs. Sometimes my testing leads me to using different HTTP headers in my requests. To add a header to a curl request,...
Portal now supports Solana in its SDKs/APIs for embedded wallets
5.4.2024
Portal has announced its support for Solana, a high-performance blockchain that provides exceptional transaction speed at a reasonable cost. This collaboration marks a watershed moment in the evolution of distributed ledger technology (DLT) by successfully introducing payment operations...
Nigeria's Central Bank Enlists Gluwa Nigeria to Boost eNaira Systems, Adoption
7.3.2024
Adoption of the central bank digital currency pales in comparison to the use of cash in the country
Talos and Uniswap Forge Landmark Deal to Boost DeFi Access for Institutions – Adoption on the Rise?
1.12.2023
Talos – a digital trading infrastructure provider – has teamed up with Uniswap and Fireblocks to connect institutional traders to the decentralized finance (DeFi) ecosystem. Per a press release from Uniswap on Thursday, Talos’s clients will be able to use the protocol’s trading APIs to access...
Circle launches Web3 development platform for Web2 developers
19.10.2023
Circle announced the launch of a new platform that uses pre-vetted templates to make building Web3 apps easier for traditional developers
Buckle up, Reddit: Closed APIs cost more than you’d expect
6.7.2023
Open APIs are vital for healthy communities on social platforms. With Web2 companies beginning to reject that principle, Web3 could be poised to supplant them
Flare integrates its APIs on Google Cloud Marketplace
4.5.2023
The Flare API Portal offers developers an intuitive interface to interact with the Flare Network and its accompanying suite of tools. It provides access to off-chain data sources such as Google Cloud Storage, along with access to on-chain services like Atomic Swaps, Event Notifications, DeFi...
Blockchain Infrastructure Provider 0x Rolls Out New Suite of APIs
20.4.2023
0x announced that its new platform is aimed at providing developers the tools to build financial products on crypto rails
JavaScript Array Group
17.4.2023
Managing, sorting, and manipulating data with JavaScript is a skill we’ve often delegated to third party libraries like lodash. As the JavaScript language progresses, however, these features eventually get. added to the JavaScript specification. Two such APIs for grouping of Array data...
Bitquery’s New Streaming API is Changing Web3 Infrastructure Space
3.4.2023
Bitquery launched its Streaming API in early March, giving users to access blockchain data in real time. With Bitquery’s APIs, Web3 builders have had access to extensive data from over 40+ blockchain networks. As the demand for blockchain data continues to grow, Bitquery has been at...
WDRL — Edition 310: 4-day Work Weeks, Awesome CSS, Image Performance, and Type-safe APIs.
27.3.2023
Hey,
in my area, spring is arriving and while today we had some snow falling again, I’m regularly in my market garden again, planting vegetables, sowing radish, salads, carrots and more. It’s still such a great balance to my web work that I can only recommend having an outdoors activity to...
Coinbase Launches Wallet-as-a-Service to Bring Millions to Web3
9.3.2023
On March 8, Coinbase announced the launch of its Wallet-as-a-Service (WaaS) product. The WaaS product aims to “bring the next hundred million consumers into Web3 through a seamless wallet-onboarding experience.” The Coinbase WaaS offers wallet infrastructure application programming...
Chainlink Functions introduced: Link the World’s APIs to the Web3
2.3.2023
The declaration has been made regarding the delivery of Chainlink Functions. This serverless developer platform provides the opportunity for one and all to conveniently connect a smart contract to just about any Web2 API. In turn, one will be able to carry out custom computations with...
How to Determine a JavaScript Promise’s Status
3.1.2023
Promises have changed the landscape of JavaScript. Many old APIs have been reincarnated to use Promises (XHR to fetch, Battery API), while new APIs trend toward Promises. Developers can use async/await to handle promises, or then/catch/finally with callbacks, but what Promises don’t tell...
Polygon APIs to Soon Deploy on Web 3 Indexing Service The Graph
1.12.2022
The Graph is a decentralized protocol for indexing and querying data from blockchains, starting with Ethereum. It makes it possible to query data that is difficult to query directly
How to Use Storage in Web Extensions
20.10.2022
Working on a web extension is an interesting experience — you get to taste web while working with special extension APIs. One such API is storage — the web extension flavor of persistence. Let’s explore how you can use session and local storage within your Manifest V3...