9 hours ago, Alpha_ProgDes said:
9 hours ago, SillyCow said:Besides, would you consider a gamedev that can't build a web server well rounded?
Do I need that programmer to problem solve or be devops? If the former, then yeah, that programmer is well-rounded (enough).
I do not consider myself an enterprise dev, but I develop alot of little webservers. I find that this is the fastest route for me to develop mobile-app prototypes. I can debug them on my desktop, and they are multi-platform (ios/android/everything else) by default. Also supports networking (and multiplayer) out of the box because most firewalls will allow port 80 egress even if they block everything else. So I consider it a very useful tool in my toolbox.
I have used webservers to do everything from tracking my friends' real life poker rankings, to making VR proof of concepts. Don't knock it until you try it :-) .