<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Human in the Loop | DevOps &amp; AI</title><description>DevOps, MLOps &amp; Platform Engineering mastery guides and tutorials.</description><link>https://blog.digitaldevops.xyz/</link><item><title>Building a Local RAG System with Ollama: PDF Indexing, Training, and GUI Search</title><link>https://blog.digitaldevops.xyz/blog/2024-10-24-local-rag-ollama-pdf-gui/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2024-10-24-local-rag-ollama-pdf-gui/</guid><description>Retrieval-Augmented Generation (RAG) is a powerful technique that combines the strengths of large language models with external knowledge sources. In this post, we&apos;ll build a complete local RAG system using Ollama, Python, and a few PDFs. You&apos;ll learn how to index documents, enhance a model with your data, and create a simple GUI for interactive searching.
</description><pubDate>Thu, 24 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Thoughts on AI Today – Why Persistence Matters</title><link>https://blog.digitaldevops.xyz/blog/2025-06-15-agi-current-state/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-15-agi-current-state/</guid><description>Why foundation models must evolve beyond pattern recognition and embrace memory, messiness, and embodied learning.</description><pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🚀 How I Use Obsidian Git to Automate My Blog Publishing</title><link>https://blog.digitaldevops.xyz/blog/2025-06-15-using-obsidian-git/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-15-using-obsidian-git/</guid><description>A simple guide to setting up Git in Obsidian so you can publish Markdown posts directly to GitHub Pages — fast, clean, and code-free.</description><pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🧠 How I Use Obsidian as a Digital Scrapbook</title><link>https://blog.digitaldevops.xyz/blog/2025-06-15-using-obsidian/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-15-using-obsidian/</guid><description>Exploring how I use Obsidian to collect ideas, connect thoughts, and build my personal knowledge base as a DevOps professional.</description><pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate></item><item><title>How I Built This Blog with GitHub Pages &amp; Jekyll</title><link>https://blog.digitaldevops.xyz/blog/2025-06-15-welcome-to-my-blog/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-15-welcome-to-my-blog/</guid><description>A quick guide to how I set up my blog using GitHub Pages, Jekyll, and is-a.dev</description><pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🧠 Prompt Engineering: How to Talk to AI and Get What You Need</title><link>https://blog.digitaldevops.xyz/blog/2025-06-16-prompt-engineering/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-16-prompt-engineering/</guid><description>Prompt engineering is the art of crafting clear, accurate, useful results.</description><pubDate>Mon, 16 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🎮 Creating a Retro-Style Scrolling Header in Jekyll</title><link>https://blog.digitaldevops.xyz/blog/2025-06-17-8bit-scroller-effect/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-17-8bit-scroller-effect/</guid><description>Learn how to implement a classic 8-bit style scrolling header animation using CSS</description><pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🤖 Building an AI Chatbot with Netlify Functions and Together AI</title><link>https://blog.digitaldevops.xyz/blog/2025-06-25-building-ai-chatbot-netlify-huggingface/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-25-building-ai-chatbot-netlify-huggingface/</guid><description>A comprehensive guide to building a production-ready AI chatbot using Together AI&apos;s DeepSeek-V3 model, Netlify Functions, and modern web technologies. Features cyberpunk UI, real-time responses, and robust error handling. Try the live demo and learn how to create your own AI assistant with minimal setup and costs.</description><pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate></item><item><title>💰 Serverless on a Budget: Netlify as a Free Alternative to AWS and Azure</title><link>https://blog.digitaldevops.xyz/blog/2025-06-25-serverless-python-netlify-alternative-to-cloud/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-25-serverless-python-netlify-alternative-to-cloud/</guid><description>Discover how to deploy Python serverless functions on Netlify&apos;s generous free tier instead of paying for AWS Lambda or Azure Functions. Perfect for hobby projects and MVPs!</description><pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🚀 Understanding ArgoCD: Installation, Usage, and Troubleshooting</title><link>https://blog.digitaldevops.xyz/blog/2025-06-30-understanding-argocd/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-06-30-understanding-argocd/</guid><description>Learn what ArgoCD is, how to install it, use it effectively, troubleshoot issues, and leverage its CLI commands.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🔧 Setting Up Azure Development Tools with Python on macOS</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-azure-python-tooling-setup-macos/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-azure-python-tooling-setup-macos/</guid><description>A comprehensive guide to setting up Azure development tools with Python on macOS, including authentication, CLI, and SDK setup.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🧹 Data Science Fundamentals: Data Preparation and Model Fitting</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-data-science-fundamentals/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-data-science-fundamentals/</guid><description>Understanding the crucial steps of data preparation and how to achieve the right model fit.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🐳 Running Jenkins in Docker: A Complete Setup Guide</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-jenkins-docker-setup-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-jenkins-docker-setup-guide/</guid><description>Learn how to run Jenkins in Docker with a complete setup guide including a custom installation script, best practices, and common troubleshooting tips.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🤖 Machine Learning Basics: A Beginner&apos;s Guide (Part 1 - Introduction)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-basics-introduction/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-basics-introduction/</guid><description>Understanding the fundamentals of machine learning in simple terms.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🎯 Machine Learning Basics: Understanding Classification (Part 3)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-classification/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-classification/</guid><description>Learn about classification in machine learning with everyday examples.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>📈 Machine Learning Basics: Understanding Regression (Part 2)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-regression/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-regression/</guid><description>Learn about regression in machine learning with simple, real-world examples.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🎮 Machine Learning Basics: Understanding Reinforcement Learning (Part 5)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-reinforcement/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-reinforcement/</guid><description>Learn how reinforcement learning works through simple examples and real-world applications.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🧩 Machine Learning Basics: Understanding Unsupervised Learning (Part 4)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-unsupervised/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-machine-learning-unsupervised/</guid><description>Discover how unsupervised learning finds patterns in data automatically.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🚀 Migrating from GitHub Pages to Netlify: A Step-by-Step Guide</title><link>https://blog.digitaldevops.xyz/blog/2025-07-01-migrating-to-netlify/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-01-migrating-to-netlify/</guid><description>Learn how to migrate a Jekyll blog from GitHub Pages to Netlify, including DNS configuration and continuous deployment setup.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🔄 Cross-Validation and Overfitting (Intermediate Series)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-02-machine-learning-cross-validation/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-02-machine-learning-cross-validation/</guid><description>Understanding cross-validation techniques and how to prevent overfitting in machine learning models.</description><pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🔧 Machine Learning Intermediate: The Art of Feature Engineering</title><link>https://blog.digitaldevops.xyz/blog/2025-07-02-machine-learning-feature-engineering/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-02-machine-learning-feature-engineering/</guid><description>Learn how to create and select better features for your machine learning models.</description><pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate></item><item><title>📊 Model Evaluation: Beyond Accuracy (Intermediate Series)</title><link>https://blog.digitaldevops.xyz/blog/2025-07-02-machine-learning-model-evaluation/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-02-machine-learning-model-evaluation/</guid><description>A comprehensive guide to evaluating machine learning models beyond simple accuracy metrics.</description><pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🧠 Deep Learning: Understanding Neural Networks</title><link>https://blog.digitaldevops.xyz/blog/2025-07-03-deep-learning-neural-networks/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-03-deep-learning-neural-networks/</guid><description>A comprehensive introduction to neural networks and deep learning fundamentals.</description><pubDate>Thu, 03 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🤔 Chain of Thought: Teaching AI to Think Step by Step</title><link>https://blog.digitaldevops.xyz/blog/2025-07-04-expert-chain-of-thought/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-04-expert-chain-of-thought/</guid><description>Understanding how Chain of Thought helps AI models think like humans.</description><pubDate>Fri, 04 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🧩 Mixture of Experts: Many Brains Are Better Than One</title><link>https://blog.digitaldevops.xyz/blog/2025-07-04-expert-mixture-of-experts/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-04-expert-mixture-of-experts/</guid><description>Understanding how Mixture of Experts combines multiple AI models for better results.</description><pubDate>Fri, 04 Jul 2025 00:00:00 GMT</pubDate></item><item><title>⚠️ AI Safety: Navigating the Risks of Advanced AI</title><link>https://blog.digitaldevops.xyz/blog/2025-07-05-ai-safety-risks/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-05-ai-safety-risks/</guid><description>Understanding the potential risks of advanced AI systems and how to address them.</description><pubDate>Sat, 05 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🚀 The Path to AGI and ASI: Understanding Superintelligence</title><link>https://blog.digitaldevops.xyz/blog/2025-07-05-future-superintelligence/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-05-future-superintelligence/</guid><description>Exploring the journey from current AI to Artificial General Intelligence (AGI) and Artificial Superintelligence (ASI).</description><pubDate>Sat, 05 Jul 2025 00:00:00 GMT</pubDate></item><item><title>GitHub Actions in Practice: A Complete CI/CD Pipeline Demo</title><link>https://blog.digitaldevops.xyz/blog/2025-07-07-github-actions-practical-demo/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-07-github-actions-practical-demo/</guid><description>A hands-on guide to building a complete CI/CD pipeline with GitHub Actions, including manual approvals, secrets management, and deployment strategies.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Understanding GitHub Actions: From Setup to Pricing Tiers</title><link>https://blog.digitaldevops.xyz/blog/2025-07-07-understanding-github-actions/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-07-understanding-github-actions/</guid><description>A comprehensive guide to GitHub Actions, covering everything from basic setup to pricing tiers, best practices, and security considerations for effective CI/CD workflows.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🔰 Kubernetes Basics: Getting Started with Kind</title><link>https://blog.digitaldevops.xyz/blog/2025-07-09-kubernetes-basics-introduction/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-09-kubernetes-basics-introduction/</guid><description>A beginner-friendly introduction to Kubernetes using Kind. This comprehensive guide covers cluster setup, basic concepts like Pods and Deployments, and hands-on examples. Perfect for developers looking to start their container orchestration journey with a local development environment.</description><pubDate>Wed, 09 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🚀 Ansible Advanced: Custom Modules, Dynamic Inventory, and Complex Orchestration</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-ansible-advanced-custom-modules/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-ansible-advanced-custom-modules/</guid><description>An in-depth guide to advanced Ansible concepts including custom module development, dynamic inventory scripts, and complex orchestration patterns. Features a practical example of deploying a microservices architecture with advanced monitoring.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🎯 Ansible Basics: Getting Started with Automation</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-ansible-basics-getting-started/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-ansible-basics-getting-started/</guid><description>A comprehensive guide to getting started with Ansible automation, including installation, inventory management, and your first playbook. Features a practical example of configuring a basic web server.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🔄 Ansible Intermediate: Roles, Variables, and Templates</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-ansible-intermediate-roles-variables/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-ansible-intermediate-roles-variables/</guid><description>A detailed guide to intermediate Ansible concepts including roles, variables, templates, and handlers. Features a practical example of deploying a load-balanced web application with customizable configurations.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🚀 AWS CLI Cheatsheet: Top 100 Commands for DevOps Engineers</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-aws-cli-devops-cheatsheet/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-aws-cli-devops-cheatsheet/</guid><description>Master the AWS CLI with this detailed cheatsheet covering 100 essential commands across different AWS services. Perfect for DevOps engineers working with AWS infrastructure, featuring real-world examples and common use cases.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>☁️ Azure CLI Cheatsheet: Essential Commands for DevOps Engineers</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-azure-cli-devops-cheatsheet/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-azure-cli-devops-cheatsheet/</guid><description>Complete Azure CLI command reference with real-world examples and use cases. Covers resource management, compute, containers, networking, storage, and security. Essential guide for DevOps professionals working with Azure cloud infrastructure.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>⎈ Getting Started with Helm: The Kubernetes Package Manager</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-helm-charts-kubernetes-package-manager/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-helm-charts-kubernetes-package-manager/</guid><description>A comprehensive guide to Helm, the package manager for Kubernetes. Learn about Helm charts, templates, values, and best practices for managing complex Kubernetes applications. Perfect for developers and DevOps engineers working with Kubernetes.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🏗️ Kubernetes Architecture: A Deep Dive into Master and Worker Nodes</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-kubernetes-architecture-deep-dive/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-kubernetes-architecture-deep-dive/</guid><description>A comprehensive deep dive into Kubernetes architecture, explaining master and worker node components, their interactions, and the core principles behind Kubernetes design. Perfect for DevOps engineers and architects wanting to understand Kubernetes internals.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🐧 Linux Commands Cheatsheet: Essential Commands for DevOps</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-linux-commands-devops-cheatsheet/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-linux-commands-devops-cheatsheet/</guid><description>Complete Linux command reference for DevOps engineers and system administrators. Includes 100+ essential commands with practical examples, common use cases, and best practices for daily operations.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Terraform Basics: Getting Started with Infrastructure as Code</title><link>https://blog.digitaldevops.xyz/blog/2025-07-10-terraform-basics-getting-started/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-10-terraform-basics-getting-started/</guid><description>Learn the fundamentals of Terraform, including installation, basic concepts, and your first configuration</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Terraform Intermediate: Variables, Outputs, and Data Sources</title><link>https://blog.digitaldevops.xyz/blog/2025-07-11-terraform-intermediate-concepts/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-11-terraform-intermediate-concepts/</guid><description>Master Terraform variables, outputs, data sources, and learn how to structure your configurations effectively</description><pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Terraform Advanced: Modules, Workspaces, and State Management</title><link>https://blog.digitaldevops.xyz/blog/2025-07-12-terraform-advanced-concepts/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-12-terraform-advanced-concepts/</guid><description>Master advanced Terraform concepts including modules, workspaces, remote state, and best practices for large-scale infrastructure</description><pubDate>Sat, 12 Jul 2025 00:00:00 GMT</pubDate></item><item><title>OpenTofu: The Open Source Alternative to Terraform</title><link>https://blog.digitaldevops.xyz/blog/2025-07-13-opentofu-guide-and-migration/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-13-opentofu-guide-and-migration/</guid><description>Learn about OpenTofu, how to migrate from Terraform, and understand the key differences between these Infrastructure as Code tools</description><pubDate>Sun, 13 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Advanced Terraform Tooling: Terragrunt, Testing, and Best Practices</title><link>https://blog.digitaldevops.xyz/blog/2025-07-14-terraform-advanced-tooling/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-14-terraform-advanced-tooling/</guid><description>Master advanced Terraform tooling with Terragrunt, pre-commit hooks, automated testing, and enterprise features</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Infrastructure as Code Pipelines: A Comprehensive Guide to Terraform CI/CD</title><link>https://blog.digitaldevops.xyz/blog/2025-07-15-terraform-cicd-pipeline-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-15-terraform-cicd-pipeline-guide/</guid><description>Learn how to implement robust CI/CD pipelines for your Terraform code, including best practices and security considerations</description><pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🛠️ Kubernetes Intermediate: Configuration and Management</title><link>https://blog.digitaldevops.xyz/blog/2025-07-16-kubernetes-intermediate-configuration/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-16-kubernetes-intermediate-configuration/</guid><description>A deep dive into Kubernetes configuration and management practices. Learn how to handle application configurations, manage sensitive data with Secrets, implement resource quotas, and master different deployment strategies. Includes real-world scenarios and best practices for production environments.</description><pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Implementing Terraform Pipelines: Platform-Specific Examples</title><link>https://blog.digitaldevops.xyz/blog/2025-07-16-terraform-pipeline-implementations/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-16-terraform-pipeline-implementations/</guid><description>Detailed examples of implementing Terraform pipelines in Jenkins, GitLab CI, and CircleCI with real-world configurations</description><pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Advanced Terraform Tooling: Checkov, Terragota, and Atlantis for Infrastructure Management</title><link>https://blog.digitaldevops.xyz/blog/2025-07-17-terraform-tools-checkov-terragota-atlantis/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-17-terraform-tools-checkov-terragota-atlantis/</guid><description>Learn how to leverage Checkov, Terragota, and Atlantis for infrastructure migration, cost optimization, and GitOps workflows</description><pubDate>Thu, 17 Jul 2025 00:00:00 GMT</pubDate></item><item><title>👨‍💻 Kubernetes Advanced: Production-Ready Deployments</title><link>https://blog.digitaldevops.xyz/blog/2025-07-23-kubernetes-advanced-production/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-23-kubernetes-advanced-production/</guid><description>An advanced guide to production-ready Kubernetes deployments. Covers StatefulSets, persistent storage solutions, service mesh architecture with Istio, monitoring with Prometheus and Grafana, and best practices for high-availability deployments. Essential knowledge for DevOps engineers and platform architects.</description><pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate></item><item><title>LocalStack: Local AWS Development Made Easy</title><link>https://blog.digitaldevops.xyz/blog/2025-07-25-localstack-local-aws-development/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-25-localstack-local-aws-development/</guid><description>A comprehensive guide to using LocalStack for local AWS development, including installation, examples, and CI/CD integration</description><pubDate>Fri, 25 Jul 2025 00:00:00 GMT</pubDate></item><item><title>🔐 Kubernetes Security: Best Practices and Implementation</title><link>https://blog.digitaldevops.xyz/blog/2025-07-30-kubernetes-security-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-07-30-kubernetes-security-guide/</guid><description>A comprehensive guide to Kubernetes security implementations. Learn how to secure your clusters using RBAC, Pod Security Policies, Network Policies, and SecurityContext. Includes real-world examples, security scanning tools, and best practices for enterprise environments.</description><pubDate>Wed, 30 Jul 2025 00:00:00 GMT</pubDate></item><item><title>📊 Kubernetes Monitoring and Observability</title><link>https://blog.digitaldevops.xyz/blog/2025-08-06-kubernetes-monitoring-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-08-06-kubernetes-monitoring-guide/</guid><description>Master Kubernetes monitoring and observability with this in-depth guide. Learn how to implement Prometheus and Grafana, set up custom metrics, create powerful dashboards, and establish effective alerting strategies. Essential knowledge for maintaining production-grade Kubernetes clusters.</description><pubDate>Wed, 06 Aug 2025 00:00:00 GMT</pubDate></item><item><title>🚀 Kubernetes GitOps and CI/CD</title><link>https://blog.digitaldevops.xyz/blog/2025-08-13-kubernetes-gitops-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-08-13-kubernetes-gitops-guide/</guid><description>A comprehensive guide to implementing GitOps practices in Kubernetes using ArgoCD and Flux CD. Learn about continuous delivery patterns, infrastructure as code, and automated deployment strategies. Perfect for teams looking to streamline their Kubernetes deployment workflows.</description><pubDate>Wed, 13 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Secure Developer Machine Setup Guide: Complete Environment with Security Best Practices</title><link>https://blog.digitaldevops.xyz/blog/2025-10-09-developer-machine-setup-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-09-developer-machine-setup-guide/</guid><description>Comprehensive guide to setting up a secure development machine with Git SSH, Bash aliases, Terraform, AWS CLI, VS Code configuration, and package management across macOS, Windows WSL, and Ubuntu LTS. Includes security-first approach with authentication, access control, and ongoing security maintenance.</description><pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Ubuntu LTS Security Hardening Guide: Complete Server Setup for Beginners</title><link>https://blog.digitaldevops.xyz/blog/2025-10-09-ubuntu-lts-security-hardening-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-09-ubuntu-lts-security-hardening-guide/</guid><description>Step-by-step guide to setting up and hardening Ubuntu LTS server with security best practices, firewall configuration, SSH hardening, intrusion prevention, and automated security monitoring. Perfect for beginners who want enterprise-level security.</description><pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Windows Developer Machine Setup Guide: Complete PowerShell Environment</title><link>https://blog.digitaldevops.xyz/blog/2025-10-09-windows-developer-machine-setup-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-09-windows-developer-machine-setup-guide/</guid><description>Comprehensive guide to setting up a Windows development machine with PowerShell, Git, Terraform, AWS CLI, VS Code, and package management using Chocolatey, winget, and PowerShell modules</description><pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Windows DevOps Desktop Setup: WSL Development Environment Guide</title><link>https://blog.digitaldevops.xyz/blog/2025-10-09-windows-devops-desktop-wsl-setup-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-09-windows-devops-desktop-wsl-setup-guide/</guid><description>Transform your Windows desktop into a powerful DevOps development environment! This comprehensive guide covers Windows Subsystem for Linux (WSL) setup, Docker integration, development tools configuration, security hardening, and DevOps workflows. Get the best of both Windows and Linux worlds for modern development.
</description><pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Running Home Assistant in Docker with Octopus Energy Integration</title><link>https://blog.digitaldevops.xyz/blog/2025-10-22-home-assistant-docker-octopus-energy/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-22-home-assistant-docker-octopus-energy/</guid><description>A detailed DevOps and Platform Engineering guide.</description><pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Building an AI-Powered Frogger Game: Training and Challenges</title><link>https://blog.digitaldevops.xyz/blog/2025-10-23-frogger-ai-project/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-23-frogger-ai-project/</guid><description>A detailed DevOps and Platform Engineering guide.</description><pubDate>Thu, 23 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Building a Local RAG System with Ollama: PDF Indexing, Training, and GUI Search</title><link>https://blog.digitaldevops.xyz/blog/2025-10-24-local-rag-ollama-pdf-gui/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-24-local-rag-ollama-pdf-gui/</guid><description>Retrieval-Augmented Generation (RAG) is a powerful technique that combines the strengths of large language models with external knowledge sources. In this post, we&apos;ll build a complete local RAG system using Ollama, Python, and a few PDFs. You&apos;ll learn how to index documents, enhance a model with your data, and create a simple GUI for interactive searching.
</description><pubDate>Thu, 24 Oct 2024 00:00:00 GMT</pubDate></item><item><title>50 Great Git Commands: Complete Cheatsheet with Examples</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-50-great-git-commands-cheatsheet/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-50-great-git-commands-cheatsheet/</guid><description>Comprehensive cheatsheet of 50 essential Git commands with examples. From basic operations to advanced techniques, this guide covers everything you need to master Git version control.</description><pubDate>Wed, 29 Oct 2025 23:00:00 GMT</pubDate></item><item><title>AWS AI Practitioner Exam Preparation: Complete Study Guide</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-aws-ai-practitioner-exam-prep/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-aws-ai-practitioner-exam-prep/</guid><description>Comprehensive guide to preparing for the AWS AI Practitioner certification exam. Covers exam domains, key concepts, AWS AI services, and practical study strategies with real-world examples.</description><pubDate>Wed, 29 Oct 2025 22:00:00 GMT</pubDate></item><item><title>AWS Glue Complete Tutorial: Serverless ETL Made Easy</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-aws-glue-complete-tutorial/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-aws-glue-complete-tutorial/</guid><description>Master AWS Glue from basics to advanced. Learn to build serverless ETL pipelines, use Glue Studio, crawlers, and catalog for data integration at any scale.</description><pubDate>Wed, 29 Oct 2025 17:00:00 GMT</pubDate></item><item><title>Complete Guide: Setting Up Self-Hosted GitLab Server with CI/CD and Advanced Features</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-complete-gitlab-self-hosted-server-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-complete-gitlab-self-hosted-server-guide/</guid><description>Comprehensive tutorial for setting up your own GitLab server, mastering CI/CD pipelines, and exploring advanced GitLab features from basics to enterprise-level usage.</description><pubDate>Wed, 29 Oct 2025 13:00:00 GMT</pubDate></item><item><title>Complete Guide: Setting Up MariaDB/MySQL Server on Docker with Data Management, Backup, and Security</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-complete-mariadb-mysql-docker-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-complete-mariadb-mysql-docker-guide/</guid><description>Comprehensive tutorial for running MariaDB/MySQL on Docker including setup, data management, backup strategies, security hardening, and extensive housekeeping commands.</description><pubDate>Wed, 29 Oct 2025 11:00:00 GMT</pubDate></item><item><title>Complete Guide: Setting Up PostgreSQL Server on Docker with Data Management, Backup, and Security</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-complete-postgresql-docker-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-complete-postgresql-docker-guide/</guid><description>Comprehensive tutorial for running PostgreSQL on Docker including setup, data management, backup strategies, security hardening, and extensive housekeeping commands.</description><pubDate>Wed, 29 Oct 2025 12:00:00 GMT</pubDate></item><item><title>Advanced ETL: Enterprise-Scale Data Pipelines and Real-Time Processing - Part 3: Advanced Level</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-etl-advanced-enterprise/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-etl-advanced-enterprise/</guid><description>Master advanced ETL concepts including real-time processing, ML integration, multi-cloud architectures, performance optimization, and enterprise governance.</description><pubDate>Wed, 29 Oct 2025 16:00:00 GMT</pubDate></item><item><title>ETL on AWS: Building Data Pipelines with Cloud Services - Part 2: Medium Level</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-etl-aws-medium-level/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-etl-aws-medium-level/</guid><description>Master ETL pipelines on AWS. Learn AWS Glue, Lambda functions, Step Functions, and build complete data processing workflows in the cloud.</description><pubDate>Wed, 29 Oct 2025 15:00:00 GMT</pubDate></item><item><title>ETL Fundamentals: Extract, Transform, Load Explained - Part 1: The Basics</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-etl-fundamentals-basics/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-etl-fundamentals-basics/</guid><description>Master the fundamentals of ETL (Extract, Transform, Load) processes. Learn what ETL is, why it&apos;s important, basic concepts, and simple implementation examples.</description><pubDate>Wed, 29 Oct 2025 14:00:00 GMT</pubDate></item><item><title>⚡ FastAPI with Uvicorn: Building High-Performance Python APIs</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-fastapi-uvicorn-python/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-fastapi-uvicorn-python/</guid><description>Complete guide to building fast, modern APIs with FastAPI and Uvicorn. Learn how to create production-ready Python web services with automatic documentation and async support.</description><pubDate>Wed, 29 Oct 2025 08:00:00 GMT</pubDate></item><item><title>Setting Up a Developer Machine for Python and Node.js on Ubuntu LTS</title><link>https://blog.digitaldevops.xyz/blog/2025-10-29-setting-up-developer-machine-python-node-ubuntu-lts/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-10-29-setting-up-developer-machine-python-node-ubuntu-lts/</guid><description>Complete guide to setting up a development environment for Python and Node.js on Ubuntu LTS, including installation, configuration, tools, databases, security, and troubleshooting.</description><pubDate>Wed, 29 Oct 2025 10:00:00 GMT</pubDate></item><item><title>AI Foundation: Understanding the Core Concepts and Models</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-ai-foundation/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-ai-foundation/</guid><description>Comprehensive guide to AI fundamentals, machine learning basics, neural networks, transformers, and the foundation concepts needed to understand modern AI systems.</description><pubDate>Wed, 05 Nov 2025 10:00:00 GMT</pubDate></item><item><title>AWS Advanced Guide: Mastering Cloud Infrastructure</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-advanced-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-advanced-guide/</guid><description>Comprehensive guide to advanced AWS services, architecture patterns, cost optimization, and best practices for enterprise cloud deployments.</description><pubDate>Wed, 05 Nov 2025 09:00:00 GMT</pubDate></item><item><title>AWS Certified AI Practitioner Domain 1: AI/ML Fundamentals Made Simple</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-1/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-1/</guid><description>Simple guide to Domain 1 of AWS Certified AI Practitioner exam: AI/ML Fundamentals. Learn core concepts, algorithms, data preparation, and model evaluation with easy-to-understand examples.</description><pubDate>Wed, 05 Nov 2025 10:00:00 GMT</pubDate></item><item><title>AWS Certified AI Practitioner Domain 2: AWS AI Services Deep Dive</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-2/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-2/</guid><description>Comprehensive guide to Domain 2 of AWS Certified AI Practitioner exam: AWS AI Services. Learn SageMaker, Rekognition, Comprehend, and other AWS AI services with practical examples and use cases.</description><pubDate>Wed, 05 Nov 2025 11:00:00 GMT</pubDate></item><item><title>AWS Certified AI Practitioner Domain 3: Generative AI Deep Dive</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-3/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-3/</guid><description>Comprehensive guide to Domain 3 of AWS Certified AI Practitioner exam: Generative AI. Learn foundation models, prompt engineering, Amazon Q, Titan, and responsible AI practices.</description><pubDate>Wed, 05 Nov 2025 12:00:00 GMT</pubDate></item><item><title>AWS Certified AI Practitioner Domain 4: AI Ethics and Responsible AI</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-4/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-ai-practitioner-domain-4/</guid><description>Comprehensive guide to Domain 4 of AWS Certified AI Practitioner exam: AI Ethics and Responsible AI. Learn fairness, bias mitigation, privacy, transparency, and responsible AI practices.</description><pubDate>Wed, 05 Nov 2025 13:00:00 GMT</pubDate></item><item><title>AWS Solutions Architect Associate: Domain 1 - Design Resilient Architectures</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-1/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-1/</guid><description>Complete guide to AWS Domain 1: designing resilient architectures for high availability and fault tolerance. Covers multi-AZ deployments, Auto Scaling, and architectural patterns.</description><pubDate>Wed, 05 Nov 2025 11:00:00 GMT</pubDate></item><item><title>AWS Solutions Architect Associate: Domain 2 - Define Performant Architectures</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-2/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-2/</guid><description>Complete guide to Domain 2: defining performant architectures using caching, databases, content delivery, and optimization techniques.</description><pubDate>Wed, 05 Nov 2025 12:00:00 GMT</pubDate></item><item><title>AWS Solutions Architect Associate: Domain 3 - Specify Secure and Compliant Architectures</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-3/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-3/</guid><description>Complete guide to Domain 3: designing secure and compliant AWS architectures using IAM, encryption, network security, and compliance frameworks.</description><pubDate>Wed, 05 Nov 2025 13:00:00 GMT</pubDate></item><item><title>AWS Solutions Architect Associate: Domain 4 - Design Cost-Optimized Architectures</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-4/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-4/</guid><description>Complete guide to Domain 4: designing cost-optimized AWS architectures using pricing models, resource optimization, and cost management strategies.</description><pubDate>Wed, 05 Nov 2025 14:00:00 GMT</pubDate></item><item><title>AWS Solutions Architect Associate: Domain 5 - Define Operationally Excellent Architectures</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-5/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-domain-5/</guid><description>Complete guide to Domain 5: designing operationally excellent architectures using infrastructure as code, monitoring, automation, and best practices.</description><pubDate>Wed, 05 Nov 2025 15:00:00 GMT</pubDate></item><item><title>AWS Machine Learning and AI Services: Complete Guide for Exam Preparation</title><link>https://blog.digitaldevops.xyz/blog/2025-11-05-aws-machine-learning-ai-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-05-aws-machine-learning-ai-guide/</guid><description>Comprehensive guide to AWS Machine Learning and AI services for the AWS Certified Machine Learning Specialty exam. Learn key concepts, features, and practical applications.</description><pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate></item><item><title>AWS SageMaker for Beginners: Complete Setup Guide with Cost Optimization</title><link>https://blog.digitaldevops.xyz/blog/2025-11-06-aws-sagemaker-beginners-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-06-aws-sagemaker-beginners-guide/</guid><description>Complete beginner&apos;s guide to AWS SageMaker: what it is, how to set up, cost optimization tips, Terraform automation, and hands-on Jupyter notebook examples.</description><pubDate>Thu, 06 Nov 2025 10:00:00 GMT</pubDate></item><item><title>How I Built My Jekyll Blog: Automation, AI, and GitHub Actions Workflow</title><link>https://blog.digitaldevops.xyz/blog/2025-11-06-how-i-built-my-jekyll-blog/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-06-how-i-built-my-jekyll-blog/</guid><description>A deep dive into my Jekyll blog development workflow, featuring GitHub Actions automation, AI-assisted content creation, and custom prompts for technical writing.</description><pubDate>Thu, 06 Nov 2025 10:00:00 GMT</pubDate></item><item><title>AWS SageMaker Professional ML: Real Dataset House Price Prediction</title><link>https://blog.digitaldevops.xyz/blog/2025-11-07-aws-sagemaker-professional-ml/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-07-aws-sagemaker-professional-ml/</guid><description>Take your SageMaker skills to the next level with professional ML practices using real datasets. Learn feature engineering, cross-validation, hyperparameter tuning, and model deployment.</description><pubDate>Fri, 07 Nov 2025 10:00:00 GMT</pubDate></item><item><title>AWS SageMaker Image Recognition: From Traditional ML to Deep Learning</title><link>https://blog.digitaldevops.xyz/blog/2025-11-08-aws-sagemaker-image-recognition/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-08-aws-sagemaker-image-recognition/</guid><description>Master image recognition with AWS SageMaker: Learn traditional ML approaches, deep learning CNNs, and AWS Rekognition. Understand when to use each algorithm for optimal results.</description><pubDate>Sat, 08 Nov 2025 10:00:00 GMT</pubDate></item><item><title>AWS Certified Machine Learning Specialty (MLS-C01) Study Guide: Complete Learning Path</title><link>https://blog.digitaldevops.xyz/blog/2025-11-09-aws-mls-c01-study-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-09-aws-mls-c01-study-guide/</guid><description>Complete study guide for AWS Certified Machine Learning Specialty (MLS-C01) exam. Maps our comprehensive SageMaker tutorials to all exam domains with practical examples and exam tips.</description><pubDate>Sun, 09 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Bandit: Python-Specific Static Security Analysis Tool</title><link>https://blog.digitaldevops.xyz/blog/2025-11-10-bandit-python-security/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-10-bandit-python-security/</guid><description>Master Bandit for comprehensive Python code security analysis. Learn to detect common security issues, integrate with development workflows, and write custom security rules for your Python projects.</description><pubDate>Mon, 10 Nov 2025 14:00:00 GMT</pubDate></item><item><title>pip-audit: Scanning Python Dependencies for Known Vulnerabilities</title><link>https://blog.digitaldevops.xyz/blog/2025-11-10-pip-audit-vulnerability-scanner/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-10-pip-audit-vulnerability-scanner/</guid><description>Comprehensive guide to using pip-audit, a tool for scanning Python environments and dependencies for known security vulnerabilities. Learn how to integrate it into your development workflow.</description><pubDate>Mon, 10 Nov 2025 11:00:00 GMT</pubDate></item><item><title>Safety: Comprehensive Python Dependency Vulnerability Scanner</title><link>https://blog.digitaldevops.xyz/blog/2025-11-10-safety-dependency-scanner/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-10-safety-dependency-scanner/</guid><description>Master Safety CLI for scanning Python dependencies and licenses. Learn how to detect vulnerable and malicious packages, integrate with CI/CD, and strengthen your software supply chain security.</description><pubDate>Mon, 10 Nov 2025 12:00:00 GMT</pubDate></item><item><title>Semgrep: Fast and Scalable Static Analysis for Code Security</title><link>https://blog.digitaldevops.xyz/blog/2025-11-10-semgrep-static-analysis/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-10-semgrep-static-analysis/</guid><description>Master Semgrep for comprehensive code security scanning. Learn SAST, SCA, and secrets detection with AI-powered analysis that reduces false positives and integrates seamlessly into development workflows.</description><pubDate>Mon, 10 Nov 2025 13:00:00 GMT</pubDate></item><item><title>Using PostgreSQL Extensions: A Deep Dive into pgvector for Vector Search</title><link>https://blog.digitaldevops.xyz/blog/2025-11-10-using-postgresql-extensions-pgvector/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-10-using-postgresql-extensions-pgvector/</guid><description>Learn how to use PostgreSQL extensions, specifically pgvector, for implementing vector search functionality. From basic setup to advanced similarity search examples.</description><pubDate>Mon, 10 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Gemini CLI: Getting Started</title><link>https://blog.digitaldevops.xyz/blog/2025-11-15-gemini-cli-getting-started/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-15-gemini-cli-getting-started/</guid><description>Learn the basics of getting started with the Gemini CLI, including installation, authentication, and your first commands.</description><pubDate>Sat, 15 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Gemini CLI: A Deep Dive into the Tools Command</title><link>https://blog.digitaldevops.xyz/blog/2025-11-16-gemini-cli-tools-deep-dive/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-16-gemini-cli-tools-deep-dive/</guid><description>Explore the tools command in Gemini CLI, learn to list, use, and create custom tools for extending functionality.</description><pubDate>Sun, 16 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Gemini CLI: Advanced Customization</title><link>https://blog.digitaldevops.xyz/blog/2025-11-17-advanced-gemini-cli-customization/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-17-advanced-gemini-cli-customization/</guid><description>Master advanced customization of Gemini CLI, including configuration files, custom tools, and building instruction libraries.</description><pubDate>Mon, 17 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Gemini CLI: The Model Context Protocol (MCP)</title><link>https://blog.digitaldevops.xyz/blog/2025-11-18-gemini-cli-mcp-jekyll/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-18-gemini-cli-mcp-jekyll/</guid><description>Discover the Model Context Protocol (MCP) and learn how to automate Jekyll blog management using Gemini CLI with MCP servers.</description><pubDate>Tue, 18 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Gemini CLI: Integrating with Your Development Workflow</title><link>https://blog.digitaldevops.xyz/blog/2025-11-19-gemini-cli-development-workflow/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-19-gemini-cli-development-workflow/</guid><description>Integrate Gemini CLI into your development workflow for enhanced productivity, including Git automation, shell scripts, and tool integrations.</description><pubDate>Wed, 19 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Claude Code vs Gemini CLI: A Practical Comparison</title><link>https://blog.digitaldevops.xyz/blog/2025-11-20-claude-code-vs-gemini-cli/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-20-claude-code-vs-gemini-cli/</guid><description>Compare Claude Code and Gemini CLI side-by-side. Understand the key differences, strengths, and which tool fits your workflow best.</description><pubDate>Thu, 20 Nov 2025 10:00:00 GMT</pubDate></item><item><title>Tmux: A Journey from Beginner to Advanced User</title><link>https://blog.digitaldevops.xyz/blog/2025-11-20-tmux-journey-from-beginner-to-advanced/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-11-20-tmux-journey-from-beginner-to-advanced/</guid><description>Embark on a comprehensive journey through tmux, from basic terminal multiplexing to advanced productivity techniques.</description><pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Introduction to Apache Kafka - What It Is and Why It Matters</title><link>https://blog.digitaldevops.xyz/blog/2025-12-10-kafka-introduction-basics/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-10-kafka-introduction-basics/</guid><description>Discover Apache Kafka, the leading event streaming platform. Learn what it is, why it matters, and how it powers modern data architectures.</description><pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Architecture and Core Concepts - Understanding the Foundation</title><link>https://blog.digitaldevops.xyz/blog/2025-12-11-kafka-architecture-concepts/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-11-kafka-architecture-concepts/</guid><description>Deep dive into Apache Kafka&apos;s architecture, core concepts, and how brokers, topics, partitions, and replication work together.</description><pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Producers API - Publishing Events to Kafka</title><link>https://blog.digitaldevops.xyz/blog/2025-12-12-kafka-producers-api/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-12-kafka-producers-api/</guid><description>Master the Kafka Producer API: learn to publish events, handle serialization, configure reliability, and implement exactly-once semantics.</description><pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Consumers API - Reading and Processing Events</title><link>https://blog.digitaldevops.xyz/blog/2025-12-13-kafka-consumers-api/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-13-kafka-consumers-api/</guid><description>Master the Kafka Consumer API: learn consumer groups, offset management, deserialization, and building scalable event processing applications.</description><pubDate>Sat, 13 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Topics and Partitions - Management and Optimization</title><link>https://blog.digitaldevops.xyz/blog/2025-12-14-kafka-topics-partitions/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-14-kafka-topics-partitions/</guid><description>Master Kafka topic and partition management: creation, configuration, retention policies, scaling, and performance optimization strategies.</description><pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Streams - Real-Time Stream Processing</title><link>https://blog.digitaldevops.xyz/blog/2025-12-15-kafka-streams-processing/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-15-kafka-streams-processing/</guid><description>Master Kafka Streams: build real-time stream processing applications with KStreams, KTables, windowing, joins, and stateful operations.</description><pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Connect - Integrating with External Systems</title><link>https://blog.digitaldevops.xyz/blog/2025-12-16-kafka-connect-integration/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-16-kafka-connect-integration/</guid><description>Master Kafka Connect: build reliable data pipelines with source and sink connectors for databases, message queues, and external systems.</description><pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Schema Registry and Data Governance in Kafka</title><link>https://blog.digitaldevops.xyz/blog/2025-12-17-schema-registry-governance/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-17-schema-registry-governance/</guid><description>Master Schema Registry: manage data schemas, ensure compatibility, and implement data governance in Kafka ecosystems.</description><pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Security - Authentication, Authorization, and Encryption</title><link>https://blog.digitaldevops.xyz/blog/2025-12-18-kafka-security-hardening/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-18-kafka-security-hardening/</guid><description>Master Kafka security: implement authentication, authorization, encryption, and audit logging to protect your event streaming platform.</description><pubDate>Thu, 18 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Kafka Monitoring, Operations, and Troubleshooting</title><link>https://blog.digitaldevops.xyz/blog/2025-12-19-kafka-monitoring-operations/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-19-kafka-monitoring-operations/</guid><description>Master Kafka operations: implement comprehensive monitoring, handle common issues, perform maintenance, and ensure high availability.</description><pubDate>Fri, 19 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Real-World Kafka Use Cases and Best Practices</title><link>https://blog.digitaldevops.xyz/blog/2025-12-20-kafka-real-world-use-cases/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-20-kafka-real-world-use-cases/</guid><description>Explore real-world Kafka implementations: e-commerce, IoT, fraud detection, and proven patterns for building scalable event-driven systems.</description><pubDate>Sat, 20 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Advanced Kafka Topics and the Future of Event Streaming</title><link>https://blog.digitaldevops.xyz/blog/2025-12-21-kafka-advanced-topics-future/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-21-kafka-advanced-topics-future/</guid><description>Explore advanced Kafka features: KRaft mode, transactions, tiered storage, and future trends in event streaming technology.</description><pubDate>Sun, 21 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Running Apache Kafka on Kubernetes: A Comprehensive Deployment Guide</title><link>https://blog.digitaldevops.xyz/blog/2025-12-22-kafka-kubernetes-deployment-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2025-12-22-kafka-kubernetes-deployment-guide/</guid><description>A deep dive into deploying Apache Kafka on Kubernetes, covering node architecture considerations, deployment patterns, storage solutions, and best practices for production-ready clusters.</description><pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate></item><item><title>K9s: The Ultimate Terminal UI for Kubernetes Management</title><link>https://blog.digitaldevops.xyz/blog/2026-01-13-k9s-kubernetes-management-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-01-13-k9s-kubernetes-management-guide/</guid><description>A detailed DevOps and Platform Engineering guide.</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate></item><item><title>🚀 Spring Boot Development Series - Part 1: Introduction and Maven Setup</title><link>https://blog.digitaldevops.xyz/blog/2026-01-21-spring-boot-part1-introduction-maven-setup/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-01-21-spring-boot-part1-introduction-maven-setup/</guid><description>Kick off your Spring Boot journey with core concepts, Maven fundamentals, and build lifecycle essentials.</description><pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate></item><item><title>📝 Spring Boot Development Series - Part 2: Annotations Deep Dive</title><link>https://blog.digitaldevops.xyz/blog/2026-01-22-spring-boot-part2-annotations-deep-dive/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-01-22-spring-boot-part2-annotations-deep-dive/</guid><description>Master essential Spring Boot annotations for configuration, controllers, and services.</description><pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate></item><item><title>🔗 Spring Boot Development Series - Part 3: Dependency Injection Fundamentals</title><link>https://blog.digitaldevops.xyz/blog/2026-01-23-spring-boot-part3-dependency-injection-fundamentals/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-01-23-spring-boot-part3-dependency-injection-fundamentals/</guid><description>Understand dependency injection (DI) in Spring Boot, with a focus on constructor injection.</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate></item><item><title>🛠️ Spring Boot Development Series - Part 4: Building Your First Application</title><link>https://blog.digitaldevops.xyz/blog/2026-01-24-spring-boot-part4-building-first-application/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-01-24-spring-boot-part4-building-first-application/</guid><description>Combine concepts from Parts 1-3 to build a practical REST API application.</description><pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate></item><item><title>⚡ Spring Boot Development Series - Part 5: Advanced Features and Best Practices</title><link>https://blog.digitaldevops.xyz/blog/2026-01-25-spring-boot-part5-advanced-features-best-practices/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-01-25-spring-boot-part5-advanced-features-best-practices/</guid><description>Explore testing, configuration, and deployment to wrap up your Spring Boot mastery.</description><pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate></item><item><title>🏗️ GCP DevOps &amp; Infrastructure-as-Code (IaC) Guide</title><link>https://blog.digitaldevops.xyz/blog/2026-02-26-gcp-devops-infrastructure-as-code/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-02-26-gcp-devops-infrastructure-as-code/</guid><description>Deploy Google Cloud resources using Terraform and Infracost from a Docker environment.</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Mastering OpenClaw: Practical Use Cases for DevOps</title><link>https://blog.digitaldevops.xyz/blog/2026-04-27-mastering-openclaw-usage/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-04-27-mastering-openclaw-usage/</guid><description>How to use OpenClaw for daily operations, including automated log analysis, PR reviews, and infrastructure orchestration.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Installing OpenClaw: From Binary to Container</title><link>https://blog.digitaldevops.xyz/blog/2026-04-27-openclaw-installation-walkthrough/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-04-27-openclaw-installation-walkthrough/</guid><description>A step-by-step walkthrough of the OpenClaw installation process, covering containerized deployment and local source builds for advanced customization.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>OpenClaw Setup: Preparing Your Environment for Agentic Automation</title><link>https://blog.digitaldevops.xyz/blog/2026-04-27-openclaw-setup-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-04-27-openclaw-setup-guide/</guid><description>A comprehensive guide to configuring your local and cloud environments for OpenClaw, ensuring all prerequisites and dependencies are met for a smooth startup.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Securing OpenClaw: Hardening Your Agentic Infrastructure</title><link>https://blog.digitaldevops.xyz/blog/2026-04-27-securing-openclaw-environments/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-04-27-securing-openclaw-environments/</guid><description>Best practices for securing OpenClaw, including sandboxing agent execution, managing secrets, and implementing zero-trust access controls.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>The Ultimate VS Code Dev Container Guide: Building a Reusable DevOps Environment</title><link>https://blog.digitaldevops.xyz/blog/2026-04-27-vs-code-dev-containers-guide/</link><guid isPermaLink="true">https://blog.digitaldevops.xyz/blog/2026-04-27-vs-code-dev-containers-guide/</guid><description>A deep dive into the world of .devcontainer, Docker, and VS Code. Learn how to build a portable, high-performance development and DevOps workbench that eliminates &apos;works on my machine&apos; forever.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>