A Movie Carousal...
Features i added -
-Hover popup cards like Netflix
-Hidden scrollbar smooth scrolling
-Horizontal scroll with navigation buttons
Its take so time to sweat every detail of it.
Spent hours debugging why my Next.js app works on localhost but keeps failing on Vercel.
Turns out useSearchParams() needs a <Suspense> wrapper or it crashes during static generation at build time
Works fine in dev mode because dev skips static generation.
Missed Day 2 update 😅
-- Worked on the Searchbar feature in my project but and error showed up.
--Learning about Express.js. Routes (get,put,post,delete).
Consistency > perfection 🚀
Quick question for Devs/Designers.
I want to start recording my projects for demos / portfolio / posting online, but not sure which screen recorder to use.
Thinking about OBS… but heard it has a learning curve. What do you all use? Any suggestions?
I started learning Node.js.
it runs on a single thread but somehow handles multiple things at once using the event loops.
It has many built-in modules like fs,path,https,crypto.