forked from software-tools-books/js4ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
finale.tex
40 lines (35 loc) · 1.84 KB
/
finale.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\chapter{Finale}\label{s:finale}
We have come a long way since \texttt{console.log('hello,\ world')} in \chapref{s:basics}.
Callbacks and promises,
JSON and web servers,
packaging, unit tests, and visualization:
every modern language can do them,
but JavaScript is an increasingly popular choice.
Yes,
it has its flaws,
but if we avoid some of the legacy features in \appref{s:legacy}
it's both usable and powerful.
Our journey doesn't stop here, though.
The appendices explore some next steps,
such as logging what our server does (\appref{s:logging})
and using a relational database (\appref{s:db}) instead of a text file
as a data store.
Beyond that,
you could look at more advanced techniques in JavaScript \cite{Have2018},
explore the full power of the \href{https://d3js.org/}{D3} library for interactive visualization \cite{Meek2017},
dive into data wrangling \cite{Davi2018},
or start over completely the way JavaScript programmers do every eight months
and rewrite everything with \href{https://developer.mozilla.org/en-US/docs/Web/Web_Components}{Web Components}.
Whatever you do,
we hope that this tutorial has helped you get started.
Contributions of all kinds are welcome,
from errata and minor improvements to entirely new sections and chapters.
Please \href{mailto:[email protected]}{email us},
\href{https://github.com/software-tools-in-javascript/js4ds/issues}{file an issue} in \href{https://github.com/software-tools-in-javascript/js4ds/}{our GitHub repository},
or \href{https://github.com/software-tools-in-javascript/js4ds/pulls}{submit a pull request}.
Everyone whose work is incorporated will be acknowledged.
Please see \href{/en/contributing/}{the contributors's guide} for more information,
and please note that all contributors are required to abide by
our \href{/en/conduct/}{Code of Conduct}.
\section*{Key Points}
\input{keypoints/finale}