Added chapters and list of exercises

This commit is contained in:
Rick van Hattem
2022-04-30 00:45:54 +02:00
commit 1c106d776c
37 changed files with 124 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Chapter 11 - debugging
=======================================================================================================================
1. Execute code with a timeout so you can see where your application is stalling
2. Measure the duration of the execution
3. Show how often that specific bit of code has been executed
View File