Skip to content

Commit 0352185

Browse files
authored
Merge pull request #26 from devsoc-unsw/2025-version
2025 version t1 update
2 parents df3f218 + 48bf397 commit 0352185

8 files changed

Lines changed: 45 additions & 4 deletions

File tree

book/src/00_titles/core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Core Training Program Workshops
2+
This section contains the main 6 workshop taught during training program! These are considered fundamental knowledge when it comes to full stack web development.

book/src/00_titles/extra.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Extra Training Program Workshops
2+
These workshops are not considered to be fundamental to full stack development, but the topics covered are often extremely useful for web dev.

book/src/04_further-react/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Further React
22

33
## Presentation Slides
4-
**Authors: Lachlan Shoesmith | [Link to slides](https://www.canva.com/design/DAGSm5IgDSU/fRVbxTekEvoKCxAcG6VWCg/edit) | [Link to demo repo](https://github.com/lachlanshoesmith/hookie-monster) | [Link to exercise repo](https://github.com/devsoc-unsw/devsoc-mail/tree/ws3/react)**
4+
**Authors: Lachlan Shoesmith | [Link to slides](https://www.canva.com/design/DAGSm5IgDSU/fRVbxTekEvoKCxAcG6VWCg/edit) | [Link to demo repo](https://github.com/lachlanshoesmith/hookie-monster) | [Link to exercise repo](https://github.com/devsoc-unsw/devsoc-mail/tree/ws3/react) | [Exercise solutions](https://github.com/devsoc-unsw/devsoc-mail/tree/ws3/react-solved)**
55

66
Activities are in the README.md file in the exercise repo.
77

book/src/05_css/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CSS & Tailwind
2+
3+
## Presentation Slides
4+
**Authors: Alfie Chen & Kim Lam | [Link to slides](https://www.canva.com/design/DAGioxhOfUI/w96X67rV0gxiK72ei0F1XA/edit) | [Link to exercise repo](https://github.com/devsoc-unsw/devsoc-mail/tree/ws4-css/starting-point)** | [Exercise solutions](https://github.com/devsoc-unsw/devsoc-mail/tree/ws4/css)
5+
6+
Activities are in the README.md file in the exercise repo.
7+
8+
<iframe src="https://www.canva.com/design/DAGioxhOfUI/8Ys21A9ePsUnDMnkS_EINA/view?embed" frameborder="0" width="800" height="450" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

book/src/06_backend/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Backend with express.js and Linking to the Frontend
2+
3+
## Presentation Slides
4+
**Authors: Alyssa Cheong & Giselle Putri | [Link to slides](https://www.canva.com/design/DAGjS9ux5uY/Qs2mf-1hKgXooHdssy_SEw/edit) | [Link to exercise repo](https://github.com/devsoc-unsw/devsoc-mail/tree/ws5/express)**
5+
6+
Activities are in the README.md file in the exercise repo.
7+
8+
<iframe src="https://www.canva.com/design/DAGjS9ux5uY/fiIwEuBQj2Sa5zy2U1bC9Q/view?embed" frameborder="0" width="800" height="450" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

book/src/07_databases/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Databases with MongoDB
2+
3+
## Presentation Slides
4+
**Authors: Alfie Chen, Kim Lam & Eve Miles | [Link to slides](https://www.canva.com/design/DAGkDIjxxFM/BrQm0eYJn5NleVJweq6ZLg/edit) | [Link to exercise repo](https://github.com/devsoc-unsw/devsoc-mail/tree/ws6/databases-exercises)**
5+
6+
Activities are in the README.md file in the exercise repo.
7+
8+
<iframe src="https://www.canva.com/design/DAGkDIjxxFM/BrQm0eYJn5NleVJweq6ZLg/view?embed" frameborder="0" width="800" height="450" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
9+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Authentication in webdev contexts
2+
3+
## Presentation Slides
4+
**Authors: Lachlan Shoesmith | [Link to slides](https://www.canva.com/design/DAGk3DXyNDA/hO2Q5wVLsRSp555kgC6aKQ/edit) | No exercises yet**
5+
6+
<iframe src="https://www.canva.com/design/DAGk3DXyNDA/7ccFjiYB4QuY1wT-yXDNrg/view?embed" frameborder="0" width="800" height="450" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

book/src/SUMMARY.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- [Windows (Local)](01_getting-started/windows-local.md)
1010
- [Installing Git, Node, NVM](01_getting-started/installation.md)
1111
- [(Optional) Additional Tools](01_getting-started/optional_extras.md)
12-
- [Figma](02_figma/index.md)
13-
- [Intro to React](03_intro-react/index.md)
14-
- [Further React](04_further-react/index.md)
12+
- [CORE WORKSHOPS](00_titles/core.md)
13+
- [Figma](02_figma/index.md)
14+
- [Intro to React](03_intro-react/index.md)
15+
- [Further React](04_further-react/index.md)
16+
- [CSS & Tailwind](05_css/index.md)
17+
- [Backend & Linking to Frontend](06_backend/index.md)
18+
- [Databases](07_databases/index.md)
19+
- [EXTRA WORKSHOPS](00_titles/extra.md)
20+
- [Authentication](08_extra/authentication.md)

0 commit comments

Comments
 (0)