How to use tRPC, Tanstack Query, and Supabase in a Next.js ApplicationIn Part One of this series, you set up tRPC, TanStack Query, and Zod in a Next.js application. You were able to fetch and display Posts from JSONPlaceholder API with full TypeScript safety. Now in ParFeb 27, 2026·11 min read·15K
Build a Fullstack serverless application using React, Chakra UI, Hookstate, and SupabaseFeb 26, 2023·11 min read·34K
Mutation and References in RustRust is immutable by default, which implies that once a variable is declared, it cannot be modified. Understanding mutation in Rust is crucial since it contributes to a deeper understanding of the language. We will discuss how mutability and referenc...Feb 3, 2023·3 min read·1.7K
Frontend: Build a Fullstack DAPP on NEAR using Rust, Near-API-Js, React & Chakra-UIIntroduction This is the second part of building a fullstack decentralized application on the NEAR blockchain. To follow along, find the first part here. In this section, we will create the frontend of our application and interact with the smart cont...Jan 25, 2023·9 min read·1.4K
Smart Contract: Build a Fullstack DAPP on NEAR using Rust, Near-API-Js, React & Chakra-UIIntroduction As we may already know, the web is evolving, with the existence of blockchain, decentralized applications (dApp), decentralized autonomous organization (DAO), and web3. The NEAR blockchain is one of several blockchain networks available....Jan 25, 2023·12 min read·1.6K
Rust 101 - Understanding the Basic Concepts of RustAs you may already know, Rust has a steep learning curve, which makes it difficult to learn. What if I told you there's a simpler way to learn Rust? The approach is to understand how data is stored and certain behaviors in Rust rather than learning e...Jan 8, 2023·4 min read·1.1K