From 5508da0f8621ab1040fa382d979a3c163b7a47f3 Mon Sep 17 00:00:00 2001 From: Zohair Awan <35776095+zohairawan@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:57:34 -0700 Subject: [PATCH 1/2] Update testimonials.md --- src/prelude/testimonials.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/prelude/testimonials.md b/src/prelude/testimonials.md index 14fda72..15f01ac 100644 --- a/src/prelude/testimonials.md +++ b/src/prelude/testimonials.md @@ -24,3 +24,17 @@ > 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 + + + +> "An idiot admires complexity, a genius admires simplicity". While I am no genius by any stretch of the imagination, I agree with Terry A. Davis' sentiment. + +> The effectiveness of this book comes from its simplicity when explaining a topic. It presents you with enough information that you can immediately grasp the idea without +> overwhelming you with unnecessary information. Topics are then immediately followed with code snippets to help solidify the information you just learned. These code snippets +> are well thought out and go a long way in reenforcing key ideas. +> +> This book also contains sample problems that require you to do hands-on coding which, in my opinion, is a requirement to learn programming. +> +> The formula for this book is, present a topic, give an example, give you a problem to solve that forces you to apply the concept you just learned. Simple, concise and very well +> written. +> Zohair From 2b78837aaacbc9d605fe2521cef8fdb26e459f16 Mon Sep 17 00:00:00 2001 From: Zohair Awan <35776095+zohairawan@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:03:54 -0700 Subject: [PATCH 2/2] Update testimonials.md --- src/prelude/testimonials.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/prelude/testimonials.md b/src/prelude/testimonials.md index 15f01ac..8b1583c 100644 --- a/src/prelude/testimonials.md +++ b/src/prelude/testimonials.md @@ -28,7 +28,7 @@ > "An idiot admires complexity, a genius admires simplicity". While I am no genius by any stretch of the imagination, I agree with Terry A. Davis' sentiment. - +> > The effectiveness of this book comes from its simplicity when explaining a topic. It presents you with enough information that you can immediately grasp the idea without > overwhelming you with unnecessary information. Topics are then immediately followed with code snippets to help solidify the information you just learned. These code snippets > are well thought out and go a long way in reenforcing key ideas. @@ -37,4 +37,5 @@ > > The formula for this book is, present a topic, give an example, give you a problem to solve that forces you to apply the concept you just learned. Simple, concise and very well > written. +> > Zohair