Skip to content

Commit a63967d

Browse files
committed
Merge branch 'master' of github.com:cyberwizardinstitute/workshops
2 parents 48dcf62 + 62db223 commit a63967d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

readme.markdown

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# workshops
2+
3+
This repository contains lecture notes for all the cyberwizard institute
4+
workshops:
5+
6+
* [unix](unix.markdown) - learn the history and motivations behind unix along
7+
with a hands-on introduction to the command-line and bash!
8+
9+
* [javascript](javascript.markdown) - learn how to write computer programs in
10+
the javascript language
11+
12+
* [UI](ui.markdown) - Consider for a moment what goes on in the mind of the people visiting your web site or app. How much effort are they willing to exert to: 1) know they're in the right place, 2) find what they're looking for, 3) know how to respond?
13+
14+
* [vim](vim.markdown) - learn how to use the vim command-line text editor
15+
16+
* [streams](streams.markdown) - learn how to using streaming I/O in node.js
17+
18+
....and so much more! Check the list of files above for
19+
notes on other topics covered.

0 commit comments

Comments
 (0)