Skip to main content
← All Tags

DevOps

1004 articles in this category (Page 38 of 42)

AI NewsTerraformDevOps

Terraform Variables: Input, Output, and Local Best Practices

Centralize infrastructure configuration with Terraform variables, reducing deployment risks and improving maintainability.

Read more
AI NewsDevOpsInfrastructure

Mastering Terraform Variables: Clean, Reusable Infrastructure Code

Terraform variables enable clean, reusable infrastructure code, reducing manual updates by centralizing configuration values.

Read more
AI NewsSecurityDevOps

Workload And Agentic Identity at Scale: Insights From CyberArk's Workload Identity Day Zero

CyberArk's Workload Identity Day Zero highlights the urgent need for secure, scalable identity management as 85% of orgs rely on vulnerable long-lived API keys for non-human identities.

Read more
AI NewsDevOpsTerraform

Terraform State File Management with S3 Native Locking

Terraform 1.10 introduced S3-native state locking, eliminating the need for DynamoDB and improving state consistency.

Read more
AI NewsFrontendDevOps

From ESLint/StyleLint and Prettier to Biome: simplifying our front-end linting

Prisma Media replaced a complex linting stack consisting of ESLint, StyleLint, and Prettier with Biome, resulting in a simpler, faster, and more maintainable front-end workflow.

Read more
AI NewsDevOpsCI/CD

GitOps Fundamentals: Why Your CI/CD Needs a Single Source of Truth?

GitOps utilizes Git as the single source of truth for infrastructure and application deployments, improving reliability and auditability.

Read more
AI NewsDevOpsCI/CD

Jenkins CI/CD Starter Kit: 5 Labs on Docker, Git Integration, and User Management

This Jenkins Starter Kit offers 5 hands-on labs to build CI/CD skills, covering Docker installation, Git integration, and user management.

Read more
AI NewsDevOpsWeb Development

🚀My First Portfolio Deployment with Nginx on Killercoda: A Step-by-Step DevOps Walkthrough

This guide details deploying a portfolio website using Killercoda and Nginx, achieving a live site in under 10 steps.

Read more
AI NewsCybersecurityDevOps

Webinar: Securing Updates with Community-Maintained Tools

Free webinar addresses the risks of using community package managers like Chocolatey and Winget, with a focus on practical security measures.

Read more
AI NewsDevOpsSoftware Engineering

Building AI-First DevOps: Vibe Coding and Autonomous Development

AI-First DevOps is transforming software engineering, with companies like Mercor and Cursor achieving significant revenue gains with lean teams.

Read more
AI NewsAPIDevOps

Contract-Testing TM Forum Open APIs with Pact + Postman: Stop Breaking Your BSS

This article details using Pact and Postman to prevent regressions in TM Forum Open API integrations, lowering incident rates and improving release velocity.

Read more
AI NewsTerraformDevOps

Terraform Provider Versioning and Compatibility

Proper Terraform provider versioning prevents unexpected compatibility issues, ensuring infrastructure stability.

Read more
AI NewsTerraformDevOps

Mastering Terraform Providers & Version Constraints

Terraform version locking with pessimistic operators (~>) prevents unexpected breaking changes during provider updates, ensuring infrastructure stability.

Read more
AI NewsDevOpsWeb Development

Deploying a Task Automation App: Common Pitfalls and a Streamlined Checklist

A developer details their first production deployment, highlighting common issues like relative paths, SPA routing, and build configuration errors.

Read more
AI NewsKubernetesDevOps

How Kubernetes Consultancy Drives Enterprise Security

Kubernetes is now central to application infrastructure, but over 50% of users experienced a security incident last year due to misconfiguration.

Read more
AI NewsDevOpsPython

Build & Deploy a Python AI Agent in 20 Minutes

Learn how to deploy a functional Python AI agent to Vercel in under 20 minutes using OpenAI's API.

Read more
InfrastructureDatabasesDevOps

Valkey Complete Getting Started Guide: Production-Ready in 30 Minutes

Hands-on guide to installing, configuring, and deploying Valkey in production. Covers Docker setup, Python clients, clustering, monitoring, and the pitfalls that cause 3 a.m. pages.

Read more
AI Newsdevopsgitops

How to Build a Good Container Platform

Standardized naming and modular infrastructure reduce platform complexity by 40% in enterprise setups.

Read more
AI NewsMachine LearningDevOps

The Complete Guide to Docker for Machine Learning Engineers

This article details how to package, run, and ship a complete machine learning prediction service using Docker, covering model training to API serving and distribution.

Read more
PythonGitHubGit

Pushing Large Files to GitHub: A Technical Deep Dive (For Educational Purposes)

A code-driven exploration of GitHub's file size limits, why they exist, and a Python-based workaround using chunking and the GitHub API. Educational purposes only.

Read more
AI Newscicddevops

Am I Doing This Right? #1: Deploy Notifications That Actually Get Read

Solo engineers deploy with Slack alerts linking commits and docs, reducing miscommunication risks.

Read more
AI NewsDevOpsSecurity

End-to-End DevSecOps Project (Movies Finder)

Automated DevSecOps pipeline cuts deployment time by 50% using GitOps and security-first tools.

Read more
AI NewsDevOpsSoftware Engineering

Avoiding 22-Minute Downtime: How Feature Flags Prevent Deployment Disasters

A 22-minute production outage triggered by a Friday deploy highlights the critical need for instant rollback solutions like feature flags.

Read more
AI NewsDevOpsCI/CD

Jenkins CI/CD: Secure User Access, Automate Freestyle Builds, and Integrate Git Source Control

Master Jenkins CI/CD basics: 60-minute labs cover user management, freestyle projects, and Git integration.

Read more