From 3f29837e818ba32736d72d738db888080ee7b8ec Mon Sep 17 00:00:00 2001 From: Shirish Padalkar Date: Fri, 11 Oct 2013 23:06:57 +0530 Subject: [PATCH] Added another free e-book Added my published book "97 Things Every Programmer Should Know - Extended" from LeanPub, which is available for free download. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index d02ab418..ff0652be 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -91,6 +91,7 @@ ###Language Agnostic * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) +* [97 Things Every Programmer Should Know - Extended](https://leanpub.com/97-Things-Every-Programmer-Should-Know-Extended) * [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) (PDF) * [Algorithms](http://www.cs.berkeley.edu/~vazirani/algorithms.html) (draft) * [The Architecture of Open Source Applications](http://www.aosabook.org/en/index.html)