I Hope This Doesn't Happen to You
I hope you never have to build something completely alone, with no one to ask, no one to review your code, no one to tell you if you're going in the right direction.
But if you do, I hope it teaches you what it taught me.
I built a government inventory system during my internship. 18,000+ lines. 116 commits. Nobody assigned me a mentor. Nobody sat next to me and said "try this instead." I watched the seniors work and figured out what I could from the gaps between their conversations.
What nobody tells you about building alone is that you start to question everything. Not just the code. Yourself. Whether you actually know what you're doing. Whether you're choosing the right tool or just the familiar one. Whether finishing it even counts if no one around you really understands what you built.
I added WCAG compliance. Nobody asked for it. I built a Telegram bot for automated notifications. That wasn't in the brief either. I did both because I kept thinking about the people who would actually use it — not the ones who graded it.
Technology should serve people, not the other way around.
That's the thing about building something when you actually care. You can't stop at "it works." You keep asking: does it work for them? Is it clear? Is it kind? Does the error message help or does it just confuse? Is this accessible to someone who isn't me?
Those questions don't make the code easier. They make the process longer and the self-doubt louder. But they're also the reason the end result is something you can actually be proud of.
I hope this doesn't happen to you. The part where you finish something real and realize the people closest to you don't quite see it. Where you built 18,000 lines and the response is a shrug because they don't know what 18,000 lines means.
But if it does, keep building anyway. Not for the shrug. For the system that works. For the user who needed it to be accessible. For the notification that goes out automatically so someone doesn't have to remember.
Build for the people it's for. Not the people watching.
Still learning. Still building. Still here.