Search
Siacoin Price Analysis: Siacoin (SC) Price Continues to Fall, No Sign of Recovery
6.6.2019
Siacoin (SC) continues to fall in the fifth consecutive day. The currency tried to recover yesterday in the second half but was again pulled down. Siacoin (SC) is experiencing a huge downfall from the beginning of the month. Siacoin (SC) is maintaining a support level at $0.0030. The future of coin...
IBM, Maersk Finally Sign Up 2 Big Carriers for Shipping Blockchain
28.5.2019
IBM and Maersk's shipping blockchain has finally recruited two major marine cargo carriers after early efforts floundered
Basic Attention Token (BAT) Price Analysis: BAT Shows A Good Sign For The Bullish Momentum
28.5.2019
Basic Attention Token (BAT) has increased by an additional 7% over the past 24 hours of trading, bringing the price of the coin to around $0.367. The cryptocurrency has had an impressive run during April, May and the rest of 2019. Basic Attention Token is currently placed as the 24th place in...
Dogecoin (DOGE) Price Analysis: Dogecoin’s B-Category In FCAS Metric Is A Good Sign For The Market
20.5.2019
FCAS give B-category ranking to Dogecoin. Dogecoin score 701 points in FCAS rating. The 2019 Prediction goes with 0.009 USD. Dogecoin has recently been awarded B category in the FCAS metric. FCAS is a comparative metric with factors like User Activity, Developer Behaviour, and Market Maturity. FCAS...
Anchor a Document or File to the BCH Chain With Notary.Bitcoin.com
19.5.2019
In my last article, I explained how to prove ownership of a specific address by signing a message with a public and private key pair. That’s just one way of proving ownership and verifying a valid signature, as BCH users can also anchor a document to the chain using the Bitcoin Cash...
How to Prove Ownership With a Bitcoin Cash Address and Digital Signature
18.5.2019
Bitcoin is an amazing form of money and the technology Satoshi created has incredible potential. However, most people don’t realize that the blockchain not only allows for a great medium of exchange, but it also provides the means for creating notarized proofs. The following walkthrough aims...
Donald Trump All Set to Sign Order That Will Ban Huawei from the United States
15.5.2019
One of the biggest fallouts from the tensions between the United States and China has been the former’s accusation against the Chinese telecommunications giant Huawei, that eventually led to its ban in America. The US authorities accused that the telecommunication equipment that is supplied...
Blobs!
21.2.2019
I was recently a guest editor for an issue of Bizarro Devs. It's a great newsletter! Go sign up! I put in a bunch of links around blobs. Like those weird squishy random shapes that are so "in" right now. Here are those links as well. I'm always a fan of publishing stuff I write ;)
Blobs! Blobs...
Django Authentication With Facebook, Instagram and LinkedIn
7.2.2019
Introduction
For users of internet services, there are only a few things worse than having to manually sign in (and sign-up) with different websites. The ordeal of the manual sign-in proce
Using React and XState to Build a Sign In Form
24.1.2019
To make a sign in form with good UX requires UI state management, meaning we’d like to minimize the cognitive load to complete it and reduce the number of required user actions while making an intuitive experience. Think about it: even a relatively simple email and password sign in form needs...
Use monday.com to Boost Project Organization and Team Collaboration
24.1.2019
(This is a sponsored post.)
Front-end development relies on organization and solid communication. Whether you're part of a team that builds large-scale sites or you're flying solo with a handful of quality clients, there are many pieces and steps to get a project from start to finish. And that's...
Compound Components in React Using the Context API
7.12.2018
Compound components in React allow you to create components with some form of connected state that’s managed amongst themselves. A good example is the Form component in Semantic UI React.
To see how we can implement compound components in a real-life React application, we’ll build a compound...
CSS Selectors are Conditional Statements
6.12.2018
foo {
}
Programmatically, is:
if (element has a class name of "foo") {
}
Descendent selectors are && logic and commas are ||. It just gets more complicated from there, with things like combinators and pseudo selectors. Just look at all the ways styles can cascade.
Jeremy Keith:
If...
CSS: A New Kind of JavaScript
19.7.2018
In this wacky and satirical post, Heydon Pickering describes a wild new technology called Cascading Style Sheets that solves a lot of the problems you might bump into when styling things with JavaScript:
A good sign that a technology is not fit for purpose is how much we have to rely on workarounds...
Free E-book: Modernize for Mobile Apps
28.6.2018
(This is a sponsored post.)
No sign up required to read the free e-book.
Building modern apps (mobile, PWAs or Single Page Apps) that connect to legacy or enterprise systems is a pain. We put together an e-book that discusses the various options for how to make it all work. Here are some of...
Easy Document Signing with the Eversign Chrome Extension
25.6.2018
A while back I wrote about Eversign, an awesome service that allows you and your clients or partners to digitally sign documents online. If you’ve recently bought a house or did any other large purchases or agreements, you know how important the ability to reliably sign documents online is. ...
Password Strength Visualization
18.4.2018
Visual feedback for password strength on an image based on Colibro's sign up form.
Password Strength Visualization was written by Mary Lou and published on Codrops