Search
Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons
10.5.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons appeared first...
Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons
9.5.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Charles Hoskinson on the Power of Crypto, Working From Home, and Mongolian Hunting Falcons appeared first...
Chromium lands Flexbox gap
9.5.2020
I mentioned this the other day via Michelle Barker’s coverage, but here I’ll link to the official announcement. The main thing is that we’ll be getting gap with flexbox, which means:
.flex-parent {
display: flex;
gap: 1rem;
}
.flex-child {
flex: 1;
}
That’s excellent...
prerender.js
9.5.2020
This is another player in the game of rendering the page of the link that you’re about to click on before you click it. It’s like getting a decent performance boost for extremely little effort.
Instant.page is another one, and I’ve been sufficiently convinced by its methodology...
An In-Depth Look at CoinMarketCap’s Newly Improved Liquidity Score for Finding Best Crypto Exchanges
8.5.2020
CoinMarketCap first launched the Liquidity Metric in November 2019 to help users find the best crypto exchanges, by calculating andContinue Reading
The post An In-Depth Look at CoinMarketCap’s Newly Improved Liquidity Score for Finding Best Crypto Exchanges appeared first on CoinMarketCap Blog
A Basic Guide to Using Liquidity to Find The Best Crypto Exchanges
8.5.2020
CoinMarketCap just made several important upgrades to the Liquidity Metric, which launched not long ago at the November 2019 TheContinue Reading
The post A Basic Guide to Using Liquidity to Find The Best Crypto Exchanges appeared first on CoinMarketCap Blog
Exciting Things on the Horizon For CSS Layout
8.5.2020
Michelle Barker notes that it’s been a heck of a week for us CSS layout nerds.
Firefox has long had the best DevTools for CSS Grid, but Chrome is about to catch up and go one bit better by visualizing grid line numbers and names.
Firefox supports gap for display: flex, which is great,...
Creating an Accessible Range Slider with CSS
7.5.2020
The accessibility trick is using <input type="range"> and wrestling it into shape with CSS rather than giving up and re-building it with divs or whatever and later forget about accessibility.
The most clever example uses an angled linear-gradient background making the input look like...
Crypto Price Oracles Are About to Become “Unstoppable”
7.5.2020
A Chainlink node operator has moved its data to a new "unstoppable" domain on the Ethereum blockchain
Chainlink (LINK), Tezos (XTZ) — Key Levels to Watch as BTC Consolidates
5.5.2020
Tezos and Chainlink having been the top performers in altcoins as Bitcoin consolidates at $9,000
Angular + Jamstack! (Free Webinar)
5.5.2020
(This is a sponsored post.)
It’s easy to think that working with Jamstack means working with some specific set of technologies. That’s how it’s traditionally been packaged for us. Think LAMP stack, where Linux, Apache, MySQL and PHP are explicit tools and languages. or MEAN...
A Trader’s View on the Bitcoin Halving and Coronavirus
5.5.2020
The last time the block reward for Bitcoin mining was halved was in July 2016. Since then, the crypto marketsContinue Reading
The post A Trader’s View on the Bitcoin Halving and Coronavirus appeared first on CoinMarketCap Blog
Bitcoin Price Defies Stock Market Link — Post-Halving World Uncertain
4.5.2020
Has the upcoming halving already been factored into Bitcoin’s price, and can another pump be in the cards in the short term?
Creating a Gauge in React
3.5.2020
You should really look at everything Amelia does, but I get extra excited about her interactive blog posts. Her latest about creating a gauge with SVG in React is unreal. Just the stuff about understanding viewBox is amazing and that’s like 10% of it.
Don’t miss her earlier posts like...
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...
Our Seventh Year Anniversary
1.5.2020
Happy Birthday to Us CMC is excited to announce that we are celebrating our seventh birthday today!  While quarantine birthdaysContinue Reading
The post Our Seventh Year Anniversary appeared first on CoinMarketCap Blog
The Hero Generator
30.4.2020
Sarah:
I’ve had to implement the same hero for several years now, so like a good lazy programmer, I figured I’d automate it.
Direct Link to Article — Permalink… Read article “The Hero Generator”
The post The Hero Generator appeared first on CSS-Tricks
CSS-Tricks Chronicle XXXVIII
30.4.2020
Hey hey, these “chronicle” posts are little roundups of news that I haven’t gotten a chance to link up yet. They are often things that I’ve done off-site, like be a guest on a podcast or online conference. Or it’s news from other projects I work on. Or some other thing...
Crypto Market Trends & User Trends, According to CoinMarketCap (Q1 2020 Edition)
30.4.2020
According to CoinMarketCap As the world’s #1 price-tracking, rankings and market data website for cryptoassets, CoinMarketCap is known for manyContinue Reading
The post Crypto Market Trends & User Trends, According to CoinMarketCap (Q1 2020 Edition) appeared first on CoinMarketCap Blog
Real-World Effectiveness of Brotli
30.4.2020
Harry Roberts:
The numbers so far show that the difference between no compression and Gzip are vast, whereas the difference between Gzip and Brotli are far more modest. This suggests that while the nothing to Gzip gains will be noticeable, the upgrade from Gzip to Brotli might perhaps...