Mise en place approach in software development

Mise en place approach in software development

Table of Contents

This is a brief of a tech talk about the Dora Metrics project. it’s a very short introduction to the Dora Metrics project, it was given as part of the DevOpsDays Tel Aviv 2024 conference, and started as a 10 minuete lihtning talk which wat triggered me to learn more about the metrics and especially how you messure them.

Presentation slides

comments powered by Disqus

Related Posts

IaC & GitOps with EKS blueprints

IaC & GitOps with EKS blueprints

Originally posted on the Israeli Tech Radar on medium.

TLDR; Need a cluster up and running fast? Take a close look at eks-blueprints, I got started in minutes and have been working with it for almost 2 years now.

Read More
Why metrics are-important ?! | Meetup slides

Why metrics are-important ?! | Meetup slides

A brief of a tech talk about the Backstage project and how it can be used to build an engineering platform.

Read More
Pre-commit hooks using python library pre-commit

Pre-commit hooks using python library pre-commit

Pre-commit examples used in just-do-it repository

I really need a strict pre-commit considering the number of branches and tools i’m using. Because the heart of the projects is tasks I want at the bare least .pre-commit-config.yaml to include the task --list-all command considering it compiles all the includes which may change name / location between branches.

Read More