From 320977f6553a4135e8e5a5211d2b1fee84a70e21 Mon Sep 17 00:00:00 2001 From: Rahul Vasudeva <91693136+RahulVasudeva@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:41:40 +0530 Subject: [PATCH 1/2] Added a testimonial --- src/prelude/testimonials.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/prelude/testimonials.md b/src/prelude/testimonials.md index 1cf4781..e7e0e2c 100644 --- a/src/prelude/testimonials.md +++ b/src/prelude/testimonials.md @@ -16,3 +16,9 @@ > Thanks to the book, I understood private constructors and static methods, instead of just writing code without knowing why. > > Yon +> +> I stumbled upon this by chance and it has become one of the best descoveries for learning java. It has helped me understand concepts that I did not before and the challenges really make you think and apply the concepts properly. +> +> The author teaches the concepts in a simple manner which are needlessely complicated in other resources. I recommend this to anyone who wants to learn java or wants to understand the modern features for it. Also follow the author's adivice on Ai you will thank your future self for it. +> +> Rahul From 6464076a598a302214c18aa10c71ef233ba59c56 Mon Sep 17 00:00:00 2001 From: Rahul Vasudeva <91693136+RahulVasudeva@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:54:54 +0530 Subject: [PATCH 2/2] added space between testimonials --- src/prelude/testimonials.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/prelude/testimonials.md b/src/prelude/testimonials.md index e7e0e2c..14fda72 100644 --- a/src/prelude/testimonials.md +++ b/src/prelude/testimonials.md @@ -16,7 +16,9 @@ > Thanks to the book, I understood private constructors and static methods, instead of just writing code without knowing why. > > Yon -> + + + > I stumbled upon this by chance and it has become one of the best descoveries for learning java. It has helped me understand concepts that I did not before and the challenges really make you think and apply the concepts properly. > > The author teaches the concepts in a simple manner which are needlessely complicated in other resources. I recommend this to anyone who wants to learn java or wants to understand the modern features for it. Also follow the author's adivice on Ai you will thank your future self for it.