Badges


Forums
š² Bootstrap your growth or raise to scale?
At some point, almost every founder faces the same question.
Keep growing with your own revenue...
or raise capital and move faster.
Bootstrapping gives you:
full control
sustainable growth
freedom to build on your terms
Funding can give you:
speed
bigger opportunities
the ability to build a stronger team sooner
Neither path is easy.
Neither guarantees success.
What path are you choosing, and why?
Hi everyone! Iām Ece! š
I work full-time as a software engineer and spend much of my free time building web, desktop, and mobile applications.
Alongside a friend, I enjoy turning ideas into real products, experimenting with new technologies, and creating tools that solve everyday problems. We ve been working on several projects and are currently preparing to share some of them with a wider audience.
AI writes fast, but do you know what it's breaking?
Been shipping a lot of code lately with Cursor/Claude doing a good chunk of the actual writing. Velocity is great, but I've noticed I trust my own understanding of the codebase less than I used to - I'll touch one file and have no real sense of what else depends on it until CI (or prod) tells me.
Ended up manually tracing imports before merging anything non-trivial, just to make sure I'm not breaking something three files away.
Anyone else running into this, especially with AI-assisted code? Curious if it's a real pattern or just me being paranoid.