2

So recently I've been feeling like I fooled myself into thinking I'm any good at anything regarding development.

Today I tried to deploy a Console Application that would run nightly. The production systems are much more guarded, as it should be, but I should still be able to schedule a windows task (yeah yeah, windows servers, not the time Linux fanboys and not my choice :P) no problem.

Except I didn't expect that network users can't run jobs, because of a Group Policy about saving passwords on network accounts.

I expected a local administrator account to be available, and it wasn't.

Also a web API isn't available, even though I could telnet to the address on port 443 (HTTPS). A proxy apparently accepts all HTTP/HTTPS traffic and so on.

All this I feel like I should have known....

So am I in my own head, or am I right in thinking maybe I'm not "pro" development yet? Maybe I don't deserve to be "pro".

Thoughts?

Comments
  • 0
    As engineers we blame ourselves often. It drives us, it drives us to do better and it drives us into the ground. Keep it up.
  • 1
    Blame Windows for making such a simple task so difficult. 😞

    Seriously, how long has `cron` been a thing on Linux now?
  • 0
    @Ashkin not wrong and here's hoping with the Linux subsystem now a thing we can get the best of both worlds.
  • 0
    @demortes Windows has good parts? πŸ˜‰
Add Comment