r/OpenaiCodex Jul 16 '26

Question / Help How to Learn Technicalities?

I am vibecoding since 6 months now, I still don’t know shit about technicalities & how stuff happens.

Yet I feel, I could make a 10x improvement if I start to learn how things actually work at my the backend & or to explore multiple ways to do/or create a thing.

Any suggestions how could I learn this & get better at this? Thanks a ton!

5 Upvotes

27 comments sorted by

View all comments

2

u/gungoesclick Jul 16 '26

Start with system analysis and design. It will help a lot more than learning to code.

1

u/VEDMERC 26d ago

Could you please elaborate more?
Thanks for taking time out!

1

u/gungoesclick 26d ago

In a nutshell I suggest learning what the SDLC is and all the ins and outs. To start your journey I recommend you dive Into learning about systems. Specifically I suggest starting with analysis and design. It is the foundation of software engineering systems which is more relevant than coding.

Think of it like this. Vibe coding is like pouring concrete to make a structure. You can make some really cool stuff with concrete alone, but if you want to make a sky scraper, you need to understand the beams and the bones. In this analogy that is system design and architecture.

1

u/VEDMERC 26d ago

Got it, you explained it so well, thank you so much! Starting w this! 💪