KodeKloud

KodeKloud

Creator
1 followers

Hands‑on DevOps/Kubernetes/Linux training with practical labs and beginner‑friendly series.

Fine-Tuning LLMs with LoRA and QLoRA (Free Labs)
VideoApr 15, 2026

Fine-Tuning LLMs with LoRA and QLoRA (Free Labs)

The video walks through practical steps for fine‑tuning large language models, emphasizing LoRA and its 4‑bit variant QLoRA as cost‑effective alternatives to full‑weight updates. It frames the shift from prompt engineering to model‑level customization as essential for companies that want...

By KodeKloud
8 Kubernetes Books Ranked — One Winner, and It's Not Even Close 🏆
VideoApr 15, 2026

8 Kubernetes Books Ranked — One Winner, and It's Not Even Close 🏆

The video pits eight popular Kubernetes books against each other to identify the most valuable resource for practitioners, ultimately crowning a single winner. The host evaluates each title on criteria such as foundational theory, day‑two operations, production‑grade troubleshooting, and breadth of...

By KodeKloud
How LLM API Calls Actually Work (OpenAI SDK vs Raw HTTP)
VideoApr 12, 2026

How LLM API Calls Actually Work (OpenAI SDK vs Raw HTTP)

The video demystifies the mechanics behind calling large language models, contrasting the low‑level HTTP workflow with OpenAI’s Python SDK. When a user types a prompt, the client packages it, sends it to OpenAI’s servers, and the model emits tokens one at...

By KodeKloud
Prompting Basics - Part 3/3
VideoApr 12, 2026

Prompting Basics - Part 3/3

The video explains advanced prompting techniques for large language models, emphasizing few-shot examples, role‑based system messages, positive instruction framing, and chain‑of‑thought sequencing. It contrasts zero‑shot prompts, which often produce verbose or mis‑formatted answers, with few‑shot prompts that include a sample...

By KodeKloud
Prompting Techniques Part 2/3
VideoApr 11, 2026

Prompting Techniques Part 2/3

The video explains prompting techniques for OpenAI’s chat API, emphasizing that messages carry roles—system, user, and assistant. The system role, set by developers, dictates the model’s behavior, rules, and personality, while the user role supplies the query and the assistant...

By KodeKloud
Azure DevOps Engineer Question 28
VideoApr 9, 2026

Azure DevOps Engineer Question 28

The video explains how to configure an Azure DevOps pipeline so that it runs on every commit except when only documentation files, such as Markdown (*.md), are changed. The presenter walks through the AZ200 certification question, emphasizing the correct YAML...

By KodeKloud
Azure DevOps Engineer Question 27
VideoApr 9, 2026

Azure DevOps Engineer Question 27

The video walks through AZ‑400 question 27, which asks which Azure Pipelines task should be used to create a deployment artifact for a .NET application that must contain only compiled binaries and configuration files, not source code. It explains that the...

By KodeKloud
Azure DevOps Engineer Question 26
VideoApr 8, 2026

Azure DevOps Engineer Question 26

The video tackles Azure DevOps Engineer certification question 26, which asks how to ensure a SQL Server database returns to a known state before each integration‑test run in a pipeline. It emphasizes the need for an automated, repeatable solution rather...

By KodeKloud
AWS AI Practitioner Question 35
VideoApr 8, 2026

AWS AI Practitioner Question 35

The video walks through AWS AI Practitioner exam question 35, which asks which AWS service best fits a retailer’s need to forecast inventory demand for 10,000 products across 200 stores using three years of sales, seasonality, promotions and weather data. The...

By KodeKloud
The Real Reason AI Loses Track of Your Conversation
VideoApr 7, 2026

The Real Reason AI Loses Track of Your Conversation

The video explains that large language models forget earlier parts of a dialogue because their context window is limited. When a conversation exceeds this window, the system must decide which tokens to keep, and three primary strategies—truncation, summarization, and sliding...

By KodeKloud
How to Use Byobu to Keep Long SSH Commands Running
VideoApr 7, 2026

How to Use Byobu to Keep Long SSH Commands Running

Byobu acts as a lightweight terminal multiplexer that lets users maintain persistent sessions on remote Linux servers. By wrapping long‑running commands inside Byobu’s “protective bubble,” the processes continue even if the SSH connection drops or the laptop powers off. The...

By KodeKloud
What Is a Context Window?
VideoApr 6, 2026

What Is a Context Window?

The video clarifies what a context window is—a hard limit on the number of tokens an LLM can process at once, encompassing system instructions, prior dialogue, the latest user prompt, and the model’s own generated text. It breaks down a typical...

By KodeKloud
Azure DevOps Engineer Question 24
VideoApr 6, 2026

Azure DevOps Engineer Question 24

The video addresses an AZ‑400 exam scenario where a team must validate an Azure Resource Manager (ARM) template’s syntax before deploying it through an Azure Pipelines build. It explains that the Azure Resource Group Deployment task includes a ‘validation mode’ that...

By KodeKloud
AWS AI Practitioner Question 34
VideoApr 6, 2026

AWS AI Practitioner Question 34

The video walks through AWS AI Practitioner exam question 34, which asks which evaluation metric a maintenance team should prioritize after deploying a machine‑learning model that predicts equipment failures. Although the model boasts a 95% overall accuracy, it missed 40%...

By KodeKloud