- 33
- Questions
- 36
- Answers
- 817
- Upvotes
- 7.6K
- XP
Questions
How do I make my resume stand out without gimmicks?
I don't want a graphic-designed resume with charts and colours, but mine looks like everyone else's. What genuinely…
90 votes1 answers10d ago
How much protein do I actually need in a day, and is it that important?
Fitness influencers push protein like it's everything; my doctor never mentioned it. What's the real number for someone…
51 votes1 answers11d ago
How do I answer the salary expectations question as a fresher?
Application forms and HR calls keep demanding a number. As a fresher I have zero leverage and zero idea what's normal.…
51 votes1 answers11d ago
How do I stop comparing my financial situation to other people?
Everyone on social media seems to be buying houses and travelling. I earn well and still feel behind. How do I get out…
116 votes1 answers11d ago
How do I switch careers into tech from a non-technical background at 30?
Eight years in operations, increasingly sure I want to build things instead. Is 30 genuinely too late, and what's the…
128 votes1 answers13d ago
How do I answer 'tell me about yourself' in an interview?
It's the first question in every interview and I always ramble through my whole life story. What is the interviewer…
95 votes1 answers15d ago
What is a SIP and how does it work?
Everyone in India recommends starting a SIP. What is it exactly and is it different from just investing?
16 votes1 answers16d ago
What is caching and when should I use it?
Caching gets recommended for every performance problem. What is it actually doing and what are the risks of using it…
105 votes1 answers20d ago
Solo founder vs finding a co-founder — which is actually riskier?
Accelerators say solo founders fail; half my founder friends say co-founder conflict killed their startup. I can build…
65 votes1 answers20d ago
How do I improve my credit score?
My score is lower than I'd like and I'm not sure what actually moves it. What are the levers that matter?
116 votes1 answers21d ago
Top answers
on What is recursion and when should I actually use it?
Recursion is a function that calls itself on a smaller version of the same problem, with a base case that stops the descent. You've never used it in real code because most…
97 votes✓ Accepted1mo ago
on What's the difference between frontend, backend and full-stack development?
Frontend is everything the user sees and touches, backend is everything happening on the server that they don't, and full-stack is doing both. The dividing line is roughly the…
97 votes✓ Accepted1mo ago
on What skills will be most in demand in the next five years?
The durable pattern: skills that involve judgement, integration, accountability or physical presence are appreciating; skills that are routine information processing are…
88 votes✓ Accepted1mo ago
on How do I start learning system design as a fresher?
Start from what you've already used, not from abstract theory: 1. Take an app you know — Instagram, WhatsApp, Zomato — and ask 'what happens when I press send?' Trace it: client →…
88 votes✓ Accepted2mo ago
on How do I stop impulse spending?
Add friction to spending and remove it from saving. Impulse spending is mostly a design problem — modern payment systems are engineered to make purchasing frictionless and…
88 votes✓ Accepted1mo ago
on What's the difference between AI, machine learning and deep learning?
Three nested circles: AI (biggest circle) — any technique making machines do things that look intelligent. Includes decades-old rule systems: 'IF fever AND rash THEN…' is AI with…
79 votes✓ Accepted1mo ago
on How do I prepare for HR round questions — what are they actually testing?
It's a formality until it isn't. HR rounds reject for three real reasons: red flags (badmouthing past employers, dishonesty, wildly misaligned salary expectations), retention risk…
79 votes✓ Accepted2mo ago
on Is cryptocurrency a good investment?
It's a highly speculative asset, not an investment in the conventional sense — meaning its value depends almost entirely on what someone else will pay, rather than on cash flows…
70 votes✓ Accepted1mo ago
on Is buying a house better than renting?
'Rent is throwing money away' is a slogan, not an analysis. Buying involves substantial costs that also vanish — interest, property tax, maintenance, insurance, transaction fees —…
70 votes✓ Accepted1mo ago
on How do I stop tutorial hell and start building my own projects?
Tutorial hell isn't a knowledge problem, it's a comfort problem — tutorials feel productive because they're smooth, and building feels like failure because it's full of being…
61 votes✓ Accepted1mo ago