Search
10 modern layouts in 1 line of CSS
31.7.2020
Una doing an amazing job of showing just how (dare I say it?) easy CSS layout has gotten. There is plenty to learn, but what you learn makes sense, and once you have, it’s quite empowering.
The demos are all together here.
Direct Link to Article — Permalink… Read article...
$1.2B Bitcoin Futures and Options Contracts Just Expired — What’s Next?
31.7.2020
$1.2 billion in Bitcoin futures and options expired today, what does this mean for BTC price?
Getting the Most Out of Variable Fonts on Google Fonts
30.7.2020
I have spent the past several years working (alongside a bunch of super talented people) on a font family called Recursive Sans & Mono, and it just launched officially on Google Fonts!
Wanna try it out super fast? Here’s the embed code to use the full Recursive variable font family from Google...
Privacy-Enhancing Protocol Cashfusion Completes Security Analysis
30.7.2020
Just a few days prior to the Bitcoin Cash anniversary, BCH fans found out that the Cashfusion audit from Kudelski Security is now complete. Electron Cash engineer Jonald Fyookball announced the audit was finished and said the protocol “passed, mostly with flying colors.” Last February...
Grayscale’s Crypto Funds Grow by $1 Billion in Just 11 Days
29.7.2020
Grayscale’s Bitcoin Trust currently holds $4.3B assets under management, but this growth may be due to ‘in kind’ purchases
A Font-Like SVG Icon System for Vue
24.7.2020
Managing a custom collection of icons in a Vue app can be challenging at times. An icon font is easy to use, but for customization, you have to rely on third-party font generators, and merge conflicts can be painful to resolve since fonts are binary files.
Using SVG files instead can eliminate...
Accordion Rows in CSS Grid
23.7.2020
I’d bet grid-template-columns is used about 10× more than grid-template-rows, but maybe everyone has just been missing out. Eric Meyer chucks a bunch of row lines onto his main site layout grid like this:
grid-template-rows: repeat(7, min-content) 1fr repeat(3, min-content);
That way, if...
Bitcoin (BTC) is POWER and Not Just an Investment Avenue
23.7.2020
Bitcoin price gains an edge as it releases from the consolidation below $9.3k and trades around $9.5k, at the press time after having hit a monthly high at $9.55k. Bitcoin, on the intraday chart, is retaining complete support from the daily Moving Averages. The technical are bullish than ever,...
Stablecoin Tether Set to Eclipse Bitcoin’s Daily Transaction Value
23.7.2020
The most dominant stablecoin in the cryptocurrency ecosystem has seen some competition during the last few years, but the token tether has remained king in the face of rivalry. Just recently, a “Q2’20 review” published by the digital currency data and analytics firm Messari shows...
NBA Star Sells Just 10% of Tokenized Contract
23.7.2020
Brooklyn Nets star Spencer Dinwiddie’s offering of tokenized shares in his NBA contract concluded after only raising 10% of its target
What ya need there is a bit of templating
22.7.2020
I had a fella write in to me the other day. He had some HTML, CSS, and JavaScript, and it just wasn’t behaving like he thought it ought to. The HTML had some placeholders in it and the JavaScript had some data in it, and the assumption was that the data would fill the placeholders.
To those...
South African Exchange Valr Raises $3.4 Million in a Series A Funding Round
22.7.2020
A South Africa based cryptocurrency exchange, Valr has just raised $3.4 million in a Series A funding round led by 100x Group, the parent company to Bitmex. The funding round, in which 4Di Capital also participated, however, does not change Valr’s controlling shareholder structure. In...
Tron's 'JUST DeFi' Exchange and Yield Farming Launching in August
21.7.2020
Justin Sun. Source: a video screenshot, Youtube, Tron
In an effort to broaden its decentralized finance ecosystem, major blockchain platform Tron has announced the launch dates for two more products - both said to be coming in a month.
Justin Sun, founder of Tron (TRX), took to Twitter to announce...
Analysts Claim Bitcoin’s 76 Day Stability ‘Bullish’: Hash Ribbons Cross and 2016 Patterns
21.7.2020
The price of bitcoin has been very stable lately, and the crypto asset has been trading in a less volatile range just above $9k per coin for 76 consecutive days. After the third halving, the price of bitcoin has also been far more stable, in contrast to the price action after the second halving....
Blockchain Applications in Education
20.7.2020
The education industry is just as important as healthcare, manufacturing or finance — and it has the same willingness toContinue Reading
The post Blockchain Applications in Education appeared first on CoinMarketCap Blog
Blockchain Applications in Education
20.7.2020
The education industry is just as important as healthcare, manufacturing or finance — and it has the same willingness toContinue Reading
The post Blockchain Applications in Education appeared first on CoinMarketCap Blog
Develop, Preview, Test
17.7.2020
Guillermo:
I want to make the case that prioritizing end-to-end (E2E) testing for the critical parts of your app will reduce risk and give you the best return. Further, I’ll show how you can adopt this methodology in mere minutes.
His test is:
Spin up Puppeteer (Headless Chrome)...
Fund Operator Offers Telegram TON Investors Paybacks of Just 21%
17.7.2020
A major hedge fund that recruited a number of investors in the failed Telegram Open Network (TON) blockchain and crypto initiative is offering its investors just 21% of their stakes as a refund after the project collapsed, said a new report.
Per Forbes Russia, ATON, a fund who once promised that...
Irregular-shaped Links with Subgrid
16.7.2020
Michelle Barker covers a situation where you need offset rectangles part of a clickable area. The tricky part is having just the rectangles be clickable. That rules out using some parent element and making the whole larger encompassing rectangle clickable, which is a common (but equally tricky)...
Tradeoffs and Shifting Complexity
16.7.2020
This is a masterclass from Dave:
After you hit the wall of unremovable complexity, any “advances” are a shell game, making tradeoffs that get passed down to the user … you get “advances” by shifting where the complexity lives.
You don’t get free reductions in complexity. In CSS land...