Search
How Can Blockchain Transform E-commerce and the Way of Doing Business?
11.11.2019
The e-commerce marketplace has been witnessing a lot of transitions and transformations since the implementation of blockchain technology in various sectors of business. However, with all these alterations, the E-commerce platforms have become one of the most lucrative sectors post the 21st...
When Bitcoin Overtakes Gold – How High Can It Go?
11.11.2019
Flashy bitcoin price speculation is a favorite game of crypto Twitter news outlets and commentators all over. After all, who doesn’t want to hear that their modest stash of satoshis could someday moon and be worth millions? Sensation aside, there remains a well-grounded case for continued...
Ethereum Co-Founder: Hopefully We Can Interoperate With China’s Crypto
10.11.2019
Ethereum co-founder Joseph Lubin hopes that China’s digital currency will be open and allow for interoperability with crypto
The Power in Energy, and How New Technologies Can Shift It
9.11.2019
The imbalance in power and access in emerging technologies is linked to energy usage and cost — some blockchain protocols are set to change that
How Bitcoin’s Lightning Can Be Used for Private Messaging
9.11.2019
Bitcoin's lightning network might have a use case beyond faster and more scalable payments, thanks to an experimental version called Whatsat
Two-Value Display Syntax (and Sometimes Three)
8.11.2019
You know the single-value syntax: .thing { display: block; }. The value "block" being a single value. There are lots of single values for display. For example, inline-flex, which is like flex in that it becomse a flex container, but behaves like an inline-level element rather than a block-level...
Working with Fusebox and React
8.11.2019
If you are searching for an alternative bundler to webpack, you might want to take a look at FuseBox. It builds on what webpack offers — code-splitting, hot module reloading, dynamic imports, etc. — but code-splitting in FuseBox requires zero configuration by default (although webpack will offer...
Can We Expect Cryptocurrencies to Have Intrinsic Value in the Future?
8.11.2019
Cryptocurrency value is often predicted from its use case, utility, and by demand among different factors. Currently, Cryptocurrency has a lot of value. Besides, the total market capitalization of cryptocurrencies is over 400 billion dollars. Further, if a cryptocurrency is about to take over paper...
Query JSON documents in the Terminal with GROQ
7.11.2019
JSON documents are everywhere today, but they are rarely structured the way you want them to be. They often include too much data, have weirdly named fields, or place the data in unnecessary nested objects. Graph-Relational Object Queries (GROQ) is a query language (like SQL, but different) which...
Optimizing Images for Users with Slow Network Speeds
7.11.2019
For every website, page load time is a critical factor that can make or break the business. Thanks to the better user experience that comes with a fast-loading webpage, those who focus on page load optimization enjoy better conversion rates, better SEO, better retention, and lower bounce rates.
And...
How Blockchain Can Help Banks to Overcome Hurdles by Using DLT?
7.11.2019
One of the most discussed topics today in the financial sector is blockchain banking. Besides, if it is fully utilized, it will empower banks to process the payments all the more rapidly and precisely by reducing the exchange processing costs and can be used in a lot of special cases. Blockchain...
Blockchain Can Boost Economic Growth in Emerging Economies: Ex RBI Governor Raghuram Rajan
7.11.2019
Former eminent governor of Reserve Bank of India, Dr. Raghuram Rajan, said here on Thursday that technology such as blockchain and digital assets can play a significant role in boosting economic growth, raising financial inclusion, and transforming businesses in emerging economies all across...
Bitcoin Price Risks Drop Below $9K if Bulls Can’t Muster Rally Soon
7.11.2019
Bitcoin has been tiptoeing along key support, but evaporating bullish sentiment may see prices roll over to levels below $9,000
Ether Price Breaks Key Resistance — Can It Repeat Bitcoin’s 42% Gain?
7.11.2019
Ether could be on the verge of powerful upside break if it can break the 20-WMA and hold above $199
“UAE Can Become the Next Wall Street,” Says Nick Spanos at World Blockchain Summit in Dubai
7.11.2019
Dubai’s third edition of WBS saw more than 50 solution providers from the blockchain and crypto space, gather under one roof to stimulate business opportunities through collaborations in the UAE. The summit hosted top speakers such as Suresh Prabhu, Nick Spanos, Mru Patel, Dr. Marwan Alzarouni,...
Hong Kong Now Offers Opt-In Regulation to Crypto Exchanges
7.11.2019
Hong Kong’s Securities and Futures Commission has established a new regulatory framework that allows crypto exchanges to opt-in to be licensed and regulated. Starting Wednesday, centralized trading platforms can apply for a license, providing they meet certain requirements including adequate...
Bitcoin ‘Carry Trade’ Can Net Annual Gains With Little Risk, Says PlanB
6.11.2019
Crypto investor and analyst PlanB explains how to consistently profit from Bitcoin trading with limited downside risk
Conceal and Reveal: The Evolution of Privacy Coin Technology
6.11.2019
Privacy can assume many forms and occur on many levels. The technologies that blockchain architects originally envisioned for privacy coins are now being utilized by an array of crypto stakeholders, from enterprises to exchanges. What began as a means of transacting anonymously has spawned...
Show Search Button when Search Field is Non-Empty
5.11.2019
I think the :placeholder-shown selector is tremendously cool. It allows you to select the placeholder of an input (<input placeholder="...">) when that placeholder is present. Meaning, the input does not yet have any value. You might think input[value] could do that, or help match on...
Making a Chart? Try Using Mobx State Tree to Power the Data
5.11.2019
Who loves charts? Everyone, right? There are lots of ways to create them, including a number of libraries. There’s D3.js, Chart.js, amCharts, Highcharts, and Chartist, to name only a few of many, many options.
But we don’t necessary need a chart library to create charts. Take Mobx-state-tree (MST)...