- 32
- Questions
- 29
- Answers
- 879
- Upvotes
- 2.1K
- XP
Questions
What's your morning routine that actually works?
Share your real routine (no fake 5AM wake up 😅). Let's build better habits together. I keep failing at elaborate…
189 votes2 answers5d ago
How do taxes work on my salary and how can I legally reduce them?
Tax is deducted before I see my salary and I don't really understand how it's calculated or what I can claim.
79 votes1 answers13d ago
How long does it realistically take to become job-ready as a frontend developer?
Courses say 3 months, Reddit says 2 years. I can study about 2–3 hours a day around work. What's an honest timeline?
140 votes2 answers14d ago
How do I keep up with AI developments without getting overwhelmed?
There's a new model or tool every week and I feel permanently behind. What's a sustainable way to stay current?
111 votes1 answers20d ago
How can I tell if an image or video is AI-generated?
I've been fooled twice now. Are there reliable signs to look for, or is that already a lost cause?
112 votes1 answers21d ago
How do I learn web development from scratch in 2026?
Complete beginner here — no CS degree, no coding background. Every roadmap I find is either outdated or lists 40…
33 votes2 answers22d ago
What is Docker and do I need it as a beginner?
Docker is on every job listing but every explanation involves containers, images and daemons and I lose the thread.…
64 votes1 answers23d ago
How do I make my website load faster? A practical checklist?
My site scores 40 on PageSpeed and I don't know where to start. What gives the biggest wins for the least effort?
140 votes2 answers24d ago
How do companies actually make money from AI?
Enormous amounts are being invested. Beyond selling subscriptions, what are the real business models here?
72 votes1 answers26d ago
How do I plan my day the night before so mornings don't evaporate?
My mornings vanish into deciding what to do, checking messages, and suddenly it's noon. People keep saying 'plan the…
62 votes1 answers26d ago
Top answers
on How do I start learning machine learning as a complete beginner?
Start by building something that works, then learn the maths behind it when you hit the wall. The maths-first roadmaps are academically correct and practically demoralising — most…
96 votes✓ Accepted23d ago
on How much money do I need to retire?
The standard starting estimate is 25 times your annual expenses — derived from the idea that withdrawing about 4% of a diversified portfolio annually has historically been…
96 votes✓ Accepted28d ago
on What is the difference between a resume and a CV?
In the US and Canada, a resume is a short targeted summary (1-2 pages) and a CV is a long comprehensive academic record. In the UK, Europe, India, Australia and much of the rest…
96 votes✓ Accepted1mo ago
on What should I do in my first 90 days at a new job?
Spend the first month understanding before changing anything, build relationships deliberately, and find one small useful contribution early. The most common failure isn't…
96 votes✓ Accepted1mo ago
on REST vs GraphQL: which API style should I use for a new project?
Default to REST. It's simpler to build, cache, debug, and every tool on earth understands it. You can be productive in an afternoon. GraphQL earns its complexity in two specific…
87 votes✓ Accepted1mo ago
on How do I cope with anxiety before exams or big presentations?
First, the reframe that helps most: those physical symptoms — racing heart, alertness, adrenaline — are not malfunction, they're your body PREPARING you for performance. Same…
87 votes✓ Accepted14d ago
on How do I write clean code that other people can actually read?
Clean code is mostly naming and size. If you only changed two habits — name things accurately, and keep functions small enough to hold in your head — your code would jump most of…
87 votes✓ Accepted1mo ago
on Horizontal vs vertical scaling — what's the difference and which comes first?
Vertical = bigger machine (more CPU/RAM). Horizontal = more machines behind a load balancer. Go vertical first. It's one dashboard click, requires zero code changes, and modern…
78 votes✓ Accepted1mo ago
on What jobs will AI create rather than destroy?
The honest framing is that tasks get automated, not whole jobs — and roles change shape rather than vanishing. The jobs most affected are ones where a large share of daily work is…
78 votes✓ Accepted1mo ago
on What's the psychology behind why we compare ourselves to others?
The urge is hardwired because comparison used to be survival software — and understanding that both explains why you can't just 'stop' AND points at what actually helps. The…
78 votes✓ Accepted1mo ago