Ember.js cookbook :: arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js /
Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other frameworks. Build JavaScript apps that don't break the web! Our 100 recipes will make this a cakewalk for you! This books makes learning Ember.js easy by breaking down each topic into simple-to-understand recipes Who This Book Is For Anyone who wants to explore Ember.js and wishes to get hands on making sophisticated web apps with less coding will find this book handy. Prior experience in Coding and familiarity with JavaScript is recommended. If you've heard of Ember.js or are just curious on how a single-page application framework works, then this book is for you. What You Will Learn Skip the boilerplate code with Ember CLI generators Create a component with actions and events Set up a model with Ember Data using fixture data Create several different types of test cases and run them Manage and set up user authentication using Ember Simple Auth Add animated transitions to your app with Liquid Fire Set up a service and initializer with dependency injection Create a working chat application Set up an Ember Service and initializer with dependency injection Create a working chat application In Detail Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming newcomers and is ready to help you when needed. This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. You'll start with some basic topics and by the end of the book, you'll know everything you need to know to build a fully operational Ember application. We'll begin by explaining key points on how to use the Ember.js framework and the associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your application. We'll take a close look at the Ember object model and templates by examining bindings and observers. We'll then move onto Ember components, models, and Ember Data. We'll show you examples on how to connec... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781783982219 1783982217 1783982209 9781783982202 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn945637639 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160328s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d N$T |d KSU |d COO |d DEBBG |d DEBSZ |d VT2 |d REB |d UOK |d CEF |d NLE |d UKMGB |d WYU |d AGLDB |d IGB |d RDF |d QGK |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ | ||
015 | |a GBB6G3166 |2 bnb | ||
016 | 7 | |a 018006911 |2 Uk | |
019 | |a 1259085608 | ||
020 | |a 9781783982219 |q (electronic bk.) | ||
020 | |a 1783982217 |q (electronic bk.) | ||
020 | |z 9781783982202 | ||
020 | |a 1783982209 | ||
020 | |a 9781783982202 | ||
035 | |a (OCoLC)945637639 |z (OCoLC)1259085608 | ||
037 | |a CL0500000723 |b Safari Books Online | ||
050 | 4 | |a TK5105.875.I6 | |
072 | 7 | |a COM |x 013000 |2 bisacsh | |
072 | 7 | |a COM |x 014000 |2 bisacsh | |
072 | 7 | |a COM |x 018000 |2 bisacsh | |
072 | 7 | |a COM |x 067000 |2 bisacsh | |
072 | 7 | |a COM |x 032000 |2 bisacsh | |
072 | 7 | |a COM |x 037000 |2 bisacsh | |
072 | 7 | |a COM |x 052000 |2 bisacsh | |
082 | 7 | |a 004.682 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Hanchett, Erik, |e author. | |
245 | 1 | 0 | |a Ember.js cookbook : |b arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / |c Erik Hanchett. |
246 | 3 | 0 | |a Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Quick answers to common problems | |
588 | |a Description based on online resource; title from cover page (Safari, viewed March 24, 2016). | ||
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction | |
505 | 8 | |a Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction | |
505 | 8 | |a Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships | |
505 | 8 | |a Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember | |
505 | 8 | |a IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index | |
520 | |a Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other frameworks. Build JavaScript apps that don't break the web! Our 100 recipes will make this a cakewalk for you! This books makes learning Ember.js easy by breaking down each topic into simple-to-understand recipes Who This Book Is For Anyone who wants to explore Ember.js and wishes to get hands on making sophisticated web apps with less coding will find this book handy. Prior experience in Coding and familiarity with JavaScript is recommended. If you've heard of Ember.js or are just curious on how a single-page application framework works, then this book is for you. What You Will Learn Skip the boilerplate code with Ember CLI generators Create a component with actions and events Set up a model with Ember Data using fixture data Create several different types of test cases and run them Manage and set up user authentication using Ember Simple Auth Add animated transitions to your app with Liquid Fire Set up a service and initializer with dependency injection Create a working chat application Set up an Ember Service and initializer with dependency injection Create a working chat application In Detail Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming newcomers and is ready to help you when needed. This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. You'll start with some basic topics and by the end of the book, you'll know everything you need to know to build a fully operational Ember application. We'll begin by explaining key points on how to use the Ember.js framework and the associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your application. We'll take a close look at the Ember object model and templates by examining bindings and observers. We'll then move onto Ember components, models, and Ember Data. We'll show you examples on how to connec... | ||
650 | 0 | |a Web applications. |0 http://id.loc.gov/authorities/subjects/sh2012001728 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a JavaScript (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96004880 | |
650 | 0 | |a Command languages (Computer science) |0 http://id.loc.gov/authorities/subjects/sh2005005599 | |
650 | 6 | |a Applications Web. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a JavaScript (Langage de programmation) | |
650 | 6 | |a Langages de commande (Informatique) | |
650 | 7 | |a COMPUTERS / Computer Literacy |2 bisacsh | |
650 | 7 | |a COMPUTERS / Computer Science |2 bisacsh | |
650 | 7 | |a COMPUTERS / Data Processing |2 bisacsh | |
650 | 7 | |a COMPUTERS / Hardware / General |2 bisacsh | |
650 | 7 | |a COMPUTERS / Information Technology |2 bisacsh | |
650 | 7 | |a COMPUTERS / Machine Theory |2 bisacsh | |
650 | 7 | |a COMPUTERS / Reference |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Command languages (Computer science) |2 fast | |
650 | 7 | |a JavaScript (Computer program language) |2 fast | |
650 | 7 | |a Web applications |2 fast | |
776 | |z 1-78398-220-9 | ||
830 | 0 | |a Quick answers to common problems. |0 http://id.loc.gov/authorities/names/no2015091434 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193717 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1193717 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn945637639 |
---|---|
_version_ | 1816882343851327488 |
adam_text | |
any_adam_object | |
author | Hanchett, Erik |
author_facet | Hanchett, Erik |
author_role | aut |
author_sort | Hanchett, Erik |
author_variant | e h eh |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.875.I6 |
callnumber-search | TK5105.875.I6 |
callnumber-sort | TK 45105.875 I6 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index |
ctrlnum | (OCoLC)945637639 |
dewey-full | 004.682 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.682 |
dewey-search | 004.682 |
dewey-sort | 14.682 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08695cam a2200853 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn945637639</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160328s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">KSU</subfield><subfield code="d">COO</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">VT2</subfield><subfield code="d">REB</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">RDF</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G3166</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006911</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1259085608</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783982219</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783982217</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783982202</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783982209</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783982202</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)945637639</subfield><subfield code="z">(OCoLC)1259085608</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000723</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.875.I6</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">013000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">014000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">067000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">032000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">037000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">052000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.682</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Hanchett, Erik,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Ember.js cookbook :</subfield><subfield code="b">arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js /</subfield><subfield code="c">Erik Hanchett.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover page (Safari, viewed March 24, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other frameworks. Build JavaScript apps that don't break the web! Our 100 recipes will make this a cakewalk for you! This books makes learning Ember.js easy by breaking down each topic into simple-to-understand recipes Who This Book Is For Anyone who wants to explore Ember.js and wishes to get hands on making sophisticated web apps with less coding will find this book handy. Prior experience in Coding and familiarity with JavaScript is recommended. If you've heard of Ember.js or are just curious on how a single-page application framework works, then this book is for you. What You Will Learn Skip the boilerplate code with Ember CLI generators Create a component with actions and events Set up a model with Ember Data using fixture data Create several different types of test cases and run them Manage and set up user authentication using Ember Simple Auth Add animated transitions to your app with Liquid Fire Set up a service and initializer with dependency injection Create a working chat application Set up an Ember Service and initializer with dependency injection Create a working chat application In Detail Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming newcomers and is ready to help you when needed. This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. You'll start with some basic topics and by the end of the book, you'll know everything you need to know to build a fully operational Ember application. We'll begin by explaining key points on how to use the Ember.js framework and the associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your application. We'll take a close look at the Ember object model and templates by examining bindings and observers. We'll then move onto Ember components, models, and Ember Data. We'll show you examples on how to connec...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web applications.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2012001728</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96004880</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Command languages (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2005005599</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications Web.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">JavaScript (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Langages de commande (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Computer Literacy</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Computer Science</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Data Processing</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Hardware / General</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Information Technology</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Machine Theory</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Reference</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Command languages (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web applications</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78398-220-9</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015091434</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193717</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1193717</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn945637639 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:07Z |
institution | BVB |
isbn | 9781783982219 1783982217 1783982209 9781783982202 |
language | English |
oclc_num | 945637639 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Hanchett, Erik, author. Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / Erik Hanchett. Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Quick answers to common problems Description based on online resource; title from cover page (Safari, viewed March 24, 2016). Includes index. Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js About This Book This book is your one-stop solution to the key features of Ember.js. Become skilled in the art of building web-apps in a fraction of the code you'd write in other frameworks. Build JavaScript apps that don't break the web! Our 100 recipes will make this a cakewalk for you! This books makes learning Ember.js easy by breaking down each topic into simple-to-understand recipes Who This Book Is For Anyone who wants to explore Ember.js and wishes to get hands on making sophisticated web apps with less coding will find this book handy. Prior experience in Coding and familiarity with JavaScript is recommended. If you've heard of Ember.js or are just curious on how a single-page application framework works, then this book is for you. What You Will Learn Skip the boilerplate code with Ember CLI generators Create a component with actions and events Set up a model with Ember Data using fixture data Create several different types of test cases and run them Manage and set up user authentication using Ember Simple Auth Add animated transitions to your app with Liquid Fire Set up a service and initializer with dependency injection Create a working chat application Set up an Ember Service and initializer with dependency injection Create a working chat application In Detail Ember.js is an open source JavaScript framework that will make you more productive. It uses common idioms and practices, making it simple to create amazing single-page applications. It also lets you create code in a modular way using the latest JavaScript features. Not only that, it has a great set of APIs to get any task done. The Ember.js community is welcoming newcomers and is ready to help you when needed. This book provides in-depth explanations on how to use the Ember.js framework to take you from beginner to expert. You'll start with some basic topics and by the end of the book, you'll know everything you need to know to build a fully operational Ember application. We'll begin by explaining key points on how to use the Ember.js framework and the associated tools. You'll learn how to effectively use Ember CLI and how to create and deploy your application. We'll take a close look at the Ember object model and templates by examining bindings and observers. We'll then move onto Ember components, models, and Ember Data. We'll show you examples on how to connec... Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Command languages (Computer science) http://id.loc.gov/authorities/subjects/sh2005005599 Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) Langages de commande (Informatique) COMPUTERS / Computer Literacy bisacsh COMPUTERS / Computer Science bisacsh COMPUTERS / Data Processing bisacsh COMPUTERS / Hardware / General bisacsh COMPUTERS / Information Technology bisacsh COMPUTERS / Machine Theory bisacsh COMPUTERS / Reference bisacsh Application software Development fast Command languages (Computer science) fast JavaScript (Computer program language) fast Web applications fast 1-78398-220-9 Quick answers to common problems. http://id.loc.gov/authorities/names/no2015091434 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193717 Volltext |
spellingShingle | Hanchett, Erik Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / Quick answers to common problems. Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Ember CLI Basics; Introduction; Installing Ember CLI; Creating your first project; Exploring pods and the folder layout; Asset compilation; Dependency management; Upgrading your project; Deployment; Chapter 2: The Ember.Object Model; Introduction; Working with classes and instances; Working with computed properties; Working with Ember observers in Ember.js; Working with bindings; Using mixins; Using enumerables with arrays; Chapter 3: Ember Templates; Introduction Defining an application templateWorking with conditionals in templates; Displaying a list of items; Binding with element attributes and classes; Working with HTML links inside templates; Handling HTML actions; Using template input helpers; Using development helpers; Chapter 4: Ember Router; Introduction; Defining an application route; Setting up a route model; Handling dynamic segments inside routes; Defining routes with templates; Using redirection with routes; Working with asynchronous routing; Loading and error handling; Using query parameters; Chapter 5: Ember Controllers; Introduction Storing application propertiesHandling actions in controllers; Working with transitions; Managing dependencies between controllers; Chapter 6: Ember Components; Introduction; Using components in an application; Using events in components; Implementing actions in components; Passing properties to a component; Using yield with components; Chapter 7: Ember Models and Ember Data; Introduction; Understanding the functionalities of Ember Data; Creating, reading, updating, and deleting records with Ember Data; Using fixtures; Customizing the adapter and serializer; Working with relationships Chapter 8: Logging, Debugging, and TestingIntroduction; Using Ember.Logger; Using Ember Inspector; Verifying deprecations and using advanced features of Ember Inspector; Using acceptance testing; Using unit tests; Testing components; Testing routes; Testing models; Testing controllers; Chapter 9: Real-Life Tasks with Ember.js; Introduction; Using services with a component; Managing basic authentication; Using OAuth2 with Ember Simple Auth; Using Liquid Fire to create transitions; Working with HTML5 drag and drop; Learning Bootstrap with Ember.js; Chapter 10: Awesome Tasks with Ember IntroductionUsing Ember validations; Using D3.js with Ember.js; Using Ember with Sockets; Using Ember with Firebase; Using server side rendering; Chapter 11: Real-Time Web Applications; Introduction; Using dependency injection; Working with application initializers; Building a chat application; Creating and working with add-ons; Learning the Ember run loop; Index Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Command languages (Computer science) http://id.loc.gov/authorities/subjects/sh2005005599 Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) Langages de commande (Informatique) COMPUTERS / Computer Literacy bisacsh COMPUTERS / Computer Science bisacsh COMPUTERS / Data Processing bisacsh COMPUTERS / Hardware / General bisacsh COMPUTERS / Information Technology bisacsh COMPUTERS / Machine Theory bisacsh COMPUTERS / Reference bisacsh Application software Development fast Command languages (Computer science) fast JavaScript (Computer program language) fast Web applications fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2012001728 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh96004880 http://id.loc.gov/authorities/subjects/sh2005005599 |
title | Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / |
title_alt | Arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js |
title_auth | Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / |
title_exact_search | Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / |
title_full | Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / Erik Hanchett. |
title_fullStr | Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / Erik Hanchett. |
title_full_unstemmed | Ember.js cookbook : arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / Erik Hanchett. |
title_short | Ember.js cookbook : |
title_sort | ember js cookbook arm yourself with over 65 hands on recipes to master the skills of building scalable web applications with ember js |
title_sub | arm yourself with over 65 hands-on recipes to master the skills of building scalable web applications with Ember.js / |
topic | Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Command languages (Computer science) http://id.loc.gov/authorities/subjects/sh2005005599 Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) Langages de commande (Informatique) COMPUTERS / Computer Literacy bisacsh COMPUTERS / Computer Science bisacsh COMPUTERS / Data Processing bisacsh COMPUTERS / Hardware / General bisacsh COMPUTERS / Information Technology bisacsh COMPUTERS / Machine Theory bisacsh COMPUTERS / Reference bisacsh Application software Development fast Command languages (Computer science) fast JavaScript (Computer program language) fast Web applications fast |
topic_facet | Web applications. Application software Development. JavaScript (Computer program language) Command languages (Computer science) Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) Langages de commande (Informatique) COMPUTERS / Computer Literacy COMPUTERS / Computer Science COMPUTERS / Data Processing COMPUTERS / Hardware / General COMPUTERS / Information Technology COMPUTERS / Machine Theory COMPUTERS / Reference Application software Development Web applications |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193717 |
work_keys_str_mv | AT hanchetterik emberjscookbookarmyourselfwithover65handsonrecipestomastertheskillsofbuildingscalablewebapplicationswithemberjs AT hanchetterik armyourselfwithover65handsonrecipestomastertheskillsofbuildingscalablewebapplicationswithemberjs |