Search
Where Does Bitcoin Fit in the Global Reserve Currency Game?
17.10.2020
On this "Speaking of Bitcoin" episode, join hosts Adam B. Levine, Andreas M. Antonopoulos, Stephanie Murphy, and Jonathan Mohan for a look at the past, present and future of global reserve currencies
Bitcoin’s Intrinsic Value: Crypto Community Responds to Bank of England Governor
16.10.2020
Bitcoin’s intrinsic value has been heavily discussed in the crypto community this week following a remark by the governor of the Bank of England suggesting that the cryptocurrency may have no intrinsic value. Does Bitcoin Have Intrinsic Value? Bank of England Governor Andrew Bailey talked...
Let’s Create Our Own Authentication API with Nodejs and GraphQL
13.10.2020
Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even what HTTP library to use and how to use it. 
In...
How to Recreate the Ripple Effect of Material Design Buttons
12.10.2020
When I first discovered Material Design, I was particularly inspired by its button component. It uses a ripple effect to give users feedback in a simple, elegant way.
How does this effect work? Material Design’s buttons don’t just sport a neat ripple animation, but the animation also...
Google Cloud Does Not Intend to Take EOS Rewards as a Block Producer
7.10.2020
Following news of yesterday's partnership with Block.one, Google Cloud says it is not getting into EOS for the tokens
Zimbabwe’s Stock Exchange Open to Crypto Listing Subject to ‘Regulatory Approval’
3.10.2020
Zimbabwe Stock Exchange (ZSE) CEO Justin Bgoni says its recently licensed subsidiary, the Victoria Falls Stock Exchange is open to listing bitcoin and other cryptocurrencies. However, according to local media reports, any such listings are still dependent on the digital asset issuers getting...
Russia Proposes Harsh Penalties for Unreported Cryptocurrency Holdings
26.9.2020
Russia’s Ministry of Finance has drafted a bill with harsh penalties for anyone who does not report their cryptocurrency holdings above a certain level. Penalties include jail terms and fines. New Russian Crypto Bill The Russian Ministry of Finance has sent out a new draft bill addressing...
Vital Web Performance
21.9.2020
I hate slow websites. They are annoying to use and frustrating to work on. But what does it mean to be “slow”? It used to be waiting for document load. Then waiting for page ready. But with so many asynchronous patterns in use today, how do we even define what “slow” is? The W3C has […]
The...
How Does Kraken’s New Crypto Bank Work?
20.9.2020
This week Kraken Financial became the first crypto company to receive a banking charter. Join CEO David Kinitsky for a look at what it all means and how it'll work with hosts Adam B. Levine, Andreas M. Antonopoulos and Stephanie Murphy
Party at Vitalik’s House? For DeFi, it’s Do-or-Die
20.9.2020
Ethereum gas prices have set new records, with single DeFi transactions costing over $10 in fees. High fees are the result of congestion, as users pay ever higher fees to ensure their transaction gets into a block. As DeFi takes off, the price of gas on Ethereum threatens its future. Or does it?...
First Mover: Federal Reserve Does What It Wants to Do as Bitcoin Hits $11K
17.9.2020
This week's Fed meeting ushered in a new regime for U.S. monetary policy, offering a reminder of just how frequently top officials change the rules
Bitcoin sentiment at record lows … Does it mean the price will go up?
17.9.2020
Social media sentiment for Bitcoin has slumped to a two year low yet technical indicators are still saying ‘buy’
Where does the next Japanese prime minister stand on crypto?
15.9.2020
Yoshihide Suga is set to replace retiring PM Shinzo Abe
Bans and brands: What centralization does to businesses
13.9.2020
As it stands, the current commercial and political landscape presents a perfect storm to herald the rise of decentralized alternatives
Hash Power Broker Nicehash Denies It Enables 51% Attacks on ETC Network
9.9.2020
Hash power broker Nicehash denies that it enables bad actors to use its hash renting platform to launch 51% attacks on blockchain networks. The broker insists that it does not have any way of monitoring or determining which blockchain is benefitting from a particular algorithm hash data. Only...
Using max() for an inner-element max-width
7.9.2020
I go into all this in The “Inside” Problem. The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it’s also fun to look at the possibilities of making that work on...
Supercharging Number Inputs
4.9.2020
Speaking of number scrubbing (i.e. adding mouse UX to number inputs), you can also add better keyboard commands to number inputs. Kilian Valkhof explains how he added up and down arrows to a number input, as well as modifier keys to change how much the keys increment the value, like Emmet does....
Why you should hire a front-end developer
26.8.2020
Matt Hobbs says you should hire a front-end developer because…
“A front-end developer is the best person to champion accessibility best practices in product teams.”
“80-90% of the end-user response time is spent on the front end.”
“A front-end developer takes pressure...
Where Does Logic Go on Jamstack Sites?
24.8.2020
Here’s something I had to get my head wrapped around when I started building Jamstack sites. There are these different stages your site goes through where you can put logic.
Let’s look at a special example so you can see what I mean. Say you’re making a website for a music venue. The most...
To grid or not to grid
20.8.2020
Sarah Higley does accessibility work and finds that “tables and grids are over-represented in accessibility bugs.” 
The drum has been banged a million times: don’t use a <table> for layout. But what goes around comes around. What’s the the #1 item in a list...