Skip to content

Commit 3363754

Browse files
committed
Initial commit with README.md
0 parents  commit 3363754

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Go, go, go!
2+
3+
A rapid(ish) introductory course to backend software engineering.
4+
5+
## Requirements
6+
7+
- You are familiar with the essentials of writing code in JavaScript
8+
- You have used JavaScript in the browser and in [Node][node]
9+
- You have completed the [Tour of Go][tourofgo]
10+
11+
Remember you can _always_ Google or ask for help if you get stuck.
12+
13+
## Projects
14+
15+
TODO
16+
17+
## Authors
18+
19+
Tom Ashworth
20+
Daniel Wagner-Hall
21+
22+
[tourofgo]: https://go.dev/tour
23+
[node]: https://nodejs.org/en/

0 commit comments

Comments
 (0)