Search
How Bitcoin Mining Changed After the Halving
26.5.2020
Bitcoin’s third-ever halving this May was arguably the top crypto event of the year — especially since the coronavirus pandemicContinue Reading
The post How Bitcoin Mining Changed After the Halving appeared first on CoinMarketCap Blog
7 Remote Crypto and Blockchain Firms That Are Hiring Right Now: May Edition
25.5.2020
Despite challenging economic conditions, the cryptosphere is still hiring. As reported by Forbes on April 24, job postings for cryptocurrencyContinue Reading
The post 7 Remote Crypto and Blockchain Firms That Are Hiring Right Now: May Edition appeared first on CoinMarketCap Blog
Top 5 Cryptocurrencies to Watch This Week: BTC, XTZ, ADA, LINK, ETC
24.5.2020
If Bitcoin remains in an uptrend, these altcoins are likely to outperform the other major cryptocurrencies this week
Meet the Man Who Spent 10,000 BTC on Two Pizzas
22.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 Meet the Man Who Spent 10,000 BTC on Two Pizzas appeared first on CoinMarketCap Blog
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...
A “new direction” in the struggle against rightward scrolling
21.5.2020
You know those times you get a horizontal scrollbar when accidentally placing an element off the right edge of the browser window? It might be a menu that slides in or the like. Sometimes we to overflow-x: hidden; on the body to fix that, but that can sometimes wreck stuff like position:...
This Week in Crypto: A Data Perspective
20.5.2020
Powered by In this new format, IntoTheBlock will be looking at key weekly developments in the crypto space from aContinue Reading
The post This Week in Crypto: A Data Perspective appeared first on CoinMarketCap Blog
User agents
19.5.2020
Jeremy beating the classic drum:
For web development, start with HTML, then CSS, then JavaScript (and don’t move on to JavaScript too quickly—really get to grips with HTML and CSS first).
And then…
That’s assuming you want to be a good well-rounded web developer. But it might be that...
Accio Bitcoin! J.K. Rowling Gets a Hogwarts-Style Bitcoin Education
17.5.2020
Over the weekend, crypto Twitter poured all of the passion and energy normally reserved for Bitcoin breaking $10,000 into furiousContinue Reading
The post Accio Bitcoin! J.K. Rowling Gets a Hogwarts-Style Bitcoin Education appeared first on CoinMarketCap Blog
CSS fix for 100vh in mobile WebKit
15.5.2020
A surprisingly common response when asking people about things they’d fix about anything in CSS, is to improve the handling of viewport units.
One thing that comes up often is how they relate to scrollbars. For example, if an element is sized to 100vw and stretches edge-to-edge, that’s...
WTF is a Static API
15.5.2020
Just like there is a movement to make more websites (and more of websites) from pre-rendered static files (Jamstack), so to might we consider moving content-based APIs to be static. Sean C Davis:
A static API is simply a collection of flat JSON files that live on a content delivery...
ShapeShift’s Erik Voorhees on How the Best Regulation for Bitcoin Is Just Math
15.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 ShapeShift’s Erik Voorhees on How the Best Regulation for Bitcoin Is Just Math appeared first on CoinMarketCap...
Pseudo-elements in the Web Animations API
14.5.2020
To use the Web Animations API (e.g. el.animate()) you need a reference to a DOM element to target. So, how do you use it on pseudo-elements, which don’t really offer a direct reference? Dan Wilson covers a (newish?) part of the API itself:
const logo...
This Week in Crypto: A Data Perspective
13.5.2020
Powered by In this new format, IntoTheBlock will be looking at key weekly developments in the crypto space from aContinue Reading
The post This Week in Crypto: A Data Perspective appeared first on CoinMarketCap Blog
Ongoing Improvements to Combat Volume Inflation
13.5.2020
Hi CoinMarketCap users, Over the past few weeks, we have been actively soliciting and reviewing feedback from our community (suchContinue Reading
The post Ongoing Improvements to Combat Volume Inflation appeared first on CoinMarketCap Blog
Why does writing matter in remote work?
12.5.2020
Talk to anyone who has an active blog and I bet they’ll tell you it’s been valuable to them. Maybe it’s opened doors. Maybe it’s got them a job. Maybe it’s got them a conference invite. Maybe they just like the thrill of knowing people have read and responded to...
How I Put the Scroll Percentage in the Browser Title Bar
12.5.2020
Some nice trickery from Knut Melvær.
Ultimately the trick boils down to figuring out how far you’ve scrolled on the page and changing the title to show it, like:
document.title = `${percent}% ${post.title}`
Knut’s trick assumes React and installing an additional library. I’m sure...
min(), max(), and clamp() are CSS magic!
12.5.2020
Nice video from Kevin Powell. Here are some notes, thoughts, and stuff I learned while watching it. Right when they came out, I was mostly obsessed with font-size usage, but they are just functions, so they can be used anywhere you’d use a number, like a length.
Sometimes pretty basic usage...
Modern CSS Solutions for Old CSS Problems
11.5.2020
This is a hell of a series by Stephanie Eckles. It’s a real pleasure watching CSS evolve and solve problems in clear and elegant ways.
Just today I ran across this little jab at CSS in a StackOverflow answer from 2013.
This particular jab was about CSS lacking a way to pause between...
A Crypto Trader’s View on Managing Risk
11.5.2020
As we all know, cryptocurrency is the most volatile market in the world, at least for the last few years.Continue Reading
The post A Crypto Trader’s View on Managing Risk appeared first on CoinMarketCap Blog