| This. My own suspicion is that you the OP is highly intelligent and recognizes all of these weaknesses due to his own intelligence rather than a lack of it. I can relate to some of these things in a way. When I was 15 I tried to teach myself TC++. I got hung up on pointers and thought that I just wasn't smart enough to understand them. Many years later I had somebody who helped me understand pointers and I realized that I just wasn't interested in learning past that point. I had kicked myself many times for not following through on learning TC++. I thought that I was too dumb to be a programmer. Turns out I just don't want to be a programmer! Sure I can bash script pretty well and I can knock together some PHP to do something if I absolutely have to or even a little python, but I only get out those tools when I neede them to accomplish a primary goal. It turns out that I'm quite good at writing, teaching, and identifying areas where specific tools can help the people who I am teaching. So I write, teach, and build tools as needed. And just because I do them in bash or do them poorly in Python doesn't mean that I'm bad at programming. It just means it's not where my strengths are and that I focus on what I am good at and love doing. I guess what I'm really trying to say is that you aren't a bad programmer. You're just better and more interested in something else and you need to figure out what that thing is and pursue it and put programming on the back burner as a superpower as was mentioned in the previous comment above this one. |
Actually, I think this might be an interesting thing for the OP to look into in itself.
Since in my experience, people's interest in any field tends to fall along a spectrum between 'does it for the art/sake of it' and 'does it to achieve a certain goal'.
If you're the latter, then of course you're likely to struggle with a lot of tutorials, since you don't see the value in the end result. Why would I learn about some new code organisation setup to build this dummy notes app when I have absolutely zero need/interest in a notes app? If you're that kind of thinker, you'll struggle to maintain interest in many tutorials simply because there's no real payoff for them beyond 'build some useless crap nobody needs'.
Ad it may explain the lack of interest in work too. Some people just cannot enjoy working on things they themselves have no passion for. If that's the case, the OP may be best served by looking for a company that is working on something they have a personal interest in.
As said, that doesn't make for a bad programmer (or a bad anything in any field). It just means you've got a different incentive structure to people who create stuff for the sake of it.