diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-05-02 19:20:39 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-05-02 19:20:39 -0400 |
commit | 0f337367c966be01c6601b62897aa981534fb155 (patch) | |
tree | 1d0ff840e7364edb63e50fefa2a7f93e96af3b24 /oath_of_the_full_stack_dev.md | |
parent | 9c2ad9bee21ea2bc92ee0eac4d12bb7878fa8bdb (diff) |
update oath to reflect progression
Diffstat (limited to 'oath_of_the_full_stack_dev.md')
-rw-r--r-- | oath_of_the_full_stack_dev.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/oath_of_the_full_stack_dev.md b/oath_of_the_full_stack_dev.md new file mode 100644 index 0000000..bd73e9b --- /dev/null +++ b/oath_of_the_full_stack_dev.md @@ -0,0 +1,10 @@ +# Oath of the dev +1. I will have my browser developer console open at all times +2. I progress with small steps +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 |