
Mukund Jha
@mukundjha_mj
Followers
45
Following
96
Media
100
Statuses
170
πΌ Full-Stack Developer (MERN) | MCAβ26 @ VIT | Passionate About AI, Web Dev & Startup Ideas | Programmer | Problem Solver
india
Joined June 2021
π Starting my #100DaysOfWebDev journey with @kirat_tw and the #100xDevs community!.π» Kicking off full-stack development β ready to level up, build real-world projects, and stay consistent for 100 days straight. π
Letβs gooo! #100DaysOfCode #LearnBuildGrow #SelfEvaluation.
0
0
4
π Day 100/100 β Web Dev Journey Complete!.Started scared of backend β now itβs the first thing I build. Lesson: Time is Powerful. Consistency > motivation. Ignore the βwhat ifs.β Head down, keep going, stack skills. Thanks @100xDevs & @HarkiratSingh . #LearningJourney.
3
0
8
β
Day 100 of #100DaysOfWebDev .Learned about monorepos with @100xDevs and @kirat_tw .β’ Single repo for frontend + backend .β’ Pros: shared code, centralized tooling, faster CI with caching.β’ Cons: extra complexity .Focusing on Turborepo today . #Monorepo #Turborepo #DevTools
0
0
3
β
Day 99 of #100DaysOfWebDev .Deep dive into NextAuth with @100xDevs and @kirat_tw :.β’ [. nextauth] = catch-all routes.β’ Providers β OAuth / Email / Credentials.β’ useSession() (client) vs getServerSession() (server).β’ Custom signin UI . #NextJS #NextAuth #100DaysOfCode
0
0
2
β
Day 98 of #100DaysOfWebDev .Learnt about NextAuth.js today with @100xDevs by @kirat_tw. β’ External providers β Auth0, Clerk, Firebase.β’ NextAuth supports email, Google, FB & more.β’ LocalStorage + JWT? Fine in Express, messy in Next.js.#NextAuth #NextJS #100DaysOfCode
0
0
2
β
Day 97 of #100DaysOfWebDev.Next.js SSG + Hydration with @100xDevs by @kirat_tw.β’ SSG β HTML built at build time.β’ Hydration β React makes static HTML interactive.β’ Without it β page looks fine but dead.β’ Watch: ) causes hydration mismatch. #NextJS
0
0
2
β
Day 96 of #100DaysOfWebDev .Next.js + Prisma with @100xDevs by @kirat_tw.β’ Prisma singleton β stable DB client.β’ (auth) route groups β clean URLs.β’ [id] dynamic routes β /post/1.β’ Server component fetching posts with axios. #NextJS #Prisma #100DaysOfCode #100xDevs
0
0
2
β
Day 94 of #100DaysOfWebDev .Revision day with @100xDevs by @kirat_tw.β’ Next.js = full-stack in one place.β’ Client vs server fetch β SSR wins.β’ loading.tsx = smooth loaders.β’ API routes + signup flow. All stitched together π‘.#NextJS #ReactJS #100DaysOfCode.
1
0
2
β
Day 93 of #100DaysOfWebDev .Next.js loaders + API routes with @100xDevs by @kirat_tw.β’ loading. β skeleton while async ops resolve.β’ API routes β backend inside Next.js.β’ Built signup page with axios + useRouter.β’ Backend POST /api/user for signup. #NextJS #100DaysOfCode
0
0
1
β
Day 92 of #100DaysOfWebDev .Next.js backends + data fetching with @100xDevs by @kirat_tw.β’ Full-stack: same codebase for FE & BE.β’ No CORS, easier deployment.β’ React β client-side fetch = waterfalling.β’ Next.js β server-side fetch = faster + SEO. #NextJS #100DaysOfCode
0
0
3
β
Day 91 of #100DaysOfWebDev .Learning Next.js with @100xDevs by @kirat_tw.β’ Next.js offerings.β’ Bootstrapped a Next app.β’ File-based routing.β’ Styled sign-in page.β’ SSR for SEO & performance.β’ Layouts for shared UI. #NextJS #ReactJS #100DaysOfCode #100xDevs #BuildInPublic
2
0
11
β
Day 90 of #100DaysOfWebDev .Started Next.js with @100xDevs by @kirat_tw.Why Next.js?.β’ Built-in API routes.β’ File-based routing.β’ SEO via SSR & SSG.β’ Fixes the waterfalling problem. React is great, but Next.js makes it faster, more SEO-friendly.#NextJS #SEO #100DaysOfCode
0
0
1
β
Day 89 of #100DaysOfWebDev.Learning Prisma + Express w/ @100xDevs by @kirat_tw .β’ Generated Prisma client.β’ Built my first app.β’ Added relationships.β’ Wrote Todo CRUD functions.β’ Integrated into Express API. #Prisma #ExpressJS #Backend #100DaysOfCode #PostgreSQL #100xDevs
0
0
2
β
Day 88 of #100DaysOfWebDev.Learning Prisma with @100xDevs by @kirat_tw.β’ Installed Prisma & picked DB (PostgreSQL).β’ Defined models in schema.prisma.β’ Added User & Todo tables (no relationships yet).β’ Migrated DB:. npx prisma migrate dev. #Prisma #ORM #100DaysOfCode
3
0
16
β
Day 87 of #100DaysOfWebDev.Learned with @100xDevs by @kirat_tw :.ORMs.β’ What & why (cleaner, DB-agnostic, less boilerplate).β’ Prisma β modern ORM for Node.js w/ type-safe client. Revised: SQL relationships, foreign keys, transactions & joins. #Prisma #ORM #100DaysOfCode
0
0
1
β
Day 86 of #100DaysOfWebDev.Learned with @100xDevs by @kirat_tw :.Relationships.β’ MongoDB (embed) vs SQL (tables + FKs).β’ users & addresses schema.β’ Transactions for consistency.Joins.β’ INNER, LEFT, RIGHT, FULL.β’ Benefits: speed, cleaner logic.#Backend #PostgreSQL #100xDevs
0
0
1
β
Day 85 of #100DaysOfWebDev.π» Learned w/ @100xDevs by @kirat_tw :.β’ Queries from Node.js.β’ Built a Todo app w/ PostgreSQL.β’ SQL injection prevention.π Revised:.β’ SQL vs NoSQL.β’ Why SQL?.β’ DB creation, schema, CRUD.#Backend #PostgreSQL #Nodejs #100xDevs #100DaysOfCode
0
0
1
β
Day 84 of #100DaysOfWebDev.π Finished the Microservices Uber Backend Project.π§ Learned:.β’ SQL vs NoSQL.β’ Why SQL?.β’ PostgreSQL basics.β’ Created DB, defined schema, and performed CRUD.with @100xDevs by @kirat_tw.#Backend #PostgreSQL #WebDevelopment #BackendDevelopment
0
0
0
β
Day 83 of #100DaysOfWebDev.π οΈ Integrated RabbitMQ for async microservices (Uber Clone).π¬ Ride β RabbitMQ β Captain via new_ride queue.π‘ Long Polling for real-time updates.π Ride accepted β notify user via ride_accepted.#Backend #RabbitMQ @sheryians_ #buildinpublic
0
0
0