@@ -10,35 +10,20 @@ Each topic in this study guide consists of a Practicing Ruby article to read,
10
10
some questions to test your understanding, and some project-based exercises
11
11
to put the concepts into practice.
12
12
13
- All of the reading assignments have been made available from the first day of
14
- the course, but the questions, exercises, and solutions will be released
15
- gradually to encourage better focus.
16
-
17
- ** Solutions already released:**
18
-
19
13
* Standard I/O streams and the filesystem ([ Instructions] [ PART_1.md ] , [ Solutions] [ PART_1_SOLUTIONS ] )
20
14
21
15
* Encoding and decoding binary files ([ Instructions] [ PART_2.md ] , [ Solutions] [ PART_2_SOLUTIONS ] )
22
16
23
17
* Parsing text-based formats ([ Instructions] [ PART_3.md ] , [ Solutions] [ PART_3_SOLUTIONS ] )
24
18
25
- ** Questions/Exercises already released:**
26
-
27
- * Socket programming and Network I/O ([ Instructions] [ PART_4.md ] )
19
+ * Socket programming and Network I/O ([ Instructions] [ PART_4.md ] , [ Solutions] [ PART_4_SOLUTIONS ] )
28
20
29
21
### News and Updates
30
22
31
23
Practicing Ruby subscribers will be emailed whenever new content is released.
32
24
For day-to-day updates to the course materials, including revisions, see the
33
25
[ CHANGELOG.md] [ ] file.
34
26
35
- ### Schedule
36
-
37
- Currently the goal is to ship some new course materials every 2-3 weeks.
38
-
39
- Watch the course repository on github for updates, and stay tuned for emails
40
- whenever new content is released.
41
-
42
27
### Getting Help
43
28
44
29
* For a review or to share your solution, open a pull request. We will not merge
@@ -55,19 +40,16 @@ comment on a ticket that is already open. See closed tickets marked
55
40
* Pull requests are assumed to include spoilers, issues should
56
41
avoid spoilers unless they are clearly marked.
57
42
58
- * Once released, reference solutions will be made available on the
59
- [ solutions] ( https://github.com/elm-city-craftworks/course-001/tree/solutions ) branch of this repository.
60
-
61
43
* You can also use the Practicing Ruby chatroom to discuss this course.
62
44
To access it, log into practicingruby.com and click "chat" in the navbar.
63
45
64
-
65
46
[ PART_1.md ] : https://github.com/elm-city-craftworks/course-001/blob/master/PART_1.md
66
47
[ PART_2.md ] : https://github.com/elm-city-craftworks/course-001/blob/master/PART_2.md
67
48
[ PART_3.md ] : https://github.com/elm-city-craftworks/course-001/blob/master/PART_3.md
68
49
[ PART_4.md ] : https://github.com/elm-city-craftworks/course-001/blob/master/PART_4.md
69
50
[ PART_1_SOLUTIONS ] : https://github.com/elm-city-craftworks/course-001/tree/solutions/part1
70
- [ PART_2_SOLUTIONS ] : https://github.com/elm-city-craftworks/course-001/tree/solutions/part2
71
- [ PART_3_SOLUTIONS ] : https://github.com/elm-city-craftworks/course-001/tree/solutions/part3
51
+ [ PART_2_SOLUTIONS ] : https://github.com/elm-city-craftworks/course-001/tree/solutions/part2
52
+ [ PART_3_SOLUTIONS ] : https://github.com/elm-city-craftworks/course-001/tree/solutions/part3
53
+ [ PART_4_SOLUTIONS ] : https://github.com/elm-city-craftworks/course-001/tree/solutions/part4
72
54
[ CHANGELOG.md ] : https://github.com/elm-city-craftworks/course-001/blob/master/CHANGELOG.md
73
55
0 commit comments