#blogswithcc
Read more stories on Hashnode
Articles with this tag
Artificial Intelligence (AI) has been a buzzword for years, but it’s only recently that I’ve truly experienced its transformative power. Today, I...
Introduction: Recently, I started using Cursor, and it has been a helpful addition to my coding tools. If you’re familiar with VS Code, you’ll find...
Recently, I deployed my Next.js project on Vercel, and it was surprisingly easy. If you're new to deploying Next.js apps, here's how I did it: 1....
Hey everyone! Today, I want to talk about Next.js and React, two popular JavaScript frameworks that I've worked with on several projects. If you're...
Introduction As someone who's always been fascinated by technology, I recently had the chance to explore Claude AI, and I have to say, it's blown me...
Redux is a popular library for managing application state. When combined with React, it simplifies state management by providing a central store that...