jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#testing

7 articles tagged #testing.

  • AI Evaluation Metrics

    Frameworks and metrics for measuring AI system performance, quality, and safety, from standard benchmarks to domain-specific evaluations.

    seed#evaluation#benchmarks#metrics#llm#quality#testing
  • Chaos Engineering

    Discipline of experimenting on production systems to discover weaknesses before they cause incidents, by injecting controlled failures.

    seed#chaos-engineering#resilience#fault-injection#testing#reliability
  • CI/CD

    Continuous Integration and Continuous Delivery/Deployment — practices that automate code integration, testing, and delivery to production. Foundation of modern software engineering.

    evergreen#devops#automation#testing#dx
  • Code Quality

    Practices, tools, and metrics for maintaining readable, maintainable, testable, and defect-free code over time.

    seed#code-quality#linting#testing#static-analysis#maintainability
  • Hexagonal Architecture

    Architectural pattern isolating business logic from the outside world through ports and adapters, facilitating testing and technology changes.

    seed#hexagonal#ports-adapters#clean-architecture#architecture#patterns#testing
  • Pipenv Pytest Example

    Python project example with Pipenv, Pytest, pre-commit hooks, CI/CD with GitHub Actions, and badge generation.

    seed#python#pytest#pipenv#ci-cd#testing
  • Testing Strategies

    Approaches and testing levels for validating software works correctly, from unit tests to end-to-end tests and testing in production.

    seed#testing#unit-tests#integration#e2e#tdd#quality
All tags