Book recommendations
Here's a list of books I've read and recommend.
Understanding Deep Learning
An authoritative, accessible, and up-to-date treatment of deep learning that strikes a pragmatic middle ground between theory and practice. This comprehensive textbook covers key topics along with recent advances and cutting-edge concepts.
Fluent Python: Clear, Concise, and Effective Programming
A hands-on guide to writing Pythonic code, covering advanced Python features and best practices. This book helps you write code that is both efficient and readable.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow
A practical guide to machine learning, covering a range of techniques and tools for building intelligent systems. Learn how to build and train neural networks using popular frameworks.
Introduction to Machine Learning with Python: A Guide for Data Scientists
An accessible introduction to machine learning using Python, aimed at data scientists and analysts. Covers practical applications using scikit-learn and other essential libraries.
Designing Data-Intensive Applications
This book explores the principles and best practices for building scalable and reliable data systems. Essential reading for anyone working with large-scale data applications.
The Pragmatic Programmer: From Journeyman to Master
A classic guide offering practical advice and techniques for software developers to improve their craft. Learn how to write better code and become a more effective programmer.
MySQL/PHP Database Applicaties
My first book I bought back in 2001 to learn the basics of creating dynamic/interactive websites. This book introduced me to the fundamentals of web development.
Webdesign with PHP 5
Bought this book in 2007 to continue learning web design. It helped me expand my knowledge of creating functional websites.
Yii Framework Application Development
Bought this book in 2011 to learn more about the Yii Framework. It provided comprehensive guidance on building applications with this powerful PHP framework.
Clean Code: A Handbook of Agile Software Craftsmanship
To keep things clean and simple. This book emphasizes the importance of writing clean, maintainable code and provides guidelines for achieving it.
Human Hacking
A comprehensive guide to security principles and practices. Essential reading for understanding how to build secure systems and protect against threats.