In today’s digital world, image processing and manipulation are becoming more critical. Resizing images to fit different designs, applications, and other needs is often necessary. Manual resizing images can be a tedious and time-consuming task. Fortunately, there is a way to automate the process using serverless technology and Python.
Author: Abhiram Varma Buddharaju
Using Python to Manage EC2 Instances
This blog post will look at using the Python boto3 library to manage EC2 instances.
Docker: How to Get Started with Containerization
Docker is a containerization tool that enables you to create, deploy, and run applications in isolated environments. This means that you can package an application with all its dependencies and ship it off to another machine without worrying about whether or not it will run properly.