Posts
All the articles I've posted.
Building an audio Transcription App with Next.js
Updated: at 07:48 PMLearn to build an audio transcription app using Next.js, OpenAI's API, TypeScript, and Tailwind
File Upload with Next.js 14 and Server Actions
Updated: at 06:02 AMLearn how to handle file uploads in Next.js 14 using Server Actions, simplifying backend integration directly in your React components
How to test React apps with Vitest and Vite
Updated: at 06:22 AMLearn how to set up and use Vitest for testing React apps with Vite, making your testing process simple and efficient
How to Build a Simple File Browser with Tauri
Updated: at 07:07 AMLearn to build a simple File Browser using Tauri, React, and TypeScript with this step-by-step tutorial, complete with code and video guide
What's New in React 19: Action Hooks
Published: at 03:52 PMHow To Make HTTP Requests from Tauri
Published: at 05:58 PMLearn to add HTTP requests in Tauri apps with Vite and React - a simple guide for desktop app development with HTTP support