目錄(89章)
倒序
- coverpage
- CoffeeScript Application Development Cookbook
- 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 Ready
- Introduction
- Configuring your environment and tools
- Configuring Sublime Text
- Configuring Visual Studio
- A quick dive into CoffeeScript
- Debugging CoffeeScript using source maps
- Debugging CoffeeScript using Node Inspector
- Chapter 2. Starting with the Basics
- Introduction
- Working with strings
- Working with numbers
- Working with dates and times
- Working with arrays
- Working with classes
- Dealing with the this keyword
- Chapter 3. Creating Client Applications
- Introduction
- Working with jQuery
- Working with Backbone
- Working with AngularJS
- Communicating in real time with Socket.io
- Chapter 4. Using Kendo UI for Desktop and Mobile Applications
- Introduction
- Using the Kendo UI Core widgets
- Using the Kendo UI Core mobile widgets
- Chapter 5. Going Native with Cordova
- Introduction
- Creating a basic Cordova application
- Using the camera
- Using geolocation
- Using contacts
- Getting device information
- Chapter 6. Working with Databases
- Introduction
- Working with SQLite
- Working with Redis
- Working with MongoDB
- Working with CouchDB
- Chapter 7. Building Application Services
- Introduction
- Working with base64 encoding
- Working with domain name services
- Parsing a URL into its various components
- Creating RESTful web services
- Chapter 8. Using External Services
- Introduction
- Working with web services
- Sending e-mail
- Sending SMS and MMS messages
- Working with Amazon's S3 storage
- Transferring files via FTP
- Chapter 9. Testing Our Applications
- Introduction
- Unit testing with QUnit
- End-to-end testing with Mocha and Zombie.js
- Stubbing and mocking with Sinon
- Chapter 10. Hosting Our Web Applications
- Introduction
- Compiling our source with Grunt
- Preparing deployments for staging and production
- Deploying our application to Heroku
- Deploying our application to Microsoft Azure
- Chapter 11. Scripting for DevOps
- Introduction
- Executing shell commands with exec
- Executing shell commands with spawn
- Copying moving and deleting files and directories
- Archiving files and directories
- Parsing CSV files
- Parsing fixed-width files
- Padding and aligning output
- Formatting dates with moment.js
- Formatting numbers with accounting.js
- Index 更新時間:2021-07-23 19:36:08
推薦閱讀
- Node.js+Webpack開發(fā)實戰(zhàn)
- Java應(yīng)用與實戰(zhàn)
- 編程的修煉
- OpenCV for Secret Agents
- Neo4j Essentials
- Processing互動編程藝術(shù)
- RSpec Essentials
- Java Web從入門到精通(第3版)
- 動手打造深度學(xué)習(xí)框架
- Java 從入門到項目實踐(超值版)
- Mastering ASP.NET Core 2.0
- UI動效設(shè)計從入門到精通
- 安卓工程師教你玩轉(zhuǎn)Android
- 3ds Max 2018從入門到精通
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- 多接入邊緣計算實戰(zhàn)
- PHP程序設(shè)計經(jīng)典300例
- Learning Scrapy
- Node.js進階之路
- Python游戲編程項目開發(fā)實戰(zhàn)
- Java從入門到精通(第7版)
- VB語言程序設(shè)計實驗教程
- Python Machine Learning
- Arduino Computer Vision Programming
- Mastering Adobe Captivate 8
- 數(shù)據(jù)庫程序員面試筆試通關(guān)寶典
- Mastering Jenkins
- Tkinter GUI Application Development Blueprints(Second Edition)
- Arduino開發(fā)實戰(zhàn)指南:STM32篇
- 健壯的Python