
Parnava Ghosh
@ParnavaX
Followers
13
Following
47
Media
14
Statuses
39
CSE Undergrad | Learning code, solving problems & chasing growth | Web Dev & DSA in progress | Always into building something new
India, Kolkata
Joined April 2022
Today’s DSA rollercoaster 🎢. 🔹 Maximum out of Minimum (GFG) → Faced 7 brutal hits (CE + TLE). Every red mark stung, but that final green tick felt like winning a championship 🟢🏆. 🔹 Rearrange Array Elements by Sign (LeetCode) → positives vs negatives in the ring 💥
0
0
2
🚀 Just built a mini project – GitHub User Finder 🔍.A modern dark-themed website to search GitHub usernames and view their profile details & stats. 💻 Made with HTML, Tailwind CSS & Vanilla JS. 👉 #WebDev #JavaScript #GitHub #CodingJourney #developerjobs
1
0
2
A question to all developers 🧑💻.How did you make the concept of callback hell crystal clear ❓. Today I studied it and it feels like the younger sibling of recursion 😅. #JavaScript #Coding #AsyncJS #WebDevelopment #DevCommunity #CodeNewbie #100DaysOfCode #LearnInPublic.
0
0
0
🎯 Created a mini project: User Card Interface using DOM. Forgot some CSS properties, revised, and implemented them. It's basic, but skyscrapers are built on strong foundations🌟. Ready to cook more interesting projects in future🔥. #developer #learntocode #javascript #Coding
0
0
2
POV: You're casually upskilling yourself but it's intolerable to the system
1
0
2
Is this only me whose most of the LinkedIn connections are doing the Pinnacle Lab internship 🧐.
0
0
1
Today Solved:.✅ Rotate array by K.✅ Remove duplicates from sorted array.✅ Check if array is sorted and rotated.Me: being therapist for arrays today 🧠💻.(Prepared some notes for revision).#DSA #CodingJourney #DevHumor #TechTwitter
1
0
4
Me: Finally, code runs. No errors. Peace achieved. 😌. Le VS Code: appears with bugs outta nowhere. “Swagat nahi karoge hamara ?” 👹. #DevHumor #CodeLife #VSCodeStruggles #BugLife #ProgrammerLife #RelatableCode #DebuggingMode #TechTwitter
0
0
3
🎯 Today Solved Rat in a Maze🐀. Helped a rat to escape the maze…. & I'm escaping the Recursion fear🧠. #100DaysOfCode #DevCommunity #ProgrammerLife #CodingJourney #Recursion #ProblemSolving #Developer #LearnToCode #BuildInPublic
0
1
2
Is the problems of LeetCode August will be on Fruits only ! (2 day streak on fruits) :)🙂.
0
0
3
Today I made another mini project on learning DOM Manipulation.A download progress bar with plain JS. No libraries, just vibes ➕ setInterval() & DOM magic 😎.Watching that bar move. is so satisfying .😌. A day gone for a progress bar !😭.#VanillaJS #WebDev #BuildInPublic
0
0
2
3. Completed a short course. 4.Came back and still thinking about Brute force of today's LeetCode POTD 🥲. #DSA #MERN #developer.
0
0
1
Here's what helped me break it down:. 🔹 Find an empty cell.🔹 Try placing digits 1–9.🔹 Check if valid placement.🔹 If valid → move to next.🔹 If not → backtrack.It’s a pure backtracking problem — great for building patience & problem-solving muscles 🧩.#DSA #Backtracking.
0
0
1
Today I solved the Sudoku Solver problem using backtracking in C++. 🧠 Took me 2.5 hours 😥, but I finally cracked it!. The goal: Fill a 9x9 grid so every row, column & 3x3 box has 1–9 exactly once. Sounds simple. until recursion breaks your brain 😵💫
1
0
1
Another day of practicing DOM of JS. Made another mini project, a UI that guess IPL winning team. Yeah could have done better work on UI but gradually it will come along, as I will move forward on my developer journey. More cool stuffs are yet to be cooked🔥.#JavaScript #DOM
0
0
3
➤Track state using a flag variable.➤Change the text + style based on flag.➤Toggle the flag after each click. It’s a small project but gave me a solid grip on how JS interacts with the DOM. DOM is where JavaScript meets reality 😄. #WebDev #JavaScript #FrontendDev #DevJourney
0
0
1
🎯Today I learned about DOM Manipulation in JavaScript. Built a simple button that toggles a user's status between "Stranger" and "Friend" 🙌.Here’s the logic I used👇.
1
0
0