Urgent.News

What's breaking now, across thousands of outlets.

Tech

85 Container. 1 Entwickler.

85 Container, 24 Datenbanken, 232 Cron-Jobs — und ein Gründer Wenn ich jemandem sage, dass ich alleine arbeite, kommt meistens dieselbe Reaktion: Ungläubiges Staunen, gefolgt von der Frage, wie das funktionieren soll. Die ehrliche Antwort: Es funktioniert nicht trotz der Komplexität. Es funktioniert wegen ihr. Ich bin seit 14 Monaten dabei, ein System zu bauen, das die operative Arbeit übernimmt.…

85 containers, 24 databases, and 232 automated tasks are part of a complex system built by a single founder. After starting this project 14 months ago, the system has successfully completed 1,087 tasks with an 88% success rate. The founder emphasizes the importance of not automating everything, but rather automating the right things.

The key principle they discovered after many failures and rejected architectures is to focus on automating the most important tasks. The founder explains that they categorized their tasks into three categories: those that could be automated, those that required genuine effort, and those that were truly essential. The system relies on "Guard-Regels" to define clear boundaries for automated tasks, preventing unexpected actions.

The founder emphasizes that these rules must be unambiguous and resistant to interpretation. They also mention a concept called "Crystallization," where decisions made repeatedly become rules, configurations, and eventually part of the system itself. This approach eliminates the need for constant documentation. The founder also highlights the importance of a self-healing system, with three levels of escalation to handle failures.

The system aims to minimize the need for human intervention, with only minimal logging and alerts. Despite a 12% error rate, most of these incidents are situations where human intervention is necessary, serving as valuable learning opportunities for the system to improve.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

scripting et réseaux

OK j'avance sur le script, si j'ai bien compris. Bash c'est pour du petit script rapide et Python quand c'est un peu plus complexe (et idéalement on script dans le language où le script va agir.

  • Bash is best for small scripts, while Python handles complex tasks
  • Networking concepts like IP addresses and ports are challenging to visualize
  • Author plans to learn via online courses by January and document progress

How to Configure Full Parallel Execution in TestNG via Maven (with Dynamic Thread Control)

Running automation test suites sequentially can quickly become a bottleneck in CI/CD pipelines. To optimize execution efficiency, you can enable full parallel execution using TestNG and Maven…

  • Update testngregression.xml for parallel mode and thread count
  • Configure pom.xml for dynamic control with maven-surefire-plugin
  • Override settings via Maven command-line parameters for runtime control

OIDC: Keycloak setup for ALB Gateway API

Introduction In my previous article , I tested using ALB CRDs to offload JWT validation for OIDC-based authentication to the Amazon EKS Kubernetes API.

  • Terraform/OpenTofu stack used for Keycloak setup
  • Client roles and groups defined for token role claim

Cómo solucionar el error “Enable JavaScript and cookies to continue”

Cómo solucionar el error “Enable JavaScript and cookies to continue” Este mensaje aparece cuando Cloudflare (u otro proxy de seguridad similar) bloquea la solicitud porque detecta que el cliente no…

  • Enable JavaScript in browser settings to resolve error
  • Disable JavaScript or improper cookie handling triggers error
  • Use headless browser with JavaScript support for developers

Navigating Microsoft Azure Certifications in 2026: Value, Trends, and Blueprint Strategy

The cloud ecosystem in 2026 isn't just about moving VMs to the public cloud—it's heavily driven by hybrid operations, unified security telemetry, AI integration, and complex governance across…

  • 2026 sees shift in Azure certification demand to operational problem-solving.
  • Certifications like AZ-204 and SC-200 align with specific enterprise scenarios and career paths.

More from Saturday 22 August →