DEV Community

Discussion on: What are your must-read programming books?

Collapse
 
garysieling profile image
Gary Sieling

"Relevant Search" is a good, practical book on solr/elastic search

I like "Natural Language Processing with Python" as an introduction to text processing problems (techniques are dated but I thought the examples were helpful)

Code Complete is a good general coding book

"Secrets of the javascript ninja" and "3rd party javascript" taught me a lot about javascript, and tend to have a lot of practical lessons