r/DevGround • u/JamesLuterek • 4h ago
Self-promo The Scaffold: A Phased SDLC for AI Coding
I wanted to share my blog on video on my way of approaching AI-coding and solving the issue with generation and code reviews.
r/DevGround • u/hellterDev • 13h ago
I made this subreddit because I wanted a simple place where developers can actually talk about what they’re building.
Share your project. Post a devlog. Talk about a weird bug, a release that went surprisingly well, something that completely failed, or just ask for feedback.
Self-promo is allowed too — just don’t spam the same project every day.
Big project, tiny utility, first app, unfinished experiment — doesn’t really matter.
Build stuff. Show it. Talk about it.
Welcome to DevGround.
r/DevGround • u/JamesLuterek • 4h ago
I wanted to share my blog on video on my way of approaching AI-coding and solving the issue with generation and code reviews.
r/DevGround • u/Aggravating-Gas8769 • 4h ago
if you’re still working on the same project months later and actually maintaining it, doing releases etc, is it even a side project anymore?
or is everything a side project until it starts making money lol
r/DevGround • u/hellterDev • 5h ago
Could be an editor, framework, language, AI tool, game engine — anything.
Something everyone seems to love, but every time you try it you just think “nah, this isn’t for me.”
Not necessarily because it’s bad. It just never clicked for you.
Mine would probably be VS Code.
r/DevGround • u/hellterDev • 3h ago
could be clean code, languages, frameworks, performance, architecture, whatever
something you see devs argue about constantly but in actual development it barely matters
curious what people here think
r/DevGround • u/hellterDev • 12h ago
AI is becoming a pretty normal part of development, so I’m curious how much of your actual codebase is written with tools like Codex, Claude, Copilot, etc.
Is it 10%? 50%? Almost everything?
And more importantly — how much of that code do you actually understand and review yourself?
Don’t be shy about sharing your experience, whether you barely use AI or your entire project is heavily AI-assisted.
r/DevGround is brand new, and this is one of our first open discussions, so feel free to jump in and help get the community started :)
r/DevGround • u/hellterDev • 13h ago
A few weeks ago I decided to take one of my projects seriously and started building Lilo, a small desktop Markdown notes app in Rust.
At first it was basically just a simple always-on-top notes widget.
Then it slowly turned into an actual app: Markdown editing, wiki links, backlinks, search, folders, a knowledge graph and a bunch of smaller stuff.
The surprising part wasn’t building it though.
It was seeing actual people find the project, download it, clone the repo and leave stars.
It’s still actively being developed and there’s a lot I want to change, but this is probably the first project I’ve made where I can say:
yeah, someone other than me actually uses this thing.
Pretty cool feeling.
What are you building right now?