JavaScript is a type-checked language; its types are checked at runtime rather than at build time. What's the difference between that and an *actually* untyped language? What are the costs of type checking at build time or at runtime?
How to organize an Elm single page application.
Defending against Cross-Site Request Forgery attacks
In a separate folder? In the same folder as the source code they test? In the same file?
I am Richard Feldman, author of Elm in Action and instructor of the Frontend Masters Elm Workshop. Th...