Search
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...
Crypto Exchange Bitfinex Unveils Anti-Manipulation Tool ‘Shimmer’
24.3.2020
Bitfinex deployed the new tool to identify and investigate possible manipulative behaviours and suspicious trading
Tools for Optimizing SVG
17.3.2020
This is our straight-to-the-point list of SVG optimizing tools across a number of categories. They are all largely based around SVGO, but how you use it depends. There are web apps, desktop apps, apis, and even design tool add-ons.
The post Tools for Optimizing SVG appeared first on CSS-Tricks
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...
How to Make a Line Chart With CSS
11.3.2020
Line,  bar, and pie charts are the bread and butter of dashboards and are the basic components of any data visualization toolkit. Sure, you can use SVG or a JavaScript chart library like Chart.js or a complex tool like D3 to create those charts, but what if you don't want to load yet another...
Bithumb Taps Chainalysis for FATF-Grade Crypto Investigation Tool
10.3.2020
The Bithumb exchange is tapping investigative tools offered by Chainalysis just a week after South Korea voted for tough new laws around the space
CoinTracking.info Helps Crypto Traders Avoid Costly Tax Mistakes
10.3.2020
CoinTracking.info, the world’s most popular cryptocurrency tax software, is announcing the launch of a new service aimed at helping crypto traders avoid a common tax-time mistake: submitting incomplete or incorrect data to the IRS.
The post CoinTracking.info Helps Crypto Traders Avoid Costly...
Blockchain as a Tool to Combat Coronavirus
4.3.2020
Blockchain technology has a major role to play in disease prevention and outbreak response, Cointelegraph Consulting explains
Human Readability and Privacy: BCH Can Be Sent by Email With Tips Tool, No Usernames Required
3.3.2020
Tips.Bitcoin.com allows users of crypto to tip BCH to friends and family via email address, arguably cutting out some of the inconvenience associated with standard bitcoin address formats. Unlike Coinbase Wallet’s new username option, which achieves similar ease for transactions, sending keys...