Skip to content

Commit

Permalink
fix a bit of content
Browse files Browse the repository at this point in the history
  • Loading branch information
saenyakorn committed Jan 11, 2024
1 parent 7154699 commit 57f7e11
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 31 deletions.
13 changes: 13 additions & 0 deletions docs/slidev/pages/goal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
---

# Goal of this session

- Audience should be able to understand the basic concepts of the **Software Development Life Cycle** and its role in the **Software Development Process**.
- Audience should be able to understand the basic concepts of **how HTLM, CSS and JavaScript work together to create a web page**.
- Audience should be able to know **which tools are needed to create a web page**.

<br />
<br />

> For people who used to work as Web Developers, this session might be too basic. However, it is important to understand the basics of the Software Development Life Cycle and the Software Development Process.
2 changes: 1 addition & 1 deletion docs/slidev/pages/impact-we-made/cu-get-reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout: center

<div class="col-span-2">
<h1 class="font-bold">CU Get Reg</h1>
<p align="center">
<p>
Have no idea what courses to take? Don't know what this course is about? We got it covered. With CU Get Reg, we put all kinds of course data together so that you don't have to.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/slidev/pages/impact-we-made/cu-pop-bus.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout: center

<div class="col-span-2">
<h1 class="font-bold">CU Pop Bus (Deprecated)</h1>
<p align="center">
<p>
Never get lost in Chula again! Chula Pop Bus App helps make navigation through Chulalongkorn University much easier.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/slidev/pages/impact-we-made/sport-complex.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout: center

<div class="col-span-2">
<h1 class="font-bold">CU Sports Center</h1>
<p align="center">
<p>
Tired of running to the sports center early every day? Now, you can book your court reservations anywhere at anytime.
</p>
</div>
Expand Down
10 changes: 9 additions & 1 deletion docs/slidev/pages/speaker/saenyakorn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
<h1 class="text-2xl font-bold">Saenyakorn Siangsanoh</h1>
<div class="text-xl">Thinc. #7, CP 46</div>
<div class="text-xl flex items-center"><strong class="mr-2">Software Engineer</strong> At <a style="border-style:none" href="https://softnetics.tech" target="_blank"><Softnetics class="ml-2 w-56 h-auto"/></a></div>
<div class="flex gap-4 items-center">
<a href="https://github.com/saenyakorn">
GitHub
</a>
<a href="https://www.facebook.com/saenyakorn.s">
Facebook
</a>
</div>
</div>
</div>

<Footer/>
<Footer />
8 changes: 8 additions & 0 deletions docs/slidev/pages/speaker/supakarin.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<h1 class="text-2xl font-bold">Supakarin Niansupornpun</h1>
<div class="text-xl">Thinc. #9, CP 48</div>
<div class="text-xl flex items-center slidev-vclick-target"><strong class="mr-2">President</strong> of <a style="border-style:none" href="https://thinc.in.th" target="_blank"><ThincLogo class="ml-2 w-36 h-auto pb-2"/></a></div>
<div class="flex gap-4 items-center">
<a href="https://github.com/peam1146">
GitHub
</a>
<a href="https://www.facebook.com/peam.naja">
Facebook
</a>
</div>
</div>
</div>

Expand Down
57 changes: 30 additions & 27 deletions docs/slidev/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ hideInToc: true
hideInToc: true
---

# Table of contents
# Table of Contents

<Toc columns="3" />

<Footer/>

---
src: ./pages/goal.md
---

---

# Begin of Web Development
Expand Down Expand Up @@ -121,6 +125,7 @@ And how does it work?

---
src: ./pages/what-is-browser/what-is.md
hideInToc: true
---

---
Expand Down Expand Up @@ -191,30 +196,37 @@ How web server send the page to the browser?

---
src: ./pages/rendering-paradigm/intro.md
hideInToc: true
---

---
src: ./pages/rendering-paradigm/ssr.md
hideInToc: true
---

---
src: ./pages/rendering-paradigm/csr.md
hideInToc: true
---

---
src: ./pages/rendering-paradigm/curl-csr.md
hideInToc: true
---

---
src: ./pages/rendering-paradigm/ssg.md
hideInToc: true
---

---
src: ./pages/rendering-paradigm/isr.md
hideInToc: true
---

---
src: ./pages/rendering-paradigm/outro.md
hideInToc: true
---

---
Expand All @@ -225,62 +237,77 @@ layout: section

---
src: ./pages/sdlc/intro.md
hideInToc: true
---

---
src: ./pages/sdlc/waterfall.md
hideInToc: true
---

---
src: ./pages/sdlc/agile.md
hideInToc: true
---

---
src: ./pages/sdlc/agile-2.md
hideInToc: true
---

---
src: ./pages/sdlc/agile-3.md
hideInToc: true
---

---
src: ./pages/sdlc/team.md
hideInToc: true
---

---
src: ./pages/sdlc/po-pm.md
hideInToc: true
---

---
src: ./pages/sdlc/po-pm-meme.md
hideInToc: true
---

---
src: ./pages/sdlc/designer.md
hideInToc: true
---

---
src: ./pages/sdlc/designer-meme.md
hideInToc: true
---

---
src: ./pages/sdlc/designer-meme-2.md
hideInToc: true
---

---
src: ./pages/sdlc/developer.md
hideInToc: true
---

---
src: ./pages/sdlc/qa.md
hideInToc: true
---

---
src: ./pages/sdlc/devops.md
hideInToc: true
---

---
src: ./pages/sdlc/infra.md
hideInToc: true
---

---
Expand All @@ -291,38 +318,14 @@ layout: section

---
src: ./pages/development-tools/old-school.md
hideInToc: true
---

---
src: ./pages/development-tools/state-of-js.md
hideInToc: true
---

---

# React

---

# NextJS

---

# Full Stack Web Development

---

# Back to Basics

## "use server"

---

# Do we need backend?

---

# Backend Purpose

---

# Backend Paradigms
Expand Down

0 comments on commit 57f7e11

Please sign in to comment.