Search
The Flavors of Object-Oriented Programming (in JavaScript)
28.9.2020
In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for you.
The post The Flavors of Object-Oriented...
Crypto regulations in the United Kingdom: Are we there yet?
28.9.2020
For the U.K. to remain attractive to the crypto industry, it should strive to provide more clarity and certainty around compliance
Cryptojacking: A Rising Threat to All Internet Users
27.9.2020
The cryptocurrency revolution steadily marches on. While it has yet to completely reshape the financial and other systems of everyday life, crypto acquisition and usage grow yearly. There is so much to love about cryptocurrency. From its decentralized and democratic nature to the higher levels...
Bitgo Plans to Launch Wrapped Bitcoin on the Tron Blockchain
26.9.2020
Soon there will be another network that allows people to tokenize BTC in order to leverage the underlying blockchain’s speed and fees. On September 24, Bitgo, the custodian of the Wrapped Bitcoin project (WBTC), the most popular tokenized BTC platform to-date, announced a partnership with...
The Genesis of BCH Tokenization: Over 10,000 SLP Tokens Built on Bitcoin Cash
25.9.2020
This week Bitcoin Cash fans have been discussing the milestone of over 10,000 Simple Ledger Protocol (SLP) tokens created since the infrastructure was first introduced. Moreover, tokens built on Bitcoin Cash are nearing 1 million transactions to-date. Bitcoin Cash (BCH) community members have...
Web Technologies and Syntax
24.9.2020
JavaScript has a (newish) feature called optional chaining. Say I have code like:
const name = Data.person.name;
If person happens to not exist on Data, I’m going to get a hard, show-stopping error. With optional chaining, I can write:
const name = Data.person?.name;
Now if person...
A Gentle Introduction to Using a Docker Container as a Dev Environment
24.9.2020
Sarcasm disclaimer: This article is mostly sarcasm. I do not think that I actually speak for Dylan Thomas and I would never encourage you to foist a light theme on people who don’t want it. No matter how wrong they may be.
When Dylan Thomas penned the words, “Do not go gentle into that good...
How to Create an Async Function
24.9.2020
One thing I love about JavaScript is that there are many ways to accomplish the same task, one such example being creating functions. There are several patterns for functions; one of the last you see used is the new Function method: /* new Function(arg1, arg2 (...), body) */ const myFunction =...
Jamstack Conf
22.9.2020
Here’s an important detail here: It’s free!
Jamstack Conf Virtual is coming up October 6th and 7th, 2020. The sessions are on October 6th. That’s the free part (register here). Then on October 7th there are a variety of workshops (they all look great to me) that are $100 USD each....
Accessible Web Animation: The WCAG on Animation Explained
22.9.2020
It’s true, web animation can be accessible! Sometimes it just takes a little extra effort to make sure that it is. There are strategic things we can do to make sure our animations have a positive impact on accessibility, like planning how they contribute to the overall UX and ease of use of...
Bitcoin ATMs Surpass 10,100 Worldwide: Expert Shares Industry Outlook
22.9.2020
The bitcoin ATM industry has reached a milestone as the number of machines installed worldwide has surpassed 10,000 after seven years since the first machine was installed. There are now 10,162 bitcoin ATM locations spread across 71 countries. Number of Bitcoin ATMs Exceeds 10K The number...
Nova
21.9.2020
Nova is a new (vehemently macOS-only) code editor from Panic, the folks behind Coda. It’s like “Coda 3” except this was such a major re-write that they gave it a whole new name.
I played with some of the betas as they were building it. I got a little discount as it went live, so...
Over 40 Bitcoin Forks Are Down More Than 98% Since 2017’s Forking Fiesta
21.9.2020
Since the summer of 2017, more than 44 forks of the Bitcoin network were created and so far many of them have lost considerable value and are near worthless. To-date only a few of the forks that stem from Satoshi’s creation have remained relevant during the last three years. There are three...
Brazen Nigerian Crypto Scam Inksnation Still Operational Three Months After Regulator Warning
20.9.2020
One of Nigeria’s most brazen crypto scams, Inksnation remains operational and still invites new investors some three months after the country’s Securities and Exchange Commission (SEC) deemed its activities illegal. The SEC has previously warned Nigerians against investing with the scam...
Report: Blockchain Patents ‘Skyrocket’ in 2020, Alibaba Owns the Most Crypto Patents
20.9.2020
A study from the team at Kisspatent shows that Alibaba Group is the largest blockchain patent holder in 2020 capturing 10x the number of patents held by IBM. The report notes that blockchain patents “are skyrocketing” this year and so far in 2020, there’s been more distributed...
Weaved Webs
17.9.2020
There is a bit of an irony with Jamstack.
The concept is simple: you put pre-rendered, static files on web hosting (a CDN) designed to do that well. That’s it. If you need to do more, anything you do from there is done with client-side JavaScript, which is likely talking to serverless...
Editing HTML Like A Boss In VS Code
16.9.2020
Here’s a seven minute video from Caleb Porzio that focuses on some of Emmet‘s HTML editing features. You might think of Emmet as that thing that expands abbreviations like table.stats>tr*3>td*3 into glorious, expanded, and perfect HTML. But Emmet has other HTML editing trickery...
What is the Value of Browser Diversity?
15.9.2020
In 2018, Rachel Nabors made the point that browser diversity is similar to biological ecosystem diversity. There are literal advantages to more diversity. That article was before the Edge engines were shut, and now the big shakeups at Mozilla have the topic of browser diversity on people’s...
Working in the Cryptocurrency Industry as a Woman
12.9.2020
It seems there is a lot of turmoil happening in the world, as the year 2020 keeps giving and giving. From natural disasters, a global pandemic, and race wars and riots, everyone is wondering what will happen next. However, something happened earlier this year that resonated with me personally,...
Internet 2030: The Future and How We Get There
11.9.2020
We explore Filecoin’s Space Race and Web 3.0’s future on CoinDesk Live, Sept. 15-16