* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    01 de Setembro de 2025, 11:36
  • j.s.: de regresso a casa  535reqef34
    31 de Agosto de 2025, 20:21
  • j.s.: try65hytr a todos  4tj97u<z
    31 de Agosto de 2025, 20:21
  • FELISCUNHA: ghyt74   49E09B4e bom fim de semana  4tj97u<z
    30 de Agosto de 2025, 11:48
  • henrike: try65hytr     k7y8j0
    29 de Agosto de 2025, 21:52
  • JPratas: try65hytr Pessoal 4tj97u<z 2dgh8i classic k7y8j0
    29 de Agosto de 2025, 03:57
  • cereal killa: dgtgtr pessoal  2dgh8i
    27 de Agosto de 2025, 12:28
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    24 de Agosto de 2025, 11:26
  • janstu10: reed
    24 de Agosto de 2025, 10:52
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    23 de Agosto de 2025, 12:03
  • joca34: cd Vem dançar Kuduro Summer 2025
    22 de Agosto de 2025, 23:07
  • joca34: cd Kizomba Mix 2025
    22 de Agosto de 2025, 23:06
  • JPratas: try65hytr A Todos e Boas Férias 4tj97u<z htg6454y k7y8j0
    22 de Agosto de 2025, 04:22
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    21 de Agosto de 2025, 11:15
  • cereal killa: dgtgtr e boas ferias  r4v8p 535reqef34
    18 de Agosto de 2025, 13:04
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    18 de Agosto de 2025, 11:31
  • joca34: bom dia alguem tem es cd Portugal emigrante 2025
    17 de Agosto de 2025, 05:46
  • j.s.: bom fim de semana  49E09B4F
    16 de Agosto de 2025, 20:47
  • j.s.: try65hytr a todos  4tj97u<z
    16 de Agosto de 2025, 20:47
  • Itelvo: Bom dia pessoal
    15 de Agosto de 2025, 14:02

Autor Tópico: Beginner'S Guide To Elm Programming. Build Web Apps!  (Lida 50 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 124630
  • Karma: +0/-0
Beginner'S Guide To Elm Programming. Build Web Apps!
« em: 06 de Maio de 2025, 09:45 »

Beginner'S Guide To Elm Programming. Build Web Apps!
Last updated 6/2019
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.73 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
Screenshots


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/11ab9dbbaa3b693a09911149718a307b/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part1.rar.html
https://rapidgator.net/file/d254899654cc8d27215d627106d710ee/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part2.rar.html
https://rapidgator.net/file/f3224b95877e651b6bd4c55dc65d280f/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part3.rar.html
https://rapidgator.net/file/9539ed01a7d6eaf54e5b49c5862ea711/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part4.rar.html
https://rapidgator.net/file/661d844f657ea8419c3824fcfb4be4b1/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part5.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/44CD9536B39E30A/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part1.rar
https://nitroflare.com/view/C0CC777C8244A8B/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part2.rar
https://nitroflare.com/view/A18B84E879A941F/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part3.rar
https://nitroflare.com/view/2938CE213C13D47/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part4.rar
https://nitroflare.com/view/5C258812DBE50E5/iqtcy.BeginnerS.Guide.To.Elm.Programming..Build.Web.Apps.part5.rar