Search
Coinplug To Use Metadium For Launching Smart Tourism Platform In Partnership With Seoul Metro
24.5.2019
South Korea’s largest blockchain innovator, Coinplug is partnering with the Seoul Metro and WeHome to launch a Smart Tourism Platform. It will use the public identity blockchain network Medatium for this purpose, and the platform will be called Seoul Metro Stay. Coinplug will launch Seoul Metro...
Enterprise Ethereum Alliance Releases Report on Blockchain Use Cases in Real Estate
23.5.2019
Several blockchain use cases relevant to the real estate industry have been detailed in a recently released report by the Enterprise Ethereum Alliance
The Browser Can Remember Edited Content
22.5.2019
You can make the text inside any HTML element editable by adding the contenteditable attribute.
<div contenteditable>
Hey, I'm like a textarea kinda now!
</div>
I wouldn't say there are wheelbarrows full of use-cases for that, but it's neat. One possible use might be...
Blockchain Credit Union Consortium to Use R3’s Corda for Cross-Border Payments Product
22.5.2019
CULedger, a blockchain consortium and credit union service organization, has chosen R3’s Corda blockchain to underpin its forthcoming cross-border payments product
At Blockchain Week, Maturity Is the Motto as Ethereum Organizations Push Toward 2.0 Upgrade
21.5.2019
Improved relations between the Ethereum Foundation and ConsenSys point to a governance shift that could have major implications for the network's goals
How I Use CleanMyMac X
21.5.2019
[Chris]: I'm a lifelong Mac user. Ever since our family upgraded from a Commodore 128 to an Apple Macintosh Performa 636 (CD) when I was in middle school, I've never owned or worked on anything other than a Mac. I'm pretty dedicated to running a clean, fast, optimized, safe, and organized machine....
General Motors and Honda Join Hands For Smart Grid and Electric Vehicle Research
21.5.2019
According to experts in the automobile industry, electric vehicles are eventually going to be far more prevalent in the streets across the world, and hence, it is no surprise that the world’s biggest car makers are investing heavily in EVs. While Tesla seems to be the most famous name in this...
How to Check Median BTC and BCH Transaction Fees
20.5.2019
Transaction fees are the cost that cryptocurrency users have to bear in order to keep the system going. Fees can vary significantly between networks and it is important to be able to check this before you decide which cryptocurrency to use for making your digital payments. Also Read: Bitcoin Cash...
My Bank Account Was Frozen for Bitcoin – And It Only Made Me Love Crypto More
19.5.2019
The guy who coined the term "hodl" has a real bitcoin story that only made his interest in the technology stronger
Bitcoin and Blockchain: The Tangled History of Two Tech Buzzwords
19.5.2019
The word "blockchain" isn't used in the bitcoin white paper, the document that started it all. So, how did the term take off as a buzzword?
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...