profile picture

3 pages tagged with "Computer Science"

The Rust Programming Language, 2nd Edition @ Steve Klabnik, Carol Nichols

April 08, 2024 - 29 words - 1 mins
This book has convinced me that Rust has managed to tackle some of the most annoying error-prone scenarios in C++ such as memory handling and undocumented lifetime guarantees. read more

Implementing Domain-Driven Design @ Vaughn Vernon

January 01, 2016 - 100 words - 1 mins
Warning: this is a very hard read, personally I feel this book is not written in a concise and organized form. I think the original intention is good of showing a bad software design choices and then how to fix them, but it definitely didn't transfer properly as a long software reading book. Nonetheā€¦ read more

The Pragmatic Programmer: From Journeyman to Master @ Andy Hunt, Dave Thomas

January 01, 2013 - 7 words - 1 mins
Best introduction book for intermediate software engineers. read more