#python
Read more stories on Hashnode
Articles with this tag
AWS-DevOps Project ยท Overall, this project demonstrated how Nginx Web Server can be used to deploy web applications in a scalable, secure, and reliable...
What is Dockerfile? Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...
Reading JSON and YAML in Python As a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. You should know what all...
Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be...