Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Modern JavaScript Applications

Posted By: Grev27
Modern JavaScript Applications

Narayan Prusty, "Modern JavaScript Applications"
English | ISBN: 1785881442 | 2016 | PDF/EPUB/MOBI | 382 pages | 3 MB/4 MB/6 MB

Key Features
Explore the new features of ECMAScript 6 and how they can be incorporated to build cutting edge web applications
Learn about modern web architectures and build real-world apps on top of them
Make use of modern JavaScript tools, techniques and frameworks to enhance your web development skills
Book Description
Over the years, JavaScript has taken significant strides in the world of modern web development to enhance the development of a wide range of applications with different architectures. This book explores the advanced and new features that have arrived in JavaScript and how they can be applied to develop high-quality applications with different architectures.

The book begins by covering a single page application that builds on the innovative MVC approach using AngularJS. As we move forward, the book shows you how to develop an enterprise-level application with the microservices architecture, using Node to build web services. We then focus on network programming concepts and you'll build a real-time web application with websockets.

When you've gained a solid grip on the different architectures, we'll move on to the area where JavaScript shines, that is, UI development. You'll learn to build responsive, declarative UIs with React and Bootstrap. As we near the end of this book, you'll see how the performance of web applications can be enhanced using Functional Reactive Programming (FRP). Along the way, the book also explores how the power of JavaScript can be increased multi-fold.

After reading this book, you will have a solid knowledge of the latest JavaScript techniques, tools, and architecture to build modern web apps.

What you will learn
Learn to create single page websites
Gain expertise in responsive and dynamic website design
Enable Real-time communications between client-client and client-server/server-client
Create APIs for large-scale applications
Write complete applications using functional reactive programming