Search
Increase Your Reach
22.12.2021
NGL, I was a little overwhelmed when I sat down to write this article. There are so many things that immediately flooded my mind—take out any extra divs; use links for URLs, use buttons for events and actions; use …
Swiss Bank Seba Launches Regulated Gold Token, Aims to Bolster ‘Digital Ownership of Physical Gold’
18.12.2021
On December 15, FINMA-licensed Swiss bank, Seba, announced the launch of a gold token that can be delivered in physical form, on-demand, at any time from the firm’s partner refineries. Seba believes the token can be leveraged as a compliant stablecoin “backed by responsibly sourced...
HTML Sanitizer API
16.12.2021
Three cheers for (draft stage) progress on a Sanitizer API! It’s gospel that you can’t trust user input. And indeed, any app I’ve ever worked on has dealt with bad actors trying to slip in and execute nefarious code …
Otis Launches NFT Auction Platform That Transforms Real-World Items Into Digital Collectibles
15.12.2021
As both fractional and traditional non-fungible tokens (NFTs) have seen exponential growth this year, the firm Otis has announced the launch of a marketplace called Otis House. The platform is a new NFT project that turns physical items into NFTs, and the tokens can be traded at any time for...
Maybe there kinda is background-opacity?
15.12.2021
I was reading Jake’s “Cross-fading any two DOM elements is currently impossible” which is a wonderfully nerdy deep dive into how there is no real way to literally cross-fade elements. Yeah, you can animate both of their opacities, but even …
I’m confused about Static Site Generators. Are they only for informational sites where I can’t log in or display any dynamic data?
14.12.2021
(This is a sponsored post.)
I got this question from a listener the other day. Fair question, I’d say. The word “Static” in “Static Site Generator” is at-odds with the word “Dynamic.” It seems to imply that the website …
Gamesta CEO Spencer Tarring Talks About GameFi, Metaverse and How the Guild Fits in the Grand Plan
13.12.2021
Gamesta is the smart contract-based guild enabling investors to connect and empower thousands of underprivileged players throughout the world. Gamesta Guild believes the value of any game is created by the network of players playing it. Each player, regardless of their wealth or means, represents...
Ascendex Hacked — Exchange Loses $77 Million in ERC20, BSC, Polygon Tokens
12.12.2021
Ascendex, a cryptocurrency exchange, suffered a security breach that allowed hackers to take control of some of the wallets of the exchange. The attack focused on hot wallets, where funds are kept as a buffer to tend to customers’ withdrawals. The company announced that it would reimburse...
GoCrypto Reveals a Protocol That Revolutionizes Digital Payments
7.12.2021
PRESS RELEASE. LJUBLJANA, SLOVENIA: The GoCrypto project always strives to bring crypto payments into the mainstream. The upgraded solution dubbed GoCrypto 2.0 enables true decentralized payments where the merchant can accept virtually any currency and receive the settlement in its desired crypto...
Ain’t No Party Like a Third Party
3.12.2021
I’d like to tell you something not to do to make your website better. Don’t add any third-party scripts to your site.
That may sound extreme, but at one time it would’ve been common sense. On today’s …
Dock Life: Using Docker for All The Things!
1.12.2021
I think if you’re a DevOps person in any capacity, the utility of Docker is very clear. Your things run in containers that are identical everywhere. Assuming Docker is working/running, the code will execute in a reliably consistent way whether …
Mexico’s Third Richest Man Advises Buy Bitcoin Now — Says US Looking Increasingly Like Third World Country
26.11.2021
Mexico’s third-richest billionaire, Ricardo Salinas Pliego, has advised investors to “buy bitcoin right now.” He explained that the U.S. is “looking more and more like any other irresponsible third world country.” Ricardo Salinas Pliego on US Economy and Bitcoin...
Australian Senator says DeFi is 'not going away any time soon'
22.11.2021
The Liberal Party Senator commented that DeFi “presents huge opportunities” for Australia to cement its place as a “front-runner for innovation.”
El Salvador to Issue $1 Billion Bitcoin Bond to Fund ‘Bitcoin City’
21.11.2021
President Nayib Bukele, of El Salvador, announced yesterday he would issue a $1 billion “Bitcoin Bond” to build the first Bitcoin City in the world. The city would feature no taxes of any kind except VAT, and it would be carbon neutral, with most of the energy powering it coming from...
Funganomics Completes Its First Seed Investment Round to Accelerate Development of the NFT and Gaming Ecosystem
21.11.2021
PRESS RELEASE. The Ethereum-based solution will be a premier, bespoke online community, bringing together NFT investors, partners, play-to-earn gamers and developers. While new NFT and PTE gaming sites are being deployed seemingly everyday, few if any have tied together in a seamless, intuitive...
‘Big Short’ Investor Michael Burry Says ‘I’ve Never Shorted Any Cryptocurrency’ — Warns of the Biggest Bubble
16.11.2021
Hedge fund manager Michael Burry, famed for forecasting the 2008 financial crisis, says that he has never shorted any cryptocurrency. He further warned that the current bubble is the biggest one. Michael Burry on Bubbles and Shorting Cryptocurrencies Famous investor and founder of private...
Interactive Rebase: Clean up your Commit History
12.11.2021
Interactive Rebase is the Swiss Army knife of Git commands: lots of use cases and lots of possibilities! It's really a great addition to any developer's tool chain, because it lets you revise your local commit history—before you share your work with the rest of the team. Let's see what you can...
Ripple Launching Liquidity Hub Despite SEC Lawsuit Over XRP
11.11.2021
Amid an ongoing lawsuit with the U.S. Securities and Exchange Commission (SEC) over XRP, Ripple is launching a new product, Liquidity Hub, which aims to be “a one-stop shop for enterprises to source any tokenized asset.” The product “will allow customers to seamlessly access...
Polygon Deploys Fiat on-Ramps via Alchemy Pay, Enabling Direct Fiat Payments for DeFi
9.11.2021
Polygon, an Ethereum scaling platform onboarding millions to Web3, has announced the addition of convenient and flexible fiat payment onramps for the Polygon Network, thanks to a new partnership with Alchemy Pay. Alchemy Pay will create a bridge between fiat and crypto payments by embedding into...
Array.prototype.at
8.11.2021
Working with arrays is an essential skill in any programming language, especially JavaScript, as we continue to rely on external data APIs. JavaScript has added methods like find and `findIndex recently, but one syntax I love from languages like Python is retrieving values by negative indexes. When...