mukundjha_mj Profile Banner
Mukund Jha Profile
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
Don't wanna be here? Send us removal request.
@mukundjha_mj
Mukund Jha
4 months
πŸš€ 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
@mukundjha_mj
Mukund Jha
4 days
I now do daily coding until I get the job! πŸ’».
0
0
0
@grok
Grok
4 days
Join millions who have switched to Grok.
180
367
3K
@mukundjha_mj
Mukund Jha
7 days
πŸŽ‰ 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
@mukundjha_mj
Mukund Jha
7 days
βœ… 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
Tweet media one
0
0
3
@mukundjha_mj
Mukund Jha
8 days
βœ…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
Tweet media one
0
0
2
@mukundjha_mj
Mukund Jha
9 days
βœ…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
Tweet media one
0
0
2
@mukundjha_mj
Mukund Jha
10 days
βœ…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
Tweet media one
0
0
2
@mukundjha_mj
Mukund Jha
11 days
βœ…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
Tweet media one
0
0
2
@mukundjha_mj
Mukund Jha
12 days
βœ… Day 95 of #100DaysOfWebDev .Next.js + Prisma + Postgres with @100xDevs by @kirat_tw.β€’ Connected Postgres via Prisma.β€’ User schema + migrations.β€’ Signup API β†’ writes to DB.β€’ GET user οΏ½οΏ½οΏ½ fetch details.β€’ Optimized fetch β†’ query Prisma directly . #NextJS #Prisma #Postgres
Tweet media one
0
0
3
@mukundjha_mj
Mukund Jha
13 days
βœ…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
@mukundjha_mj
Mukund Jha
14 days
βœ…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
Tweet media one
0
0
1
@mukundjha_mj
Mukund Jha
15 days
βœ… 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
Tweet media one
0
0
3
@mukundjha_mj
Mukund Jha
16 days
βœ… 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
Tweet media one
2
0
11
@mukundjha_mj
Mukund Jha
17 days
βœ… 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
Tweet media one
0
0
1
@mukundjha_mj
Mukund Jha
18 days
βœ… 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
Tweet media one
0
0
2
@mukundjha_mj
Mukund Jha
19 days
βœ… 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
Tweet media one
3
0
16
@mukundjha_mj
Mukund Jha
20 days
βœ…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
Tweet media one
0
0
1
@mukundjha_mj
Mukund Jha
21 days
βœ…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
Tweet media one
0
0
1
@mukundjha_mj
Mukund Jha
22 days
βœ… 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
Tweet media one
0
0
1
@mukundjha_mj
Mukund Jha
23 days
βœ… 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
Tweet media one
0
0
0
@mukundjha_mj
Mukund Jha
24 days
βœ…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
Tweet media one
Tweet media two
0
0
0