• Complain

Ajdin Imsirovic - Elm for Web Development: Create scalable web applications by learning the Elm programming language

Here you can read online Ajdin Imsirovic - Elm for Web Development: Create scalable web applications by learning the Elm programming language full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ajdin Imsirovic Elm for Web Development: Create scalable web applications by learning the Elm programming language
  • Book:
    Elm for Web Development: Create scalable web applications by learning the Elm programming language
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2018
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Elm for Web Development: Create scalable web applications by learning the Elm programming language: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Elm for Web Development: Create scalable web applications by learning the Elm programming language" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Ajdin Imsirovic: author's other books


Who wrote Elm for Web Development: Create scalable web applications by learning the Elm programming language? Find out the surname, the name of the author of the book and a list of all author's works by series.

Elm for Web Development: Create scalable web applications by learning the Elm programming language — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Elm for Web Development: Create scalable web applications by learning the Elm programming language" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Elm Web Development An introductory guide to building functional web apps - photo 1
Elm Web Development
An introductory guide to building functional web apps
using Elm
Ajdin Imsirovic

BIRMINGHAM - MUMBAI Elm Web Development Copyright 2018 Packt Publishing All - photo 2

BIRMINGHAM - MUMBAI
Elm Web Development

Copyright 2018 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Commissioning Editor: Smeet Thakkar
Acquisition Editor: Siddharth Mandal
Content Development Editor: Arun Nadar
Technical Editor: Rutuja Vaze
Copy Editor: Safis Editing
Project Coordinator: Sheejal Shah
Proofreader: Safis Editing
Indexer: Aishwarya Gangawane
Graphics: Jason Monteiro
Production Coordinator: Shantanu Zagade

First published: March 2018

Production reference: 1280318

Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham
B3 2PB, UK.

ISBN 978-1-78829-905-3

>www.packtpub.com

maptio Mapt is an online digital library that gives you full access to over - photo 3
mapt.io

Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.

Why subscribe?
  • Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals

  • Improve your learning with Skill Plans built especially for you

  • Get a free eBook or video every month

  • Mapt is fully searchable

  • Copy and paste, print, and bookmark content

PacktPub.com

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at service@packtpub.com for more details.

At www.PacktPub.com , you can also read a collection of free technical articles, sign up for a range of free newsletters, and receive exclusive discounts and offers on Packt books and eBooks.

Contributors
About the author

Ajdin Imsirovic has been working with frontend technologies, as well as web and print design, for almost 2 decades. He is an accomplished video course creator and the author of Bootstrap 4 Cookbook, by Packt Publishing. In his second book, Elm Web Development, he eases in the newcomers to the Elm language in several fun projects.

I thank my wife Lejla for being supportive in writing this book. Without her help, this book would not have been possible.
About the reviewers

Jasmin Djedovic is an experienced programmer focusing mainly on C++, C#, and the Elm language. He works as a teaching assistant at the faculty of electrical engineering at the University of Tuzla. He also works as a full-stack developer in a fintech company, working on multiple desktop applications used in stock exchange trading.

I would like to thank Ajdin for inviting me to this great journey of publishing a book about Elm. Thanks to Amer Hasanovic, my mentor who shared his knowledge and encouraged me to dig into functional programming using Elm language. Last and not least, thanks to my family, friends, and colleagues for being supportive.
Packt is searching for authors like you

If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.

Preface

Elm is a wonderful functional programming language for frontend web development. There are a number of reasons why learning Elm will be a useful and enjoyable experience.

Why learn Elm?

Elm is easy to get started with. The learning curve is not too steep. Elm does not introduce an overwhelming amount of new concepts to understand and learn; actually, it is quite the opposite. Once you learn the Elm way of doing things, with the focus on some key concepts of functional programming, there is not a huge number of new topics to understand.

It can be a great way into the more advanced concepts of functional programming. It's probably among the easier ways to start thinking in terms of the functional programming paradigm.

Even though is it easy to learn, the return on investment is pretty high; imagine all the time you will save not having to do JavaScript-style debugging! In the long run, this ROI compounds. The way that Elm achieves this is by having no runtime errors. All the errors are caught at compile time (so you can forget about things like undefined is not a function on a live project). Compile time is very fast. Also, Elm has one of the friendliest and most helpful compilers around.

If you are a bit tired of JavaScript and want to look at alternatives, you will most likely love Elm. Along the same lines, if you have had trouble trying to make up your mind about whether you should learn Angular, or React, or Vue, or any other JS framework, Elm is a viable alternative.

If you are learning React, understanding the Elm architecture will help you wrap your mind around Redux. An interesting bit of trivia: Redux was inspired by the Elm architecture.

If you already have some experience with JavaScript, it will give you a new perspective on it, and actually make you a better JavaScript developer. You can even use Elm and JavaScript together! Elm interops with JavaScript so you can use both languages side by side in your projects.

Elm is declarative. Scaling your Elm apps is actually a pleasant experience. Elm has a great community and excellent documentation.

The goal of this book

This book was written with the goal of introducing a complete beginner to the Elm language with some of its basic concepts and taking those concepts and building simple web apps in Elm from the get-go.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Elm for Web Development: Create scalable web applications by learning the Elm programming language»

Look at similar books to Elm for Web Development: Create scalable web applications by learning the Elm programming language. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Elm for Web Development: Create scalable web applications by learning the Elm programming language»

Discussion, reviews of the book Elm for Web Development: Create scalable web applications by learning the Elm programming language and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.