Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4f1284

Browse files
committedMar 17, 2025
Links
1 parent d488804 commit c4f1284

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
 

‎book/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,11 @@ Can the same be true for programming/coding?
399399

400400
* [SheCanCode](https://shecancode.io/)
401401
* Women in tech community
402-
* Tutorials?
402+
* Tutorials?
403+
404+
* [Where are all the self-directed learners?](https://saigaddam.medium.com/where-are-all-the-self-directed-learners-ccfb2421e52c) 2025
405+
* [HIRING: SOFTWARE DEVELOPER (2025)](https://web.archive.org/web/20250309141940/https://www.comini.in/hiring_soft_dev)
406+
* > HIRING CHALLENGE: Find our recenter browser plugin (it is open-source). Understand what it is for and suggest an interesting and personally useful feature you can add to it. Go through the code and share a brief note on how you would go about building this feature, and why. Note: Send us an email once you have thought this through, have put together the design doc, and are ready to start coding.
407+
* > 2,500 job applications. Fewer than 100 filled a form with open-ended questions. About 15 went on to complete a reasonably simple real-world challenge.
408+
* > Like wild animals raised too long in captivity, our students have lost crucial survival skills for the real world. Our education system isn’t just failing them — it’s domesticating them into helplessness, training them for a life of being spoon-fed.
409+
* not an accredited school in India - allows new approach - https://www.comini.in/learning-comini

‎teachprogramming/static/projects/language_features/async-await.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,10 @@ if (text == "thing") {
9090
console.log(3)
9191
cy.get('textarea').type(text)
9292
// All the console.log happen instantly
93-
```
93+
```
94+
95+
Further reading
96+
---------------
97+
98+
* [How to Use Fetch with async/await](https://dmitripavlutin.com/javascript-fetch-async-await/)
99+
* Concurrent fetches

0 commit comments

Comments
 (0)
Please sign in to comment.