FileMood

Download [ WebToolTip.com ] Udemy - Python Django for DevOps - Terraform, Render, Docker and CI - CD

WebToolTip com Udemy Python Django for DevOps Terraform Render Docker and CI CD

Name

[ WebToolTip.com ] Udemy - Python Django for DevOps - Terraform, Render, Docker and CI - CD

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.3 GB

Total Files

180

Last Seen

2025-05-22 01:33

Hash

AE3F91367E466FDE974F028FDDA6B4EA36388486

/

Get Bonus Downloads Here.url

0.2 KB

/1 - Course Introduction/

1 -Course welcome!.mp4

16.2 MB

2 -Course overview and prerequisites - [Important].mp4

20.9 MB

3 -Course support.mp4

7.0 MB

4 -Thought process.mp4

7.8 MB

/.../10 - Infrastructure as Code with Render and Terraform/

1 -What is Terraform - [Theory].mp4

5.9 MB

10 -Compare the distinction between PaaS and IaC - Pre-deployment.mp4

88.8 MB

11 -Re-dockerise and configure our production docker image.mp4

27.4 MB

12 -Best practices for database value naming.mp4

11.7 MB

13 -Create our infrastructure and deploy our application with IaC.mp4

57.5 MB

14 -Configure our PostgreSQL database and deployment settings.mp4

73.8 MB

15 -Assign database environment variables in Render.mp4

32.6 MB

16 -Utilise the shell environment of Render.mp4

19.4 MB

17 -Call a deploy hook to handle re-deployments.mp4

35.5 MB

18 -Compare the distinction between PaaS and IaC - Post-deployment.mp4

39.2 MB

19 -Exploring the purpose of additional terraform files.mp4

7.0 MB

2 -Terraform - Installation and setup - Windows.mp4

51.2 MB

3 -Terraform - Installation and setup - MacOS.mp4

30.3 MB

4 -Add a payment method to Render and analysing costs - [Important].mp4

22.5 MB

4 -Render - Pricing.url

0.0 KB

5 -Obtain our Render API key and owner id.mp4

29.8 MB

6 -How to define cloud resources with Terraform in code.mp4

35.1 MB

6 -Render IaC on Terraform - Docs.url

0.1 KB

7 -Build our cloud infrastructure in Terraform - Part 1.mp4

119.2 MB

7 -main.tf

1.1 KB

8 -Build our cloud infrastructure in Terraform - Part 2.mp4

31.4 MB

9 -Configure environment variables for Terraform.mp4

75.8 MB

/.../11 - Quality assurance with testing and code quality/

1 -Create standard test cases for our project - Part 1.mp4

53.1 MB

2 -Create standard test cases for our project - Part 2.mp4

37.7 MB

3 -Running tests on our cases.mp4

15.8 MB

4 -Format and cleanup our code with Black.mp4

13.4 MB

5 -Linting our code with Ruff.mp4

20.1 MB

6 -Source code cleanup and package updates.mp4

5.9 MB

/.../12 - Cloud infrastructure resource state management/

1 -AWS - Website.url

0.1 KB

1 -Create an AWS account.mp4

13.9 MB

2 -Amazon S3 - [Theory].mp4

10.7 MB

3 -Create and setup an S3 bucket.mp4

19.5 MB

4 -Assign a user with the necessary permissions.mp4

32.4 MB

5 -AWS CLI - Windows.url

0.1 KB

5 -AWS CLI and credentials setup - Windows.mp4

33.2 MB

6 -AWS CLI - MacOS.url

0.1 KB

6 -AWS CLI and credentials setup - MacOS.mp4

36.8 MB

7 -Migrate our local terraform state file to Amazon S3.mp4

31.2 MB

/.../13 - Continuous Integration and Delivery (CI & CD)/

1 -What is the definition of DevOps - [Theory].mp4

5.4 MB

10 -Create a private GitHub repository.mp4

7.6 MB

11 -Assign the necessary workflow permissions.mp4

19.6 MB

12 -Define our GitHub secrets for our workflows.mp4

63.9 MB

13 -Define our GitHub secrets for our workflows - Continued.mp4

17.3 MB

14 -Terraform workflow adjustment - [Important].mp4

13.4 MB

15 -Setup a lifecycle rule in Terraform.mp4

18.0 MB

