Search
Drawing Graphics with the CSS Paint API
18.6.2021
A practical introduction to the CSS Paint API with hands-on examples.
The post Drawing Graphics with the CSS Paint API appeared first on Codrops
Collective #666
17.6.2021
The State of Independence Report 2021 * snk * Storage Foundation API * Implementing Private Fields for JavaScript
The post Collective #666 appeared first on Codrops
How I Used the WAAPI to Build an Animation Library
16.6.2021
The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browser’s animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …
The post How I Used...
Just How Niche is Headless WordPress?
15.6.2021
I wonder where headless WordPress will land. And by “headless” I mean only using the WordPress admin and building out the user-facing site through the WordPress REST API rather than the traditional WordPress theme structure.
Is it… big? The future …
The post Just How Niche...
Polygon committing $10M to reach 1M users using 0x API
10.6.2021
The project said it anticipated “an influx of new DeFi projects onboarding into the 0x ecosystem."
JavaScript Numeric Separators
10.6.2021
Writing good code is important — writing code that’s easily human readable is a next level skill. It’s not often that APIs are introduced whose seemingly only useful function is making code more readable, but let me introduce you to JavaScript numeric separators: an API that lets...
CSS-Trickz: An Experiment with Netlify’s On-Demand Builders
8.6.2021
WordPress sites have an API by default. Wanna see this site’s most recent posts, with just a specific set of data… in JSON format? Here ya go. Alex Riviere made a joke site using that.
At first, the site …
The post CSS-Trickz: An Experiment with Netlify’s On-Demand Builders...
Trigonometry in CSS and JavaScript: Beyond Triangles
4.6.2021
In part three of our series we’ll look at how to create more interesting shapes with trigonometry, and how to draw them with the Canvas API.
The post Trigonometry in CSS and JavaScript: Beyond Triangles appeared first on Codrops
Here Are the Best Practices for Securely Using API
1.6.2021
API keys are a very useful part of an application programming interface – but misuse or breaches can result in some particular security problems. How do you use API keys in secure ways? First, it helps to understand the role of the API key, which provides for project authentication. That’s...
Here Are the Best Practices for Securely Using API Keys
1.6.2021
API keys are a very useful part of an application programming interface – but misuse or breaches can result in some particular security problems. How do you use API keys in secure ways? First, it helps to understand the role of the API key, which provides for project authentication. That’s...
Serverless Functions: The Secret to Ultra-Productive Front-End Teams
31.5.2021
Modern apps place high demands on front-end developers. Web apps require complex functionality, and the lion’s share of that work is falling to front-end devs:
building modern, accessible user interfaces
creating interactive elements and complex animations
managing complex application...
0x launches DEX liquidity API on Polygon
31.5.2021
Polygon’s decentralized finance footprint continues to grow, with 0x releasing a version of its decentralized exchange liquidity aggregator API on the “Ethereum scaler.”
Understanding the systemic shift from digitization to tokenization of financial services
30.5.2021
Another hurdle financial services and institutions need to address is mainstream digital asset adoption
Rethinking Postgres in a Post-Server World
27.5.2021
Serverless architectures have brought engineering teams a great number of benefits. We get simpler deployments, automatic and infinite scale, better concurrency, and a stateless API surface. It’s hard to imagine going back to the world of managed services, broken local …
The post Rethinking...
Wrangling Control Over PDFs with the Adobe PDF Embed API
24.5.2021
By our last estimate, there are now more PDFs in the world than atoms in the universe (not verified by outside sources) so chances are, from time to time, you’re going to run into a PDF document or two. Browsers …
The post Wrangling Control Over PDFs with the Adobe PDF Embed...
Notion API
20.5.2021
The Public Beta of the Notion API dropped! Woot! Here’s their guide. I’ve been a Notion user and fan for a long time, for both personal and professional team use. They even sponsored a few videos around here a …
The post Notion API appeared first on CSS-Tricks.
You can support...
Weatherstack Review: Is This the Best Weather API?
19.5.2021
Looking for a way to share location-based weather reports and forecasts with your website visitors? You’re going to need access to up-to-date, accurate weather data first – and Weatherstack...
The post Weatherstack Review: Is This the Best Weather API? appeared first on Onextrapixel
Weatherstack Review: Is This the Best Weather API?
19.5.2021
Looking for a way to share location-based weather reports and forecasts with your website visitors? You’re going to need access to up-to-date, accurate weather data first – and Weatherstack...
The post Weatherstack Review: Is This the Best Weather API? appeared first on Onextrapixel
WebPageTest API
3.5.2021
I’m willing to bet you know WebPageTest. It is the premier tool in the toolbox of web performance people. Maybe you didn’t know that WebPageTest was a side project of one fella, Patrick Meenan, for most of its lifetime, …
The post WebPageTest API appeared first on CSS-Tricks.
You...
How to Create Actions for Selected Text With the Selection API
28.4.2021
Click, drag, release: you’ve just selected some text on a webpage — probably to copy and paste it somewhere or to share it. Wouldn’t it be cool if selecting that text revealed some options that make those tasks easier? That’s …
The post How to Create Actions for Selected Text With...