diff --git a/README.md b/README.md index 2a63f44..d05355e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,10 @@ You can find all the books listed below in [**book**](/book) folder of this repo * CSS Framework Alternatives - Explore Five Lightweight Alternatives to Bootstrap and Foundation with Project Examples [[Download]](/book/CSS%20Framework%20Alternatives%20-%20Explore%20Five%20Lightweight%20Alternatives%20to%20Bootstrap%20and%20Foundation%20with%20Project%20Examples.pdf) * CSS3 - The Missing Manual - Third Edition [[Download]](/book/CSS3%20-%20The%20Missing%20Manual%20-%20Third%20Edition.pdf) * Dependency Injection with AngularJS [[Download]](/book/Dependency%20Injection%20with%20AngularJS.pdf) +* DevOps for Web Development [[Download]](/book/DevOps%20for%20Web%20Development.pdf) * Effective JavaScript - 68 Specific Ways to Harness the Power of JavaScript [[Download]](/book/Effective%20JavaScript%20-%2068%20Specific%20Ways%20to%20Harness%20the%20Power%20of%20JavaScript.pdf) * Expert JavaScript [[Download]](/book/Expert%20JavaScript.pdf) +* Express in Action - Writing, Building, and Testing Node.js Applications [[Download]](/book/Express%20in%20Action%20-%20Writing%2C%20Building%2C%20and%20Testing%20Node.js%20Applications.pdf) * Front-End Reactive Architectures [[Download]](/book/Front-End%20Reactive%20Architectures.pdf) * Functional JavaScript - Introducing Functional Programming with Underscore.js [[Download]](/book/Functional%20JavaScript%20-%20Introducing%20Functional%20Programming%20with%20Underscore.js.pdf) * Functional Programming in JavaScript [[Download]](/book/Functional%20Programming%20in%20JavaScript.pdf) @@ -60,6 +62,7 @@ You can find all the books listed below in [**book**](/book) folder of this repo * Pro TypeScript - Application-Scale JavaScript Development - Second Edition [[Download]](/book/Pro%20TypeScript%20-%20Application-Scale%20JavaScript%20Development%20-%20Second%20Edition.pdf) * Programming the Semantic Web [[Download]](/book/Programming%20the%20Semantic%20Web.pdf) * React Design Patterns and Best Practices [[Download]](/book/React%20Design%20Patterns%20and%20Best%20Practices.pdf) +* RESTful Web Services [[Download]](/book/RESTful%20Web%20Services.pdf) * Seven Web Frameworks in Seven Weeks [[Download]](/book/Seven%20Web%20Frameworks%20in%20Seven%20Weeks.pdf) * Socket.IO Cookbook [[Download]](/book/Socket.IO%20Cookbook.pdf) * Socket.IO Real-time Web Application Development [[Download]](/book/Socket.IO%20Real-time%20Web%20Application%20Development.pdf) diff --git a/book/DevOps for Web Development.pdf b/book/DevOps for Web Development.pdf new file mode 100755 index 0000000..61db035 Binary files /dev/null and b/book/DevOps for Web Development.pdf differ diff --git a/book/Express in Action - Writing, Building, and Testing Node.js Applications.pdf b/book/Express in Action - Writing, Building, and Testing Node.js Applications.pdf new file mode 100755 index 0000000..39b934a Binary files /dev/null and b/book/Express in Action - Writing, Building, and Testing Node.js Applications.pdf differ diff --git a/book/RESTful Web Services.pdf b/book/RESTful Web Services.pdf new file mode 100755 index 0000000..d839252 Binary files /dev/null and b/book/RESTful Web Services.pdf differ