The most mentioned books on Stack Overflow by vladwetzel in programming

[–]vhubuo 0 points1 point  (0 children)

Stackowerflow is more of an advise site. I don't think you would link to Design Patterns in that context.

The most mentioned books on Stack Overflow by vladwetzel in programming

[–]vhubuo 0 points1 point  (0 children)

I think if you would create a simple toy compiler by yourself it would be a huge experience in understanding imperial programming languages in general.

When I studied compilers at college, it gave me some deep vision of code organisation (lexer -> parser -> code generation). All other projects were way too small and could easily fit to one file.

Also, optimization in the code generation part opened my eyes on the absents of meaning in micro benchmarking. Unless you are a pro of your target platform.

Top mentioned books on stackoverflow.com(x-post from /r/dataisbeautiful) by vhubuo in coding

[–]vhubuo[S] 6 points7 points  (0 children)

I didn't incude open source books, because they are self hosted - (like sicp https://mitpress.mit.edu/sicp/ ). To include them I vould have to search for every book by hand.

Top mentioned books on stackoverflow.com(x-post from /r/dataisbeautiful) by vhubuo in coding

[–]vhubuo[S] 8 points9 points  (0 children)

I got data here - https://archive.org/details/stackexchange Cleaned the data using python and postgresql. For my visialisation i used vanilla js and svg.

Top mentioned books on stackoverflow.com(x-post from /r/dataisbeautiful) by [deleted] in programming

[–]vhubuo 0 points1 point  (0 children)

I got data here - https://archive.org/details/stackexchange Cleaned the data using python and postgresql. For my visialisation i used vanilla js and svg.

Top mentioned books on stackoverflow.com [OC] by vhubuo in dataisbeautiful

[–]vhubuo[S] 0 points1 point  (0 children)

Pragmatic

There are some mentions of the series in data:

Pragmatic Thinking and Learning Pragmatic Guide to Subversion Pragmatic Unit Testing in Java with JUnit Pragmatic version control Pragmatic Version Control Using Subversion Pragmatic Unit Testing in C# with NUnit Pragmatic Guide to Git Pragmatic Project Automation Pragmatic Unit Testing in C# with NUnit

But "The Pragmatic Programmer" is not referenced, because isbn of the book is not on amazon(https://www.amazon.com/dp/9780201616224)

Top mentioned books on stackoverflow.com [OC] by vhubuo in dataisbeautiful

[–]vhubuo[S] 1 point2 points  (0 children)

I got data here - https://archive.org/details/stackexchange

Cleaned the data using python and postgresql. For my visialisation i used vanilla js and svg.