Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.85 KB

README.md

File metadata and controls

25 lines (18 loc) · 2.85 KB

Java

Topic Resource Type Title Key Takeaways Link
Vector APIs Youtube Video New Vector APIs coming to Java - Java 23 update Performing a single operation on a set of data, Vector API, Syntax Watch Here

Tech Talks

Topic Resource Type Title Key Takeaways Link
Garbage Collection Youtube ZGC Automatic Heap Sizing Zero configuration for ZGC, working on ways that it can automatically adjust the heap size Watch Here
Tools and Libraries Devoxx Java's Hidden Gems: Tools and Libraries by Johan Janssen Different tools and Libraries in the Java ecosystem like Awaitility, ArchUnit, Jococo, SparArchUnitk and much more Watch Here / Github

Courses

Topic Resource Type Title Key Takeaways Link
GoLang LinkedIn Learning Leaning Go Go basic syntax, data structures, conditionals, files, json and the web Check Here
GoLang LinkedIn Learning Transition from Java to Go Learning Go constructs in comparison to Java, Interfaces and unit testing Check Here

Miscellaneous

Topic Resource Type Title Key Takeaways Link
Code Reviews Youtube Video Code reviews, styles and solutions Writing clean code, don't repeat yourself, closing file streams in finally block Watch Here