Search
Moving from Vanilla JavaScript to a Reusable Vue Component
17.2.2020
I recently wrote an article explaining how you can create a countdown timer using HTML, CSS and JavaScript. Now, let’s look at how we can make that a reusable component by porting it into Vue using basic features that the framework provides.
Why do this...
MoneyGram Reveals Real-Time Remittance Tech, Based on Visa not Ripple
16.2.2020
MoneyGram’s COO told Cointelegraph that Ripple is not involved in its latest real-time settlements product
Treasury Secretary Mnuchin Gives Testimony on Cryptocurrency, New Regulations Rolling Out Soon
13.2.2020
U.S. Treasury Secretary Steven Mnuchin gave his testimony on cryptocurrency before the Senate Finance Committee on Wednesday. Mnuchin said crypto is a “crucial area” that the Treasury has spent a lot of time on. He also talked about stablecoins and announced that new crypto regulations...
Bitcoin Cash Captured More Than 10% of Darknet Sales Last Month
12.2.2020
2019 was an interesting year for darknet markets (DNMs) and a number of marketplaces closed for a variety of reasons. Despite the closures, crypto payments on DNMs doubled for the first time in five years. Moreover, statistics from the blockchain analytics provider 1000x Group show digital...
How to Buy Bitcoin – 5 Quick and Simple Ways to Get Started
11.2.2020
If you’re one of the many people looking to get into bitcoin for the first time, it doesn’t have to be hard. There are more than a few easy routes to acquiring cryptocurrency and this article aims to outline five of them. By way of these simple avenues for purchasing bitcoin you can...
Override window.alert
11.2.2020
For years the only bit of feedback web developers could get was via alert("{str}") calls. These days we have the web console but, in rare cases, we don’t have a console and alert calls are our only window into a value at a given time. One problem: if an alert sneaks into production code, your...
”Decentralized Networks a Powerful Phenomenon” – Why the SEC Commissioner Proposes Time-Limited Grace Period for Tokens
9.2.2020
U.S. Securities and Exchange Commission (SEC) Commissioner Hester Peirce has formally proposed a grace period of three years for tokens. Project developers would be exempt from the federal securities laws during that time, provided that they meet certain conditions. After that, they must determine...
Bitcoin Price Hits $10,000 for the First Time in 2020 — Up 40% YTD
9.2.2020
Bitcoin is delivering more surprises in 2020 as price action sees $10K return
Ethereum vs Tron: Comparing Data, Defi and Stablecoins from Both Chains After Viral Tweet
9.2.2020
On February 7, Cold Card and Opendime creator, Rodolfo Novak (also known as NVK), tweeted a picture of himself with Tron founder Justin Sun and Blockstream’s CEO Adam Back. Novak said “Ethereum was over” and the three had a plan to move Tron to Liquid, a network that leverages...
Kraken’s Dan Held on What’s Different About Bitcoin at $10K This Time
7.2.2020
As bitcoin inches towards $10,000, @nlw is joined by Kraken’s Dan Held to discuss how the narrative, infrastructure and audience have changed since this price last year
Tax Agents ‘Confiscate’ Bitcoin From Criminal but Keep the Coins in His Wallet
7.2.2020
The State Revenue Service of Latvia (SRS) has seized some bitcoins for the first time. The cryptocurrency, allegedly acquired through illegal means, is still being stored in the wallet set up by a criminal. Experts have expressed concerns about the risk of the money disappearing as officials...
4 ‘Bitcoin Contenders’ With Zero Use Cases and Barely Any Infrastructure
6.2.2020
Cryptocurrency markets and the industry are extremely competitive and many users believe a single digital asset will reign someday, and that it may not be BTC. Over the last few years, many holders believe the assets they hold are bitcoin contenders with coins like IOTA, EOS, ADA, XRP, and...
Bitcoin Hedge Argument Growing Stronger With Time, Says Pomp
6.2.2020
Through the years, Bitcoin has strengthened its position as a worldwide market hedge, Pompliano says
Creating an Editable Webpage With Google Spreadsheets and Tabletop.js
5.2.2020
Please raise your hand if you’ve ever faced never-ending content revision requests from your clients. It’s not that the changes themselves are difficult, but wouldn't it be less complicated if clients could just make the revisions themselves? That would save everyone valuable time, and  allow...
Pantera, Square Join $14m Series-A Round for Real-Time Payments Startup Transparent
5.2.2020
The Seattle-based startup sets out to bring real-time settlement to financial infrastructure through a cryptographically secured, distributed payment network
Bitcoin Price May Hit $27K All-Time High by Summer, Predicts Tom Lee
5.2.2020
Bitcoin is in line for an average 197% bull run over the next six months, Tom Lee suggests
CSS4
4.2.2020
Tab Atkins in 2012:
There has never been a CSS4. There will never be a CSS4. CSS4 is not a thing that exists.
Rachel Andrew in 2016:
While referring to all new CSS as CSS3 worked for a short time, it doesn’t reflect the reality of where CSS is today. If you read something...
Git Branch Autocompletion
4.2.2020
Naming git branches is something most of us have down to a science. My branch naming pattern is usually {issue number}-short-feature-description, though many developers prefer to lead with the description and end with the issue. Regardless of the pattern you use, having a feature like autocomplete...
5 Mining Operations Command More Than 50% of BTC’s Network Hashrate
3.2.2020
The cryptocurrency community has been discussing mining centralization after a report was published that disclosed five mining operations command more than 50% of the BTC hashrate. At the time of publication, between F2pool, Poolin, Btc.com, and Antpool, the pools are hashing more than 59% of...
The Three Types of Code
3.2.2020
Every time I start a new project, I organize the code I’m looking at into three types, or categories if you like. And I think these types can be applied to any codebase, any language, any technology or open source project. Whether I’m writing HTML or CSS or building a React component, thinking...