My programming blog
Writing things down helps you commit it to memory more accurately than trying to remember it yourself.
How to Program with Java Podcast (Trevor Page)
How to Program with Java Podcast Trevor Page: Java Guru | Programmer | Teacher Methods Short: Methods should perform a single task with no side effects. Assigned to a Class: Methods are associated with a class (an object). Return vs Void: Methods can either return a...
The Pragmatic Programmer (David Thomas, Andrew Hunt)
The Pragmatic Programmer: The: Your journey to mastery by Andrew Hunt and David Thomas is divided into eight chapters, each addressing essential aspects of programming excellence. Here is a summary of each chapter: Chapter 1: A Pragmatic Philosophy Introduction to...
Clean Code (Robert C. Martin)
Clean Code is a book written by Robert C. Martin, also known as Uncle Bob, that focuses on writing maintainable and readable code. The book provides guidelines and principles for writing code that is easy to understand, modify, and extend. Here's a summary of some key...