Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Oceankoh committed Oct 14, 2024
1 parent b55e0fc commit a01447a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
Binary file removed public/application.png
Binary file not shown.
Binary file removed public/docker-logo.png
Binary file not shown.
Binary file removed public/docker_ps.png
Binary file not shown.
Binary file added public/feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/why_docker_link.png
Binary file not shown.
26 changes: 25 additions & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,18 @@ This helps in:
- Identifying why **unexpected behavior** occurs.
- **Fixing bugs** without needing to rely solely on `console.log()`.

---
layout: default
---

# Let's Try it out!
## [`Simple Password Checker` Exercise](https://web.for.idiot.sg/final-section-lets-get-flag-8008.html)

<br>

## [`Harder Password Checker` Exercise](https://oceankoh.github.io/reversing-with-devtools/)


---
layout: center
---
Expand All @@ -217,6 +229,18 @@ This is especially useful for:
- Troubleshooting **API requests** that may be failing or slow.
- Seeing which resources might be **blocking rendering**.

---
layout: center
---

# Let's Try it out!
## Can you answer these questions about [`NUSMods](https://nusmods.com)

* What (deprecated) service/APIs does the NUSMods site query?
* When are these network requests made?
* Can you identify the function that performs the request?


---
layout: center
---
Expand All @@ -231,7 +255,7 @@ layout: center

Let us know your thoughts on this workshop!

<img src="/feedback.jpeg" class="m-10 h-60" />
<img src="/feedback.png" class="m-10 h-60" />

---
layout: cover
Expand Down

0 comments on commit a01447a

Please sign in to comment.