A collection of my blog posts related to software development.
Ctrl + K
•
•
•
Sorting and Filters
•3 min read
Published
Fixing Event Propagation Issues with shadcn Dialog Inside Next.js Links
Learn how to fix the frustrating issue of shadcn Dialog components triggering unwanted navigation when placed inside Next.js Link components, using a reusable PropagationStopper component.
Learn how to quickly set up FontAwesome icons in your React project. Follow these simple steps to install the necessary packages and add icons to your components. Enhance your app with professional icons effortlessly!
Learn how to enhance the security of your Next.js applications by implementing password hashing with bcrypt. This guide covers the essentials of setting up bcrypt, hashing passwords, and verifying hashed passwords in a Next.js project.
Learn the basics of C# programming, from installation to creating your first program. Discover why C# is a versatile and powerful language for developing various applications.