Search
6 Central Banks Form Digital Currency Use Case Working Group
21.1.2020
The working group will pool research into CBDCs
Store of Value Remains Crypto’s Best Use Case
7.1.2020
Store of value was the most viable and desirable use case across crypto in 2019 and offers a basis to increase adoption in the second decade of crypto, says Ryan Zurrer of Dialectic
A Use Case for a Parent Selector
31.12.2019
Having a "parent selector" in CSS is mentioned regularly as something CSS could really use. I feel like I've had that thought plenty of times myself, but then when I ask my brain for a use case, I find it hard to think of one. Well, I just had one so I thought I'd document it here.
A classic...
Proof-of-Work Doesn’t Solve Every Blockchain Use Case
31.10.2019
While proof-of-work is great for Bitcoin, it falls short for other — especially nonfinancial — use cases of a blockchain. Here is why we need new consensus mechanisms
Creating Dynamic Routes in a Nuxt Application
30.7.2019
In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly common use-case: you get data from an API, and you either don’t know exactly what that data might be, there’s a lot of it, or it might change....
Driving Cryptocurrency Adoption on the Ground: Lessons Learned from Dash in Thailand
23.7.2019
Real life payments have been the number one use-case of cryptocurrencies. Yet, a decade after Bitcoin’s genesis, it’s still a long way to mass adoption on both sides of the scenario, for the customers and merchants. With local teams around […]
The post Driving Cryptocurrency Adoption on...
Chainalysis Research: Speculation Remains Bitcoin’s Primary Use Case
31.5.2019
Research from U.S.-based blockchain intelligence firm Chainalysis shows that only 1.3% of economic transactions for bitcoin came from merchants in the first four months of 2019
A Practical Use Case for Vue Render Functions: Building a Design System Typography Grid
30.5.2019
This post covers how I built a typography grid for a design system using Vue render functions. Here’s the demo and the code. I used render functions because they allow you to create HTML with a greater level of control than regular Vue templates, yet surprisingly I couldn’t find very much when...
Survey Just Showed a Use Case for Facebook Coin
29.5.2019
18% of surveyed adult Americans would be interested in investing in a Facebook created digital token, and majority of these are looking to use it on the Facebook Marketplace.
The online survey of 1,000 Americans was commissioned by personal finance education website LendEDU and conducted...
Bank of America CTO Catherine Bessant: We Haven’t Found a Blockchain Use Case in Finance
15.5.2019
Bank of America has yet to find blockchain use cases for the financial services sector, according to the bank’s CTO, Catherine Bessant
The Simplest Ways to Handle HTML Includes
30.4.2019
It's extremely surprising to me that HTML has never had any way to include other HTML files within it. Nor does there seem to be anything on the horizon that addresses it. I'm talking about straight up includes, like taking a chunk of HTML and plopping it right into another. For example the...
Social Cards as a Service
19.2.2019
I love the idea of programmatically generated images. That power is close at hand these days for us front-end developers, thanks to the concept of headless browsers. Take Puppeteer, the library for controlling headless Chrome. Generating images from URLs is their default use case:
const puppeteer...
Weird things variable fonts can do
20.7.2018
I tend to think of variable fonts as a font format in which a single font file is capable of displaying type at near-infinite variations of things like boldness, width, and slantyness. In my experience, that's a common use case. Just check out many of the interactive demos over...
Create your own Serverless API
16.7.2018
If you don’t already know of it, Todd Motto has this great list of public APIs. It’s awesome if you’re trying out a new framework or new layout pattern and want to hit the ground running without fussing with the content.
But what if you want or need to make your own API? Serverless can help create...
5 Most Common Dropdown Use Cases Solved with React Downshift
26.6.2018
Downshift is a library that helps you build simple, flexible, WAI-ARIA compliant enhanced input React components. Its major use case is for buildin