Search
Helpful Tips for Starting a Next.js Chrome Extension
10.2.2022
I recently rewrote one of my projects — Minimal Theme for Twitter — as a Next.js Chrome extension because I wanted to use React for the pop-up. Using React would allow me to clearly separate my extension’s pop-up component and …
Helpful Tips for Starting a Next.js Chrome Extension originally...
A Chrome Extension for Cloudinary That Helps You Pluck Out Useful Media URLs From Your Library Quickly
10.2.2022
(This is a sponsored post.)
Cloudinary is a host for your digital assets like images and video. If you don’t already know them, you should, because you can build it into the asset management you almost certainly need to …
A Chrome Extension for Cloudinary That Helps You Pluck...
Ukrainian Volunteer Groups Accept Bitcoin Donations Amid Tensions With Russia, Study Finds
10.2.2022
Non-government and volunteer organizations collecting funds to support Ukrainian forces have been accepting donations in cryptocurrency, a new report has unveiled. The findings have been published amid heightened tensions with Russia, which has been accused of amassing troops at the border with...
Puerto Rican Treasury Department Aims to Tax NFT Sales
10.2.2022
The Treasury Department of Puerto Rico has published a working document that amends the current “Sales and Usage Tax” to include NFT sales. While this proposal has yet to be approved, experts believe the inclusion of NFTs in this reform brings validation to the asset class, but also...
Global Crypto and Blockchain Investments Soared in 2021, Rising 5.5X to $30 Billion
10.2.2022
A new report by one of the Big Four accounting firms, KPMG, reveals that investment in the crypto and blockchain space grew 5.5 times the previous year to more than a record $30 billion in 2021. KPMG called 2021 a “Blockbuster year for crypto and blockchain.” ‘Blockbuster Year...
SVGcode for “Live Tracing” Raster Images
9.2.2022
Say you have a bitmap graphic — like a JPG, PNG, or GIF — and you wish it was vector, like SVG. What do you do? You could trace it yourself in some kind of design software. Or tools within …
SVGcode for “Live Tracing” Raster Images originally published on CSS-Tricks. You should...
How to Make CSS Slanted Containers
9.2.2022
I was updating my portfolio and wanted to use the forward slash (/) as a visual element for the site’s main layout. I hadn’t attempted to create a slanted container in CSS before, but it seemed like it …
How to Make CSS Slanted Containers originally published on CSS-Tricks. You should...
No Motion Isn’t Always prefers-reduced-motion
8.2.2022
There is a code snippet that I see all the time when the media query prefers-reduced-motion is talked about. Here it is:
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms...
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...
Netlify Has Scheduled Functions
8.2.2022
(This is a sponsored post.)
Hey! Scheduled Functions are cool! Think of them like a CRON job. I want this code to run every Monday at 2pm. I want this code run every hour on the hour. That kind …
Netlify Has Scheduled Functions originally published on CSS-Tricks. You should get...
Crypto Lobbying in the US Jumped 116% in 12 Months With $9.56 Million Spent in 2021
8.2.2022
Cryptocurrency and blockchain firms are concerned about the future legislation revolving around the cryptocurrency industry and money spent on lobbying cemented this fact. A recently published study indicates that money spent on crypto lobbying jumped 116% in 12 months with $9.56 million leveraged...
Using Different Color Spaces for Non-Boring Gradients
7.2.2022
A little gradient generator tool from Tom Quinonero. You’d think fading one color to another would be an obvious, simple, solved problem — it’s actually anything but!
Tom’s generator does two things that help make a gradient better:
You
…
Using Different Color Spaces...
CSS Scroll Snap Slide Deck That Supports Live Coding
7.2.2022
Virtual conferences have changed the game in terms of how a presenter is able to deliver content to an audience. At a live event it’s likely you just have your laptop, but at home, you may have multiple monitors so …
CSS Scroll Snap Slide Deck That Supports Live Coding originally published...
Federal Reserve Bank of Boston and MIT Release Central Bank Digital Currency Research and Open-Source Code
5.2.2022
The Federal Reserve Bank of Boston and the Massachusetts Institute of Technology (MIT) have jointly published the initial findings of their central bank digital currency (CBDC) research. They also published the open-source code for the CBDC project. Boston Fed and MIT Publish Initial Findings...
A Deep Introduction to WordPress Block Themes
4.2.2022
The relatively new WordPress editor, also known as the WordPress Block Editor, always under development via the Gutenberg plugin, has been with us since 2018. You can use the block editor on any WordPress theme, provided the theme …
A Deep Introduction to WordPress Block Themes originally...
Jump Crypto Replaces $320 Million in Ethereum Taken From Wormhole Exploit
4.2.2022
On February 2, 2022, the Wormhole Network’s ethereum ↔ solana bridge was exploited for 120,000 WETH (wrapped ethereum) worth $320 million and the following day, the team explained that “all funds have been restored and Wormhole is back up.” The team has also said...
Building a newbie-friendly codebase
3.2.2022
Pedro Santos suggests:
Using naming conventions such that you can learn them once and apply them everywhere
Unidirectional data flows. Make it easy to follow the app flow.
No magic numbers. I’d add they are even worse in CSS
…
Building a newbie-friendly codebase originally published...
Yield App Assets Grow 40% Over Q4 as Platform Passes Armanino Audit
3.2.2022
PRESS RELEASE. ESTONIA — 03 FEBRUARY 2022 — Yield App, a FinTech company and digital asset wealth management platform, has published its 2021 Q4 report, showing the firm continuing on a strong growth trajectory that saw its managed assets grow by 40% from Q3 to reach $475 million....
The Making of Atomic CSS: An Interview With Thierry Koblentz
3.2.2022
I interviewed Thierry Koblentz, creator of Atomic CSS, to understand the history and background that led to making of the popular CSS framework. Thierry, now retired, has vast experience writing CSS at large scale and has previously worked …
The Making of Atomic CSS: An Interview With...
Fidelity Discusses Future of Crypto Ecosystem — Says Bitcoin Is ‘a Superior Form of Money’
3.2.2022
Fidelity Digital Assets has released a report explaining why bitcoin is a superior form of money. The report discusses the future of the digital asset ecosystem and compares bitcoin to newer and smaller cryptocurrencies. Fidelity Says ‘Bitcoin First’ Fidelity Digital Assets,...