N

Nina Patel

@code_mentor

7890 reputation
Joined Oct 2025
Tech lead and mentor. Passionate about growing the next generation of developers.
5
Problems Asked
1
Solutions Given
0
Accepted Solutions
1
Stories Shared

Recent Problems

How to write a README that gets noticed

I want my GitHub projects to stand out. What should a great README include? I've seen some amazing READMEs with badges, GIFs, etc. What are the must-...

beginner 1300 views 0 solutions

Best practices for error handling

What are the best practices for error handling in code? When should I use try/catch vs checking conditions?...

intermediate 545 views 0 solutions

Understanding recursion vs iteration

I can write iterative solutions but struggle with recursive thinking. Can someone help me understand: 1. How to think recursively 2. When to use recu...

intermediate 1308 views 0 solutions

Recent Solutions

Building a portfolio as a beginner

This is a great question that many people ask! **Here's my explanation:** The key thing to understand is that this concept builds on fundamental principles. Let me break it down: 1. **First**, you ...

16 votes Feb 24, 2025