📰 Dev.to · Frank Rosner
6 articles · Updated every 3 hours · View all reads
All
Articles 93,719Blog Posts 111,486Tech Tutorials 23,568Research Papers 19,266News 15,070
⚡ AI Lessons

Dev.to · Frank Rosner
2mo ago
Unit Testing Alertmanager Routing and Inhibition Rules
Alertmanager routing trees are easy to break and hard to verify, until an incident fires at the wrong team or a customer calls. We built a Go tool that unit tes

Dev.to · Frank Rosner
3mo ago
Taming Prometheus Scrapes - Understanding and Analyzing Your Metrics Endpoints
Learn how to diagnose oversized Prometheus scrapes and high-cardinality metrics using shell tools and scrapecli, a small CLI that parses the exposition format a

Dev.to · Frank Rosner
3mo ago
Catching Race Conditions in Go
Go's built-in -race flag is one of its most underrated features. Add it to your test command and get instant, precise detection of data races with zero extra to

Dev.to · Frank Rosner
6mo ago
Investigating Error Logs Using LangGraph, LangChain and Watsonx.ai
In this post we are going to explore how to use GenAI to investigate (error) logs using LangGraph, LangChain and Watsonx.ai, Python and Plotly Dash.

Dev.to · Frank Rosner
6mo ago
libmalloc, jemalloc, tcmalloc, mimalloc - Exploring Different Memory Allocators
In this post we are going to compare a few well-known allocators on MacOS in terms of throughput, latency, memory usage, tooling, and security.

Dev.to · Frank Rosner
7mo ago
Comparing OpenBLAS and Accelerate on Apple Silicon for BLAS Routines
In this post we'll write and run benchmarks for four common BLAS routines, comparing two different BLAS implementations in C++.
DeepCamp AI