Search
Add-to-Calendar Button UI Widget
17.2.2022
A useful little UI widget thingy here from Jens Kuerschner. Click the add-to-calendar button, get a list of calendar apps, the user selects which one they actually use, and they get what they need for that calendar. Could be a …
Add-to-Calendar Button UI Widget originally published...
An Auto-Filling CSS Grid With Max Columns of a Minimum Size
16.2.2022
Within Drupal 10 core, we’re implementing a new auto-filling CSS Grid technique that I think is cool enough to share with the world.
The requirements are:
The user specifies a maximum number of columns. This is the auto-filling grid’s “natural”
…
An Auto-Filling CSS Grid With Max Columns...
Getting Started With the File System Access API
14.2.2022
The File System Access API is a web API that allows read and write access to a user’s local files. It unlocks new capabilities to build powerful web applications, such as text editors or IDEs, image editing tools, improved …
Getting Started With the File System Access API originally...
Kirobo CEO Asaf Naim Explains How Building a Safety Net for DeFi Users Will Make It Bigger Than Ever
10.2.2022
Kirobo is a decentralized application developer building out a suite of services focused on DeFi security and usability. With a $5 million investment from Digimax in 2021, Kirobo works to make decentralized finance as accessible and user-friendly as regular online banking. Kirobo is the proud...
NFT prices misfire as OpenSea daily active user volume drops 30% in a week
10.2.2022
OpenSea closed out over $1.3 billion in sales in the last seven days, yet the number of daily active users on the platform dropped by more than 30%
Replace JavaScript Dialogs With the New HTML Dialog Element
8.2.2022
You know how there are JavaScript dialogs for alerting, confirming, and prompting user actions? Say you want to replace JavaScript dialogs with the new HTML dialog element.
Let me explain.
I recently worked on a project with a lot of …
Replace JavaScript Dialogs With the New HTML Dialog...
Dying Light 2, As Told By Steam Reviews
8.2.2022
Dying Light 2 was released last week and quickly became one of the most popular games on Steam, at one point hitting over 240,000 concurrent players. The open-world zombie RPG is the follow-up to the also successful Dying Light, launched back in 2016. And while game critics have had some mixed...
User Registration and Auth Using Firebase and React
2.2.2022
The ability to identify users is vital for maintaining the security of any applications. Equally important is the code that’s written to manage user identities, particularly when it comes to avoiding loopholes for unauthorized access to data held by an …
User Registration and Auth Using...
Binance user protection insurance fund reaches $1B valuation
1.2.2022
Binance started the Secure Asset Fund for Users (SAFU) in 2018 by allocating 10% of the trading fee
Crypto Exchange Binance Restricts 281 Nigerian Accounts — Some Requested by International Law Enforcement
31.1.2022
Cryptocurrency exchange Binance has restricted 281 Nigerian user accounts. Citing user security and fraud prevention, CEO Changpeng Zhao explained that “approximately 38% of these cases [are] restricted at the request of international law enforcement.” 281 Nigerian Accounts Restricted...
Crypto Tech Trends in 2022: UX, Scalability, Metaverse Applications, and Bitcoin Integrations
30.1.2022
____
_____
It may have given birth to an entire culture and industry, but at its core cryptocurrency remains nothing but technology. Its primary innovation was a technological means of verifying transactions in a decentralized network, and it will continue to evolve and thrive to the extent that...
Introducing Next Earth: The User-Governed Metaverse
22.1.2022
2022 is ramping up to a buzzing year for the metaverse. Upcoming projects like Next Earth aim to usher in a new era of user-governed virtual worlds. Next Earth is a metaverse that uses blockchain technology to manage virtual land NFTs on a 1:1 replica with Earth. This allows users to buy, sell,...
Hoo AMM Pool Launched, New Access to Increase User Yields
21.1.2022
PRESS RELEASE. According to Hoo users who participated in AMM (Automated Market Maker) test, each liquidity pool of Hoo has listed quantitative data, such as total liquidity, 24H transaction fee, 1 day and 7 days annualized return for users’ reference. Compared to on-chain DEX providing liquidity...
Crypto.com Reveals 483 Accounts Compromised in Recent Hack — $34 Million in Bitcoin, Ether Stolen
20.1.2022
Crypto.com has revealed that 483 user accounts were compromised in the recent hack that resulted in unauthorized withdrawals of about $34 million in cryptocurrencies, including bitcoin and ether. Nonetheless, the company stressed that customer funds were never at risk. Crypto.com’s Hack...
Crypto.com shares details on security breach: 483 accounts compromised
20.1.2022
Approximately $33.8 million in crypto assets were stolen from Crypto.com following a security breach on Monday
SCRT Labs Launches $400 Million Fund to Bolster Privacy Network’s Ecosystem and Application Layer
19.1.2022
On Wednesday, the Secret Network announced the launch of a $400 million fund in order to expand the application layer and provide grants to ecosystem participants that accelerate user adoption. The market capitalization for the network’s native token SCRT is the third-largest privacy-centric...
Making a Site Work Offline Using the VitePWA Plugin
18.1.2022
The VitePWA plugin from Anthony Fu is a fantastic tool for your Vite-powered sites. It helps you add a service worker that handles:
offline support
caching assets and content
prompting the user when new content is available
…and other goodies!
…
Making a Site Work Offline Using the VitePWA...
Hacker Steals USD 15M from Crypto.com, Say Analysts; Platform Claims User Funds Weren't Lost
18.1.2022
Major crypto platform Crypto.com has lost millions of dollars in crypto in yesterday’s attack, claim analysts, while the platform's CEO is assuring the public that customer funds have not been lost.
Crypto.com CEO Kris Marszalek tweeted “some thoughts” on Tuesday regarding the event of...
Revolut Launches Banking Services in Spain Featuring Deposit Insurance
14.1.2022
Revolut, a leading fintech platform and neobank, has received a special banking license to operate in Spain. User deposits are now insured up to €100K, with the coverage being provided by Deposit and Investment Insurance, a Lithuanian state company. The company, which now has over 800,000...
Immediately Executing setInterval with JavaScript
14.1.2022
Employing setInterval for condition polling has really been useful over the years. Whether polling on the client or server sides, being reactive to specific conditions helps to improve user experience. One task I recently needed to complete required that my setInterval immediately execute and then...