Skip to content

Commit 2b4c050

Browse files
committed
Added workshop.md and settings.json
1 parent 5f5582e commit 2b4c050

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
4+
"github.copilot.enable": {
5+
"*": false,
6+
"plaintext": false,
7+
"markdown": false,
8+
"scminput": false
9+
},
310
"markdownlint.config": {
411
"default": false,
512
"MD001": true,

workshop.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## Intro
2+
3+
- Introduce self
4+
- Goal: Confidence & Velocity
5+
- Understand TypeScript deeply
6+
- Safe space for questions
7+
- mattpocock.com/discord
8+
9+
## Session Plan
10+
11+
- 09:30-10:30: Session
12+
- 10:45-11:30: Session
13+
- 11:45-12:45: Session
14+
- 12:45-13:45: Lunch
15+
- 13:45-14:30: Session
16+
- 14:45-15:30: Session
17+
- 15:45-16:30: Session
18+
19+
## Repo overview
20+
21+
- Exercises are in `src`
22+
- Run each exercise with `pnpm exercise` or `pnpm e`
23+
- Explainers vs Problem/Solution files
24+
- There is WAY TOO MUCH CONTENT
25+
- Look in the `workshop.md` files
26+
27+
## Exercises
28+
29+
- We'll be in pairs all day
30+
- Each section, someone codes, someone else looks up docs
31+
- Swap over who is coding each section
32+
- If you get stuck, you can ask me for help
33+
34+
## Any Questions?
35+
36+
## Setup
37+
38+
1. `pnpm` must be installed
39+
2. Repo must be cloned locally
40+
3. Turn off GitHub Copilot
41+
4. Pull the latest changes
42+
5. Make sure you've selected your TypeScript version to be the one used by the repo (latest)
43+
44+
VSCode is recommended, but not necessary

0 commit comments

Comments
 (0)