One of best books I've ever read.
User Profile
This link opens in a pop-up window
Ali's books
2024 Reading Goal
80% complete! Ali has read 8 of 10 books.
User Activity
RSS feed Back
Ali rated Notes from underground: 5 stars
Notes from underground by Fyodor Dostoevsky
Notes from Underground (pre-reform Russian: Записки изъ подполья; post-reform Russian: Записки из подполья, tr. Zapíski iz podpólʹya), also translated as …
Ali reviewed The man without qualities by Robert Musil
Also published in volumes:
Review of 'The man without qualities' on 'Goodreads'
5 stars
Review of 'Object-oriented programming in Oberon-2' on 'Goodreads'
5 stars
This is by far one of the best OOP books I've ever read. The explanation is clear, the examples are plenty and you can learn a lot of techniques and also design patterns from them. The author really knew what he was doing and I appreciate him for writting such a great book.
Ali reviewed Karlo: facila legolibro by Edmond Privat
Ali reviewed Assembly language by Jeff Duntemann
Ali reviewed Programming the M68000 by Tim King
Ali reviewed Pointers in C Programming by Thomas Mailund
Ali reviewed Programming in Lua by Roberto Ierusalimschy
Ali reviewed Object Pascal Handbook by Marco Cantu
Ali reviewed Lua Quick Start Guide by Gabor Szauer
Review of 'Lua Quick Start Guide' on 'Goodreads'
3 stars
A good introductory book on the Lua Programming Language. It has a lot of typos, especially in the comment section of the codes, which are not that important, but lowered the overall quality of the book.
The Lua and C codes provided, won't go into much detail, which is expected of an introductory book.
Ali rated Thinking recursively: 4 stars
Thinking recursively by Eric Roberts
The process of solving large problems by breaking them down into smaller, more simple problems that have identical forms. Thinking …
Ali reviewed Learn Pascal in Three Days by Sam Abolrous
Review of 'Learn Pascal in Three Days' on 'Goodreads'
4 stars
Great beginner-friendly book for leaning the Pascal programming language. I found some typos in the book, which is not a good. About Data Structures, the book doesn't go into much detail and only explains the Linked List (although it is expected for a beginner book.)