diff options
-rw-r--r-- | oath_of_the_full_stack_dev.md (renamed from oath_of_web_dev.md) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oath_of_web_dev.md b/oath_of_the_full_stack_dev.md index b21bb2b..bd73e9b 100644 --- a/oath_of_web_dev.md +++ b/oath_of_the_full_stack_dev.md @@ -4,3 +4,7 @@ 3. I will write lots of console.log statements to undertand and debug `code` 4. If it doesn't work, delete and backtrack to a working point, then rebuild 5. Research questions systematically +6. I will use the network tab of the dev tools to ensure both front and backend + are talking +7. I will keep an eye on the server making sure that data sent there is + actually saved |