Search
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...
Caitlin Long Starts the First Crypto-Native Bank in the U.S.
24.2.2020
Caitlin Long is setting up a first crypto-native bank in the US that will offer crypto services to institutional investors
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...
Web Component for a Code Block
18.2.2020
We'll get to that, but first, a long-winded introduction.
I'm still not in a confident place knowing a good time to use native web components. The templating isn't particularly robust, so that doesn't draw me in. There is no state management, and I like having standard ways of handling that. If...
Blame the implementation, not the technique
17.2.2020
I'm not sure we've gotten much better at this since Tim Kadlec wrote this in 2012:
Stop me if you’ve heard this one before.
“Responsive design is bad for performance.”“User agent detection is bad. Don’t segment the web.”“Hybrid apps don’t work as well as native apps.”“CSS preprocessors shouldn’t...
Craig Wright’s $100B Theft Claim – BTC and BCH Used His Database Without Permission
15.2.2020
The infamous Craig Wright, the Australian native who claims to be Satoshi Nakamoto, has published a blog post that explains he owns “the full rights to the Bitcoin registry” and developers do not have the right to change the protocol’s underlying database. Wright’s recent...
IOTA Network Still Down: How the Next Bitcoin Killer Screeched to a Halt
14.2.2020
On February 13, the IOTA network came to a screeching halt and the IOTA Foundation reports that $1.6 million worth of the native currency was stolen. The following day, the IOTA network status page still shows the mainnet is “not operational” and the development team has found...