devops
10 articles tagged with "devops"
Tech Feeds
The Emotional UX of AI: What Developers Miss
Most AI products are evaluated on technical metrics. Accuracy. Those matter. But they donβt explain why some AI products feel trustworthy and others feel exhausting, even when the underlying intellige...
Why Technical Correctness Is Not Enough For Developers Anymore. Because an AI system can be statistically accurate and still fail emotionally.
The Emotional UX of AI: What Developers Miss Jaideep Parashar γ» Jan 25 #webdev #devops #programming #ai
How infrastructure outages in 2025 changed how businesses think about servers
In 2025, many companies learned a practical lesson about infrastructure reliability. What stood out was not that failures happened β outages have always existed β but how broadly and deeply their impa...
Kubernetes namespaces: concepts & key commands
Introduction What are Namespaces in Kubernetes? A namespace in Kubernetes is a logical grouping of resources within a cluster. Separate environments (dev, staging, prod) Avoid naming conflicts Apply a...
[AWS] 5. High Availability and Scalability, Elastic Load Balancer (ELB), Auto Scaling Groups (ASG)
Scalability & High Availability Scalability means that an application / system can handle greater loads by adapting There are two kinds of scalability: Vertical Scalability Horizontal Scalability...
[AWS] 7. AWS Route 53, DNS (Domain Name System), Routing Policies
What is DNS? Domain Name System which translates the human friendly hostnames into the machine IP addresses www.google.com β 172.217.18.36 DNS is the backbone of the Internet DNS uses hierarchical...
From Docker Errors to Production-Ready: Building a PHP Microservices CI/CD Pipeline
This article details the author's journey in transforming a chaotic PHP microservices project into a robust CI/CD pipeline using Docker and GitHub Actions. It covers practical challenges faced, solutions implemented, and emphasizes the importance of documentation, health checks, and infrastructure as code.
Itβs 2026: Stop Using AWS IAM and Start Using IAM Identity Center
The article advocates for transitioning from AWS IAM users to IAM Identity Center, emphasizing the security risks of long-lived credentials and operational inefficiencies. It provides a detailed migration guide and highlights the benefits of centralized access management and integration with identity providers.
Setting Up Jenkins SSH Build Agents: A Complete Troubleshooting Guide
This comprehensive guide details the setup of Jenkins SSH build agents, addressing common challenges in distributed builds. It covers installation, configuration, troubleshooting, and best practices, ensuring optimal performance and resource management in a DevOps environment.
Kubernetes v1.35: Extended Toleration Operators to Support Numeric Comparisons (Alpha)
Kubernetes v1.35 introduces Extended Toleration Operators, enabling numeric comparisons for taints and tolerations, which enhances scheduling flexibility. This feature allows for SLA-based placement and cost optimization by supporting greater than and less than operators for workload distribution.