Riccardo Merolla

August 9, 2023

Most critical KPI and metrics for a Lead Engineer role

Key Performance Indicators (KPIs) and metrics for a Lead Engineer role will vary depending on the specific responsibilities and objectives of the role, as well as the industry and organization. However, here are some critical KPIs and metrics that are often relevant for a Lead Engineer: 1. Project Delivery and Timeliness: - Project Com...
Read more
May 18, 2023

From DORA and SPACE to DevEx

DevEx framework distills the factors affecting developer experience into three dimensions: feedback loops, cognitive load, and flow state. Leaders can select metrics within these three dimensions in order to measure and identify areas to focus on that would ultimately drive productivity improvements. DevEx drives business performance t...
Read more
November 2, 2022

Shameless Green - [99 Bottles of Scala]

New Scala code snippet inspired by the stunning book "99 Bottles of OOP" by Sandi Metz, which I highly recommend to everybody. Let's drink with "Shameless Green" Cheers, Riccardo
Read more
October 26, 2022

Speculatively General - [99 Bottles of Scala]

New Scala code snippet inspired by the stunning book "99 Bottles of OOP" by Sandi Metz, which I highly recommend to everybody. Let's drink with "Speculatively General" Cheers, Riccardo
Read more
October 25, 2022

Incomprehensibly Concise - [99 Bottles of Scala]

Recently I've bought and read a stunning book "99 Bottles of OOP" by Sandi Metz, which I highly recommend to everybody. https://sandimetz.com/99bottles 99 Bottles of OOP is a practical guide to writing cost-effective, maintainable, and pleasing object-oriented code available in JavaScript, PHP, and Ruby! So I've decided to blog about s...
Read more
May 10, 2022

ZIO - Pure functional programming

TLDR: "How to generate 1K entity records in 1 second and 10K in less than 4 seconds..." Attempting to fix some performance issues ... ...I ran into the classic mistakes of the past, present, and future. The list is long, from why to build a framework at home, Hibernate and the N + 1000 mysterious queries, the classes of 3K lines of cod...
Read more