How common is it to need to know the absolute inner workings of something in order to do it?
mrnarwall @ mrnarwall @lemmy.world Posts 3Comments 45Joined 2 yr. ago
mrnarwall @ mrnarwall @lemmy.world
Posts
3
Comments
45
Joined
2 yr. ago
I've struggled with this mentally, especially when I first was learning how to code. Eventually I realized while it's great to know the ins and outs, you can allow yourself to only worry about what you need to know to get your code running (and that's okay).
Write a script to go a thing, then learn about how to automate that with a cronjob, then learn about coding in the cloud. If you start too big you might get overwhelmed