Search
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,...
Building a Scrollable and Draggable Timeline with GSAP
2.2.2022
Here’s a super classy demo from Michelle Barker over on Codrops that shows how to build a scrollable and draggable timeline with GSAP. It’s an interesting challenge to have two different interactions (vertical scrolling and horizontal dragging) be tied together …
Building...
Bitcoin Mining Report Shows Network’s Emissions Account for 0.08% of the World’s CO2
2.2.2022
During the last year, Bitcoin — the cryptocurrency network that leverages proof-of-work (PoW) to process transactions and secure the protocol — has received a lot of criticism about its environmental impact. This week, the cryptocurrency firm Coinshares published a report that shows...
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...
“Evergreen” Does Not Mean Immediately Available
1.2.2022
I have a coworker who is smart, capable, and technologically-literate. Like me, they work on the web full-time.
When they are sharing their screen in a meeting, I find myself disassociating fixating on the red update button in their copy …
“Evergreen” Does Not Mean Immediately Available...
Metaphors We Web By
1.2.2022
Maggie Appleton gets into what is perhaps the foremost metaphor the web is founded on: paper.
Paper documents were the original metaphor for the web. […]
The page you’re reading this on still mimics paper. We still call it
…
Metaphors We Web By originally published...
Notes on Reverse-Scrolling Columns With CSS Scroll-Timeline
31.1.2022
Lemme do this one quick-hits style:
Mary Lou published a quintessentially-Codrops-y demo called Alternate Column Scroll.
The scrolling effect is powered by Locomotive Scroll, which we’ve coincidentally covered before.
Bramus has been exploring native CSS scrolling effects
…
Notes...
The Relevance of TypeScript in 2022
31.1.2022
It’s 2022. And the current relevance of TypeScript is undisputed. TypeScript has dominated the front-end developer experience by many, many accounts. By now you likely already know that TypeScript is a superset of JavaScript, building on JavaScript by adding …
The Relevance of TypeScript...
The Optional Chaining Operator, “Modern” Browsers, and My Mom
30.1.2022
Jim Nielsen’s mom couldn’t open a website. Jim worked on confirming the issue and documented how he got to the bottom of it:
“[…] well it can’t be a browser issue. It’s not like my Mom is using Internet Explorer!
…
The Optional Chaining Operator, “Modern” Browsers,...
Hacker Siphons $80 Million From Qubit Cross-Chain Bridge, Largest Defi Exploit of 2022 to Date
28.1.2022
Findings stemming from a recent report published by the security-focused blockchain firm Certik indicate that the Binance smart chain ↔ Ethereum bridge called Qubit has been hacked for $80 million. Data shows on January 27, 2022, an attacker siphoned a number of tokens from an exploit...
Git: Switching Unstaged Changes to a New Branch
28.1.2022
I’m always on the wrong branch. I’m either on master or main working on something that should be on a fix or feature branch. Or I’m on the last branch I was working on and should have cut a new …
Git: Switching Unstaged Changes to a New Branch originally published...