Not me. I have been coding for nigh on 35 years now and I still enjoy it. Most of the time anyway. What annoys me isn't ever really "coding" in and of itself, but rather the incidental complexity that comes from the various tools and infrastructure stack elements. IDE plugins that don't work right, build tools that have byzantine and broken configurations, app servers that crash, hang, eat log messages, yadda yadda yadda.
But if anything, I lament that I don't get to code enough these days. Any time I get an opportunity to sit down and spend even a couple of hours actually writing code is usually the highlight of my week.
Totally agree. Most of my professional coding has been on window desktops although the servers are often unix/linux. The amount of time spent spinning up a new framework, IDE, build pipeline or something can be ridiculous and every time it seems to be different in some way. Stuff like npm package management, proxy servers, random stuff being blocked by a corporate vpn, getting admin access on certain things, app server setup and monitoring, CI/CD setup seem to take up 99% of the time!
Actually writing some logic and seeing the results can be quite satisfying at times if I can get over all that. Mostly I just do small POCs and things to help out my team and have a break from meetings and system design.
But if anything, I lament that I don't get to code enough these days. Any time I get an opportunity to sit down and spend even a couple of hours actually writing code is usually the highlight of my week.