Skip to content

Commit 0e9a18f

Browse files
author
Sander Mak
committed
Add some resources
1 parent 547f278 commit 0e9a18f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
.sass-cache
3+
_site
34
*.map

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ <h3>Pluralsight Course: What's New in Java 9</h3>
348348
<h3>Articles and News</h3>
349349
<p><a href="https://www.pluralsight.com/blog/software-development/java-9-new-features" target="_blank">9 New Features in Java 9</a> (blog)</p>
350350
<p><a href="https://www.youtube.com/watch?v=oy3202OFPpM" target="_blank">Java 9 Modularity in Action</a> (Devoxx Belgium talk)</p>
351+
<p><a href="https://www.youtube.com/watch?v=tamVhtV18dY" target="_blank">Designing for Modularity with Java 9 Modules</a> (JavaOne talk)</p>
352+
<p><a href="https://www.youtube.com/watch?v=eezSlcpp3OI&t=13s" target="_blank">VirtualJUG Book Club: Java 9 Modularity Q&A (part 1)</a></p>
351353
</div>
352354

353355
</div>

0 commit comments

Comments
 (0)