16 -Configuring databases for development and production.mp4

30.6 MB

17 -Push our application to a private GitHub repository.mp4

23.0 MB

18 -Full workflow Test, deploy and manage code and infrastructure.mp4

107.7 MB

19 -Managing automated code updates.mp4

38.9 MB

2 -What is CICD and how can we utilise it - [Theory].mp4

15.0 MB

20 -Utilise manual approvals for steps - [Optional].mp4

52.3 MB

21 -Understanding how to delete or re-createupdate cloud resources.mp4

100.5 MB

22 -State management check.mp4

26.4 MB

23 - Evaluating the latest GitHub Action releases - [Additional].html

0.9 KB

3 -What are GitHub Actions - [Theory].mp4

3.9 MB

4 -What is YAML - Understanding workflow syntax - [Theory].mp4

13.5 MB

5 -Create a workflow to automate Terraform plan and apply.mp4

136.7 MB

5 -terraform.yml

1.9 KB

6 -Terraform workflow Deep dive.mp4

34.5 MB

7 -Create a workflow to run tests and to deploy our app automatically.mp4

91.7 MB

7 -application.yml

2.5 KB

8 -Git - Website.url

0.0 KB

8 -Git Installation and setup.mp4

26.2 MB

9 -Ignoring files for Git Ignore.mp4

10.4 MB

/.../14 - Performance monitoring and resource cleanup/

1 -General and basic monitoring with Render.mp4

20.8 MB

2 -Resource cleanup.mp4

39.1 MB

/.../15 - Thank you!/

1 -Thank you! - A final message.mp4

1.9 MB

2 - Bonus lecture.html

2.8 KB

/.../2 - Final project code/

1 -Install and run the final project source code - Windows.mp4

40.2 MB

2 -Install and run the final project source code - MacOS.mp4

32.3 MB

/.../2 - Final project code/dev/edenthought/

Dockerfile

0.3 KB

db.sqlite3

135.2 KB

dockerignore

0.1 KB

entrypoint.sh

0.3 KB

main.tf

1.7 KB

manage.py

0.7 KB

requirements.txt

0.3 KB

/.../2 - Final project code/dev/edenthought/crm/

__init__.py

0.0 KB

admin.py

0.1 KB

apps.py

0.1 KB

forms.py

0.2 KB

models.py

0.1 KB

tests.py

0.9 KB

urls.py

0.1 KB

views.py

0.5 KB

/.../2 - Final project code/dev/edenthought/crm/__pycache__/

__init__.cpython-312.pyc

0.2 KB

__init__.cpython-313.pyc

0.2 KB

admin.cpython-312.pyc

0.3 KB

admin.cpython-313.pyc

0.3 KB

apps.cpython-312.pyc

0.5 KB

apps.cpython-313.pyc

0.5 KB

forms.cpython-312.pyc

0.7 KB

forms.cpython-313.pyc

0.7 KB

models.cpython-312.pyc

0.5 KB

models.cpython-313.pyc

0.5 KB

tests.cpython-313.pyc

2.0 KB

urls.cpython-312.pyc

0.3 KB

urls.cpython-313.pyc

0.3 KB

views.cpython-312.pyc

0.9 KB

views.cpython-313.pyc

0.9 KB

/.../2 - Final project code/dev/edenthought/crm/migrations/

0001_initial.py

0.7 KB

__init__.py

0.0 KB

/.../2 - Final project code/dev/edenthought/crm/migrations/__pycache__/

0001_initial.cpython-312.pyc

0.9 KB

0001_initial.cpython-313.pyc

0.9 KB

__init__.cpython-312.pyc

0.2 KB

__init__.cpython-313.pyc

0.2 KB

/.../2 - Final project code/dev/edenthought/crm/templates/

index.html

0.9 KB

/.../2 - Final project code/dev/edenthought/edenthought/

__init__.py

0.0 KB

asgi.py

0.4 KB

settings.py

3.6 KB

urls.py

0.2 KB

wsgi.py

0.6 KB

/.../2 - Final project code/dev/edenthought/edenthought/__pycache__/

__init__.cpython-312.pyc

0.2 KB

__init__.cpython-313.pyc

0.2 KB

settings.cpython-312.pyc

2.3 KB

settings.cpython-313.pyc

2.5 KB

urls.cpython-312.pyc

