Search
Crypto Exchange BitMEX Reveals Most of Its Users Don’t Use Maximum Leverage
16.5.2019
The maximum 100x leverage offered by the Hong Kong cryptocurrency derivatives trading platform BitMEX is rarely used
IOTA Partners With Luxury Fashion Brand To Make Use Of Distributed Ledger Technology For Its Supply Chain
16.5.2019
In recent news, the German blockchain foundation, IOTA is initiating a Distributed Ledger Technology to enable a more supportive and ethically sourced fashion industry along with Avery Dennison, a global manufacturing company. The platform will be experimented with luxury label ALYX, to allow...
A Better Approach for Using Purgecss with Tailwind
15.5.2019
Greg Kohn looks at how to use Purgecss — a tool that helps remove unused styles — and Tailwind — a utility-based CSS framework — and why we might want to pair these tools together:
Tailwind, by intention, is aiming to equip you with an arsenal of utility classes...
Luxury Fashion Brand Alyx to Use Iota’s DLT for Supply Chain Tracking
15.5.2019
Iota’s distributed ledger technology will be used for supply chain tracking by luxury fashion brand Alyx
Bank of America CTO Catherine Bessant: We Haven’t Found a Blockchain Use Case in Finance
15.5.2019
Bank of America has yet to find blockchain use cases for the financial services sector, according to the bank’s CTO, Catherine Bessant
The Blockchain Paradox
15.5.2019
Blockchains offer potential solutions to deep-seated problems in society, but their own governance issues need to be solved first, writes Pindar Wong
Integrating Third-Party Animation Libraries to a Project
14.5.2019
Creating CSS-based animations and transitions can be a challenge. They can be complex and time-consuming. Need to move forward with a project with little time to tweak the perfect transition? Consider a third-party CSS animation library with ready-to-go animations waiting to be used. Yet, you might...
How to Send Bitcoin Cash via Text Messages to Anyone With a Mobile Phone
14.5.2019
Cointext allows you to send bitcoin cash (BCH) to anyone with a mobile phone in the regions supported by the service even if you don’t have access to the internet. On a global scale, the availability of cheap devices can help many more people use cryptocurrency for payments via SMS text...
Tether, Bitfinex Request Lessening of Cash Use Restrictions Imposed by Injunction Order
14.5.2019
Lawyers for Tether and Bitfinex have sent a letter to a judge, asking for more leniency in the use of cash restrictions imposed by last month’s injunction
Using Array reduce
14.5.2019
Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce...
Payments Startup Uphold to Use Ledger Vault
14.5.2019
American payments startup Uphold has announced that it will use Ledger Vault to secure assets on its platform
Polymath, Charles Hoskinson Team Up on Security Token Blockchain
13.5.2019
Polymath is partnering with Charles Hoskinson to build a blockchain network specifically designed to support security tokens
Change Color of SVG on Hover
13.5.2019
There are a lot of different ways to use SVG. Depending on which way, the tactic for recoloring that SVG in different states or conditions — :hover, :active, :focus, class name change, etc. — is different.
Let's look at the ways.
Inline SVG
Inline SVG is my favorite way to use...
SVG Properties and CSS
13.5.2019
There are many Scalable Vector Graphics (SVG), but only certain attributes can be applied as CSS to SVG. Presentation attributes are used to style SVG elements and can be used as CSS properties. Some of these attributes are SVG-only while others are already shared in CSS, such as font-size...
Amazon Unveils Machines That Could Replace Packaging Employees
13.5.2019
For the last few years, Amazon has often threatened to usher in a technology that could save the company millions by reducing the number of jobs that involve repetitive work, and it seems that the company has finally found a solution. In an exclusive report by Reuters, it has emerged that...
Ex-SoFI CEO’s Startup Closes $1 Billion Credit Line on a Blockchain
10.5.2019
Figure Technologies, founded by former SoFi CEO Mike Cagney, has closed a $1 billion “uncommitted” line of credit on a blockchain
What’s Holding Back Bitcoin in Venezuela? This Group Is Investigating
10.5.2019
The Open Money Initiative is bringing insights from Venezuela to help crypto startups make better tools for people in distressed economies
10 React Challenges (Beginner): Use React State to Update the DOM
10.5.2019
A common theme in modern front-end JavaScript libraries/frameworks is that they can help you manage the data in your applications.
Once you update something, React can immediate
10 React Challenges (Beginner): Loop Over and Display Data with JSX
10.5.2019
Data comes in all shapes and sizes. In JavaScript, an array is how we hold sets of data. For the majority of our site content, we use an array of objects.
Looping through and sh
10 React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT