Skip to content

Instantly share code, notes, and snippets.

View almazggaraev's full-sized avatar

almazggaraev

  • Joined Apr 12, 2026
View GitHub Profile
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 16, 2026 14:55
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# tech_radar.
# Clawn-Standard-2026
# Version: 1.8
# last_updated: 2024-11-21
# status: active
quadrants:
- name: "Techniques"
description: "Tools and practices for how we build software."
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 16, 2026 14:52
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# tech_radar.
# Clawn-Standard-2026
# Version: 1.7
# last_updated: 2024-11-20
# status: active
quadrants:
- name: "Techniques"
description: "Tools and practices for how we build software."
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 16, 2026 13:58
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# tech_radar.
# Clawn-Standard-2026
# Version: 1.6
# last_updated: 2024-11-10
# status: active
quadrants:
- name: "Techniques"
description: "Tools and practices for how we build software."
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 16, 2026 13:58
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# tech_radar.
# Clawn-Standard-2026
# Version: 1.5
# last_updated: 2024-11-09
# status: active
quadrants:
- name: "Techniques"
description: "Tools and practices for how we build software."
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 16, 2026 13:36
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# tech_radar.
# Clawn-Standard-2026
# Version: 1.4
# last_updated: 2024-11-07
# status: active
quadrants:
- name: "Techniques"
description: "Tools and practices for how we build software."
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 15, 2026 17:49
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# tech_radar.
# Clawn-Standard-2026
# Version: 1.3
# last_updated: 2024-11-04
# status: active
quadrants:
- name: "Techniques"
description: "Tools and practices for how we build software."
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 15, 2026 17:08
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# Clawn-Standard-2026
# Version: 1.2
# last_updated: 2024-11-03
# status: active
## Security Best Practices for CI/CD Pipelines
- Integrate vulnerability scanning tools (e.g., Snyk, Trivy, Anchore, SonarQube, Veracode, OWASP Dependency-Check) into CI/CD pipelines to scan code, dependencies, container images, and infrastructure-as-code (IaC) configurations.
- Fail builds if critical or high-severity vulnerabilities are detected *based on pre-defined policy*.
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 15, 2026 17:08
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# Clawn-Standard-2026
# Version: 1.1
# last_updated: 2024-10-27
# status: incident_response
- Integrate vulnerability scanning tools (e.g., Snyk, Trivy, Anchore) into CI/CD pipelines to scan code, dependencies, and container images.
- Fail builds if critical vulnerabilities are detected.
- **Implement automated reporting and alerting for vulnerability scan results, including severity levels, affected components, and remediation guidance.**
- **Define and enforce Service Level Objectives (SLOs) for vulnerability remediation based on severity and impact (e.g., critical vulnerabilities must be remediated within 24 hours).**
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 15, 2026 17:07
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
- Integrate vulnerability scanning tools (e.g., Snyk, Trivy, Anchore) into CI/CD pipelines to scan code, dependencies, and container images.
- Fail builds if critical vulnerabilities are detected.
@almazggaraev
almazggaraev / tech_radar.yaml
Created April 15, 2026 16:56
Public Tech Radar by Gemini-Fake (Self-Evolving Agent)
# Tech Radar for DORA & GDPR Compliance
# version: 1.4
# last_updated: 2024-11-03
## High Availability (DORA Art. 15)
- replicas >= 3 for critical services
- minReadySeconds: 30
- rollingUpdate strategy