Skip to content

Commit

Permalink
*initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
al-pt-old committed Sep 14, 2015
0 parents commit bbfae47
Show file tree
Hide file tree
Showing 363 changed files with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Programming books [2015]

## Cloud
- [Cloud Architecture Patterns](%5BCLOUD%5D%5BCloud%20Architecture%20Patterns%5D.pdf)

## Algorithms
- [Essential Algorithms: A Practical Approach to Computer Algorithms](%5BALGORITHMS%5D%5BEssential%20Algorithms%5D.pdf)

## Node.js
- [Node.js By Example](%5BNODE%5D%5BNode.js%20By%20Example%5D.pdf)
- [Pro REST API Development with Node.js](%5BNODE%5D%5BPro%20REST%20API%20Development%20with%20Node.js%5D.pdf)
- [NW.js Essentials](%5BNODE%5D%5BNW.js%20Essentials%5D.pdf)

## JavaScript

##### ES6
- [Mastering JavaScript Promises](%5BJAVASCRIPT%5D%5BMastering%20JavaScript%20Promises%5D.pdf)

##### Ajax
- [Async JavaScript](%5BJAVASCRIPT%5D%5BAsync%20JavaScript%5D.pdf)

##### Performance
- [Mastering JavaScript High Performance](%5BJAVASCRIPT%5D%5BMastering%20JavaScript%20High%20Performance%5D.pdf)

##### Maintainable
- [Maintainable JavaScript](%5BJAVASCRIPT%5D%5BMaintainable%20JavaScript%5D.pdf)
- [JavaScript: The Good Parts](%5BJAVASCRIPT%5D%5BJavaScript%20The%20Good%20Parts%5D.pdf)

##### Patterns
- [JavaScript Patterns](%5BJAVASCRIPT%5D%5BJavaScript%20Patterns%5D.pdf)
- [Learning JavaScript Design Patterns](%5BJAVASCRIPT%5D%5BLearning%20JavaScript%20Design%20Patterns%5D.pdf)

##### Algorithms
- [Data Structures and Algorithms with JavaScript](%5BJAVASCRIPT%5D%5BData%20Structures%20and%20Algorithms%20with%20JavaScript%5D.pdf)

##### Security
- [JavaScript Security](%5BJAVASCRIPT%5D%5BJavaScript%20Security%5D.pdf)

##### Domain Driven Design
- [JavaScript Domain-Driven Design](%5BJAVASCRIPT%5D%5BJavaScript%20Domain-Driven%20Design%5D.pdf)

##### Tests
- [JavaScript Unit Testing](%5BJAVASCRIPT%5D%5BJavaScript%20Unit%20Testing%5D.pdf)
- [JavaScript Testing with Jasmine](%5BJAVASCRIPT%5D%5BJavaScript%20Testing%20with%20Jasmine%5D.pdf)

##### Grunt
- [Automate with Grunt](%5BJAVASCRIPT%5D%5BAutomate%20with%20Grunt%5D.pdf)

##### AngularJS
- [AngularJS: Up And Running by Shyam Seshadri and Brad Green - 2014](%5BJAVASCRIPT%5D%5BAngularJS%20Up%20And%20Running%5D.pdf)
- [Dependency Injection with AngularJS by Alex Knol - 2013](%5BJAVASCRIPT%5D%5BDependency%20Injection%20with%20AngularJS%5D.pdf)
- [Professional AngularJS by Diego Netto - 2015](%5BJAVASCRIPT%5D%5BProfessional%20AngularJS%5D.pdf)
- [Learning AngularJS Animations by Richard Keller - 2014](%5BJAVASCRIPT%5D%5BLearning%20AngularJS%20Animations%5D.pdf)

##### Certification
- [Exam Ref 70-480 Programming in HTML5 with JavaScript and CSS3](%5BJAVASCRIPT%5D%5BExam%20Ref%2070-480%20Programming%20in%20HTML5%20with%20JavaScript%20and%20CSS3%5D.pdf)

## Regular expressions
- [Regular Expression Pocket Reference, Second Edition by Tony Stubblebine - 2007](%5BREGEXP%5D%5BRegular%20Expressions%20Pocket%20Reference%5D.pdf)
- [Introducing Regular Expressions by Michael Fitzgerald - 2012](%5BREGEXP%5D%5BIntroducing%20Regular%20Expressions%5D.pdf)
- [Регулярные выражения. Сборник рецептов, Ян Гойвертс, Стивен Левитан - 2010](%5BREGEXP%5D%5BРегулярные%20выражения.%20Сборник%20рецептов%5D.pdf)

## XSLT
- [XSLT. 2-е издание, Дуг Тидуэлл - 2010](%5BXSLT%5D%5BXSLT%2C%202-е%20издание%5D.pdf)

## Security
- [CORS in Action. Creating and consuming cross-origin APIs by Monsur Hossain - 2015](%5BSECURITY%5D%5BCORS%20in%20Action%5D.pdf)
- [Computer Security. Principles and Practice. Third Edition by William Stallings - 2015](%5BSECURITY%5D%5BComputer%20Security%20-%20Principles%20and%20Practice%2C%203rd%20Edition%5D.pdf)
- [Cyberspace and Cybersecurity by George Kostopoulos - 2013](%5BSECURITY%5D%5BCyberspace%20and%20Cybersecurity%5D.pdf)
Loading

0 comments on commit bbfae47

Please sign in to comment.