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
+19.4k Golang : Measure http.Get() execution time
+12.8k Golang : Skip blank/empty lines in CSV file and trim whitespaces example
+28.9k Golang : missing Git command
+47.2k Golang : Convert int to byte array([]byte)
+26.5k Golang : Convert file content into array of bytes
+22.2k Golang : Convert Unix timestamp to UTC timestamp
+30.6k Golang : Calculate percentage change of two values
+5.8k Javascript : Get operating system and browser information
+14k Golang : Get uploaded file name or access uploaded files
+18.2k Golang : Get download file size
+12.8k Golang : Handle or parse date string with Z suffix(RFC3339) example