I have tried for 20 years to get into coding, and among adhd and having 10 million other projects going on, just could never get it beyond absolute basics and knowing some differences between languages.
Now it seems every tutorial I see is really just clicking around in a gui. Very little actual typing of code, which is the part I actually find cool and interesting.
So my question is, since everyone on lemmy is a programmer, what do you guys actually do? Is it copying and pasting tons of code? Is it fixing small bugs in Java for a website like “the drop down field isn’t loading properly on this form”?
I just dont get what “a full stack developer sufficient in sql and python” actually does. Also i dont know if that sentence even made sense!


It kinda depends on the company, but with growing seniority it will become less and less actual coding. I spent less than 50% of my time on coding. The rest is meetings, coordination with team or stakeholders or other teams I need something from, answering questions, brainstorming, writing specifications, writing technical documentation, research on tools or technology, staying up to date on tech, testing stuff, reviewing other peoples code, root cause analysis, etc.
Actual coding for me is very rarely copying anything. AI assistants made searching for code snippets mostly obsolete. Also, very little clicking is happening. Even the graphical interface we usually write in code (no designer is used).