目錄(59章)
倒序
- coverpage
- Learning Underscore.js
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Started with Underscore.js
- Why Underscore
- Getting started with Underscore by example
- Key Underscore functions
- Functional programming fundamentals
- Useful patterns and practices for JavaScript applications targeting ECMAScript 5
- Setting up a development workflow for exploring Underscore
- Testing JavaScript code with Jasmine
- Summary
- Chapter 2. Using Underscore.js with Collections
- Key Underscore functions revisited – each map and reduce
- Searching and filtering
- Aggregations and transformations
- Other collection-based functions
- Summary
- Chapter 3. Using Underscore.js with Arrays Objects and Functions
- Arrays
- Objects
- Functions
- Utility functions
- Summary
- Chapter 4. Programming Paradigms with Underscore.js
- The object-oriented programming paradigm
- The functional programming paradigm
- Migrating to a functional programming style
- Functional programming with Underscore.js
- Summary
- Chapter 5. Using Underscore.js in the Browser on the Server and with the Database
- Using Underscore in the browser
- Enhancing examples output with Bootstrap
- Using Underscore on the server with Node.js
- Using Underscore with MongoDB
- Using Underscore with PostgreSQL
- Summary
- Chapter 6. Related Underscore.js Libraries and ECMAScript Standards
- Using the Underscore-contrib library
- Using the lodash library
- Underscore and JavaScript standards
- Summary
- Chapter 7. Underscore.js Build Automation and Code Reusability
- Build automation with Gulp
- Reusing code based on Underscore between client and server
- Adding ECMAScript 2015 (ES6) support to Browserify
- Summary
- Index 更新時(shí)間:2021-07-09 21:12:04
推薦閱讀
- R語(yǔ)言經(jīng)典實(shí)例(原書(shū)第2版)
- Instant Apache Stanbol
- 算法基礎(chǔ):打開(kāi)程序設(shè)計(jì)之門(mén)
- Mastering Yii
- 深入淺出Serverless:技術(shù)原理與應(yīng)用實(shí)踐
- Hands-On Full Stack Development with Go
- Rust游戲開(kāi)發(fā)實(shí)戰(zhàn)
- Learning AWS
- Java圖像處理:基于OpenCV與JVM
- CodeIgniter Web Application Blueprints
- Apache Solr PHP Integration
- Selenium WebDriver Practical Guide
- 深入淺出 HTTPS:從原理到實(shí)戰(zhàn)
- Mastering OpenStack
- CryENGINE Game Programming with C++,C#,and Lua
- Office VBA開(kāi)發(fā)經(jīng)典:中級(jí)進(jìn)階卷
- Scala實(shí)用指南
- 零基礎(chǔ)學(xué)Python(升級(jí)版)
- C語(yǔ)言核心技術(shù)(原書(shū)第2版)
- C語(yǔ)言程序設(shè)計(jì)教程
- Java程序設(shè)計(jì)基礎(chǔ)教程
- Oracle SOA BPEL Process Manager 11gR1:A Hands-On Tutorial
- 零基礎(chǔ)學(xué)PHP第2版
- Python 3 程序設(shè)計(jì)
- iOS開(kāi)發(fā)項(xiàng)目化經(jīng)典教程
- Android App開(kāi)發(fā)進(jìn)階與項(xiàng)目實(shí)戰(zhàn)
- 編程超有趣:奇妙Python輕松學(xué)(第1輯)
- Developing RESTful Services with JAX-RS 2.0,WebSockets,and JSON
- Machine Learning for OpenCV 4(Second Edition)
- WiX Cookbook