Skip to content

Commit

Permalink
README: Improve cheat sheet copy + add images
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWoltmann committed Nov 15, 2024
1 parent 48b5cbe commit d224087
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 10 deletions.
47 changes: 37 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,22 +203,49 @@ curl localhost:8080/carts/61157 | jq

You'll see an empty cart again.

## Additional Resources
## <br>Additional Resources

### Java Versions PDF Cheat Sheet
👉 Save time and effort with this [compact overview of all new Java features](https://www.happycoders.eu/java-versions/) from the latest version back to Java 10.
### <br>Java Versions PDF Cheat Sheet

In this practical and exclusive collection, you‘ll find the most important updates of each Java version summarized on one page each.
**Stay up-to-date** with the latest Java features with [this PDF Cheat Sheet](https://www.happycoders.eu/java-versions/)!

[Hier geht's zur deutschen Version des PDFs](https://www.happycoders.eu/de/java-versionen/)
[<img src="/img/Java_Versions_PDF_Cheat_Sheet_Mockup_936.png" alt="Java Versions PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/java-versions/)

### The Big O Cheat Sheet
👉 Use [this FREE 1-page PDF cheat sheet](https://www.happycoders.eu/big-o-cheat-sheet/) as a reference to quickly look up the 7 most important time complexity classes (with descriptions + examples).
* Avoid lengthy research with this **concise overview of all Java versions up to Java 23**.
* **Discover the innovative features** of each new Java version, summarized on a single page.
* **Impress your team** with your up-to-date knowledge of the latest Java version.

[Hier geht's zur deutschen Version des PDFs](https://www.happycoders.eu/de/o-notation-cheat-sheet/)
👉 [Download the Java Versions PDF](https://www.happycoders.eu/java-versions/)<br>

### HappyCoders Newsletter
_(Hier geht's zur deutschen Version &rarr; [Java-Versionen PDF](https://www.happycoders.eu/de/java-versionen/))_


### <br>The Big O Cheat Sheet

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.

[<img src="/img/big-o-cheat-sheet-pdf-en-transp_936.png" alt="Big O PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/big-o-cheat-sheet/)

* **Always choose the most efficient data structures** and thus increase the performance of your applications.
* **Be prepared for technical interviews** and confidently present your algorithm knowledge.
* **Become a sought-after problem solver** and be known for systematically tackling complex problems.

👉 [Download the Big O Cheat Sheet](https://www.happycoders.eu/big-o-cheat-sheet/)<br>

_(Hier geht's zur deutschen Version &rarr; [O-Notation Cheat Sheet](https://www.happycoders.eu/de/o-notation-cheat-sheet/))_


### <br>HappyCoders Newsletter
👉 Want to level up your Java skills?
Sign up for the [HappyCoders newsletter](http://www.happycoders.eu/newsletter/) and get regular tips on programming, algorithms, and data structures!

[Hier geht's zum deutschen Newsletter](https://www.happycoders.eu/de/newsletter/)
_(Hier geht's zur deutschen Version &rarr; [HappyCoders-Newsletter deutsch](https://www.happycoders.eu/de/newsletter/))_


### <br>🇩🇪 An alle Java-Programmierer, die durch fundierte Kenntnisse über Datenstrukturen besseren Code schreiben wollen

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!

[<img src="/img/mastering-data-structures-product-mockup-cropped-1600.png" alt="Mastering Data Structures Mockup" style="width: 640px; max-width: 100%;">](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)

👉 [Zur Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)
Binary file added img/Java_Versions_PDF_Cheat_Sheet_Mockup_936.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/big-o-cheat-sheet-pdf-en-transp_936.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d224087

Please sign in to comment.