Search
Aggregate ERC20 Market Cap Outpaces Valuation of ETH in Circulation by $2 Billion
15.7.2020
Data now shows that the aggregate market valuation for all the ERC20 tokens in existence has surpassed the market capitalization of Ethereum’s native coins. According to data, the net worth of the ERC20 token ecosystem is roughly $2.5 billion larger than the $26.7 billion Ethereum valuation....
Chainlink Token Price Surges, Briefly Breaks Into the Top Ten by Market Cap
14.7.2020
The price of Link, the native token of the Chainlink network, soared in 48 hours gaining some 40% in that period. This rally saw the token briefly breaking into the crypto market capitalization top ten. At the time of writing, the token LINK had a market capitalization of nearly $2.6 billion easily...
Lazy Load IFRAMEs
13.7.2020
We’ve known for a decade that lazy loading resources like JavaScript, CSS, and especially images is a massive performance win for web pages. At first we used tricks and JavaScript to do the lazy loading, but more recently native image lazy loading has debuted in browsers. Did you know that...
Japanese Listed Company Globalway Plans to Build Sharing Economy Protocol and Launch IEO
13.7.2020
TimeCoinProtocol is a new project developed by TimeTicket leveraging blockchain technology to create a decentralized sharing economy platform. The solution is powered by the TimeCoin token (TMCN), an EOS-based native token used both for payments in decentralized apps built upon the protocol and...
Bitcoin Script and Onchain Contracts: Two High-Level Programming Languages for Bitcoin Cash
11.7.2020
Last May, the software developer and creator of revoke.cash, Rosco Kalis, released Cashscript version 0.4 that included a number of optimizations. Cashscript’s new website highlights the high-level language that “offers a strong abstraction layer over Bitcoin Cash’ native virtual...
Poloniex Adds Support For WazirX (WRX) Native Token
26.6.2020
Taking pride as one of India’s biggest crypto exchange, WazirX has added another milestone to its credit as its native token WRX gets listed on Seychelles-based global cryptocurrency exchange, Poloniex. The users will now be able to purchase, sell, and trade on three new trading pairs, namely...
Everything You Need to Know About FLIP Animations in React
16.6.2020
With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...
Striking a Balance Between Native and Custom Select Elements
12.6.2020
Here’s the plan! We’re going to build a styled select element. Not just the outside, but the inside too. Total styling control. Plus we’re going to make it accessible. We’re not going to try to replicate everything that the browser does by default with a native <select> element. We’re going...
Eidoo to Burn 80% of Company’s Token Holdings to Kickstart One of the Biggest Daos in Defi
4.6.2020
Switzerland, 4th June 2020. Swiss-based crypto platform Eidoo is upgrading its native utility token into a governance token that will power a new cross-chain DAO. In a collaborative decision by Eidoo and pTokens, the $EDO token will be upgraded into $PNT later this month so that it can be used...
Global CSS options with custom properties
30.5.2020
With a preprocessor, like Sass, building a logical “do this or don’t” setting is fairly straightforward:
$option: false;
@mixin doThing {
@if $option {
do-thing: yep;
}
}
.el {
@include doThing;
}
Can we do that in native CSS with custom properties? Mark Otto shows...
Reddcoin (RDD) Nears PoSV v2 Activation, Clearing Way for Explosive Developments
29.5.2020
Albuquerque, NM – May 29, 2020 – Feisty underdog and first generation cryptocurrency Reddcoin (RDD) launched the PoSV v2 consensus algorithm activation process on Christmas Eve 2019 enhancing all facets of support of the native lightning-quick blockchain to a self-funding independent...
Crypto Space Lures Attention in India; Native Token WRX Gains 25% in 48 Hours
27.5.2020
The crypto and blockchain space has been on a roll in India after the 2018 ban was lifted earlier this year. Fortunately, the lockdown due to the COVID 19 Pandemic has led Indians to get hold of digitized and improvised ways of investing and trading as the major catch happens to be social...
WazirX’s Native Token, WRX Gets Listed on FTX Derivatives Exchange
7.5.2020
It is indeed a historic day for all the WRX holders. Now WRX is listed on the FTX derivatives exchange. The growth trajectory recorded by the WRX is tremendous as within 3 months of its listing on the Binance, the valuation of the coin has grown leaps and bounds, and with this new listing,...
Using Formik to Handle Forms in React
28.4.2020
There is no doubt that web forms play an integral role in our web site or applications. By default, they provide a useful set of elements and features — from legends and fieldsets to native validation and states — but they only get us so far when we start to consider the peculiarities of using...
TNC IT Group’s Token to Be Listed This April
27.4.2020
TNC IT Group (TNC), an international blockchain company, will have its native currency TNC Coin listed on crypto exchanges by April 30. TNC Coin is set to progress fast in the market due to its expedited listing and user base. Since TNC revealed its merger project, interested crypto investors...
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 Charity to Distribute $50,000 in Native Tokens in Indonesia
3.4.2020
Huobi is launching a charity initiative to support Indonesia’s fight against coronavirus
Judge Grants Injunction Halting Telegram’s TON Release Again, Notice of Appeal Reportedly Filed
25.3.2020
The embattled Telegram Open Network (TON) blockchain and its native gram cryptocurrency have seen plans for launch stifled once again, with a preliminary injunction granted by Southern District of New York Judge P. Kevin Castel. The March 24 injunction sides with the U.S. Securities and Exchange...
How to Cancel a Fetch Request
17.3.2020
JavaScript promises have always been a major win for the language — they’ve led to a revolution of asynchronous coding that has vastly improved performance on the web. One shortcoming of native promises is that there’s no true way to cancel a fetch…until now. A...
Considerations When Choosing Fonts for a Multilingual Website
10.3.2020
As a front-end developer working for clients all over the world, I've always struggled to deal with multilingual websites — especially cases where both right-to-left (RTL) and left-to-right (LTR) are used. That said, I’ve learned a few things along the...