Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knowthen/elm
Source companion for the Elmlang course at
https://github.com/knowthen/elm
Last synced: 15 days ago
JSON representation
Source companion for the Elmlang course at
- Host: GitHub
- URL: https://github.com/knowthen/elm
- Owner: knowthen
- Created: 2016-06-24T20:12:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T22:21:19.000Z (almost 5 years ago)
- Last Synced: 2024-06-01T14:33:42.374Z (6 months ago)
- Language: Elm
- Homepage: http://courses.knowthen.com/courses/elm-for-beginners
- Size: 36.1 KB
- Stars: 378
- Watchers: 22
- Forks: 118
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm For Beginners
This repo is the source companion to the following course on Learning Elmlang:
http://courses.knowthen.com/courses/elm-for-beginnersThis course teaches beginners how to write frontend web apps using the awesome functional programming language: [Elmlang](http://elm-lang.org/)
## Updated for Elm 0.18
#### Why you should take this course?
Elm is an amazing language that offers many benefits like:
* Zero Runtime Exceptions
* Simplified Debugging
* Easy Refactoring
* An Amazingly helpful type system
* Improved Productivity
* Inherently Testable Code
* Enforced Semantic Versioning
* and much more...#### Why this course?
Do you ever feel overwhelmed with new technologies? I think most of us do, there is so much change constantly happening and the pace of change seems to be increasing.
What can you do to manage the learning challenges facing software developers?
#### Lean learning
I don't want to waste your time, so you'll learn just what you need to know as quickly as possible. You'll start this course with the end in mind. What do I mean by that? We're going to be building a web application, and you'll learn just what you need to build the app.