Day 28/200 🚀
Completed Next.js learning.
Also contributed to backend of a project + sent a demo to a client.
Learning → building → outreach.
#200DaysOfCode#BuildInPublic
Day 107/200 ✅
Smashed "The Feast of Many Beasts" on Codewars!
8 kyu string challenge: dish must start & end with the same letters as the beast (ignoring spaces/hyphens).
Momentum building on the road to OSCP 🔥
#Codewars#200DaysOfCode#OSCP
Day 26/200 🚀
Learned params & search params in Next.js.
Also sent demo websites to 5 potential clients.
Building + outreach mode ON.
Let’s see how it goes 🔥
#200DaysOfCode#BuildInPublic
Day 135/200: Solved-"All Nodes Distance K in Binary Tree" 🌳
Felt like a tough one at first. Had to convert the tree into a graph by tracking parent nodes, then applied BFS from the target to reach distance K.
#200DaysOfCode#LeetCode#Day135#CodingChallenge#strivers#A2ZDsa
Day 103/200 of coding 🔥
Just solved the "Isograms" kata on Codewars — a clean 7 kyu strings challenge checking for unique letters (case-insensitive).
No repeating characters? ✅ Done.
#Codewars#200DaysOfCode#PNPT#OSCP#CodingJourney
Day 25/200 🚀
Deep dived into Next.js today:
layouts, nested layouts, route groups, metadata, navigation, active links & more.
Starting to understand how scalable apps are structured.
#200DaysOfCode#NextJS#BuildInPublic
Day 22/200 🚀
Working on my RAG-based MERN project.
• Built routes & controllers
• Set up DB
Next: test auth → deploy → frontend.
Structured building mode 🔥
#200DaysOfCode#BuildInPublic
Day 131/200: Solved-"Symmetric Tree"🌳
Used recursion to check if the left and right subtrees are mirror images of each other.
Compared nodes in a cross manner (left-left with right-right and vice versa).
#200DaysOfCode#LeetCode#Day131#BinaryTree#strivers#A2ZDsa