|
|
|
|
|
by thorin
340 days ago
|
|
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. |
|