How to learn new DevOps technologies. Practical tips from a DevOps engineer.
One of the crucial skills of DevOps engineers is the ability to analyze, choose, learn, and implement new technologies.
To avoid being overwhelmed while studying, you need a certain learning system. The system that suits you is based on personal experience, and it takes time to create such a system through trial and error.
In this article, I will expose you to my method for learning new DevOps technologies.
Before studying specific tools, you should cover the fundamentals of DevOps.
Make a separation between concepts and tools. CI/CD is a concept, while Jenkins, Docker, and Octopus Deploy are some of the tools used to deliver a new version of software. Monitoring is a concept, while Prometheus, Grafana, and Zabbix are tools used for monitoring.
Building a strong foundation is key to continuous learning in the ever-changing tech industry.
Once you are familiar with DevOps concepts and fundamentals, you can learn tools and technologies.
However, before you start to learn a new tool, you need to ask yourself the following questions:
Recommended by LinkedIn
For example, don’t jump directly to the Grafana tutorials without understanding what problem Grafana solves, and be sure this tool suits you.
It doesn’t matter how popular the tool is; you need to understand why everybody uses it. For example, do you know why most software companies choose Linux as their server’s OS?
Go and find out.
Let me tell you how I learn new technologies and tools.
Let’s say I decided to learn Kubernetes. Here are the steps I follow (I start with the long shot and narrow it down):
How I improve my learning process: I draw a diagram of what I learned and write tutorials and manuals of what I learned on a personal confluence page. That dramatically improves my ability to remember and understand.
Study without fanaticism. Do not sit in front of a PC for 16 hours a day. Take rest, sleep well, eat healthy food, ventilate the room, exercise, and keep your head clean.
Remember that the learning process never stops.