Don't call your self a programmer until you've read "The Art of Computer Programming"
Apart from Alan Turing, Bill Gates, Steve Jobs and Dennis Ritchie. Donald Knuth is another titan in the computer world.
He is a Stanford professor emeritus and the author of "The Art of Computer Programming," a multivolume set of books dedicated to the serious practitioner of Computer Science.
Image credit: Amazon
The set has truly a special place in information technology or computer science world. To understand his books, one needs to take a serious time off to read those books and re-read them again.
If you think that you're a programmer just because you can write a program in your sleep. Well...
Bill Gates once said, “If you think you’re a really good programmer… read Art of Computer Programming… You should definitely send me a résumé if you can read the whole thing.”
References:
See also : Guide to identify the types of software developers
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+33.8k Golang : convert(cast) bytes to string
+5.4k Golang : How to deal with configuration data?
+9.4k Golang : Timeout example
+12.4k Golang : Flush and close file created by os.Create and bufio.NewWriter example
+12.6k Golang : flag provided but not defined error
+8.3k Golang : Emulate NumPy way of creating matrix example
+8.6k Linux/Unix : fatal: the Postfix mail system is already running
+8.5k Golang : How to check variable or object type during runtime?
+27.8k PHP : Count number of JSON items/objects
+5k Golang : Calculate a pip value and distance to target profit example
+14.6k Golang : GUI with Qt and OpenCV to capture image from camera
+46.5k Golang : Encode image to base64 example