Search
Online Together
14.5.2020
(This is a sponsored post.)
An Event Apart: Online Together is a single-day online conference with an intense focus on digital design, UX, content, code, and more, giving you deep insights into where we are now and where things are going next.
AEA! With a brand new online version of their...
React Single File Components Are Here
13.5.2020
Shawn Wang is talking about RedwoodJS here:
… it is the first time React components are being expressed in a single file format with explicit conventions.
Which is the RedwoodJS idea of Cells. To me, it feels like a slightly cleaner version of how Apollo wants you to do it with useQuery....
Bitcoin Price Touches $10K Amid 2020’s Macroeconomic Storm and Covid-19 Fears
8.5.2020
On May 7, 2020, the price of a single bitcoin crossed $10,000 per unit in USD value as the network only has four days until the halving, otherwise known as the “quantitative hardening” by some investors. The cryptocurrency’s per annum inflation rate will drop from 3.6% to 1.8%...
Guarda Wallet – Multi-Currency, Multiplatform Wallet With a Taste for Special Features
7.5.2020
Guarda wallet has been around for almost three years – the cryptocurrency storage that started out as open-source single-currency wallets in the times of market needs has now turned into a flourishing ecosystem of products and crypto management services. Many novelties have been implemented...
A Single Chinese Region Accounts for One-Third of Global BTC Hash Rate
7.5.2020
Cambridge University has launched a ‘Bitcoin Mining Map’ that shows the distribution of hashing power worldwide as well as within China
US Treasury to ‘Borrow’ $3 Trillion for a Single Quarter – Anticipates Taking Billions More for Q3
5.5.2020
On Monday, the United States Department of the Treasury announced it will be “borrowing” a record $3 trillion to help support the American economy. The move comes after the Federal Reserve dished out over $6 trillion to private dealers before the first U.S. Covid-19 death, and the $1.5...
No-Comma Color Functions in CSS
4.5.2020
There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need...
12 Months of Onchain Data Shows Bitcoin Whales Obtained Hundreds of BTC from Small Fish
2.5.2020
According to recent data, crypto participants known as ‘bitcoin whales’ have been steadily accumulating bitcoins, and not selling since the ‘Black Thursday’ market carnage on March 12, 2020. Onchain data and blockchain analysis firms indicate that the number of bitcoin...
Enable Gatsby Incremental Builds on Netlify
1.5.2020
The concept of an “incremental build” is that, when using some kind of generator that builds all the files that make for a website, rather than rebuilding 100% of those files every single time, it only changes the files that need to be changed since the last build. Seems like...
Alpine.js: The JavaScript Framework That’s Used Like jQuery, Written Like Vue, and Inspired by TailwindCSS
29.4.2020
We have big JavaScript frameworks that tons of people already use and like, including React, Vue, Angular, and Svelte. Do we need another JavaScript library? Let’s take a look at Alpine.js and you can decide for yourself. Alpine.js is for developers who aren’t looking to build a single page...
Facebook Libra Redesigned: New System and Cryptocurrency to Comply With Regulations
17.4.2020
Facebook’s Libra cryptocurrency project has undergone major changes. A number of key areas have been redesigned, including the payment system, the Libra cryptocurrency, and the addition of new single-currency stablecoins. The changes largely aim to comply with regulatory requirements. Also...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
Brave Browser Gains 1M New Users in a Single Month
2.4.2020
Privacy-focused internet browser Brave garners one million additional users in March
Blockstack Wins Patent for Its Dapp Single Sign-on Product
1.4.2020
The U.S. patent office has granted Blockstack intellectual property rights around its single sign-on service for dapps
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
Trump Signs Largest Relief Bill in US History: When Will Americans Get Stimulus Checks
28.3.2020
U.S. President Donald Trump has signed into law what he calls the largest single economic relief bill in history. “At $2.2 trillion dollars, this bill will deliver urgently-needed relief for our nation’s families, workers, and businesses,” Trump said. Americans are expected...
Emergency Website Kit
27.3.2020
Here’s an outstanding idea from Max Böck. He’s created a boilerplate project for building websites that fit within a single HTTP request. This is extremely important for websites that contain critical information for public safety. As Max writes:
In cases of emergency, many organizations need...
Vermont Rapper Releases Hip Hop Track ‘#Freeross,’ Ulbricht Petition Nears 300K Signatures
27.3.2020
Southern Vermont-based hip-hop artist, Krypto Man, has released a new single called “#Freeross” in hopes to get Ross Ulbricht released from prison. Krypto Man is a well known rapper on the east coast and revenue from the song will be donated to the nonprofit Freeross.org. Ross Ulbricht...
Creating an Editable Site with Google Sheets and Eleventy
27.3.2020
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...
Performance Links
24.3.2020
I've had a number of browser tabs open to articles all related to web performance and gosh darn it if blogging them is a way for me get some closure. They are all good!
Manuel Matuzovic, Why 543 KB keep me up at night:
Yes, I know, it depends. 543 KB aren't always bad, but on that specific page...