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!

  • Rose@slrpnk.net
    link
    fedilink
    arrow-up
    2
    ·
    25 days ago

    I’m not working as a developer right now, so most of the stuff I write are supplementary for my creative projects. If I have a problem involving too much manual work, I want to figure out a solution to minimise it. Mostly done in scripting languages like Python and Ruby. Also doing number crunching and plots in the R programming language.

    For example, I’m working on tools to help my photography workflow. I sometimes get weird ideas like “I wish I could have a better idea where I have taken photos in”, which turned into a script that takes coordinate metadata from photos and spits out a .kml file a mapping software can read.

    I don’t really copy/paste code much. Sometimes the tools you use in the scripting language land spit out automatically generated stuff which you then develop further.