Hacker News new | ask | show | jobs
by elliewithcolor 928 days ago
Ohhh and before I forget it -> one skill that helped me a lot -> Hosting my own stuff securely on bare servers without docker for example. It helped to understand security concepts, how much resources a website really needs and what I even need to host a website.

It´s nothing against docker, but keeping a bare web server secure and then introducing databases etc. with self build images is nice.