Tutorials & Guides

Hands-on DevOps, Cloud, and Kubernetes tutorials - from setup to production.

Written by: All OG Community
Python Lists - Day - 6
Python

Python Lists - Day - 6

You have many names stored in one place. You can add a new contact, delete an old one, look someone up by their position - …

GayatriCommunity · · 7 min read
TRIVY DOCKER IMAGES COMPROMISED
Security

TRIVY DOCKER IMAGES COMPROMISED

TeamPCP silently pushed three poisoned Docker images - 0.69.4, 0.69.5, 0.69.6 - to Docker Hub without any corresponding GitHub releases, armed them with a 3-stage …

mrcloudbookOG · · 22 min read
Python Functions - Day - 5
Python

Python Functions - Day - 5

Function is a block of code you write once and can use again and again, wherever you need it. No copy-pasting. No repeating yourself. Just …

GayatriCommunity · · 8 min read
Python Loops: for & while - Day - 4
Python

Python Loops: for & while - Day - 4

A loop tells Python: keep doing this thing, again and again, until I say stop. Without loops, repetitive tasks mean writing the same line over …

GayatriCommunity · · 7 min read