Skip to content

Commit a01447a

Browse files
committed
Final touches
1 parent b55e0fc commit a01447a

File tree

6 files changed

+25
-1
lines changed

6 files changed

+25
-1
lines changed

public/application.png

-55.5 KB
Binary file not shown.

public/docker-logo.png

-196 KB
Binary file not shown.

public/docker_ps.png

-2.06 KB
Binary file not shown.

public/feedback.png

7.45 KB
Loading

public/why_docker_link.png

-2.04 KB
Binary file not shown.

slides.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,18 @@ This helps in:
197197
- Identifying why **unexpected behavior** occurs.
198198
- **Fixing bugs** without needing to rely solely on `console.log()`.
199199

200+
---
201+
layout: default
202+
---
203+
204+
# Let's Try it out!
205+
## [`Simple Password Checker` Exercise](https://web.for.idiot.sg/final-section-lets-get-flag-8008.html)
206+
207+
<br>
208+
209+
## [`Harder Password Checker` Exercise](https://oceankoh.github.io/reversing-with-devtools/)
210+
211+
200212
---
201213
layout: center
202214
---
@@ -217,6 +229,18 @@ This is especially useful for:
217229
- Troubleshooting **API requests** that may be failing or slow.
218230
- Seeing which resources might be **blocking rendering**.
219231

232+
---
233+
layout: center
234+
---
235+
236+
# Let's Try it out!
237+
## Can you answer these questions about [`NUSMods](https://nusmods.com)
238+
239+
* What (deprecated) service/APIs does the NUSMods site query?
240+
* When are these network requests made?
241+
* Can you identify the function that performs the request?
242+
243+
220244
---
221245
layout: center
222246
---
@@ -231,7 +255,7 @@ layout: center
231255

232256
Let us know your thoughts on this workshop!
233257

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

236260
---
237261
layout: cover

0 commit comments

Comments
 (0)