A while loop in Python allows you to repeatedly execute a block of code as long as a certain condition […] Blog DevOps Python While loop in python
A for loop is a control structure that allows you to iterate over a sequence (such as a list, tuple, […] Blog DevOps Python For loop in Python
The time module in Python provides functions for working with time, including retrieving the current time and converting between different […] Blog DevOps Python Time Module in Python1 comment
eBPF eBPF (extended Berkeley Packet Filter) is a technology that allows you to write custom programs that can be attached […] Blog DevOps Kubernetes Linux What is eBPF and Architecture?
In Python, you can use an if statement to execute a block of code if a certain condition is true. […] Blog DevOps Python If else statement in Python
In Python, a string is a sequence of characters. Strings can be enclosed in single quotes (‘), double quotes (“), […] Blog DevOps Python Strings in Python
In Python, you can use the input function to get input from the user. The input function reads a line […] Blog DevOps Python How user input works in Python
In Python, type casting is the process of converting one data type to another. This can be useful when you […] Blog DevOps Python Type Casting in Python
Knative (pronounced kay-native) is an open-source platform for building, deploying and managing modern serverless workloads on top of Kubernetes. It […] Blog DevOps Kubernetes SRE What is Knative?
A three-way handshake is a process used in a TCP (Transmission Control Protocol) connection to establish a connection between two […] Blog DevOps Linux SRE What is a three-way handshake?
Ansible playbook is a YAML file that defines the tasks and operations to be executed by the Ansible automation platform. […] Blog DevOps SRE Tools to generate Ansible Playbook
Cloud computing is a model of computing that allows users to access and use computing resources, such as servers, storage, […] Blog DevOps SRE What is Cloud Computing?