Book Review: Grokking Algorithms, Second Edition by Aditya Y BhargavaIntroduction: Grokking Algorithms is a book by Aditya Y Bhargava. The book teaches algorithms with an informal tone with a lot of illustrations to accompany the explanations. The first edition of the book came out in 2016, and the second edition was ...May 22, 2025·5 min read
Enhancing Geometric Learning: Python Applications for Teaching High School Students, Including those with Visual ImpairmentsFeb 2, 2024·12 min read
Lessons Learned from a Simple Blog AppIntroduction: I am a blogger. And I am also a programmer. So, it is natural for me to think about how exactly the platforms that I use to publish my articles and get my word out function, right? But unfortunately, I don’t get such chances very often....Dec 1, 2023·8 min read
Lessons I Learned While Making a Snakes and Ladder GameIntroduction: Snakes and Ladder is a game from India. It is played on a board. The goal of the game is to achieve the position of 100, and the player who achieves this position first is the winner. Along the way, you encounter snakes. These snakes s...Oct 21, 2023·6 min read
Lessons I Took From a Simple Rock-Paper-Scissors GameIntroduction: If you’re an experienced guy, then you probably will laugh at me for writing a blog post about such a simple project. I mean really? Rock-paper-scissors? You can bang out such a game in your dream, and the code will compile the next day...Oct 14, 2023·4 min read
Headaches for a Blind DeveloperRegular headaches for a blind developer. It is a testament to the 21st century that despite being unable to see, I can write, and put out my thoughts for hundreds of readers to see and read. (Not millions, I know my place.) Having said that, there ar...Aug 26, 2023·5 min read
Book Review: Java Projects by Peter VerhasIntroduction: Java Projects: Learn the fundamentals of Java 11 programming by building industry-grade practical projects, 2nd Edition is a book by Peter Verhas, which tries to teach the Java language through projects. The book was published in the Au...Aug 13, 2023·5 min read
Book Review: Algorithms Unlocked by Thomas CormenIntroduction: Algorithms Unlocked is a book by Thomas H. Cormen, who is also the co-author of Introduction to Algorithms, which is currently out in its fourth edition. The book was published in 2013, and it is a rather simplistic introduction to algo...Jul 9, 2023·4 min read