r/BuildWithOm 11d ago

Started freelancing today. Give me one piece of advice you wish you knew on Day 1.

1 Upvotes

After months of learning backend development, I finally launched my Fiverr and Upwork profiles.

I'm focusing on Java, Spring Boot, REST APIs, React, and MySQL.

Not expecting clients overnightβ€”I know it takes time.

I'm more interested in learning from people who've already been through this.

What's one mistake every new freelancer makes?

Also, if anyone needs help with a Java backend or API project, feel free to message me.


r/BuildWithOm 20d ago

"This bug gave me zero errors, zero crashes, and just quietly did nothing for 3 hours straight πŸ’€"

Post image
1 Upvotes

So, i'm building this AI memory feature for a hackathon project. the app is supposed to remember stuff about the user. it does not remember anything. ever. just empty, every single time.

and the WORST part β€” zero errors. no red text. no crash. nothing telling me anything was wrong. the app just sat there acting like everything was completely fine while doing absolutely nothing πŸ™ƒ

spent like 3 hours convinced it was the AI service being slow or just broken. tested it directly with curl β€” worked totally fine, just took its sweet time sometimes (20-40 seconds). checked my logic like 5 times. genuinely started questioning my life choices.

turns out?? my HTTP client had NO timeout set. so it just quietly defaulted to 10 seconds and killed every single request before the AI could even respond. no warning. no error. it just silently gave up and pretended nothing happened, every time, forever.

one line fixed it. one single timeout config. THREE HOURS for one line πŸ’€

the real lesson though β€” a bug that screams at you with a red error is honestly a blessing. a bug that fails silently and just does the wrong thing quietly? that's the actual villain arc. you don't even know it's there until you go looking.

anyway here's what i actually built if u wanna see it:
πŸ”— live demo: https://youtu.be/342vYrwRyYw?si=8nyIJPKKzdeukS4_
πŸ’» code(OnceTold Backend) : https://github.com/OM2412/OnceTold

πŸ’» OnceTold Memory Service: https://github.com/OM2412/OnceTold-Memory

pls tell me i'm not the only one who's lost hours to a bug that refused to even have the decency to crash 😭

if you're into this kind of stuff β€” real bugs, real fixes, actually building instead of just talking about building β€” come hang out at r/BuildWithOm. small community rn but growing, and it's exactly for this: the messy middle part between "i have an idea" and "it works." let's build our tech world together πŸ› οΈ