4

So I moved my full-stack in-progress web application to a docker container to ease development, and it's certainly accomplished that. I can simultaneously run a SQL database, node.js, java, and a Linux server all within my Linux operating system. It's like a mini vm. And when I need to deploy I just deploy it directly with Heroku, no configuring a host manually.

In a way I'm happy with this because it makes both development and deployment much easier, but I'm also sad because I'm basically admitting that I don't have the resources to both learn full-stack and be a linux server wiz.

Has IT gotten so big and complex that you have to compromise how much you can learn at a given time? It seems my limit is at learning 2 languages and 2 frameworks at a time. 😵

Comments
  • 2
    I think IT is 100% large enough to make it impossible to be a guru in every topic. One has to choose how deep a topic needs to be explored to meet the requirements.
    Even if you master a topic your knowledge will be obsolete or outdated in a few years.
Add Comment