Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 273 Bytes

File metadata and controls

7 lines (5 loc) · 273 Bytes

Debugging and profiling a web server

We will use this program across many exercises on this section to demo how to debug and profile a real world program.

While simple, it shows the kind of mistakes developers tend to write. Or at least the mistakes I tend to write!