Tag: Devops
-
From CI/CD to culture: Applying DevOps thinking to human systems
Posted on February 7, 2026, Level beginner Resource Length medium
DevOps principles extend beyond code to human systems, fostering transparency, feedback, and continuous improvement in leadership and team culture. By Brett Lee.
Tags devops management cio cicd data-science
-
Multi-Cloud load balancers, explained: AWS vs GCP vs Azure (L4, L7, and Global Edge)
Posted on January 22, 2026, Level beginner Resource Length medium
This guide provides a deep technical comparison of AWS, GCP, and Azure load balancers, detailing their L4/L7 architectures, performance characteristics, and optimal use cases. Learn to select the right service for microservices, global applications, and high-throughput workloads, with a special focus on protocols like GENEVE and flow hashing. By Piyush Jajoo.
Tags azure aws cloud devops performance
-
How to integrate Azure security center with Azure monitor alerts
Posted on January 20, 2026, Level intermediate Resource Length medium
Stream Azure Security Center alerts and recommendations to Azure Monitor for enhanced visibility, custom dashboards, and automated responses to security events. By Charbel Nemnom.
Tags azure streaming cloud infosec devops
-
Deconstructing the 'CAP theorem' for CM and DevOps
Posted on January 18, 2026, Level advanced Resource Length long
As software engineering and operations forge a new cultural bond around continuous improvement of applications and infrastructure, the database is something "dev" and "ops" have in common -- and there are things to learn from both perspectives on distributed data. By Mark Burgess.
Tags devops distributed devops learning database big-data
-
Stop guessing, start improving: Using DORA metrics and process behavior charts
Posted on January 16, 2026, Level beginner Resource Length long
Combining DORA metrics with Process Behavior Charts (PBCs) enables teams to distinguish normal process variation from real signals, turning delivery metrics into a reliable decision-making tool. By Egor Savochkin.
Tags devops cloud performance management
-
Nvidia's six-chip gambit: How Jensen Huang is building a computing empire you can't escape
Posted on January 6, 2026, Level beginner Resource Length medium
Nvidia's Rubin platform cements its dominance in AI infrastructure, locking customers into a vertically integrated ecosystem that promises unmatched efficiency at a cost. By Marcus Schuler.
Tags ai cio management devops
-
From GitHub Copilot to Infrastructure as Code: Getting started
Posted on January 4, 2026, Level intermediate Resource Length medium
Master GitHub Copilot for IaC by wiring repository‑scoped custom instructions, tightening naming and tooling rules, and treating the AI as a co‑pilot—not a replacement—for safer, faster Terraform deployments. By Lukas Rottach.
Tags ai devops learning app-development management
-
CI/CD pipeline architecture: Complete guide to building robust CI and CD Pipelines
Posted on December 19, 2025, Level advanced Resource Length long
The article details a two-part CI/CD Pipeline Architecture Framework designed to guide teams from basic automation to a mature development platform. The first part, the "Golden Path," is a linear, six-stage workflow that forms the essential, reliable backbone: Code Commit (with branching strategy), Automated Build (ensuring environment parity), Automated Testing (using a test pyramid), Staging Deployment (mirroring production via IaC), Production Deployment (with health checks and rollback), and Monitoring & Feedback (closing the loop with observability). By Kamil Chmielewski.
Tags web-development app-development cicd devops how-to
-
How to find and remove unused Azure Data Factory Pipelines
Posted on December 17, 2025, Level intermediate Resource Length long
A 20-line PowerShell snippet scans every subscription, flags ADF factories that haven't executed a pipeline in 30 days, and hands you a clean-up hit-list in seconds. By Dieter Gobeyn.
Tags web-development app-development devops azure big-data
-
Deploy Hugo site to AWS S3 with AWS CLI
Posted on December 15, 2025, Level intermediate Resource Length long
Deploying a Hugo static site to AWS S3 using the AWS CLI provides a robust, scalable solution for hosting your website. This guide covers the complete deployment process, from initial setup to advanced automation and cache management strategies. By About Rost Glukhov.
Tags web-development aws devops how-to
-
How AI-native security data pipelines protect privacy and reduce risk
Posted on December 13, 2025, Level beginner Resource Length medium
Observo AI revolutionizes privacy protection by dynamically identifying and securing sensitive data in telemetry across all organizational layers. By observo.ai.
Tags cio management devops how-to
-
Scaling real-time video on AWS
Posted on December 7, 2025, Level intermediate Resource Length medium
Dive into the core protocols powering WebRTC, exploring how SDP, ICE, and DTLS work together to enable secure, real-time communication in production environments. Author works with the engineering team of a global live-streaming platform, and recently, we built a planet-scale WebRTC Selective Forwarding Unit (SFU) on AWS using Kubernetes to keep end-to-end latency below 150 ms (P95 = 140 ms) even across continents. By Oleksii Bondar.
Tags aws devops cicd app-development web-development