How to Build Digital Credentials using Solana Attestation Service
Learn how to build digital credentials using Solana Attestation Service, a new feature in Solana that allows you to create and verify digital credentials.
All of my long-form thoughts on programming, open source, infrastructure, and more, collected in chronological order.
Learn how to build digital credentials using Solana Attestation Service, a new feature in Solana that allows you to create and verify digital credentials.
Next 16 is the latest version of Next.js, it is a major release that brings many new features and improvements.
Learn how to build a React frontend that interacts with Solana smart contracts using Anchor, a framework for building Solana smart contracts.
Explore the latest features in React 19.2, including the new Activity component for controlling app visibility and performance, and useEffectEvent for handling external system events.
Web performance describes how fast or slow a web app is. It is crucial to application development. A highly optimized web app is quick, appeals to users' experience, and leads to improved product conversion rates and high search engine ranking.
React Server Components (RSC) represent a paradigm shift in how we build React applications. Released as an experimental feature in December 2020, RSCs are now a core part of the React ecosystem, especially with the rise of frameworks like Next.js that leverage this technology. In this blog, we'll explore some of the best technical resources on React Server Components, complete with code examples to help you understand the concepts better.
useOptimistic is a React hook that allows you to make your app feel instant.