Search
Ripple CEO Fires Back at NYT Reporter, 'Ripple Has No Plans to Reset Our Strategy'
14.8.2020
Ripple CEO Brad Garlinghouse says the network is working as planned
Promise.allSettled
3.8.2020
The Promise object has many useful functions like all, resolve, reject, and race — stuff we use all the time. One function that many don’t know about is Promise.allSettled, a function that fires when all promises in an array are settled, regardless of whether any of the promises...
Bitcoin.org Maintainer Calls for the Removal of Cobra, Website Owner Then Fires Him
29.6.2020
The infamous and controversial owner of the website bitcoin.org, Cobra, is under fire recently and a number of community members have asked to see the website removed from his possession. The initial argument was sparked by the website’s maintainer, Will Binns, who told the public that...
Revolut Reportedly Fires Dozens of Employees for Coronavirus Cost-Saving Reasons
4.6.2020
European startup Revolut reportedly asked employees to leave as part of a cost-cutting effort amid difficult times
Terpin Fires Back at AT&T’s Motion to Dismiss $200M ‘SIM Swap’ Claim
16.4.2020
Terpin told Cointelegraph he was frustrated with AT&T’s ongoing attempts to waste time and money in court to “slow down the day of reckoning”
Continuing Its Crypto Market Takeover, Binance Fires Up BNB Futures
7.2.2020
Binance adds 50x leverage BNB to its futures trading platform as the coin enjoys its altseason rally
Apollo GraphQL without JavaScript
29.1.2020
It's cool to see progressive enhancement being done even while using the fanciest of the fancy front-end technologies.
This is a button in a JSX React component that has a click handler applied directly to it that fires a data mutation Ajax request through Apollo GraphQL. That is about the least...
Marty Bent on the Macro Fires on the Horizon
26.12.2019
From a trade war tweeting president to protests in Hong Kong, 2019 saw global instability (and in turn, the raison d’etre for bitcoin) increase
US Congressman Wants to Outlaw Crypto, Cryptoverse Fires Back
10.5.2019
Brad Sherman. Source: Twitter/@BradSherman
US Congress Representative Brad Sherman once again making waves in the crypto world - he called for a bill yesterday which would “outlaw cryptocurrency purchases by Americans so that we nip this in the bud.”
In a just 1:11-minute-long clip circulating...
Understanding Event Emitters
26.3.2019
Consider, a DOM Event:
const button = document.querySelector("button");
button.addEventListener("click", (event) => /* do something with the event */)
We added a listener to a button click. We’ve subscribed to an event being emitted and we fire a callback when it does. Every time we click that...
Capture and Report JavaScript Errors with window.onerror
28.5.2018
onerror is a special browser event that fires whenever an uncaught