0.4 KB

urls.cpython-313.pyc

0.4 KB

wsgi.cpython-312.pyc

1.0 KB

wsgi.cpython-313.pyc

1.0 KB

/.../2 - Final project code/dev/edenthought/github/workflows/

application.yml

2.5 KB

terraform.yml

2.0 KB

/.../2 - Final project code/dev/edenthought/static/css/

styles.css

0.4 KB

/.../2 - Final project code/dev/edenthought/static/js/

app.js

0.2 KB

/.../3 - Environment setup Python and VS Code Installation/

1 -Python - Website.url

0.1 KB

1 -Python and Visual Studio Code - Installation - Windows.mp4

47.5 MB

1 -Visual Studio Code - Website.url

0.1 KB

2 -Python - Website.url

0.1 KB

2 -Python and Visual Studio Code - Installation - MacOS.mp4

40.7 MB

2 -Visual Studio Code - Website.url

0.1 KB

/.../4 - Build a simple Django starter project - [Recommended]/

1 -Django project setup - Windows.mp4

33.7 MB

10 -Setup our CSS & JavaScript files and test our application.mp4

47.5 MB

11 -Apply styling to our form - [Optional].mp4

36.6 MB

2 -Django project setup - MacOS.mp4

55.2 MB

3 -Django default migration and app setup.mp4

17.7 MB

4 -Create a base template, url and view.mp4

40.9 MB

5 -Create and register a Django model - [DailyNote].mp4

20.3 MB

6 -Accessing the Django Admin.mp4

10.9 MB

7 -Build a basic form for submitting notes - Part 1.mp4

19.8 MB

8 -Build a basic form for submitting notes - Part 2.mp4

74.5 MB

9 -Configure static files.mp4

12.1 MB

/.../5 - Dockerisation with Django/

1 -What is Docker - [Theory].mp4

10.1 MB

2 -Docker Desktop - Website.url

0.1 KB

2 -Installing and setting up Docker.mp4

35.2 MB

3 - Docker desktop - Troubleshooting guide - [Optional].html

0.9 KB

3 -Installing Gunicorn.mp4

5.8 MB

4 -Generate a requirements.txt file.mp4

5.2 MB

5 -Create a docker file.mp4

58.4 MB

6 -Add a docker ignore file.mp4

7.1 MB

7 -Build a docker image.mp4

20.0 MB

8 -Run a docker container.mp4

12.4 MB

9 -Docker resource cleanup.mp4

11.0 MB

/.../6 - Preparing for base production deployment/

1 -Installing psycopg2 binary.mp4

7.6 MB

2 -Add markup for the production database.mp4

13.3 MB

3 -Configure environment variables.mp4

46.5 MB

4 -Additional deployment configurations.mp4

11.5 MB

5 -Handling static assets with Whitenoise.mp4

50.2 MB

5 -WhiteNoise - Docs.url

0.1 KB

/.../7 - GitHub Container Registry/

1 -What is a container registry - [Theory].mp4

6.9 MB

2 -Setup a GitHub account.mp4

8.5 MB

3 -Generate a personal access token (PAT).mp4

21.0 MB

4 -Login to GitHub Container Registry.mp4

9.7 MB

5 -Updating our packages and ignoring .env.mp4

7.1 MB

6 - Ignoring additional filesdirectories - [Important].html

0.5 KB

6 -Build a docker image for production.mp4

44.9 MB

7 -Push a docker image to GitHub Container Registry.mp4

12.6 MB

/.../8 - Cloud service models and strategy/

1 -Cloud service models - [Theory].mp4

23.9 MB

2 -Use case Integrate Platform as a Service (PaaS) - [Theory].mp4

4.9 MB

3 -Use case Integrate Infrastructure as Code (IaC) - [Theory].mp4

4.3 MB

/.../9 - Platform as a Service with Render/

1 -Introduction and setup of Render.mp4

12.3 MB

2 -Deploy a dockerised app with Render.mp4

35.6 MB

3 -Additional config and updating our application.mp4

31.5 MB

4 -Create and Integrate a PostgreSQL database for production.mp4

118.0 MB

5 -Resource cleanup.mp4

30.7 MB

/~Get Your Files Here !/

Bonus Resources.txt

0.1 KB

 

Total files 180


Copyright © 2025 FileMood.com