Search
AI For Everyone: Super-Smart Systems That Reward Data Creators
30.12.2019
Combing AI and blockchain enables sophisticated data processing while respecting personal data privacy
The Many Facts Pointing to Ian Grigg Being Satoshi
20.12.2019
Financial cryptographer. Cypherpunk. Inventor of Ricardian contracts and early utilizer of triple-entry accounting systems, which would later be exemplified in Bitcoin. Ian Grigg may have claimed that Satoshi was a team effort and is now dead, only living on in bitcoiners everywhere, but some seem...
Two Lessons I Learned From Making React Components
19.12.2019
Here’s a couple of lessons I’ve learned about how not to build React components. These are things I've come across over the past couple of months and thought they might be of interest to you if you’re working on a design system, especially one with a bunch of legacy technical decisions and a lot...
Design APIs: The Evolution of Design Systems
17.12.2019
A clever idea from Matthew Ström:
[...] design APIs don’t seem like a stretch of the imagination. An API-driven approach is the natural extension of the work currently being done on design systems, including tokens and standardization projects.
If you buy into the idea of design tokens, that...
“Link In Bio” is a slow knife
16.12.2019
Anil Dash:
If Instagram users could post links willy-nilly, they might even be able to connect directly to their users, getting their email addresses or finding other ways to communicate with them. Links represent a threat to closed systems.
On CodePen, we have a TextExpander snippet we use...
Collective #574
16.12.2019
Happy Hues * JavaScript Visualized * Styled Components, Styled Systems * Raw WebGL * Bravo Studio App
Collective #574 was written by Pedro Botelho and published on Codrops
New Blockchain-based Vajra Platform Announced by NPCI: A Move Towards Improving Payment Systems
10.12.2019
Blockchain has been creating quite a stir across all sectors of industries in India since its inception. Based on the number of patents in the blockchain space, India stands 6th on the list. As such, blockchain is still in its budding stage, but Bitcoin has become quite popular in the Indian...
The Rising Complexity of JAMstack Sites and How to Manage Them
5.12.2019
When you add anything with user-generated content or dynamic data to a static site, the complexity of the build process can become comparable to launching a monolithic CMS. How can we add rich content to static sites without stitching together multiple third-party services?
For people in...
How Did Crypto Exchange Security Systems Evolve?
25.11.2019
How did crypto exchanges’ security systems evolved over the years? Read this article to learn about the common security measures implemented by crypto platforms #Sponsored
Collective #568
25.11.2019
Global Design Survey 2019 * HexaBeat * Creepyface * Design APIs: The Evolution of Design Systems * Print To CSS
Collective #568 was written by Pedro Botelho and published on Codrops
Smarter Design Systems Tools
22.11.2019
What has me really excited about building websites is largely around design systems and the design tools we use to build them. Though, design systems are certainly not limited to websites.
Closing the Gap
In the ever-so-hot-right-now world of design systems, one of the most common phrases people...
How Crypto Assets Are Capturing the Attention Economy
14.11.2019
Human attention is a finite resource: we awake each day with it replenished, only for it to seep away through work, leisure, and time frittered idly browsing the web while circumventing ads. Recognizing the scarcity of maintaining human interest, attention economists have devised incentivized...
Libra Chief David Marcus Opens Up About Libra’s Potential to Outperform Other Anti Money Laundering Systems
30.10.2019
David Marcus, the spearhead of Facebook’s Libra Project bragged about the social media giant’s highly anticipated stablecoin and its potential to curb money laundering practices in the best possible way in comparison to the current payments systems. The Libra chief shared his views on...
How Centralized Payment Systems Learned to Accept Decentralized Cryptocurrency
23.10.2019
They might not be shouting it from the rooftops, but fiat payment gateways are no longer the enemy of bitcoin. Hostilities have ceased, the bad blood has been let, and today the fiat and crypto worlds are bridged and doing business. Despite the two systems sporting opposing aims and architecture...
Designing accessible color systems
21.10.2019
The team at Stripe explores how they’re refining their color palette to make it more accessible and legible for users across all their products and interfaces. Not only that but the team built a wonderful and yet entirely bonkers app for figuring out the ideal range of colors that they needed.
We...
Traditional Law and Finance Can Adapt to Bitcoin, These Examples Show
20.10.2019
Bitcoin brought about solutions to persistent problems that stood in the way of previous attempts to invent digital money, such as the risk of double spending. Some of its features, however, like the characteristic irreversibility of blockchain transactions, have created certain challenges for...
Laying the Foundations
18.10.2019
Here’s a new book by Andrew Couldwell all about design systems and his team’s experience at Sprout Social. For a while now they’ve been building Seeds, a brand guide that the internal team can and reference for brand and design-related things, including patterns, variables, and components....
Blockchain Voting Systems — Can Democracy Rely on Them?
15.10.2019
In the wake of West Virginia’s recent blockchain voting scandal, we investigate whether these platforms are really as good as advertised
Bitcoin Cash Acceptance Grows in Southeast Asia via Alchemy’s PoS System
10.10.2019
The payments and technology provider Alchemy recently announced the launch of the startup’s hybrid payment solution, a platform that aims to connect cryptocurrency with retailers worldwide. Alchemy’s crypto solution features integration with Qfpay, a well known third-party payment...
A Snippet to See all SVGs in a Sprite
8.10.2019
I think of an SVG sprite as this:
<svg display="none">
<symbol id="icon-one"> ... <symbol>
<symbol id="icon-two"> ... <symbol>
<symbol id="icon-three"> ... <symbol>
</svg>
I was long a fan of that approach for icon systems...