Search
2020 Stack
13.2.2020
In an article with the most clickbaity article ever, Joe Honton does a nice job of talking about the evolving landscape of web development. "Full-stack" perhaps had its day as a useful term, but since front-end development touches so many parts of the stack now, it's not a particularly useful term....
Toward Responsive Elements
12.2.2020
Hot news from Brian Kardell, regarding what we've been referring to as "container queries", the most hotly requested feature in CSS:
There does seem to be some general agreement on at least one part of what I am going to call instead "Responsive Design for Components" and that is that flipping...
10 Interesting JavaScript and CSS Libraries for February 2020
11.2.2020
Our web dev resources compilation for February comes packed with awesome React frameworks, tools for writing better tests, and much more!
Prediction: Bitcoin to Rival Gold as a Store of Value in the Digital Age Thanks to Halving
9.2.2020
The total market capitalization of gold is estimated to be above $7 trillion, which is over 38 times that of bitcoin at the moment. However, there are those that think that the cryptocurrency is a better store of value for our age than the precious metal. The latest take on the idea explains...
FAANG Stocks Provide a Better Risk-Adjusted Performance Than Bitcoin
8.2.2020
Since 2017, FAANG stocks have provided a better risk-adjusted performance than Bitcoin, Ether and XRP
Appealing to Normies: Advancing Bitcoin Starts With Better UX
7.2.2020
At London's Advancing Bitcoin conference, developers discussed user-experience fixes for the world's leading crypto
French Food Company Looks to IBM’s Blockchain Network for Better Sourcing
6.2.2020
French egg and oil producer, the Avril Group, has joined IBM Food Trust to improve product supply chains
Native Image Lazy Loading in Chrome Is Way Too Eager
5.2.2020
Interesting research from Aaron Peters on <img loading="lazy" ... >:
On my 13 inch macbook, with Dock positioned on the left, the viewport height in Chrome is 786 pixels so images with loading="lazy" that are more than 4x the viewport down the page are eagerly fetched by Chrome...
Crypto Companies Adopt Features Similar to Banks (Only Better) to Drive Growth
5.2.2020
Will higher interest rates and zero-fee trading drive user adoption of cryptocurrencies?
Lightning-Fast Web Performance
31.1.2020
If you're interested in leveling up your knowledge and skill of web performance, you can't do better than learning directly from Scott Jehl.
Direct Link to Article — Permalink… Read article
The post Lightning-Fast Web Performance appeared first on CSS-Tricks
Better Regulation Could Curb Crypto Scams, Chainalysis Report Says
29.1.2020
Chainalysis’ 2019 crime report found illicit activities accounted for roughly 1 percent of overall crypto transactions last year, and better enforcement of anti-money laundering and know-your-customer regulations could stamp out a large portion of that
Woodworking SVG (and Other Real Life Encounters)
27.1.2020
Eric Meyer does his woodworking math in SVG.
I’ve been hand-coding SVG schematics to figure out how thing should go together, and as a by-product, guide me in both material buying and wood cutting.
This might sound hugely bespoke and artisanally overdone, but they’re not that complicated, and...
What Is the Ideal Block Size and Fee Cost?
24.1.2020
Many of the debates around block size in Bitcoin operate under the false premise that the question can even be properly answered by a central authority. But markets are better at deciding these questions and block sizes and fee costs should be worked out by miners and users, not development...
Timeless Web Dev Articles
18.1.2020
Pavithra Kodmad asked people for recommendations on what they thought were some of the most timeless articles about web development that have changed their perspective in some way. Fun! I'm gonna scour the thread and link up my favorites (that are actually articles, although not all of them...
More Than Half of Financial Advisors Want Better Regulation Before Investing in Crypto
14.1.2020
More than half of financial advisors are too spooked by regulatory uncertainty to initiate or expand their cryptocurrency investments, a new study by Bitwise Asset Management found
Eastern Europe Sees More Fiat Options for Trading Crypto
12.1.2020
The countries of Central and Eastern Europe, a diverse region sometimes referred to as the ‘Second World,’ are at different stages of their economic development and political integration with the EU or other supranational organizations. Having less established traditional sectors...
Is it better to use ems/rems than px for font-size?
10.1.2020
The answer used to be absolutely yes because, if you used px units, you prevented the text from being resized by the user at all.
But browser zoom is the default method for making everything bigger (including text) these days and it works great even if you use px.
But... Kathleen McMahon really...
Better Safe Than Hacked? Google and Apple Flip-Flop on Crypto
9.1.2020
In the wake of the malicious “Shitcoin Wallet” code attack, experts say it's time for change, “This ‘state of the market’ requires either more security investment or different thinking.”
Multi-Thumb Sliders: General Case
8.1.2020
The first part of this two-part series detailed how we can get a two-thumb slider. Now we'll look at a general multi-thumb case, but with a different and better technique for creating the fills in between the thumbs. And finally, we'll dive into the how behind the styling a realistic 3D-looking...
Multi-Thumb Sliders: Particular Two-Thumb Case
7.1.2020
This is a concept I first came across a few years back when Lea Verou wrote an article on it. Multi-range sliders have sadly been removed from the spec since, but something else that has happened in the meanwhile is that CSS got better — and so have I, so I recently decided to make my...