rpw 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/HISTORY.md +4 -0
- data/lib/rpw/README.md +35 -1
- data/lib/rpw/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e52497c6e3760c9aa301c8eeae51459c46458625a809847f83a0d660d104754
|
|
4
|
+
data.tar.gz: 01aac30eece6c29a294baa6e6859ff3de5afe52cd33c5113527351430169d4b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c86fdd2626b6d1e49a9c67c51e5476453799ae1a42013056f20064b59cf151e2779a28f5c6ebc7d0ee700f8cf3a1085f64370fa2282290e9eb80aa359433aa29
|
|
7
|
+
data.tar.gz: 74368f4f9e457c67ea43358c0e5fcb253bd38fa8487f5cd3fdd6b683a396b765ca0125d29366318536076fdd553020cc2d9349ca0548b15eeb772974de459bf5
|
data/Gemfile.lock
CHANGED
data/HISTORY.md
CHANGED
data/lib/rpw/README.md
CHANGED
|
@@ -57,4 +57,38 @@ course is about a 3 to 4GB download.
|
|
|
57
57
|
|
|
58
58
|
## Bugs and Support
|
|
59
59
|
|
|
60
|
-
If you encounter any problems, please email support@speedshop.co for the fastest possible response.
|
|
60
|
+
If you encounter any problems, please email support@speedshop.co for the fastest possible response.
|
|
61
|
+
|
|
62
|
+
## Suggested Schedules
|
|
63
|
+
|
|
64
|
+
I've found that self-directed learners are most effective when they set a schedule for themselves. These schedules will work if you are learning alone or in a group.
|
|
65
|
+
|
|
66
|
+
### 4-Week Schedule
|
|
67
|
+
|
|
68
|
+
This is my recommended schedule. It is designed so that you can do the workshop as "20% time", or as part of a larger performance "sprint".
|
|
69
|
+
|
|
70
|
+
If you follow this schedule, you should be able to complete the workshop in about 4 weeks. I suggest leaving an entire day aside to complete your material for the week, e.g. Mondays. Tuesday through Friday should be used to complete exercises and PR Safaris.
|
|
71
|
+
|
|
72
|
+
* **Week 1**: Modules 1 and 2
|
|
73
|
+
* **Week 2**: Module 3 and 4
|
|
74
|
+
* **Week 3**: Module 5
|
|
75
|
+
* **Week 4**: Module 6
|
|
76
|
+
|
|
77
|
+
### 1-Week Intensive Schedule
|
|
78
|
+
|
|
79
|
+
For those of you looking to immerse yourselves and only work on this workshop for 8 hours a day for 5 days, this schedule is suggested:
|
|
80
|
+
|
|
81
|
+
* **Day 1**: Modules 1 and 2
|
|
82
|
+
* **Day 2**: Module 3
|
|
83
|
+
* **Day 3**: Module 4
|
|
84
|
+
* **Day 4**: Module 5
|
|
85
|
+
* **Day 5**: Module 6
|
|
86
|
+
|
|
87
|
+
### 80/20 Schedule
|
|
88
|
+
|
|
89
|
+
Short on time? Here's the 20% of the course content that's the most important:
|
|
90
|
+
|
|
91
|
+
* Module 1
|
|
92
|
+
* Module 5
|
|
93
|
+
|
|
94
|
+
If I had the time to go through a limited amount of the workshop content, I would concentrate exclusively on these two modules.
|
data/lib/rpw/version.rb
CHANGED