Search
A/B Testing Instant.Page With Netlify and Speedcurve
5.6.2020
Instant.Page does one special thing to make sites faster: it preloads the next page when it’s pretty sure you’re going to click a link (either by hovering over 65ms or mousedown on desktop, or touchstart on mobile), so when you do complete the click (probably a few hundred milliseconds...
CoinMarketCap Introduces Another Algorithm Update, Binance Remains in Top Spot
5.6.2020
Leading data provider CoinMarketCap has been making changes to its algorithm since it was acquired by Binance
Numerai Raises $3M in Another NMR Token Sale With Union Square Ventures, Placeholder
3.6.2020
Numerai has sold an additional $3 million in NMR tokens to a slate of investors led by Union Square Ventures on the strength of its latest product, Erasure
This Week in Crypto: A Data Perspective
3.6.2020
Powered by In yet another volatile week for crypto, interesting patterns are emerging in the on-chain activity of some ofContinue Reading
The post This Week in Crypto: A Data Perspective appeared first on CoinMarketCap Blog
Bitcoin is NOT DEAD; It is Just Another Day in Crypto!!
3.6.2020
Bitcoin reversed its bullish streak and just formed the other leg of the table on the intraday chart as it lost 8% in just minutes from trading around $10,100 to a candlewick dip around $9.2k on Coinbase. Important to note that as and when BTC price has breached above $10k in the ongoing year until...
Hackers Move Another $800K in BTC Stolen From the 2016 Bitfinex Breach
2.6.2020
Another $800,000 worth of bitcoin from the Bitfinex hack of four years ago has been moved to an unknown wallet. Whale Alert reports that hackers transferred 77.64 bitcoin (BTC) on Tuesday, which amounts to $797,000 at the time the alert was issued. The thieves last moved about $255,000 or 28.4...
Jamstack News!
29.5.2020
I totally forgot that the Jamstack Conf was this week but thankfully they’ve already published the talks on the Jamstack YouTube channel. I’m really looking forward to sitting down with these over a coffee while I also check out Netlify’s other big release today: Build Plugins.
These are plugins...
PureCSS Gaze
28.5.2020
Diana Smith with another mind-bending all HTML & CSS painting. 
I love that these occupy a special place on the “Should I draw this in CSS?” curve. Things like simple shapes are definitely on the “yes” side of the curve. Then there’s a large valley where things...
Are You a Developer?
27.5.2020
“You’re not really a developer. Sooner or later people are going to realize you don’t know what you’re talking about. You’re just not good enough.” You’ve probably had thoughts like these at one point or another. You’ve never heard someone else tell you that you’re not a developer, but you’re still...
CSS Tips for New Devs
27.5.2020
Amber Wilson has some CSS Tips for New Devs, like:
It’s not a good idea to fix shortcomings in your HTML with CSS. Fix your HTML first!
And…
You can change CSS right in your browser’s DevTools (to open them, right-click the browser window and choose “inspect”...
CZ Believes Steem Users Should Launch (Another) Counter-Fork
23.5.2020
While Binance will support the Steem hard fork to freeze $6M in user funds, CZ offered support to additional forks
The Fastest Google Fonts
22.5.2020
When you use font-display: swap;, which Google Fonts does when you use the default &display=swap part of the URL , you’re already saying, “I’m cool with FOUT,” which is another way of saying web text is displayed right away, and when the web font is ready...
Another One-Stop-Crypto-Shop In Making, CBDC Test + More News
21.5.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
M&A news
New York-based institutional trading firm Genesis has announced its acquisition of Vo1t, an insured digital custody...
Steem to Freeze Another $5M in Tokens Associated With Hive Supporters
20.5.2020
Steem will freeze another $5 million in funds associated with the accounts of Hive supporters
Libra Taps Another Former FinCEN Official as General Counsel
19.5.2020
Robert Werner is the second former FinCEN staffer to join the Libra Association this month
Bitcoin Price Stuck Sideways But Another $10K Retest May Trap Bears
19.5.2020
Bitcoin volatility and volumes are cooling off post-halving while a break in either direction could open the door to new market cycles
Economists Predict Worst Recession Ever for India Amid Lockdown Extension
19.5.2020
Economists have predicted that India will face its worst recession ever as the country announced another nationwide lockdown extension. India’s economy is forecasted to contract 45% in the second quarter following the Rs 20 lakh crore coronavirus relief stimulus package which some economists...
Another Class Action Against Block.One Alleges Dirty Dealings During EOS ICO
18.5.2020
Filed this morning, the second class action against block.one estimates that U.S. investors made up $200 million of the EOS ICO, in violation of securities law
Unprefixed `appearance `
18.5.2020
It’s interesting how third-parties are sometimes super involved in pushing browser things forward. One big story there was how Bloomberg hired Igalia to implement CSS grid across the browsers.
Here’s another story of Bocoup doing that, this time for the appearance property. The story...
Tackling Authentication With Vue Using RESTful APIs
18.5.2020
Authentication (logging in!) is a crucial part of many websites. Let’s look at how to go about it on a site using Vue, in the same way it can be done with any custom back end. Vue can’t actually do authentication all by itself, —we’ll need another service for that, so we’ll be using another service...