this post was submitted on 08 Aug 2025
19 points (100.0% liked)

No Stupid Questions (Developer Edition)

1091 readers
1 users here now

This is a place where you can ask any programming / topic related to the instance questions you want!

For a more general version of this concept check out !nostupidquestions@lemmy.world

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Sorry, I know this isn't exactly a dev question, but how do I make a project without a tutorial? I know how to make functional code that does simple things, or to solve a problem/question. But nw I want to try to make some projects to add to my portfolio. I've found websites with different ideas, and I can find some tutorials, but what if I don't have a tutorial? Like, what do I do if I want to make something from scratch myself?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] cannon_annon88@lemmy.today 4 points 4 months ago (1 children)

People will probably want to kill me for suggesting it, but if you are not sure where to start, this is a great use for AI. You can bounce your ideas off of it, and it can help you put together a plan to build out your project.

I have to do this because I have a hard time conceptualizing things when I'm staring at a blank page. I don't know where to start, so it helps.

Yes, you will be threatened with death.

The classic answer is, do research and try to find existing projects that fulfill similar functions. Learn the jargon and functional features in the space that you want to create a solution for. So what do you want to make? What exists that is similar? Why are these solutions falling short?