Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.74 KB

elm-resources.md

File metadata and controls

82 lines (45 loc) · 3.74 KB

Elm Resources · Curated by X-Teamers

Table of contents:

Tutorials

  • Building Applications in Elm

    This video is a great place to get started wrapping your brain around why Elm is incredibly useful, especially if you're a JavaScript developer.

  • Elm docs

    Elm has surprisingly great docs that can get you going quite quickly if you're an independent learner. Some X-Team developers used no more than Elm's docs and the helpfulness of its compiler to learn everything they needed.

  • Developing SPAs with Elm

    This is a great tutorial to use in tandem with the Elm docs, especially if you're more of a self-learner and prefer text over videos.

  • Elm for Beginners

    This free course from KnowThen is an awesome way to actually start getting your hands dirty with Elm.

  • Elm Beyond the Basics

    As usual, you'll get to build another app while learning more Elm essentials.

  • Building a live validated signup form in Elm

    NoRedInk's developers show you how to build a live, validated signup form in Elm in this easy to follow tutorial.

  • Elm exercises

    These are 30 simple exercises to get used to the Elm syntax and core libraries.

  • Integrating Elm into an existing app

    This tutorial is currently a work in progress but is also currently free, so get on it.

  • Elm: The Pragmatic Way (Paid)

    We found this one quite helpful with developers looking for a full guided experience and in the context of an actual project.

Newsletters

  • ELM Weekly

    The wonderful world of the Elm programming language, in your inbox.

Conferences

  • Elm Conf US

    elm-conf is returning to St. Louis on September 28, 2017 for a day of learning, speaking, and connecting with the Elm language community.

  • Elm Europe 2017

    Elm Europe will be a two-day conference dedicated to Elm, taking place at the EFREI Engineering School in Villejuif on June, 8-9th 2017. The event is organized by the Elm community, for the Elm community, with the willing of sharing knowledge, news about the language, and meeting interesting people.

Podcasts

  • Elm Town

    A podcast about the people in the Elm community.

Books

  • Elm in Action

    Elm is more than just a cutting-edge programming language, it's a chance to upgrade the way you think about building web applications.

X-Team