- CoffeeScript Application Development Cookbook
- Mike Hatfield
- 247字
- 2021-07-23 19:35:50
Preface
In my nearly 20 years of developing custom software solutions, nothing has had as great an impact on our industry or society as the Internet. Today, it would be difficult to imagine a world without HTML, CSS, and JavaScript. When I developed my first web-based application using JavaScript with Netscape Navigator in the mid 1990s, little did I know that we were in the early days of a software revolution.
Skip ahead nearly two decades and JavaScript has become one of the most widely supported programming languages in the world. Unfortunately, little has changed with JavaScript in this time and it is plagued with gotchas that can make developing a pure JavaScript system challenging. Enter CoffeeScript.
CoffeeScript provides us with a better approach to develop our applications that not only helps us to avoid these pitfalls, but also allows us to be more productive while still being able to take advantage of the large JavaScript ecosystem.
This book is a practical guide, filled with many step-by-step examples of using CoffeeScript for all aspects of building our software.
We will begin by looking at the fundamentals and getting our tools ready to be productive CoffeeScript developers. Next, we will use CoffeeScript to create our application layers, including the user interface, database, and backend services layer. After that, we will investigate various options to test and host our applications. Finally, we will look at ways CoffeeScript can be used by the DevOps to help automate their day-to-day tasks.
- Moodle Administration Essentials
- 編程卓越之道(卷3):軟件工程化
- Python測(cè)試開發(fā)入門與實(shí)踐
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- R大數(shù)據(jù)分析實(shí)用指南
- Swift細(xì)致入門與最佳實(shí)踐
- 從Java到Web程序設(shè)計(jì)教程
- 一塊面包板玩轉(zhuǎn)Arduino編程
- Android開發(fā)三劍客:UML、模式與測(cè)試
- 開源項(xiàng)目成功之道
- Serverless Web Applications with React and Firebase
- WordPress Search Engine Optimization(Second Edition)
- React and React Native
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)教程
- Serverless從入門到進(jìn)階:架構(gòu)、原理與實(shí)踐