Search
When to Use SVG vs. When to Use Canvas
12.11.2019
SVG and canvas are both technologies that can draw stuff in web browsers, so they are worth comparing and understanding when one is more suitable than the other. Even a light understanding of them makes the choice of choosing one over the other pretty clear.
A little flat-color icon? That's...
Comparing the Different Types of Native JavaScript Popups
31.10.2019
JavaScript has a variety of built-in popup APIs that display special UI for user interaction. Famously:
alert("Hello, World!");
The UI for this varies from browser to browser, but generally you’ll see a little window pop up front and center in a very show-stopping way that contains the message...
Filtering Data Client-Side: Comparing CSS, jQuery, and React
24.9.2019
Say you have a list of 100 names:
<ul>
<li>Randy Hilpert</li>
<li>Peggie Jacobi</li>
<li>Ethelyn Nolan Sr.</li>
<!-- and then some -->
</ul>
...or file names, or phone numbers, or whatever. And you want to filter them...
How Crypto Became a Gambler’s Paradise
16.9.2019
Comparing cryptocurrency trading to gambling is like comparing crypto tribalism to religion: the analogy is correct, but it’s also tired. What bears emphasizing, then, isn’t that crypto trading and crypto gambling are often indistinguishable, but the extent to which the two disciplines...
‘Avoid Biased Calculations’ Says Crypto Researcher After Cherry-Picked Chart Debate
8.9.2019
On Friday, crypto analytics site Messari and data analyst Zack Voell shared a controversial chart called “Bitcoin Cash versus Lightning,” which claims to display a comparison of activity for both networks. Voell contended that the Lightning Network was growing at a faster rate than...
Ranking methodology updated! New metric coming soon
30.8.2019
Next Monday (Sep 2, 2019), we will be announcing a change in our ranking methodology to ensure cryptoassets will have fairer representation in the ranking when comparing across all cryptoassets. Previously, we announced an expanded methodology that detailed the requirements […]
The post...