Search
Exactly What You Want
1.12.2021
What is one thing people can do to make their website better?
Exactly what you want to build!
Ask yourself:
What drew you to development in the beginning?Is there an experimental API that you’ve been wanting to try out?…
Creating Generative Patterns with The CSS Paint API
24.11.2021
The browser has long been a medium for art and design. From Lynn Fisher’s joyful A Single Div creations to Diana Smith’s staggeringly detailed CSS paintings, wildly creative, highly skilled developers have — over the years — continuously pushed …
The post Creating Generative...
Žádné průkazy, rychlý a levný internet nebo API. Nová vláda slibuje zlepšit digitalizaci
8.11.2021
Přicházející nová vláda má k dispozici programové prohlášení a koaliční smlouvu. Dokument se mimo jiné věnuje digitalizaci. Jde o další vládu, která v této oblasti slibuje pokroky
Božská zadní vrátka: Počítač s Windows můžete šmírovat z webového prohlížeče a pomocí API
7.11.2021
Ve Windows je už nějaký čas funkce Device Portal • Po aktivaci spustí webový server • Můžete s ním počítač šmírovat přes prohlížeč a HTTP REST API
Smartbch Defi Universe Expands — Dozens of SEP20 Tokens, $12.8M Total Value Locked in Dex Platforms
4.11.2021
On April 1, Bitcoin.com News published an in-depth report on the Smart Bitcoin Cash (Smartbch) protocol and its compatibility with Ethereum’s EVM and Web3 API before any Smartbch projects were seen in the wild. Seven months later, Smartbch has matured a great deal and metrics indicate that...
Scroll-Linked Animations With the Web Animations API (WAAPI) and ScrollTimeline
4.11.2021
The Scroll-linked Animations specification is an upcoming and experimental addition that allows us to link animation-progress to scroll-progress: as you scroll up and down a scroll container, a linked animation also advances or rewinds accordingly.
We covered some use cases …
The post...
Fiat-to-Crypto Payment Firm Wyre Reveals All-in-One NFT Marketplace Service
3.11.2021
On Tuesday, the San Francisco-based fiat-to-crypto and payment infrastructure company, Wyre, announced the launch of a non-fungible token (NFT) market tool that gives developers the ability to create NFT marketplaces in less than 24 hours. Wyre Claims Devs Can Build an NFT Marketplace in 24 Hours...
Nigerian Agency Finally Registers Blockchain Start-up, Blames Employee for Rejection of First Application
23.10.2021
Just a few days after reports emerged that it had refused to process a company registration application by Flint API limited, the Nigerian agency Corporate Affairs Commission (CAC) has now registered the blockchain start-up. The agency however blames an unnamed employee for the failure to process...
Exploring the CSS Paint API: Rounding Shapes
22.10.2021
Adding borders to complex shapes is a pain, but rounding the corner of complex shapes is a nightmare! Luckily, the CSS Paint API is here to the rescue! That’s what we’re going to look at as part of this “Exploring …
The post Exploring the CSS Paint API: Rounding Shapes appeared first...
Nigerian Agency Refuses Blockchain Start-Up Application — Says Tech Not Recognized by Government
21.10.2021
Nigeria’s company registration agency, the Corporate Affairs Commission (CAC), reportedly rejected an application for registration by a start-up on the basis that blockchain is yet to be recognized by the Nigerian government. Decision Disappoints Blockchain Community According to a report...
iExec Launches Oracle Factory Allowing Anyone To Create Custom Oracles in Minutes
12.10.2021
PRESS RELEASE. Using the iExec Oracle Factory, developers are able to create their own decentralized oracles with just the API’s URL and key. October 12th, Lyon, France, 2021 – iExec, a decentralized marketplace for computing assets, has announced the launch of the iExec Oracle...
CoinMarketCap to integrate crypto price data into Presearch
5.10.2021
Presearch is a default search engine on all new and factory-reset Android devices sold in the U.K. and Europe
Web Streams Everywhere (and Fetch for Node.js)
29.9.2021
Chrome developer advocate Jake Archibald called 2016 “the year of web streams.” Clearly, his prediction was somewhat premature. The Streams Standard was announced back in 2014. It’s taken a while, but there’s now a consistent streaming API implemented …
The post Web Streams...
Collecting Email Signups With the Notion API
27.9.2021
A lot of people these days are setting up their own newsletters. You’ve got the current big names like Substack and MailChimp, companies like Twitter are getting into it with Revue, and even Facebook is getting into the …
The post Collecting Email Signups With the Notion API appeared first...
Polker Is Integrating Chainlink Price Feeds Into Its Multi-Crypto Marketplace
23.9.2021
Polker is proud to announce the upcoming integration of Chainlink Price Feeds. By integrating Chainlink-powered decentralized oracles, the Polker platform will be able to offer an even more decentralized and trusted service to players. The initial Chainlink Price Feed implementation will replace...
Exploring the CSS Paint API: Polygon Border
20.9.2021
Nowadays, creating complex shapes is an easy task using clip-path, but adding a border to the shapes is always a pain. There is no robust CSS solution and we always need to produce specific “hacky” code for each particular …
The post Exploring the CSS Paint API: Polygon Border appeared...
EyeDropper API Dropped
10.9.2021
I had no idea this was coming but it’s pretty neat! Chrome has shipped the EyeDropper API in v95 (Canary, as I write).
???? Loving the new `EyeDropper` Web API:
“`jsawait new EyeDropper().open();// Returns the picked color, e.g.,
…
The post EyeDropper API Dropped appeared...
Mars Theme: A Deep Look at Frontity’s Headless WordPress Theme
9.9.2021
Frontity is a framework for creating de-coupled (or "headless") WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.
The post Mars Theme: A Deep Look at Frontity’s...
Exploring the CSS Paint API: Blob Animation
30.8.2021
After the fragmentation effect, I am going to tackle another interesting animation: the blob! We all agree that such effect is hard to achieve with CSS, so we generally reach for SVG to make those gooey shapes. But …
The post Exploring the CSS Paint API: Blob Animation appeared first...
Creating a Headless WordPress Site With Frontity
20.8.2021
Frontity is a WordPress-focused React-based server-side dynamic-rendering framework (phew!) that allows us to create fast headless websites. Chris has a good introduction to Frontity. I guess you could think of it like Next.js for WordPress. And while the demand …
The post Creating...