Search
Responsible Markdown in Next.js
10.8.2021
Markdown truly is a great format. It’s close enough to plain text so that anyone can quickly learn it, and it’s structured enough that it can be parsed and eventually converted to you name it.
That being said: parsing, processing, …
The post Responsible Markdown in Next.js appeared first...
WooCommerce With Apple Pay and Google Pay
10.8.2021
(This is a sponsored post.)
Got a WooCommerce store? It behooves you to offer a variety of payment methods. Just anecdotally, I’m sure both you and me have been annoyed and even abandoned purchases when a merchant, online or …
The post WooCommerce With Apple Pay and Google Pay appeared...
CSS Nesting, specificity, and you
10.8.2021
Here’s Kilian Valkhof on CSS nesting which isn’t available in browsers yet, but will be soon. There are a few differences he notes between CSS nesting and nesting in Sass or Less though. Take, for example, the following code:
div
…
The post CSS Nesting, specificity, and you appeared...
Bitcoin and Ethereum Hold Uptrend Support, Altcoins Rally
10.8.2021
Bitcoin price remained supported above the USD 43,200 zone. BTC started a fresh increase and it was able to climb above the USD 45,000 resistance. It even almost tested USD 46,500 and it is currently (05:10 UTC) consolidating gains.
Similarly, most major altcoins are rising steadily. ETH is holding...
Refinable Launches Gaming Initiative to Support NFT and Play-to-Earn Movement
10.8.2021
Refinable, a leading NFT marketplace, today announced the Refinable Gaming Initiative, an industry-specific program aimed at deepening its collaboration with the gaming developer community, supporting NFT communities with a community push to Play-To-Earn (P2E) initiatives within NFT gaming....
Choice Words about the Upcoming Deprecation of JavaScript Dialogs
9.8.2021
It might be the very first thing a lot of people learn in JavaScript:
alert("Hello, World");
One day at CodePen, we woke up to a ton of customer support tickets about their Pens being broken, which ultimately boiled down to …
The post Choice Words about the Upcoming Deprecation of JavaScript...
The Large, Small, and Dynamic Viewports
9.8.2021
We’ve got viewport units (e.g. vw, vh, vmin, vmax), and they are mostly pretty great. It’s cool to always have a unit available that is relative to the entire screen. But when you ask people what …
The post The Large, Small, and Dynamic Viewports appeared first on CSS-Tricks....
Exploring the CSS Paint API: Image Fragmentation Effect
9.8.2021
In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …
The post Exploring the CSS Paint API: Image Fragmentation Effect appeared first...
Ethereum Layer-2 Scaling Solution Arbitrum to Launch This Month
9.8.2021
Arbitrum, an Ethereum Layer-2 (L2) scaling solution, announced it would launch its mainnet for users this August. The tool, which allows Ethereum users to transact with very low fees, had launched in beta version last June, with support from some key projects in the Ethereum sphere, like Uniswap...
Alchemy Pay to launch virtual crypto cards with Visa and Mastercard support
9.8.2021
Crypto payment firm Alchemy Pay is planning to roll out a crypto-linked virtual card that is accepted on the Visa and Mastercard payments networks
Treasury Secretary Yellen Privately Lobbies Against Tax Amendment Crypto Industry Wants: Report
7.8.2021
U.S. Treasury Secretary Janet Yellen has reportedly raised objections to lawmakers about the cryptocurrency tax amendment to the $1 trillion infrastructure bill that is supported by the crypto community. The White House subsequently announced its support for a competing amendment. Yellen Exerting...
SVG Gobbler
6.8.2021
Great little project from Ross Moody:
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
…
The post SVG Gobbler appeared first on CSS-Tricks....
New Nuxt Features past v2.10
6.8.2021
Nuxt offers an incredible developer experience, with a lot of performance and application setup best practices baked in. In recent releases, they’ve been working on taking this developer experience to the next level, with some newer features that speed up …
The post New Nuxt Features past...
Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc()
6.8.2021
I recently wrote a very basic Sass loop that outputs several padding and margin utility classes. Nothing fancy, really, just a Sass map with 11 spacing values, looped over to create classes for both padding and margin on each side. …
The post Efficient Infinite Utility Helpers Using Inline...
gridless.design
6.8.2021
Donnie D’Amato built a whole site around the thesis that “digital designers still expect to use the grid while experienced layout engineers have moved beyond it.” The idea isn’t that we should never literally use display: grid; but rather that …
The post...
Three Buggy React Code Examples and How to Fix Them
5.8.2021
There’s usually more than one way to code a thing in React. And while it’s possible to create the same thing different ways, there may be one or two approaches that technically work “better” than others. I actually run into …
The post Three Buggy React Code Examples and How to Fix Them...
'Red Alert' Crypto Campaign Gathers Support to Amend US Infrastructure Bill
5.8.2021
Numerous US crypto advocates have launched an ambitious campaign aimed at driving up support for an amendment to a controversial infrastructure bill – claiming that the legislation would usher in “sweeping surveillance of crypto holders.”
An updated version of the bill – which would seek to fund...
How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL
5.8.2021
(This is a sponsored post.)
Flutter is Google’s UI framework used to create flexible, expressive cross-platform mobile applications. It is one of the fastest-growing frameworks for mobile app development. On the other hand, Fauna is a transactional, developer-friendly serverless …
The...
FTX wallet adds support for BUSD and BNB tokens on the Binance Smart Chain
5.8.2021
FTX wallets now actively support withdrawals for Binance USD (BUSD) and BNB, both native to the Binance Chain and will soon enable users to make deposits via BSC BEP20 tokens
The State Of Web Workers In 2021
5.8.2021
You gotta appreciate the tenacity of Surma. He’s been advocating for Web Workers as a path forward to better-feeling websites for a lot of years now. He’s at it again making sure we all understand the landscape:
[…] regardless
…
The post The State Of Web Workers In 2021...