Learn how Dependency Injection (DI) in Python helps improve code structure, testing, and flexibility, using real-world examples and the dependency-injector library.
Automate Jira workflows via API with Python: tickets on pipeline failures, JQL reports, and data sync. Start with failed transfers and expand to dashboards and testing.
Enhance Jenkins pipelines with shift-left input validation using a shared library—catch configuration errors early, boost reliability, and accelerate development.
This article introduces Contextual AI Integration for agile product teams. Stop treating AI as a team member to “onboard;“ AI is a tool that requires context.
Clean and normalize event data in Ansible Event-Driven Automation (EDA) with the ansible.eda.dashes_to_underscores filter for smoother, more reliable automation.
Java evolves for serverless Kubernetes with Quarkus and Loom, tackling microservices and events, with cold start hurdles but a strong future in cloud-native apps.
Explore Conflict-free Replicated Data Types. Data structure designed to ensure that data on different replicas will eventually converge into a consistent state.
Demo of auto-instrumentation with App Insights on AKS: This article provides a demo of how to enable monitoring on applications without requiring code changes.
Apache Doris excels in complex analytics with SQL support and high performance, while Elasticsearch is ideal for full-text search and real-time retrieval.
AI’s your DevOps wingman—handles the dull crap, sniffs out issues early, and keeps things humming. Early alerts, slick CI/CD testing, and self-fixing systems, all in one.
Dive into modern stack recommendations for building robust and scalable systems. This stack is agnostic and can be integrated into all programming languages.
Platform engineering empowers cloud teams by streamlining infrastructure, automating workflows, and enhancing developer experience to drive efficiency and innovation.
Use .proto files as the single source of truth. Generate both documentation and service stubs from them. Move all contracts — including Kafka events — to gRPC.