clx.hashnode.devHow 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 Part Two, you’ll take things further by actually usin...Jul 3, 2025·9 min read
clx.hashnode.devHow to use tRPC and Tanstack Query in a Next.js ApplicationBuilding modern web applications often means juggling data fetching, type safety, and state management across the client and server. Next.js gives us a strong foundation, but developers still face a common challenge: how do you fetch and sync data be...Mar 1, 2025·7 min read
freecodecamp.orgHow to Move a Single Fly Machine and Volume to a New Region with flyctlFly.io allows users to deploy their applications to virtual machines in regions where their applications are mostly used. A Fly application can also be deployed to multiple regions. You may want to move your Fly application to a new region if you exp...Jul 18, 2024·6 min read
clx.hashnode.devReact Dark mode using TailwindCSSReact is a free, open-source SPA (Single Page Application) JavaScript framework for creating dynamic user interfaces. React also allows the creation of reusable user interfaces in web applications. CSS(Cascading Style Sheets) is used extensively in w...Nov 17, 2023·6 min read
openreplay.hashnode.devTheme your React Application using PrimerAdding themes to a web application has gained popularity recently. The users are given the option to switch amongst the different themes. The light and dark themes are the most typical ones to encounter. Primer is a React-based open-source design sys...Apr 28, 2023·5 min read