Search
Crypto Jobs on the Rise, Thousands Listed
11.11.2019
The number of job vacancies in the crypto industry is growing but fewer people are searching for them, according to a major U.S. job listing website. Thousands of jobs relating to Bitcoin, cryptocurrency, and blockchain technology are currently available as new employers seek to enter the space...
Crypto Banks Gain Regulatory Recognition Across the Globe
11.11.2019
Traditional financial institutions are still leery about decentralized cryptocurrencies. They are only starting to explore the potential of digital assets. But a new breed of banks specializing in crypto have been working hard to take advantage of this trend and are gaining regulatory recognition...
Tax Agencies Worldwide Plan to Crack Down on ‘Dozens’ of Crypto Tax Evaders
10.11.2019
The U.S. Internal Revenue Service (IRS) has revealed the agency is cracking down on “dozens” of cryptocurrency users evading taxes. The IRS has partnered with tax agencies from four other countries in order to make sure tax enforcement strategies are being applied across the map. Also...
Corrupt CBI Officer Booked for Extorting Vigilante Bitcoiner
10.11.2019
India’s Central Bureau of Investigation (CBI) has reportedly booked its own officer in an extortion case involving bitcoin. The target was a man who previously fell victim to the Bitconnect scam and allegedly resorted to extreme measures to recoup his money. Also read: China Now Censors...
What to Expect From the Next Bitcoin Cash Protocol Upgrade
9.11.2019
On November 15, shortly after 12 p.m., Bitcoin Cash (BCH) will execute an upgrade of the network’s consensus rules. After the upgrade is locked in, the next block will enforce minimal pushdata in script and the opcodes OP_Checkmultisig and OP_Checkmultisigverify will be upgraded to accept...
Crypto-Based Commerce Spikes 65% in 7 Months
9.11.2019
Commerce fueled by cryptocurrencies has once again started to grow. Data collected by blockchain forensics company Chainalysis shows a significant increase of volume in the first half of the year. The positive change coincided with the remarkable market recovery that followed last year’s...
How Crypto Winters of Bitcoin’s Past Compare to Today
8.11.2019
Cryptocurrency and bitcoin proponents have been patiently waiting to see if crypto winter is returning as the recent price decline has shaken investors. Digital assets have been meandering aimlessly over the last week and in order to gain some perspective, it’s always good to study the last...
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...
Diana Smith’s Pure CSS Artwork “Lace”
8.11.2019
Diana is at it again with her absolutely unbelievable CSS paintings. This latest one is called Lace. Past paintings are Francine, Vignes, and Zigario.
She wrote for us last year if you'd like a little insight into her thinking.
Andy Baio looked at the painting in a variety of older...
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...
Weekly Platform News: Web Apps in Galaxy Store, Tappable Stories, CSS Subgrid
8.11.2019
In this week's roundup: Firefox gains locksmith-like powers, Samsung's Galaxy Store starts supporting Progressive Web Apps, CSS Subgrid is shipping in Firefox 70, and a new study confirms that users prefer to tap into content rather than scroll through it.
Let's get into the news.
Securely...
Location, Privilege and Performant Websites
7.11.2019
Here’s a wonderful reminder from Stephanie Stimac about web performance. She writes about a recent experience of moving to an area with an unreliable network and how this caused problems for her as she tried to figure out what was happening during a power blackout:
Assuming all of your customers...
FBI Says Bitcoin Concern Is Getting ‘Bigger and Bigger’
7.11.2019
In a recent U.S. Senate Committee on Homeland Security And Governmental Affairs hearing, Senator Mitt Romney expressed concerns about Bitcoin’s potential as a threat to national security. Federal Bureau of Investigation (FBI) Director Christopher Wray replied that cryptocurrency is a concern...
Market Outlook: Crypto Whale Tales and China’s Blockchain Hype
7.11.2019
During our last market outlook, cryptocurrency prices had found new foundations after the massive rally on Friday, October 25. Since then digital currency prices have been meandering roughly in the same positions after coins like BTC failed to break upper resistance on various occasions. Also read:...
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...
Turkey Becomes the Latest Nation to Work on Digital Fiat
7.11.2019
Trade wars, sanctions, fear from private and decentralized cryptocurrencies. Regardless of the motive, a number of governments have recently taken the path of creating their own digital money. Turkey has become the latest country to announce plans for the issue of a “blockchain-based”...
Some Things You Oughta Know When Working with Viewport Units
6.11.2019
David Chanin has a quickie article summarizing a problem with setting an element's height to 100vh in mobile browsers and then also positioning something on the bottom of that.
Summarized in this graphic:
The trouble is that Chrome isn't taking the address bar (browser chrome) into account when...
China Removes Bitcoin Mining From Unwanted Industries List
6.11.2019
Inspired by its new fascination with blockchain, China now seems to have changed its mind about cryptocurrency mining. The latest version of a national macroeconomic plan indicates that the government in Beijing has given up intentions to suppress the bitcoin mining industry, in which Chinese...
What is super() in JavaScript?
6.11.2019
What's happening when you see some JavaScript that calls super()?.In a child class, you use super() to call its parent’s constructor and super.<methodName> to access its parent’s methods. This article will assume at least a little familiarity with the concepts of constructors and child...