Skip to content

Commit c07712d

Browse files
committed
README: Add cheat sheets, newsletter, mastering data structures
1 parent 1ccbbad commit c07712d

4 files changed

+51
-3
lines changed

README.md

+51-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ curl localhost:8080/stage1-seq/product/1
3030
Within IntelliJ, you can also open the `endpoints-test.http` file to run the HTTP requests.
3131

3232

33-
## Java 21 IDE Support
33+
## <br>Java 21 IDE Support
3434

3535
[IntelliJ IDEA](https://www.jetbrains.com/idea/) supports Java 21 as of version 2023.2.2.
3636
As long as this version is not yet released,
3737
you can install the release candidate via the [JetBrains Toolbox App](https://www.jetbrains.com/toolbox-app/)
3838
by going into the IntelliJ IDEA settings and activating the "Early Access Program".
3939

4040

41-
## Java Downloads
41+
## <br>Java Downloads
4242

4343
You can download Java 21 from here: https://jdk.java.net/21/
4444

@@ -48,7 +48,7 @@ To install multiple Java versions on Windows,
4848
have a look at this tutorial: [How to Change Java Versions in Windows](https://www.happycoders.eu/java/how-to-switch-multiple-java-versions-windows/)
4949

5050

51-
## Other Java 21 Examples
51+
## <br>Other Java 21 Examples
5252

5353
You might also find these GitHub repositories interesting:
5454

@@ -65,3 +65,51 @@ Scoped Values:
6565
Pattern Matching for Switch:
6666
* https://github.com/SvenWoltmann/pattern-matching-for-switch
6767

68+
69+
## <br>Other Resources
70+
71+
### Java Versions PDF Cheat Sheet
72+
73+
**Stay up-to-date** with the latest Java features with [this PDF Cheat Sheet](https://www.happycoders.eu/java-versions/)!
74+
75+
[<img src="/img/Java_Versions_PDF_Cheat_Sheet_Mockup_936.v2.png" alt="Java Versions PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/java-versions/)
76+
77+
* Avoid lengthy research with this **concise overview of all Java versions up to Java 23**.
78+
* **Discover the innovative features** of each new Java version, summarized on a single page.
79+
* **Impress your team** with your up-to-date knowledge of the latest Java version.
80+
81+
👉 [Download the Java Versions PDF](https://www.happycoders.eu/java-versions/)<br>
82+
83+
_(Hier geht's zur deutschen Version &rarr; [Java-Versionen PDF](https://www.happycoders.eu/de/java-versionen/))_
84+
85+
86+
### <br>The Big O Cheat Sheet
87+
88+
With this [1-page PDF cheat sheet](https://www.happycoders.eu/big-o-cheat-sheet/), you'll always have the **7 most important complexity classes** at a glance.
89+
90+
[<img src="/img/big-o-cheat-sheet-pdf-en-transp_936.v2.png" alt="Big O PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/big-o-cheat-sheet/)
91+
92+
* **Always choose the most efficient data structures** and thus increase the performance of your applications.
93+
* **Be prepared for technical interviews** and confidently present your algorithm knowledge.
94+
* **Become a sought-after problem solver** and be known for systematically tackling complex problems.
95+
96+
👉 [Download the Big O Cheat Sheet](https://www.happycoders.eu/big-o-cheat-sheet/)<br>
97+
98+
_(Hier geht's zur deutschen Version &rarr; [O-Notation Cheat Sheet](https://www.happycoders.eu/de/o-notation-cheat-sheet/))_
99+
100+
101+
### <br>HappyCoders Newsletter
102+
👉 Want to level up your Java skills?
103+
Sign up for the [HappyCoders newsletter](http://www.happycoders.eu/newsletter/) and get regular tips on programming, algorithms, and data structures!
104+
105+
_(Hier geht's zur deutschen Version &rarr; [HappyCoders-Newsletter deutsch](https://www.happycoders.eu/de/newsletter/))_
106+
107+
108+
### <br>🇩🇪 An alle Java-Programmierer, die durch fundierte Kenntnisse über Datenstrukturen besseren Code schreiben wollen
109+
110+
Trage dich jetzt auf die [Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/) von „Mastering Data Structures in Java“ ein, und erhalte das beste Angebot!
111+
112+
[<img src="/img/mastering-data-structures-product-mockup-cropped-1600.v2.png" alt="Mastering Data Structures Mockup" style="width: 640px; max-width: 100%;">](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)
113+
114+
👉 [Zur Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)
115+
Loading
335 KB
Loading
Loading

0 commit comments

Comments
 (0)