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!

  • cmeu@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    11 hours ago

    It helps to have a concrete problem to solve. If you just say I want to learn coding you’ll not go very far

    Full stack python and SQL means python to handle user interface, data connectivity, interfacing with APIs, understanding/designing a database to perform the necessary data storage / retrieval in an optimal way for how your application works, creating all the logic, safe guards, etc.

    Basically I have this thing I want to do, and it’s going to interact with a lot of data. Your tools are python and SQL and a small stack of money - make the thing that does it all

    Full stack means all the parts, soup to nuts