Search
Consistent Backends and UX: How Do New Algorithms Help?
26.3.2020
Article Series
Why should you care?
What can go wrong?
What are the barriers to adoption?
How do new algorithms help?
In previous articles, we explained what consistency is, the difference between "strong" and "eventual" consistency, and why this distinction is more important than ever to modern...
Google Fonts + Variable Fonts
7.3.2020
I see Google Fonts rolled out a new design (Tweet). Compared to the last big redesign, this feels much more iterative. I can barely tell the difference really, except it's blue instead of red and this one pretty rad checkbox: Show only variable fonts.
An option to only show variable fonts is...
Coinbase Margin Trading Now Live for Coinbase Pro Users
13.2.2020
Coinbase has launched margin trading for users of its cryptocurrency trading platform, Coinbase Pro. Both individual and institutional investors in selected regions now have access to Coinbase margin trading. The company plans to expand access to more regions and provide more types of collateral...
What does “revert” do in CSS?
28.1.2020
Miriam Suzanne has a Mozilla Developer video on the subject. The revert value is fairly new, supported in Firefox and Safari, but not yet in Chrome-world. We've already got a couple of related keywords that work on any property which are meant to help control inheritance and reset values....
What’s the Difference Between Width/Height in CSS and Width/Height HTML attributes?
24.1.2020
Some HTML elements accept width and height as attributes. Some do not. For example:
<!-- valid, works, is a good idea --<img width="500" height="400" src="..." alt="..."<iframe width="600" height="400" src="..."</iframe<svg width="20" height="20"</svg<!-- not valid...
Build a dynamic JAMstack app with GatsbyJS and FaunaDB
23.1.2020
In this article, we explain the difference between single-page apps (SPAs) and static sites, and how we can bring the advantages of both worlds together in a dynamic JAMstack app using GatsbyJS and FaunaDB. We will build an application that pulls in some data from FaunaDB during build time...
How Is Bitcoin Cash Different From Bitcoin Core?
20.1.2020
The crypto space can be hard to break into for those unfamiliar with the jargon, lingo, and foundational knowledge taken for granted by the already initiated. Adding to this difficulty is the fact that there are several different cryptos which bear the name “Bitcoin.” Convoluted as this...
The Deal with the Section Element
15.1.2020
Two articles published the exact same day:
Bruce Lawson on Smashing Magazine: Why You Should Choose HTML5 <article> Over <section>
Adam Laki on Pine: The Difference Between <section> and <div> Element
They are comparing slightly different things, but they both...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a difference with the work I do.” - David Bowie In today's newsletter, we will be covering: China's nationwide blockchain network BSN […]
The post China’s nationwide blockchain...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a differenceContinue Reading
The post China’s nationwide blockchain network appeared first on CoinMarketCap
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a difference with the work I do.” - David Bowie In today's newsletter, we will be covering: China's nationwide blockchain network BSN […]
The post China’s nationwide blockchain...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a differenceContinue Reading
The post China’s nationwide blockchain network appeared first on CoinMarketCap
Hybrid intelligence crypto fund
23.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 13 December, 2019 “Attitude is a little thing that makes a big difference.” - Winston Churchill In today's newsletter, we will be covering: Hybrid AI firm Cindicator launching crypto fund based on hybrid intelligence […]
The post Hybrid...
ETC Labs Core Rebrands to ETC Core to Clarify Difference With ETC Labs
17.12.2019
ETC Labs Core rebranded to ETC Core to help the company differentiate itself from ETC Labs
Hybrid intelligence crypto fund
13.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 13 December, 2019 “Attitude is a little thing that makes a big difference.” - Winston Churchill In today's newsletter, we will be covering: Hybrid AI firm Cindicator launching crypto fund based on hybrid intelligence […]
The post...
The Power (and Fun) of Scope with CSS Custom Properties
27.11.2019
You’re probably already at least a little familiar with CSS variables. If not, here’s a two-second overview: they are really called custom properties, you set them in declaration blocks like --size: 1em and use them as values like font-size: var(--size);, they differ from preprocessor variables...
Tackling 7 Myths About Bitcoin for Beginners
22.11.2019
For those long involved in the crypto space, it’s easy to forget just how overwhelming and mystifying the world of bitcoin was when first encountered as a fresh-faced neophyte, unable to tell the difference between a bitcoin and a blockchain, or even what a private key was. In that interest...
No, Absolutely Not
19.11.2019
I think the difference between a junior and senior front-end developer isn't in their understanding or familiarity with a particular tech stack, toolchain, or whether they can write flawless code. Instead, it all comes down to this: how they push back against bad ideas.
What I've learned this year...
It’s on you
24.10.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 24 October, 2019 Change “If you think you're too small to make a difference, try sleeping with a mosquito in a room.” – Dalai Lama Happy Thursday! Without further ado, let's see what's up […]
The post It’s on you appeared first...
Demonstrating Reusable React Components in a Form
2.10.2019
Components are the building blocks of React applications. It’s almost impossible to build a React application and not make use of components. It’s widespread to the point that some third-party packages provide you with components you can use to integrate functionality into your application.
These...