by erikvojtas.com | Dec 9, 2023 | Programming
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...
by erikvojtas.com | Nov 22, 2023 | Book
The Monk Who Sold His Ferrari is a mystical fable that unfolds the transformative journey of Julian Mantle, a successful lawyer who undergoes a spiritual awakening. After a severe heart attack, Mantle sells his Ferrari and mansion, embarking on a quest for meaning. In...
by erikvojtas.com | Nov 22, 2023 | Book
The 5 AM Club by Robin Sharma revolves around a billionaire’s secret to success with a revolutionary morning routine. The routine starts at 5:00 a.m and emphasizes the benefits of early rising, including enhanced mental focus and productivity. The story...
by erikvojtas.com | Aug 17, 2023 | Programming
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...
by erikvojtas.com | Aug 17, 2023 | Programming
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...