Staying continent while preparing for a job in tech has been really tough, so I'm starting a #30DaysOfCode challenge inspired by #100DaysOfCode I saw on @tailwiinder page.
Will mostly be focusing on learning and building backend-oriented projects.
Any suggestions are welcome :)
Saw a post by @ybhrdwj recreating the soundtrack of Indian barbershops, and it reminded me of another core memory.
So I built a version for Indian bus journeys ππ.
Pure nostalgia.
https://t.co/JEpqb1x3wB
I made a website that plays bangers from indian barbershops
before you became fancy and started visiting salons. you once went to a 'saloon'. βΉ20 haircuts. simple hairstyles with music that could fix your soul.
https://t.co/j3E8VfwiUU
Saw a post by @ybhrdwj recreating the soundtrack of Indian barbershops, and it reminded me of another core memory.
So I built a version for Indian bus journeys ππ.
Pure nostalgia.
https://t.co/JEpqb1x3wB
Saw a post by @ybhrdwj recreating the soundtrack of Indian barbershops, and it reminded me of another core memory.
So I built a version for Indian bus journeys ππ.
Pure nostalgia.
https://t.co/JEpqb1x3wB
Saw a post by @ybhrdwj recreating the soundtrack of Indian barbershops, and it reminded me of another core memory.
So I built a version for Indian bus journeys ππ.
Pure nostalgia.
https://t.co/JEpqb1x3wB
Saw a post by @ybhrdwj recreating the soundtrack of Indian barbershops, and it reminded me of another core memory.
So I built a version for Indian bus journeys ππ.
Pure nostalgia.
https://t.co/JEpqb1x3wB
Day 2 | #30DaysOfCode
Today I learned:
β’ What ORMs are and why they simplify database interactions
β’ Setting up and configuring Prisma
β’ Setting up Drizzle ORM and defining schemas
β’ Making API requests and handling responses
Also this too https://t.co/47hnoQCuCR
Day 1 | #30DaysOfCode
Today I learned authentication with Better Auth and implemented sign up, sign in, sign out functionality for a project I'm working on. It was a good introduction to handlingauthentication and understanding how the auth flow works in a Next.js application.
Day 1 | #30DaysOfCode
Today I learned authentication with Better Auth and implemented sign up, sign in, sign out functionality for a project I'm working on. It was a good introduction to handlingauthentication and understanding how the auth flow works in a Next.js application.
Staying continent while preparing for a job in tech has been really tough, so I'm starting a #30DaysOfCode challenge inspired by #100DaysOfCode I saw on @tailwiinder page.
Will mostly be focusing on learning and building backend-oriented projects.
Any suggestions are welcome :)
I also learned about React's useActionState. Before today, I had no idea there was a different way to handle form submissions using Server Actions instead of the traditional client-side approach. It made form handling feel much cleaner and easier to manage.