this post was submitted on 02 Dec 2024
111 points (92.4% liked)

Programming

17666 readers
58 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
 

The four phases of the typical journey into coding

  1. The Hand Holding Honeymoon is the joy-filled romp through highly polished resources teaching you things that seem tricky but are totally do-able with their intensive support. You will primarily learn basic syntax but feel great about your accomplishments.
  2. The Cliff of Confusion is the painful realization that it's a lot harder when the hand-holding ends and it feels like you can't actually do anything on your own yet. Your primary challenges are constant debugging and not quite knowing how to ask the right questions as you fight your way towards any kind of momentum.
  3. The Desert of Despair is the long and lonely journey through a pathless landscape where every new direction seems correct but you're frequently going in circles and you're starving for the resources to get you through it. Beware the "Mirages of Mania", like sirens of the desert, which will lead you astray.
  4. The Upswing of Awesome is when you've finally found a path through the desert and pulled together an understanding of how to build applications. But your code is still siloed and brittle like a house of cards. You gain confidence because your sites appear to run, you've mastered a few useful patterns, and your friends think your interfaces are cool but you're terrified to look under the hood and you ultimately don't know how to get to "production ready" code. How do you bridge the gap to a real job?

Which phase are you in?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 weeks ago (2 children)
[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

Yeah, definitely higher than 4. The way that scale progresses, I think I’m at like an 8, maybe 10.

  • Can take business requirements and design a scalable distributed solution
  • My code is well-factored and I refactor as part of my usual workflow to deliver new features
  • I maintain my own build and deploy automation
  • I am a sought-after code reviewer and mentor
  • My features are well-covered by business-level unit tests
  • I monitor my own systems in production with log and metric-based monitors
[–] [email protected] 9 points 2 weeks ago (2 children)

Also 5. I made it to the point i can engineer basically anything, not just "write code". If only someone would recognize that and hire me.

[–] [email protected] 5 points 2 weeks ago (2 children)

I’m at the point where I think I can engineer anything. But I also know that it takes effort and I ain’t gonna do that unless there’s a paycheck.

[–] [email protected] 1 points 2 weeks ago

Unless its for myself or my family I ant gonna do it :D

I think in retirement, my goal will be to step back from the keyboard and go fishing/gardening or something. Unless I get the itch to do coding, Im not going to do it.

[–] [email protected] 1 points 2 weeks ago
[–] [email protected] 2 points 2 weeks ago

Same, there's always more to learn but I guess part of being at the point where you can engineer anything is that learning new stuff is just part of the process and not a big deal. Like you can ask me to program literally anything and I'll fiqure out all the stuff I dont know on my own