Skip to main content
← All Tags

DevOps

998 articles in this category (Page 33 of 42)

AI NewsLinuxDevOps

Basic Linux Commands Every AI Tinkerer Should Know

Essential Linux commands for AI development, covering navigation, file manipulation, system monitoring, and package management.

Read more
AI NewsDevOpsTerraform

AWS Blue/Green Deployment with Terraform and Elastic Beanstalk

This guide demonstrates a zero-downtime deployment strategy using Terraform and Elastic Beanstalk, eliminating application downtime during updates.

Read more
AI NewsDevOpsContainerization

Dockerizing a Frontend App: Build, Push, and Optimize Images

Learn to containerize a frontend application with Docker, build and push images to Docker Hub, and optimize Dockerfiles for efficiency.

Read more
AI NewsCloud MigrationDevOps

Monolith App to Cloud-Native (Re-platforming)

This project demonstrates migrating an on-premise Java Spring Boot application to AWS, achieving scalability and reduced operational overhead.

Read more
DevelopmentDevOpsProductivity

Mastering VS Code for Microservices: Dev Containers, Multi-Project Workflows, and Productivity Hacks

A battle-tested guide to configuring VS Code for microservices development with dev containers, visual workspace differentiation, and multi-language setups. No fluff, just working configs.

Read more
AI NewsCI/CDDevOps

Continuous Integration with GitLab: A Node.js Project Walkthrough

Learn to automate software builds and tests with GitLab CI/CD using a practical Node.js project example.

Read more
AI NewsDevOpsAWS

DAY1 AWS DevOps -beginner

Sakshi More begins a 40-day AWS DevOps journey, documenting the learning process for beginners.

Read more
AI NewsPlatform EngineeringDevOps

Platform Engineering for AI: Scaling Agents and MCP at LinkedIn

LinkedIn is scaling AI agents across thousands of developers, achieving productivity gains by treating agents as a new execution model and leveraging the Model Context Protocol (MCP).

Read more
AI NewsSREDevOps

USRE: Unifying DevOps, SRE, Security & Compliance for the Next Generation of SaaS

A new Unified SRE role is emerging to address the increasing complexity of SaaS, aiming for 30-45% reduction in incident MTTR.

Read more
AI NewsCloud ComputingDevOps

Amazon S3: Simple & Secure Cloud Storage

Learn about Amazon S3, a highly scalable object storage service offering 11 9’s of data durability.

Read more
AI NewsTerraformDevOps

Terraform Data Sources: Dynamic Infrastructure for Production Reliability

Terraform data sources eliminate hardcoded values, enabling dynamic infrastructure and reducing errors during deployment.

Read more
AI NewsTerraformDevOps

Terraform Meta-Arguments Enhance Infrastructure as Code

Terraform meta-arguments provide powerful functionality for managing resources, allowing for dynamic scaling and dependency control with features like `count` and `for_each`.

Read more
AI NewsCloud ComputingDevOps

AI-Powered Waste Detection Finds $4,200 in Unused AWS Resources

An engineer built an AI-powered tool to identify wasted AWS spending and discovered $4,200 in monthly costs from orphaned and idle resources.

Read more
AI NewsDevOpsTerraform

Why GitFlow Fails at Infrastructure

Applying GitFlow to Terraform often leads to state drift, impacting up to 100% of infrastructure deployments and causing costly failures.

Read more
AI NewsDevOpsCI/CD

Assessing DevOps with Continuous Delivery statements

Four Continuous Delivery statements reveal software deployment readiness.

Read more
AI NewsDevOpsCloud Infrastructure

Zero-Downtime CI/CD for 100K+ Daily Requests with Blue-Green Deployments

Zero-downtime CI/CD for 100K+ daily requests using Blue-Green deployments with GitHub Actions, Docker, and Nginx.

Read more
AI Newscloudnativedevops

BURN RATE ALERT: Safety Buffer Servers Are Costly Waste

Eliminating £0 idle costs with Karpenter on AWS Fargate in 48 hours.

Read more
AI Newsclouddevops

The cloud lock-in trap and the loss of strategic control

Companies risk losing strategic control by over-relying on single-cloud providers, leading to data dependency and reduced innovation agility.

Read more
AI Newscompliancesecurity

Rebuilding Azure DevOps CI/CD for Compliance

A failed compliance audit exposed gaps in Azure DevOps CI/CD, prompting a shift to policy-as-code and security gates for auditable governance.

Read more
AI NewsCloud ComputingDevOps

AWS CDK 100 Drill Exercises: #001-#010 Progress Report

AWS CDK 100 Drill Exercises progress at 10% completion with 10 exercises in the first set.

Read more
AI NewsJavaDevOps

Building Debian deb Packages From Java Builds Using jdeb

Automate Debian package creation from Java builds using jdeb, a cross-platform Maven and Ant plugin.

Read more
AI NewsDevOpsCloud Architecture

Building a Production-Grade Multi-Tier App on AWS ECS Fargate

Zero-downtime deployment of a multi-tier app on AWS ECS Fargate in under 3 minutes.

Read more
AI NewsDevOpsTerraform

Building a Terraform Portfolio: Projects, Lessons, and Growth

A DevOps engineer's 8-month journey to mastering Terraform, building 20,000+ viewed projects, and growing a 16K-subscriber YouTube channel.

Read more
AI Newsdockerdevops

Illusion of isolation in Docker

Docker group access can grant functional root privileges on the host via chroot exploits.

Read more