@ak01rohit
π B.Tech CSE | π¨βπ» Learning DSA & C++ | π Building projects & writing what I learn | π Currently solving LeetCode & exploring Git/GitHub
Internships β’ Remote work β’ Entry-level software roles β’ Tech community contributions
Feb 5 Β· 2 min read Β· Function Terms: Parameter vs Argument 1. Parameter Definition: A variable written inside the function definition. Role: Acts as a placeholder for input. Location: In the function header. 2. Argument Definition: The actual value/data you pass wh...
Join discussionFeb 2 Β· 3 min read Β· Hook: Problem-first, curiosity gap Opening (The Pain) You've been there. A conditional class breaks your layout. Two bg- colors fight each other. Your className template string is 200 characters of chaos. One code block showing the mess: // The ni...
Join discussion
Feb 2 Β· 3 min read Β· Ever Wondered What Happens When You Commit (With Staged and Unstaged Changes)? This is one of those Git behaviors that I use daily but donβt fully internalize until they slow down and think about it. I had that moment today. The Situation That Made ...
Join discussion
Nov 13, 2025 Β· 3 min read Β· .some() checks whether at least one element in an array satisfies a given condition. Method used for: Checking if at least one item in an array matches a condition Validating forms or inputs Conditional UI rendering Searching inside objects or a...
Join discussion