Search
Philippines Tax Agency Targets Axie Infinity Players — ‘It’s Taxable, Subject to Income Tax’
25.8.2021
According to a regional report, the Philippines Bureau of Internal Revenue (BIR) is focusing on the blockchain-powered game Axie Infinity over tax concerns. Finance Undersecretary Antonette Tionko explained to the press that BIR is looking into methods aimed at capturing Axie Infinity players...
React usePrevious Hook
23.8.2021
Hooks are essential for the functional component pattern in React. One frequent logic comparison with class components was comparing a previous prop value with a current prop value via lifecycle methods. So what’s an easy pattern for duplicating previous value comparisons in functional...
Estimating Steam/console sales: two hot methods!
11.8.2021
We're getting all spreadsheet-y on yr ass
WooCommerce With Apple Pay and Google Pay
10.8.2021
(This is a sponsored post.)
Got a WooCommerce store? It behooves you to offer a variety of payment methods. Just anecdotally, I’m sure both you and me have been annoyed and even abandoned purchases when a merchant, online or …
The post WooCommerce With Apple Pay and Google Pay appeared...
Busking for Bitcoin: Report Finds Street Performers Depend on Digital Payments
17.7.2021
Street performers, or buskers, are leaning more toward digital platforms these days compared to the old method of accepting loose change. A report recently published by economists at RMIT University in Melbourne, Australia has found that in certain areas, buskers get more donations via digital...
Australian Regulator Seeks Advice on Crypto-Related Assets
2.7.2021
The Australian Securities and Investments Commission (ASIC) recently opened a consultation for establishing methods and best practices for regulating crypto assets. The consultation paper seeks guidance on which crypto-assets should qualify as underlying assets, and how to make this determination....
Localbitcoins Adds Bitcoin Cash and Other Cryptocurrencies as Payment Methods
5.6.2021
Localbitcoins, one of the biggest P2P exchanges in the world, has added Bitcoin Cash and other cryptocurrencies as payment methods to acquire Bitcoin on its platform. This marks a clear departure from the earlier position of the company, which hadn’t added new payment methods and had remained...
Zimbabwe’s Biggest Bank Looks at Methods to ‘Leverage Cryptocurrencies’
26.5.2021
One of Zimbabwe’s biggest financial institutions, CBZ Holdings says it is looking at ways it could “leverage cryptocurrencies and other emerging digital innovations.” According to the financial institution’s chairperson, Marc Holtzman, CBZ “is open-minded about...
Links on Performance
25.5.2021
Making GitHub’s new homepage fast and performant — Tobias Ahlin describes how the scrolling effects are done more performantly thanks to IntersectionObserver and the fact that it avoids the use of methods that trigger reflows, like getBoundingClientRect. Also,
…
The post Links...
Mastercard Payment Index: More Consumers in Three African Countries Plan to Use Crypto Based Payment Methods
12.5.2021
According to a recent Mastercard payment index report, the Covid-19 related lockdowns helped spread the use of cryptocurrency in three African countries, namely Nigeria, Kenya, and South Africa. The report also reveals that a greater number of consumers from these countries are “likely to...
Customers From Latin American E-Commerce Giant Mercado Libre Can Buy Real Estate With Bitcoin
29.4.2021
The biggest e-commerce store in Latin America is the latest major company in the region to join the crypto adoption movement. Mercado Libre is now allowing its customers to buy a selected number of properties from real estate agencies with bitcoin. Properties Listed Don’t Offer Alternative...
Object.entries
20.4.2021
Navigating and managing data structures is a really important skill for every level of engineer to have and improve upon. Over the years, the JavaScript language has continued to provide more methods for managing data structures, from Object.keys to Object.values and so on. One of my favorites...
Microsoft Is Surveying Its Xbox Users About Adding a Bitcoin Payment Option to the Store
24.3.2021
The tech giant seems to be changing its stance on being more friendly with the cryptocurrency sphere amid the current hype. Microsoft has been asking its Xbox gaming console users about the possibility of implementing payment methods, such as bitcoin. The Poll Is the First of Its Kind Released...
PokerTON on Telegram: Game Community Reaches 85,000 in 2020 and Continues to Grow Rapidly
8.3.2021
PRESS RELEASE. PokerTON – a Telegram-based platform for playing poker. PokerTON is one of the most successful projects of the Free TON blockchain affiliate program for companies that are implementing a TON Crystal in their business processes as payment methods. Since its release in May 2020...
Grayscale Ethereum Inflows Up Again, Firm Calls ETH Valuation Methods 'Opaque'
4.2.2021
Source: iStock/Ivan-balvan
Major US-based crypto investment company Grayscale's ethereum (ETH) inflows increased yesterday, while the firm claims the methodology for valuing this asset "is opaque and changing."
Grayscale Ethereum Trust (GETH) got 'fatter' by another batch of the world's...
Publicly-Listed Air Purifier Manufacturer Adds Dogecoin as a Form of Payment Amid Token’s Popularity
2.2.2021
As the so-called ‘meme coin’ is actively making the headlines within the crypto sphere, a publicly-traded company is joining the dogecoin frenzy. Kronos Advanced Technology announced they’ll start accepting dogecoin as one of its payment methods. Kronos Also Accepts Other...
Fighting Definancialization: Cryptologic Methods Like Bitcoin Could Protect Wealth From the Great Reset
30.11.2020
The Great Reset agenda is trending once again on social media, numerous news outlets, and a variety of online forums. During the last few months, the Great Reset proposal has been pushed worldwide, as it allegedly seeks to create a sustainable economy following the coronavirus pandemic. Meanwhile...
A Step-by-Step Guide to Splitting ABC Fork Tokens from Bitcoin Cash
27.11.2020
On November 15, the Bitcoin Cash blockchain underwent a scheduled upgrade but also the chain saw a consensus split, and the network bisected into two. After the split, numerous users have been looking for methods in order to split their coins in order to store them separately or sell the unwanted...
Limit Promise Concurrency with pool
3.11.2020
Methods like Promise.all, Promise.allSettled, Promise.race, and the rest are really excellent for managing multiple Promises, allowing for our apps to embrace async and performance. There are times, however, that limiting the number of concurrent operations may be useful, like rate limiting...
cookieStore: Async Cookie API
20.10.2020
One pattern in the JavaScript API world that web development veterans will notice is that we’ve been creating new methods to accomplish what older, grosser APIs once achieved. XMLHttpRequest became the fetch API, some APIs like Battery became async, and there are dozens of other examples....