Search
The FATF Recommendations on Privacy Coins: Why Private People, Businesses and Governments Should Care
12.3.2020
Over the past few months, private crypto assets, commonly known as privacy coins, have been under pressure due toContinue Reading
The post The FATF Recommendations on Privacy Coins: Why Private People, Businesses and Governments Should Care appeared first on CoinMarketCap Blog
Sass !default and themeable design systems
11.3.2020
This is a great blog post from Brad Frost where he walks us through an interesting example. Let’s say we’re making a theme and we have some Sass like this:
.c-text-input {
background-color: $form-background-color;
padding: 10px
}
If the $form-background-color variable isn’t defined then...
How to Pay With Crypto on Amazon Marketplace
11.3.2020
Amazon dominates the world of e-commerce. Once nothing more than an online bookstore, Amazon has grown into a titan ofContinue Reading
The post How to Pay With Crypto on Amazon Marketplace appeared first on CoinMarketCap Blog
Negative Margins
9.3.2020
PPK digs into the subject, which he found woefully undercovered in web tech documentation. Our entry doesn't mention them at all, which I'll aim to fix.
Agree on this situation:
This is by far the most common use case for negative margins. You give a container a padding so that its contents have...
Tips for Working Remotely and Enjoying It!
9.3.2020
With the coronavirus spreading and employers telling employees work from home if possible, there are scores of people getting their first taste of working remotely. Depending on your experience and discipline levels, this could be a welcomed change or a complete culture shock. The amount of freedom...
"What You Said" (Mar. 9), a Weekly Round-Up of Sentiments From the Community
9.3.2020
Hello CoinMarketCap fam! Welcome back to this week’s edition of “What You Said,” where fun polls are conducted for ourContinue Reading
The post "What You Said" (Mar. 9), a Weekly Round-Up of Sentiments From the Community appeared first on CoinMarketCap Blog
What to Use Instead of Number Inputs
6.3.2020
You might reach for <input type="number> when you're, you know, trying to collect a number in a form. But it's got all sorts of issues. For one, sometimes what you want kinda looks like a number, but isn't one (like how a credit card number has spaces), because it's really just a string...
From Trolls to Hodlers: Highlights From CMC Founder Brandon Chez’s AMA
6.3.2020
Brandon Chez, the founder and CEO of CoinMarketCap, made a rare public-ish appearance online last week (without a mask andContinue Reading
The post From Trolls to Hodlers: Highlights From CMC Founder Brandon Chez’s AMA appeared first on CoinMarketCap Blog
Hex Opacity Table
6.3.2020
We’ve used hex colors for years but 8-digit hexadecimal is still relatively new. While rgba is simple to understand, 8-digit hex is more difficult, as you need to provide a hex representation of a numeric value. The following is a hexadecimal chart of opacity! 100 FF 99 FC 98 FA 97 F7 96...
Animating CSS Width and Height Without the Squish Effect
6.3.2020
The first rule of animating on the web: don't animate width and height. It forces the browser to recalculate a bunch of stuff and it's slow (or "expensive" as they say). If you can get away with it, animating any transform property is faster (and "cheaper").
Butttt, transform can be tricky. Check...
JavaScript Libraries Are Almost Never Updated Once Installed
5.3.2020
Some commentary from Zack Bloom on the Cloudflare Blog, looking at requests to CDNJS for versions of jQuery.
What we don’t see is a decline in our old versions which come close to the volume of growth of new versions when they’re released. In fact the release of 3.4.1, as popular as it quickly...
How I think about solving problems
4.3.2020
Nicholas C. Zakas:
Eventually, I settled on a list of questions I would ask myself for each problem as it arose. I found that asking these questions, in order, helped me make the best decision possible:
1) Is this really a problem?2) Does the problem need to be solved?3) Does the problem need...
Crypto Derivatives, A Short Guide to A Growing Trade (pun intended)
4.3.2020
CoinMarketCap has now expanded its listing to include crypto derivative market data. If you are interested to learn more aboutContinue Reading
The post Crypto Derivatives, A Short Guide to A Growing Trade (pun intended) appeared first on CoinMarketCap Blog
CoinMarketCap Now Lists Crypto Derivative Markets
4.3.2020
To expand the discovery of crypto derivative trading opportunities for our users, we have now expanded our listings to includeContinue Reading
The post CoinMarketCap Now Lists Crypto Derivative Markets appeared first on CoinMarketCap Blog
Just Dropping Some Type Links
3.3.2020
I've had a bunch of tabs open that just so happen to all be related to typography, so I figured I'd give myself the mental release of closing them by blogging them. How's that for a blog post format for ya: whatever random tabs you've had open for far too long.
Times New Roman is popular on...
“What You Said” (Mar. 3), a Weekly Round-Up of Sentiments From the Community
3.3.2020
Welcome back to our weekly blog series, “What You Said,” where we conduct fun polls for our community and shareContinue Reading
How to Set a Default Commit Message
2.3.2020
Having a default commit message is really useful for a number of reasons: It can formalize your commit messages It serves as a good reminder for the information you should add to your commit message, like issue number If you set it to “Drunk AF, don’t accept this” To set a default...
Data-driven Jamstack with Sourcebit
28.2.2020
Think of building sites with Gatsby as an hourglass shape.
Gatsby itself is right in the middle. The wide funnel at the top represents the fact that Gatsby can take in data from all sorts of sources. The data could be in markdown files, from a headless CMS or some other API, from a hosted database...
Professor Emin Gün Sirer: ‘The Crypto Revolution Is Here to Stay’
28.2.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 Professor Emin Gün Sirer: ‘The Crypto Revolution Is Here to Stay’ appeared first on CoinMarketCap Blog
Let’s Say You Were Going to Write a Blog Post About Dark Mode
26.2.2020
This is not that blog post. I'm saying let's say you were.
This is not a knock any other blog posts out there about Dark Mode. There are lots of good ones, and I'm a fan of any information-sharing blog post. This is more of a thought exercise on what I think it would take to write a really great...