forked from juleswhite/CSX278
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08bd456
commit a9b0d02
Showing
1 changed file
with
103 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,103 @@ | ||
== Reading == | ||
# Reading | ||
|
||
## Before 8/30 | ||
|
||
Brooks No Silver Bullet https://github.com/juleswhite/cs27x/blob/master/reading_materials/Brooks_No_Silver_Bullet.pdf | ||
|
||
Agile in a Nutshell (What is Agile? all the way through Production Readiness) http://www.agilenutshell.com/ | ||
|
||
Martin Fowler on Agile Methods http://martinfowler.com/articles/newMethodology.html | ||
|
||
User Stories https://www.mountaingoatsoftware.com/agile/user-stories | ||
|
||
## Before 9/6 | ||
|
||
Git (through 3.5) https://git-scm.com/book/en/v1/Getting-Started-About-Version-Control | ||
|
||
JUnit (through 8) http://www.vogella.com/tutorials/JUnit/article.html | ||
|
||
Java Interfaces | ||
https://docs.oracle.com/javase/tutorial/java/concepts/interface.html | ||
|
||
Java Nested Classes (Inner Classes through Classes and Lambda Expressions) | ||
https://docs.oracle.com/javase/tutorial/java/javaOO/nested.html | ||
|
||
Java Collections (Maps / Lists) http://docs.oracle.com/javase/tutorial/collections/ | ||
|
||
## Before 9/13 | ||
|
||
Java Generics http://docs.oracle.com/javase/tutorial/java/generics/index.html | ||
|
||
Java Annotations http://docs.oracle.com/javase/tutorial/java/annotations/basics.html | ||
|
||
Java Annotations | ||
https://www.youtube.com/watch?v=lA1n_HBrFwY&index=25&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0 | ||
|
||
Overview of HTTP (through 7) https://www.httpwatch.com/httpgallery/introduction/ | ||
|
||
## Before 9/20 | ||
|
||
What is a Cloud Service? | ||
https://www.youtube.com/watch?v=AKWnsW8vvqE | ||
|
||
Building Cloud Services with HTTP https://www.youtube.com/watch?v=xVvGud1xh6E&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=14 | ||
|
||
Servlets | ||
https://www.youtube.com/watch?v=IEdij5mwRcs&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=19 | ||
|
||
Servlets 2 | ||
https://www.youtube.com/watch?v=1Vq7Jo9ZW8o&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=20 | ||
|
||
Object Marshalling | ||
https://www.youtube.com/watch?v=vBEhp3arC9k&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=26 | ||
|
||
JSON | ||
https://www.youtube.com/watch?v=hH9kp9mIdjo&index=27&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0 | ||
|
||
Spring Dispatcher Servlet | ||
https://www.youtube.com/watch?v=zhWwEAZQ-FI&index=28&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0 | ||
|
||
Spring Controllers | ||
https://www.youtube.com/watch?v=ltNV48OsDHA&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=29 | ||
|
||
Spring RequestParam Annotations | ||
https://www.youtube.com/watch?v=SEAfI4CE6Os&index=30&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0 | ||
|
||
Spring PathVariable Annotations | ||
https://www.youtube.com/watch?v=O2QC9Ym40Lk&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=31 | ||
|
||
Spring ResponseBody Annotations | ||
https://www.youtube.com/watch?v=uhtb2nZDpxc&index=34&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0 | ||
|
||
Spring Dependency Injection | ||
https://www.youtube.com/watch?v=IDP-O5VRBjI&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=40 | ||
|
||
Spring Dependency Injection Code Walkthrough | ||
https://www.youtube.com/watch?v=eRq6codSth4&list=PLyUlngzGzkztgTizxM6_zqiw8sRj7vBm0&index=42 | ||
|
||
Introduction to Spring Boot https://spring.io/guides/gs/spring-boot/ | ||
|
||
Spring Rest Services | ||
https://spring.io/guides/gs/rest-service/ | ||
|
||
## Before 9/27 | ||
|
||
JHipster Team Reading | ||
|
||
## Before 9/29 | ||
|
||
Docker Team Reading | ||
|
||
## Before 10/4 | ||
|
||
ELK Team Reading | ||
|
||
## Before 10/6 | ||
|
||
Micro Services Team Reading | ||
|
||
## Before 10/18 | ||
|
||
React Team Reading | ||
|
||
|