Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 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 1

Beginner'S Guide To Elm Programming. Build Web Apps!

Posted By: ELK1nG
Beginner'S Guide To Elm Programming. Build Web Apps!

Beginner'S Guide To Elm Programming. Build Web Apps!
Last updated 6/2019
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.29 GB | Duration: 5h 3m

A Beginner's Guide to Elm Programming for Aspiring Web App Developers & Entrepreneurs. Build Web Apps from Scratch.

What you'll learn
Understand the basics of the Elm language
Grasp some key concepts of functional programming
Use Elm's build tools to debug and compile Elm code
Build simple websites and apps using the Elm language
Requirements
Basic understanding of HTML, CSS, and JavaScript
Basic command line knowledge to make use of Elm's command line tools
Modern web browser
Text editor (e.g. Sublime Text, Atom, Brackets, VSCode)
Description
"This is a great course if you start with ELM. Good tips, about setting up environment. Very simple explanation of a problems you can come across in ELM. I love examples, not just one application but multiple use cases, also thanks for now showing us to do list or counter (because in real life that is what we build ;) all day long)." - Maciej P."It's a really great progression through concepts. It feels like you're working through the required thought processes to build up functionality from scratch. I have no doubt that I can follow the same reasoning for new projects and have little trouble making everything work. Also does a great job of showing off the most powerful and useful features of Elm early on, to encourage progression." ⭐ ⭐ ⭐ ⭐ ⭐–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––-Do you want to learn to make web apps? Enroll in Mammoth Interactive's Beginner's Guide to Elm Programming. Build Web Apps! In this course, web developer Chris Veillette will teach you how to code in the Elm language to build real websites and apps.What is Elm?

  Elm is a programming language that you can use to build web apps. Elm is user-friendly, which makes it a great place to learn to build web apps. Elm is a functional language that compiles to JavaScript. It is a separate language from JavaScript, which means you must learn the syntax and language rules of Elm.

  What are the advantages of Elm?

  Elm allows you to write well-architectured code that is easy to read.

  Elm makes front-end development simpler.

  Elm provides light operations, which means it involves less fatigue than JavaScript. With JavaScript-heavy apps, a lot of tooling and frameworks can be required to make a simple app. Elm provides a lighter operation by being self-contained.

  Elm comes with creative built-in tools, meaning you don't have to download other packages

  Elm is easy to understand and use once you learn the language

  There is a supportive community with an active creator (Evan Czaplicki)

  Elm has no runtime exceptions, which can occur in JavaScript. Instead Elm gives you warning messages. 

  Elm's warning messages are in a readable language

  Elm's built-in package manager protects code from minor errors

  And more!

You can learn to build websites and apps in Elm. Get started with this up-and-coming programming language.  The course can be summed up as lots of walkthroughs.This course is full of practical examples. We teach you theory while also building real projects that you can put in your web development portfolio."Very good introductory course on Elm-lang and functional programming.""This course does a great job of presenting the material in small easy to process chunks and the author does a great job explaining everything in a easy to understand way."Enroll today to join the Mammoth community

Overview

Section 1: Chapter 1: Introduction and Installation

Lecture 1 Preface

Lecture 2 Installing Elm

Lecture 3 Need Help Installing?

Lecture 4 Elm format in PATH

Section 2: Chapter 2: Functions

Lecture 5 Intro to Reply and Type

Lecture 6 Boolean Lists Functions

Lecture 7 Writing Functions in Elm

Lecture 8 Partially Applying Functions

Lecture 9 Invoking a Function within Another

Lecture 10 Pipe Operator

Lecture 11 If Expressions

Lecture 12 Tuples

Lecture 13 Records

Lecture 14 Types of Records

Lecture 15 Pattern Matching

Section 3: Chapter 3: Attributes

Lecture 16 Writing and Compiling Elm Files

Lecture 17 Elm File Example (Intermediate)

Lecture 18 Adding Class Attributes

Lecture 19 Reactor Intro

Lecture 20 Adding Complexity to the Example

Section 4: Chapter 4: Architecture

Lecture 21 Introduction to Elm Architecture

Lecture 22 Increasing and Decreasing Size

Lecture 23 Removing EXCL Marks

Section 5: Chapter 5: User Inputs

Lecture 24 User Inputs Example

Lecture 25 Rendering Input Styles

Lecture 26 Optimizing Project Code

Section 6: Chapter 6: Guessing Games

Lecture 27 Creating a Word Guessing Game

Lecture 28 Creating Hint Button

Lecture 29 Improving Functionality

Lecture 30 Changing States

Lecture 31 Improving Appearance

Lecture 32 Refactoring Code

Lecture 33 Creating a Word List

Lecture 34 Checking Multiple Words

Section 7: Chapter 7: Subscriptions

Lecture 35 Example of the HTML Program Feature in Elm

Lecture 36 Keyboard Events

Section 8: Chapter 8: Commands

Lecture 37 Building a Coin Flip Web App

Lecture 38 Improving App Appearance

Section 9: Chapter 9: Web Sockets

Lecture 39 Building a Chat App

Lecture 40 Sending Input Text to Multiple Web Tabs

Lecture 41 Ideas for App Expansion

Section 10: Chapter 10: Conclusion

Lecture 42 Final Thoughts

Section 11: Resources

Lecture 43 Source Code

Section 12: Bonus Lecture: LIVE NOW! Early-bird Kickstarter course

Lecture 44 Bonus Lecture: LIVE NOW! Early-bird Kickstarter course

Developers who want to learn about functional programming and Elm