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...

read more

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...

read more