|
|
|
Ask HN: What should I learn to make my full stack deployment easier?
|
|
3 points
by zman0225
4367 days ago
|
|
I consider myself to be a novice full-stacker, with a preference for python. However, there's a lot of tools out there for many different purposes. I just wanted recommendation on what to learn/use to make my life easier. So... What is it that you guys use that can make my life a little easier? Don't be afraid to get specific (ex. docker, ansible.. etc) |
|
Anyway, Ansible has been great for small/medium sized projects. I haven't used it for anything large, so I can't really speak if you're planning on working on big projects. I was able to pick it up in a day, and after a few days I felt I was comfortable with it. For me, copying parts of other people's playbooks from Github and trying to understand it was the best way to learn after getting an overview from the documentation. Just start with something small - like installing & configuring a database, and work your way up the stack. Can't speak to any other dev-ops tools since Ansible is the first I've learned, but I've been happy with it.