Full Stack JavaScript Development with MEAN by Colin Ihrig, Adam Bretz

By Colin Ihrig, Adam Bretz

With smooth instruments, it really is attainable to create production-grade functions utilizing purely JavaScript, HTML, and CSS. the combo of MongoDB, convey, AngularJS, and Node.js, all JavaScript applied sciences, has turn into so renowned that it’s been dubbed the suggest stack. This publication will discover the suggest stack in detail.

We’ll commence by means of protecting Node.js, because it lays the basis for all our server-side paintings. you'll the way to get Node working in your neighborhood computing device, in addition to obtain modules utilizing npm, Node’s package deal supervisor. the main features of the Node.js programming version can also be covered.

From there, we’ll circulate directly to MongoDB, a NoSQL database. You’ll the best way to engage with Mongo from a Node software, and the way to create, retrieve, replace, and delete info from a Mongo store.

After you will have a great grab on Node and Mongo, the booklet will circulation directly to the specific internet server. We’ll deal with the fundamentals of exhibit purposes through issues resembling routes and middleware. development on prior chapters, we'll hide the mixing of Node, Mongo, and Express.

Our assurance of the suggest stack will wrap up with numerous chapters on AngularJS. those chapters will aspect Angular basics similar to information binding, directives, controllers, routing, and prone. Wrapping up the publication might be chapters on debugging and checking out suggest applications.

Full-stack JavaScript isn't really absolutely encompassed via the suggest stack. there's a whole atmosphere of JavaScript instruments to profit approximately, and this publication will introduce some of them. we'll current activity runners Gulp and Grunt, that are tremendous valuable for automating mundane, repetitive initiatives. We’ll additionally examine JSHint, a linting software used to enhance code caliber. alongside the way in which, we’ll even be constructing an instance human assets software from scratch utilizing the suggest stack.

Show description

Read or Download Full Stack JavaScript Development with MEAN PDF

Similar javascript books

Beginning Backbone.js

Starting spine. js is your step by step consultant to studying and utilizing the spine. js library on your net tasks. spine. js is without doubt one of the most well liked JavaScript libraries between net builders, used to create modular, single-page net apps. This publication takes you from downloading spine. js and its dependencies the entire strategy to utilizing extra complicated libraries to constitution your software structure, and every thing in among.

Javascript 1.1 Developer's Guide

A certified developer's reference for reinforcing commercial-grade websites explains the right way to use JavaScript to hyperlink applets, multimedia courses, plugins, and extra. unique. (Advanced).

Beginning JSP, JSF and Tomcat: Java Web Development

Commence development Java–based net functions now, no matter if you’re a whole newcomer to Java. complete and example–driven, starting JSP, JSF, and Tomcat: Java internet improvement, moment version is all you must advance dynamic Java-based net functions utilizing JSP, connect with databases with JSF, and positioned them into motion utilizing the world’s most well-liked open resource Java net server, Apache Tomcat.

Clojure for Java Developers

Key FeaturesWrite apps for the multithreaded global with Clojure's style of practical programmingDiscover Clojure's positive aspects and merits and use them on your latest projectsThe e-book is designed in order that you may be capable positioned to exploit your latest abilities and software program wisdom to develop into a more desirable Clojure developerBook DescriptionWe have reached some degree the place machines aren't getting a lot quicker, software program tasks must be brought speedy, and prime quality in software program is extra hard as ever.

Additional resources for Full Stack JavaScript Development with MEAN

Example text

Im Hintergrund werden die Elemente, die vor dem Anwenden einer jQuery-Methode ausgewählt sind, immer zurückgegeben, so dass die Kette fortgesetzt werden kann. Wie Sie in zukünftigen Rezepten sehen werden, sind auch Plugins so aufgebaut (es werden umhüllte Elemente zurückgegeben), so dass auch die Anwendung eines Plugins die Kette nicht unterbricht. Es ist nicht direkt offensichtlich, aber abhängig vom Code kann durch das Verketten auch der Aufwand reduziert werden, der durch ein mehrfaches Selektieren von DOM-Elementen entsteht.

Lösung jQuery stellt die Methode ready() bereit. Dabei handelt es sich um einen eigenen Eventhandler, der normalerweise an das document-Objekt des DOM gebunden ist. Der Methode ready() wird ein einzelner Parameter mitgegeben – eine Funktion, die den JavaScript-Code enthält, welcher ein Mal ausgeführt werden soll, wenn das DOM bereit ist. onload. Sie kann so oft genutzt werden wie Sie wollen. 3 Ausführen von jQuery/JavaScript-Code nach Laden des DOM | 11 Ihrer Webseite erst nach dem Einbinden von Stylesheet-Deklarationen und Includes zu verwenden.

Es ist nämlich viel logischer und pragmatischer, einen CSS-Selektor-Ausdruck zu nutzen, um alle kursiven, abhängigen Elemente in den drei

-Elementen zu finden. find() kann genutzt werden, um ein neues Set mit Elementen zu erzeugen, das auf dem Kontext des aktuellen Sets und deren Kind-Elementen basiert. find() verwechselt. filter() nur mit den eigentlichen Elementen des Sets arbeitet.

Download PDF sample

Rated 4.45 of 5 – based on 41 votes