Junior Beamster Learning to Program with Elixir and Friends Torben - - PowerPoint PPT Presentation

junior beamster
SMART_READER_LITE
LIVE PREVIEW

Junior Beamster Learning to Program with Elixir and Friends Torben - - PowerPoint PPT Presentation

Junior Beamster Learning to Program with Elixir and Friends Torben Hoffmann CTO @ Erlang Solutions torben.hoffmann@erlang-solutions.com @LeHoff Programming is fun is challenging teaches new ways of problem solving Approach choose


slide-1
SLIDE 1

Junior Beamster

Learning to Program with Elixir and Friends

Torben Hoffmann CTO @ Erlang Solutions torben.hoffmann@erlang-solutions.com @LeHoff

slide-2
SLIDE 2

Programming

is fun is challenging teaches new ways of problem solving
slide-3
SLIDE 3

Approach

discover choose act

slide-4
SLIDE 4

Building Knowledge

source: http://www.mymodernmet.com/profiles/blogs/ronnie-yip-toronto-rooftopping-photography

slide-5
SLIDE 5

Team play

All questions are relevant Give me feedback! Help each other Use our Google group: https://groups.google.com/forum/#!

forum/junior-beamster-usserod/

slide-6
SLIDE 6

Goals

Teach you how to program Make you ambassadors for our coder club Release a multi-player game for mobile Have fun!
slide-7
SLIDE 7

Format

Weekly 1 hour ~15 min intro ~45 min exercises

Mostly related to games

slide-8
SLIDE 8

Supporting Material

http://chimera.labs.oreilly.com/books/

1234000001642/index.html

slide-9
SLIDE 9

Games

The output is more fun! Start with board games Implementing known rules teaches a lot Create GUI when we know Elixir well Elm is easy to learn at that point
slide-10
SLIDE 10

Environment Setup

Elixir compiler (and Erlang) Text editor: Atom
slide-11
SLIDE 11

Creating Programs

.ex

Compiler

.beam

slide-12
SLIDE 12

Today’s Exercises

Environment setup Send mail to Torben torben.lehoff@gmail.com Go through Chapter 1 in “Introducing Elixir”