Search
Square Unveils Bitcoin Auto Payments Tool
20.5.2020
Jack Dorsey's mobile payments company Square allows users to set up automatic bitcoin payments
Developers of Ethereum Privacy Tool Tornado Cash Smash Their Keys
19.5.2020
Developers of ether mixer Tornado Cash have destroyed their admin keys, turning the privacy tool into permissionless code
Crypto Derivatives Exchange FTX Launches Bitcoin Hashrate Futures
15.5.2020
On Friday, Cryptocurrency derivatives exchange FTX launched a hashrate futures tool that allows Bitcoin (BTC) miners to hedge against mining difficulty risk. Hashrate, the amount of processing power dedicated to a Bitcoin network at a given time, determines the strength and security of the network....
Copper Claims New Tool Removes Credit Risk From Crypto Trading
14.5.2020
Copper's ClearLoop tool lets two parties finalize all details of a trade before transferring the seller's assets to the buyer's possession, rather than force the seller to store these assets on an exchange
Cambridge University Releases New Tool for Tracking Global Bitcoin Mining Power
7.5.2020
Cambridge University's Centre for Alternative Finance has released a bitcoin mining map, showing where bitcoin miners are located worldwide
Playing With (Fake) Container Queries With watched-box & resizeasaurus
5.5.2020
Heydon’s <watched-box> is a damn fantastic tool. It’s a custom element that essentially does container queries by way of class names that get added to the box based on size breakpoints that are calculated with ResizeObserver. It’s like a cleaner version of what Philip...
Top 10 Gainers by Crypto Market Cap in Q1 2020
28.4.2020
On CoinMarketCap, the “Gainers & Losers” tool is one of the most popular among our millions of users. It ranksContinue Reading
The post Top 10 Gainers by Crypto Market Cap in Q1 2020 appeared first on CoinMarketCap Blog
CipherTrace’s New Crypto Tracing Tool Is Meant for Banks
28.4.2020
CipherTrace is rolling out a toolkit to help banks flag accounts and crypto-related transactions that may be suspicious
Coinbase-Backed Securitize Launches Compliance Tool for P2P Transactions
24.4.2020
Securitize’s new tool eases the creation of compliant peer-to-peer transactions by investors in private securities
Nomics Machine-Learning Tool Offers 7-Day Price Forecast on Top 100 Cryptos
23.4.2020
Bitcoin and other crypto assets are getting a seven-day price forecast, thanks to machine-learning technology and data provider Nomics
Constrained CSS grids without `max-width`
21.4.2020
Ain’t nothing wrong with max-width, but Ethan makes a point in the last sentence:
Rather than simply defaulting to max-width as a constraint, I can use the empty space around my design, and treat it as a layout tool.
If the space “around” your grid...
Pseudo-Randomly Adding Illustrations with CSS
17.4.2020
Between each post of Eric Meyer’s blog there’s this rather lovely illustration that can randomly be one of these five options:
Eric made each illustration into a separate background image then switches out that image with the nth-of-type CSS property, like this:
.entry:nth-of-type(2n+1)::before...
Retail Banks in Poland Launch BIK’s Blockchain-Based Client Data Tool
17.4.2020
The biggest credit bureau in Central and Eastern Europe launches commercial use of blockchain-based customer data platform for retail banks
How to Add Native Keyword Aliases to Babel
16.4.2020
Those of you who follow this blog know that not every blog post is an endorsement of a technique but simply a tutorial how to accomplish something. Sometimes the technique described is probably not something you should do. This is one of those blog posts. The Babel parser is an essential tool...
Huobi Launches On-Chain Analytics Tool to Monitor Illicit Crypto Activity
13.4.2020
Huobi launches a tool to monitor illicit crypto transactions, similar to Chainalysis
Brazil’s New Blockchain Data Tool Cost $250K, Runs on Quorum
10.4.2020
Brazil's central bank spent 1.3 million Brazilian reals (USD $250K) over two years building its new database for financial regulators on Quorum, replacing a slow and expensive paper-based system with a fully digitized version
Nestlé Rises to DLT Challenge, Expands IBM Food Trust Blockchain Tool to Coffee
6.4.2020
Food retail giant Nestlé keeps bolstering the food industry with blockchain by expanding IBM Food Trust to its coffee brand Zoégas
CoinTracker Adds 6 Industry Partnerships for Its Crypto Tax Reporting Tool
2.4.2020
The crypto tax reporting app provider has partnered with a number of prominent blockchain industry names including ErisX, Lolli and Casa
Creating an Editable Site with Google Sheets and Eleventy
27.3.2020
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...
5 Essential git Commands and Utilities
26.3.2020
For many of us, git and GitHub play a huge role in our development workflows. Whenever we have a tool that we need to use often, the more fine-tuned we can make that tool, the faster we can get things done. The following are five git commands or helpers that can make your developer life...