Search
Poles Hit With Backdated Tax on Crypto Trades
16.12.2019
Crypto traders in Poland have been unpleasantly surprised with a controversial tax they thought they wouldn’t have to pay. The Civil Law Transactions Tax (PCC) is applicable to digital asset trades conducted before the introduction of last year’s moratorium on its collection, the Polish...
Gaimin.io Network Organizes Introduction Meet With Investors in Toronto
29.11.2019
On November 26, 2019, Gaimin.io organized a closed-door introduction meeting focused on potential investors in Toronto. The event was aimed to give a thorough understanding of the Gaimin system to potential investors. According to the information given by Shaun Martelly, the Head of investor...
An Introduction to the Picture-in-Picture Web API
26.11.2019
Picture-in-Picture made its first appearance on the web in the Safari browser with the release of macOS Sierra in 2016. It made it possible for a user to pop a video out into a small floating window that stays above all others, so that they can keep watching while doing other things. It’s an idea...
Running Bitcoin Cash: An Introduction to Operating a Full Node
22.10.2019
Setting up a Bitcoin Cash node is a fairly easy task for someone who wants to contribute to the decentralized ecosystem. There are various ways you can run a node whether it’s on a cloud, on a local machine or by leveraging a small single-board computer. The following is a simple introduction...
Fed Research Considers Negative Interest Rates Effective Policy Tool
20.10.2019
A research paper published by the Federal Reserve Bank of San Francisco shows how negative interest rates could become an important policy tool for fighting future economic downturns. The paper examines the market response to the introduction of negative interest rates by five major central banks....
Crypto Investment Group Grayscale Releases Bitcoin Cash Primer
4.10.2019
Crypto investment firm Grayscale has just released “An Introduction to Bitcoin Cash” highlighting the basics of BCH for those who may be yet unfamiliar, or just wish to brush up on the popular token forked from Bitcoin Core on August 1, 2017. With a significant reputation in...
Thinking in React Hooks
25.9.2019
Amelia Wattenberger has written this wonderful and interactive piece about React Hooks and details how they can clean up code and remove all those troubling lifecycle events:
React introduced hooks one year ago, and they've been a game-changer for a lot of developers. There are tons of how-to...
Meet Nimbus, a Concept for Enhancing BCH Smart Contracts
18.9.2019
On Monday, software developer Tobias Ruck introduced a new transaction version for the BCH chain called Nimbus in a demonstration video. The introduction is a longer version of the presentation Ruck had shown at the Bitcoin Cash City conference. According to the developer, the transaction version...
Trading Cryptocurrencies: Commonly Used Technical Indicators (Part 2)
10.9.2019
Introduction This is the second of our 2-part series on technical indicators commonly used in trading cryptocurrencies. If you have not read our first article, click here for our first article which introduces Simple Moving Average, Relative Strength Index and […]
The post Trading...
Collective #545
2.9.2019
PWA Asset Generator * Leon Sans * Introduction to JavaScript Promises * The Enigma Machine
Collective #545 was written by Pedro Botelho and published on Codrops
Trading Cryptocurrencies: Three Basic Common Technical Indicators
2.8.2019
Introduction Cryptocurrencies (or crypto) has been thrown in the limelight recently with Bitcoin’s meteoric rally this year, the cryptocurrency having risen for the fifth month straight since February 2019. Bitcoin most recently hit a high of US$13,775, before its price […]
The post Trading...
The Future of Websites: Headless CMSs
3.7.2019
Since their introduction, content management systems (CMS) have made life easier for website developers, site owners, and administrators alike. Platforms like Word
Game of Thrones Quiz Game with React and GraphQL: Introduction
17.6.2019
After two years of wait, the critically acclaimed final season of Game of Thrones has come and gone leaving most viewers half full and discontent. There was always that feeling that the final seaso
A11Y with Lindsey
13.6.2019
Lindsey Kopacz has a wonderful blog about accessibility. I've seen a number of her articles making the rounds lately and I was like, dang I better make sure I'm subscribed. For example:
An Introduction to ARIA States
3 Simple Tips to Improve Keyboard Accessibility
Create custom keyboard accessible...
Building a UI Component with React and Storybook
11.6.2019
In the previous article, I gave an Introduction to Storybook and how it can be used to or
Making Web Components for Different Contexts
2.5.2019
This article isn’t about how to build web components. Caleb Williams already wrote a comprehensive guide about that recently. Let’s talk about how to work with them, what to consider when making them, and how to embrace them in your projects.
If you are new to web components, Caleb’s guide is...
Revisiting prefers-reduced-motion, the reduced motion media query
30.4.2019
Two years ago, I wrote about prefers-reduced-motion, a media query introduced into Safari 10.1 to help people with vestibular and seizure disorders use the web. The article provided some background about the media query, why it was needed, and how to work with it to avoid creating...
An Introduction To Storybook: Organize How You Build JS Components
24.4.2019
What is Storybook?
Storybook is an open source tool for developing UI components in isolation and it integrates pretty well with most front end fram
Advanced Tooling for Web Components
22.3.2019
Over the course of the last four articles in this five-part series, we’ve taken a broad look at the technologies that make up the Web Components standards. First, we looked at how to create HTML templates that could be consumed at a later time. Second, we dove into creating our own custom element....
Encapsulating Style and Structure with Shadow DOM
21.3.2019
This is part four of a five-part series discussing the Web Components specifications. In part one, we took a 10,000-foot view of the specifications and what they do. In part two, we set out to build a custom modal dialog and created the HTML template for what would evolve into our very own custom...