All Posts
Common Next.js Mistakes
June 16, 2025
A deep dive into real-world mistakes I made when learning Next.js — and how to fix them.
Git Workflow for Junior Developers
June 15, 2025
A detailed step-by-step Git workflow guide with best practices, from cloning to handling PR reviews and merge conflicts.
Web Accessibility
June 14, 2025
Building websites for everyone — including users with visual, hearing, motor, or cognitive impairments.
Common Mistakes with useState and useEffect in React
June 13, 2025
Learn to avoid frequent pitfalls when using useState and useEffect with practical fixes and patterns.