Infrastructure as a code - Why Terraform tech is great
Terraform lets you manage and automate your infrastructure by writing simple, human-readable code.
Instead of manually setting up servers, networks, or cloud services, you declare what you want in a configuration file.
Terraform takes care of creating, updating, or deleting those resources across different platforms, making infrastructure
management consistent, repeatable, and easy to track. The only thing that I regret about it is that i did not learned it earlier
Not too long ago i accidently discovered that Jupyer is just a python package that you can download and use.
Having good environment for interanctive programming in few commands on almost any device with python installed is really handy
It is simple to set up if you work in python on daily basis or used terminal a bit.
Prerequisite
python3
pip3
How to create virtual python environment
Installing packages randomly on system is kinda dumb idea.
Let’s create python venv (virtual environment)
Make sure you have docker compose installed on your machine.
I assume you have docker compose V2 but V1 should also do the job.
We both know you are just as lazy as I am. So i will start with most important stuff: