Select Page

Leaders make mistakes

This post will itemize my list of Software Engineering Management resources to help recover from mistakes and prevent repeat occurrences. As leaders, we make mistakes. I’m sharing my collection of beloved resources that have helped me both tactically and also inspired...
Generating Flame Graph for Java App

Generating Flame Graph for Java App

Profiling is good. Errrrm, it’s good for debugging the performance and runtime of a Java app, in particular the functions that the CPU spends most of its cycles in. We recently had a customer filed bug where CPU usage for a particular java based process would...