Search
Tech Mahindra to build multiple blockchain solutions on Amazon’s blockchain
7.9.2020
Indian IT tech giant Tech Mahindra will build blockchain supply chain solutions for aviation, healthcare and telecom sectors
MIT is helping the Boston Fed build a CBDC that can be scaled for consumer use
3.9.2020
Can MIT help the U.S. catch up to China in the CBDC race?
5 Chinese Banks to Build Blockchain-powered Trade Platform + More News
31.8.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Blockchain news
The China Banking Association (CBA), a self-regulating organization that represents China's banking sector, will team up with...
Going Jamstack with React, Serverless, and Airtable
27.8.2020
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and Airtable. One of the ingredients of Jamstack is static hosting, but that doesn’t mean everything on the site has to be static. In fact, we’re...
Binance Introduces “Build for Bharat” to Fuel Blockchain Revolution in India
24.8.2020
Global blockchain giant Binance has introduced a 3-month long hackathon and accelerator program, “Build for Bharat.” The program is aimed to fuel the blockchain revolution and its mass adoption in India. This is the leading blockchain ecosystem’s second initiative to boost blockchain adoption...
Five Defining Features to Build the New Generation Internet
23.8.2020
For the next generation internet to transition, a number of critical features must be implemented
Optimize Images with a GitHub Action
20.8.2020
I was playing with GitHub Actions the other day. Such a nice tool! Short story: you can have it run code for you, like run your build processes, tests, and deployments. But it’s just configuration files that can run whatever you need. There is a whole marketplace of Actions wanting to do work...
Hunan’s Government Has Chosen a Company to Build New Blockchain Infrastructure for the Region
20.8.2020
Local government in China endorsed a public Blockchain infrastructure project
Never Build a CSV Importer Again
20.8.2020
(This is a sponsored post.)
CSV import as a process is broken. Messy customer data, edge cases, encoding formats, error messages, non-technical users: importing data into applications is a huge pain! Ingesting data has been long neglected as a software product experience, leading to customer...
Queue Jumping in Netlify
18.8.2020
Cutting to the chase: if you’re on a Business or Enterprise team on Netlify, you can click a build to make it run next in a queue. For example, if you have a really time-sensitive thing (e.g. a bug fix going to production), it can jump ahead of some random development branch building....
Halfmoon: A Bootstrap Alternative with Dark Mode Built In
11.8.2020
I recently launched the first production version of Halfmoon, a front-end framework that I have been building for the last few months. This is a short introductory post about what the framework is, and why I decided to build it.
The elevator pitch
Halfmoon is a front-end framework with a...
Real Estate Blockchain Firm Ubitquity to Build Tokenized Title Platform
8.8.2020
Real estate blockchain platform developer Ubitquity partners with Rainier Title to build a tokenized title application
More Control Over CSS Borders With background-image
7.8.2020
You can make a typical CSS border dashed or dotted. For example:
.box {
border: 1px dashed black;
border: 3px dotted red;
}
You don’t have all that much control over how big or long the dashes or gaps are. And you certainly can’t give the dashes slants, fading, or animation!...
ETH Lite: Reflexer Labs Raises $1.7M to Build a Somewhat-Stable Coin for DeFi
5.8.2020
Reflexer Labs, a new decentralized finance project aimed at softening volatility, has closed a $1.68 million seed round led by Paradigm
Matic Pledges $5M in Tokens to Entice DeFi Projects Into Building on Its Network
3.8.2020
Matic wants its incubator fund to incentivize promising DeFi projects to build on its scalable sidechain, rather than directly onto Ethereum itself
style9: build-time CSS-in-JS
29.7.2020
In April of last year, Facebook revealed its big new redesign. An ambitious project, it was a rebuild of a large site with a massive amount of users. To accomplish this, they used several technologies they have created and open-sourced, such as React, GraphQL, Relay, and a new CSS-in-JS library...
Coinbase Sees More Institutional Investors Buying Bitcoin in H1
29.7.2020
Coinbase says more institutional investors are now using its platform to build direct positions in the cryptocurrency market. Crypto fund managers are now getting more backing from institutional investors that see the crypto market as an alternative investment strategy. In a report, the exchange...
WordPress.com Growth Summit
23.7.2020
I’m speaking at The Official WordPress.com Growth Summit coming up in August. “Learn how to build and grow your site, from start to scale”, as they say. Lovely, thick, diverse set of speakers. It’s a little bit outside my normal spheres which makes...
Figure’s Mike Cagney: How to Build a Business in Blockchain
21.7.2020
Mike Cagney, who also co-founded SoFi, is one of fintech's most accomplished entrepreneurs. He talks to ConsenSys's Lex Sokolin about keys to success for blockchain startups
On dependency
17.7.2020
Rob Weychert:
But I can’t host your site or even my own site. I didn’t build the CMS. Other people made the hardware and software I use to generate and optimize images. Other people made the fonts. Other people standardized the digital formats for those images and fonts. I didn’t write the HTML...