- JavaScript Domain:Driven Design
- Philipp Fehre
- 158字
- 2021-07-16 20:48:39
Preface
Welcome to JavaScript Domain-Driven Design. For years, JavaScript has been stuck in the realm of making a website a little more interactive, but nobody would have thought about implementing whole applications in JavaScript. This has changed dramatically over the past few years, and JavaScript has evolved into this omnipresent powerhouse of a language that is present in almost every space of development.
This phenomenal growth has introduced many problems during development, which were previously unknown in the JavaScript world. Projects grow to very large codebases, many developers work simultaneously on these large codebases, and in the end, JavaScript is more often than not a vital part of the overall application. The good thing is that most of those problems have been solved before, and we, as JavaScript developers, can draw from the vast experiences gained over the years in other spaces and adapt them to work for us in JavaScript, leveraging JavaScript's unique flexibility along the way.
- Visual C++程序設(shè)計(jì)教程
- OpenShift開發(fā)指南(原書第2版)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書第3版)
- 實(shí)用防銹油配方與制備200例
- Learn WebAssembly
- Android程序設(shè)計(jì)基礎(chǔ)
- Visual Basic程序設(shè)計(jì)實(shí)踐教程
- HTML5開發(fā)精要與實(shí)例詳解
- HTML+CSS+JavaScript編程入門指南(全2冊)
- 零基礎(chǔ)學(xué)SQL(升級版)
- Java 9:Building Robust Modular Applications
- JavaScript設(shè)計(jì)模式與開發(fā)實(shí)踐
- Java程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Effective Python:編寫高質(zhì)量Python代碼的90個(gè)有效方法(原書第2版)
- 零基礎(chǔ)入門Python數(shù)據(jù)分析與機(jī)器學(xué)習(xí)