Posts
All the articles I've posted.
How 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
Go is Great!
Updated: at 03:23 PMExplore Go's software development simplicity: minimal syntax, robust tools, programming fundamentals. Improve skills through real-world coding challenges
How To Use rerender in React Testing Library
Updated: at 06:59 AMLearn how to use rerender from React Testing Library to test the effect of prop changes.
The right way to create utility functions in TypeScript
Updated: at 03:55 PMA Brief History of Web Development
Published: at 11:16 AMTaking a moment to appreciate where web development started for me and how amazing it is right now.
Your Guide to Testing React Components
Published: at 09:21 AMMaster React component testing with this guide on Enzyme-RTL conversion, prop testing, hooks, DOM structures, and optimization