this post was submitted on 17 May 2025
3 points (56.0% liked)
Programming
20392 readers
63 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure why you're getting downvotes exactly.
A basic tutorial on web development like Sleepless One suggested is definitely a good place to start, just to get a basic overview of what you're getting into. I personally learn best by doing rather than by learning. What I mean by that is if I sit down to try to learn... say... the C programming language, I'm probably not going to learn much from it, let alone retain it. But if I decide I want to write a game in C and start writing the game even from what little I know about C, I'll learn as I go. Not to say for me there's no benefit in a "learn C" tutorial, but if you're anything like me, I'd recommend switching to doing the specific website you have in mind as early as possible rather than trying to "learn web development" before switching to the project that is ultimately your end goal.
Beyond that, you'll want to avoid falling into a trap of doing what feels to you like it'll work rather than what's "best practices" for "the industry." So the other thing I think will benefit you searching-wise is to look for information about not just how to make it (technically) work but also how to do the thing you want to do "right."
At least that's my recommendation.
Beyond that, are there any existing websites that closely approximate what you have in mind for an end goal for your project? If so, could you share one? I think it might help us with more specific recommendations.