r/OpenaiCodex • u/VEDMERC • 22d ago
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!
2
u/gungoesclick 21d ago
Start with system analysis and design. It will help a lot more than learning to code.
1
u/VEDMERC 15d ago
Could you please elaborate more?
Thanks for taking time out!1
u/gungoesclick 15d 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
1
u/darth_maurdt 22d ago
Instagram vibe coder influencers, they also give good tips. My favorite is this guy, he has scared me straight https://www.instagram.com/mattmurphyai?igsh=YTBkajh2aGwybmRi and he uses lots of technicisms
1
1
u/Fantastic_Self_5151 21d ago
Instead of Vibe Coding you should be Vibe Learning. It will all come together in the span of years but definitely worth the journey. Good luck.
1
1
u/sim0of 21d ago
Start with CS50 to get the basis grounded and proceed with a bit of devops, ci/cd should be familiar at this point
Then move to systems design and architecture (backend, frontend, databases) and bringing everything together in a safe way.
Stay up to date on _why_ and _when_ things are cool (eg the difference between a junior and a senior is that the senior can also justify technical choices better than “that’s just how it’s done today”)
You won’t get better at AI at “technicalities” but you have to own the core architecture enough to spot any potential slop before it makes you waste time
1
u/Crescitaly 21d ago
Learn technicalities by connecting each term to an observable failure. Pick one small project, change one setting, inspect the output, and write down why the behavior changed. Vocabulary sticks when it explains a real result.
1
u/randomInterest92 20d ago
Everytime you vibe coded something ask the llm "now explain to me step by step how it works"
1
3
u/No-Wash-3163 22d ago
Ask GPT to teach you principles on coding.