OOMKilled Deep Dive: From Alert to JVM Memory Leak
An in-depth exploration of a production OOMKilled alert, tracing the issue from JVM memory management to a critical code vulnerability.
Tech Deep Dive
The notebook
Notes on software, systems, learning, and the parts of life that resist a tidy summary.
4 published notesAn in-depth exploration of a production OOMKilled alert, tracing the issue from JVM memory management to a critical code vulnerability.
Tech Deep Dive
Reflecting on the journey of moving to the Netherlands at 30, embracing new challenges, and pursuing freedom and choice in life.
General
A guide on initializing Pinia store state using Single-SPA props in a Vue application.
Tech Deep Dive
In a TDD project using vitest, vue3, and vue-router, we encountered an error while running tests. This article explores the problem, analysis, and solution to effectively mock vue-router without introducing third-party libraries.
Tech Deep Dive