Search
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...
Lazy Loaded Prefill Embeds
13.7.2020
Lemme sum this up:
CodePen has Embedded Pens. Build a Pen on CodePen, embed it on any other site.
We also offer Prefill Embeds, which remove that first step. With Prefill Embeds, the Pen doesn’t need to exist on CodePen at all. You pass in the code and settings you want to appear in...
Japanese Listed Company Globalway Plans to Build Sharing Economy Protocol and Launch IEO
13.7.2020
TimeCoinProtocol is a new project developed by TimeTicket leveraging blockchain technology to create a decentralized sharing economy platform. The solution is powered by the TimeCoin token (TMCN), an EOS-based native token used both for payments in decentralized apps built upon the protocol and...
Alchemy Aims to Transform Blockchain Development with New Build Tools
9.7.2020
New dev tools promise to make blockchain development open to more engineers, as well as faster and more efficient
Building a Blog with Next.js
9.7.2020
In this article, we will use Next.js to build a static blog framework with the design and structure inspired by Jekyll. I’ve always been a big fan of how Jekyll makes it easier for beginners to setup a blog and at the same time also provides a great degree of control over every aspect of...