From 0f337367c966be01c6601b62897aa981534fb155 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Tue, 2 May 2023 19:20:39 -0400 Subject: update oath to reflect progression --- oath_of_the_full_stack_dev.md | 10 ++++++++++ oath_of_web_dev.md | 6 ------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 oath_of_the_full_stack_dev.md delete mode 100644 oath_of_web_dev.md 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 diff --git a/oath_of_web_dev.md b/oath_of_web_dev.md deleted file mode 100644 index b21bb2b..0000000 --- a/oath_of_web_dev.md +++ /dev/null @@ -1,6 +0,0 @@ -# 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 -- cgit v1.2.3