»  Home · About · Posts by Topic

Tools

A short newbie guide to heap dump analysis for .Net

Sep 17, 2020  ·  You have a CLR (.Net) process dump and need to investigate a memory leak or a hang. What now?

Windows and Powershell for Unix nerds

Jul 25, 2020  ·  A few years ago I joined Microsoft and started to work with .Net on Windows, coming from years of only using Linux. Here are some tips I learned along the way.

Ack is awesome

Sep 9, 2015  ·  The grep replacement ack is an invaluable part of my toolbox. I'll explain why and show some examples and some tipps.

How to serve a static directory with Plack

Feb 13, 2011  ·  From directory to http://localhost:5001/page.html as simply as possible.