aboutprojectsblogbitsuses
aboutprojectsblogbitsuses

Learn with me

Explore my blog posts where I share insights, tutorials, and experiences on web development and web designing. Discover tips, best practices, and the latest trends in tech to help you build better and smarter projects.

Form Handling in React 19: The Modern, Minimal, and Reliable Way

Discover how to build modern, type-safe forms in React 19 using useActionState and Zod.

Jun 30, 2025  ⋅  React.js

New JavaScript Features in ES2025

Discover 9 new JavaScript features in ES2025 with real-world examples. From smarter imports and iterator helpers to regex upgrades and promise improvements, see how these updates can simplify your code.

Jun 23, 2025  ⋅  javascript

Accessibility-First Frontend

Learn how to design and develop accessible web applications with an accessibility-first approach. Designing for screen readers, motion sensitivity, and contrast preferences.

Jun 02, 2025  ⋅  web development

Optimizing Web Performance in 2025

Learn about optimizing web performance in 2025 for your Next.js applications.

May 30, 2025  ⋅  next.js

Partial Hydration and Island Architecture in Next.js

Learn about partial hydration and island architecture in your Next.js applications.

May 27, 2025  ⋅  next.js

Rust Essentials: Variables, Constants and the Magic of Shadowing

Explore Rust's variables, constants, and shadowing in this beginner-friendly guide to writing clean and safe code.

Apr 08, 2025  ⋅  rust

My Tech Stack in 2025

What tech-stack I'm using in 2025 for building my projects.

Mar 19, 2025  ⋅  web development

Building a Native HTML Dialog

Learn how to build a fully functional native HTML dialog with ease.

Feb 14, 2025  ⋅  web development

MDX-Based Blog with Next.js

Learn how to build an interactive and content-driven blog using Next.js and MDX.

Feb 10, 2025  ⋅  next.js