Technical requirements There are a few technical requirements that may need to be fulfilled if you want to get the most out of this chapter: Well, if you can get
Read MoreExercise 1 – calling a Hugging Face Transformer API – The Simplest Ways to Start Using DevOps in Python Immediately
Exercise 1 – calling a Hugging Face Transformer APII chose this exercise because it is free, it will introduce you to a lot of integral tools and concepts behind APIs,
Read MoreExercise 2 – creating and releasing an API for consumption – The Simplest Ways to Start Using DevOps in Python Immediately
Exercise 2 – creating and releasing an API for consumption Deploying applications is one of the most frequent tasks that a DevOps engineer might encounter. It is important to have
Read MoreNetworking – The Simplest Ways to Start Using DevOps in Python Immediately
Networking No, this is not about growing your LinkedIn connections, although that’s something I’d recommend doing too. Computer networks are essential to the functioning of every application these days because
Read MoreExercise 2 – generating a routing table for your device – The Simplest Ways to Start Using DevOps in Python Immediately
Exercise 2 – generating a routing table for your device Routing tables define the routes that certain web traffic takes within your devices. These tables exist in practically every device,
Read MorePython SDKs (and why everyone uses them) – Provisioning Resources
Python SDKs (and why everyone uses them) Let’s take it from the top. SDKs, or software development kits, are official programming libraries and CLIs released by a platform that allows
Read MoreCreating an AWS EC2 instance with Python’s boto3 library – Provisioning Resources
Creating an AWS EC2 instance with Python’s boto3 library Boto3 – it’s a name you’ve probably heard very often if you’ve worked with AWS and Python. It is the SDK
Read MoreScaling and autoscaling – Provisioning Resources
Scaling and autoscaling Scaling is the act of increasing or decreasing the size of a workload or resource depending on the demand for it. Autoscaling is doing this automatically based
Read MoreAutoscaling with Python based on a trigger – Provisioning Resources
Autoscaling with Python based on a trigger Autoscaling requires automating the process of increasing the available compute resources according to some sort of metric or statistic. In order to autoscale,
Read MoreContainers and where Python fits in with containers – Provisioning Resources
Containers and where Python fits in with containers Containers are small packages of software that serve as a unique runtime containing all of the necessary resources to run a small
Read More