Yakov Fain – författare
381 kr
Skickas inom 5-8 vardagar
376 kr
Läs direkt efter köp
If you want to build your organization’s next web application with HTML5, this practical book will help you sort through the various frameworks, libraries, and development options that populate this stack. You’ll learn several of these approaches hands-on by writing multiple versions of a sample web app throughout the book, so you can determine the right strategy for your enterprise.
What’s the best way to reach both mobile and desktop users? How about modularization, security, and test-driven development? With lots of working code samples, this book will help web application developers and software architects navigate the growing number of HTML5 and JavaScript choices available. The book’s sample apps are available at http://savesickchild.org.
Mock up the book’s working app with HTML, JavaScript, and CSSRebuild the sample app, first with jQuery and then Ext JSWork with different build tools, code generators, and package managersBuild a modularized version of the app with RequireJSApply test-driven development with the Jasmine frameworkUse WebSocket to build an online auction for the appAdapt the app for both PCs and mobile with responsive web designCreate mobile versions with jQuery Mobile, Sencha Touch, and PhoneGap376 kr
Läs direkt efter köp
If you want to build your organization’s next web application with HTML5, this practical book will help you sort through the various frameworks, libraries, and development options that populate this stack. You’ll learn several of these approaches hands-on by writing multiple versions of a sample web app throughout the book, so you can determine the right strategy for your enterprise.
What’s the best way to reach both mobile and desktop users? How about modularization, security, and test-driven development? With lots of working code samples, this book will help web application developers and software architects navigate the growing number of HTML5 and JavaScript choices available. The book’s sample apps are available at http://savesickchild.org.
Mock up the book’s working app with HTML, JavaScript, and CSSRebuild the sample app, first with jQuery and then Ext JSWork with different build tools, code generators, and package managersBuild a modularized version of the app with RequireJSApply test-driven development with the Jasmine frameworkUse WebSocket to build an online auction for the appAdapt the app for both PCs and mobile with responsive web designCreate mobile versions with jQuery Mobile, Sencha Touch, and PhoneGap435 kr
Läs direkt efter köp
If you want to use Adobe Flex to build production-quality Rich Internet Applications for the enterprise, this groundbreaking book shows you exactly what''s required. You''ll learn efficient techniques and best practices, and compare several frameworks and tools available for RIA development -- well beyond anything you''ll find in Flex tutorials and product documentation. Through many practical examples, the authors impart their considerable experience to help you overcome challenges during your project''s life cycle.
Enterprise Development with Flex also suggests proper tools and methodologies, guidelines for determining the skill sets required for the project, and much more.
Choose among several frameworks to build Flex applications, including Cairngorm, PureMVC, Mate, and Clear ToolkitApply selected design patterns with FlexLearn how to extend the Flex framework and build your own component libraryDevelop a sample AIR application that automatically synchronizes local and remote databases to support your sales forceGet solutions for leveraging AMF protocol and synchronizing Flex client data modifications with BlazeDS-based serversDetermine the actual performance of your application and improve its efficiency361 kr
Skickas inom 7-10 vardagar
Description
This practical book covers real-world development concerns like state management, data and views, user interaction with forms, and communicating with servers, as well as testing and deploying your applications. This new edition has been fully revised to cover the latest Angular CLI along with current best practices and updates to Angular 5.
Angular Development with Typescript, Second Edition is an intermediate-level tutorial that introduces Angular and TypeScript to developers comfortable with building web applications using other frameworks and tools. You'll start by exploring what makes Angular different by building an online auction app. As you move through the chapters, you'll explore TypeScript as you learn to write type-aware classes, interfaces, generics, and more.
Key features
· Angular CLI
· TypeScript programming
· Dependency Injection
· Creating a modern-looking UI with Angular Material
· Reactive programming
Audience
Written for intermediate web developers. No prior TypeScript or AngularJS experience is required.
About the technology
Angular's declarative style makes it easy to define and add features without dozens of lines of manually written boilerplate, and the fully integrated TypeScript language gives you the benefits of a statically typed language within the JavaScript ecosystem. Plus, adding Angular and TypeScript to your resume makes you a hot commodity.
414 kr
Skickas inom 7-10 vardagar
Thanks to the authors’ easy-to-digest style, you’ll effortlessly learn about types, object-oriented programming with classes and interfaces, and using TypeScript with JavaScript libraries. You’ll discover TypeScript’s excellent tooling as you explore code-quality improvement with TSLint, debugging with source maps, unit testing, and more.
TypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors. In TypeScript Quickly, you’ll learn to build rock-solid apps through practical examples and hands-on projects under the expert instruction of experienced web developers Yakov Fain and Anton Moiseev. WILL SELL LIKE Angular Development with Typescript,
Key features
• Mastering TypeScript syntax
• Object-oriented programming with classes and interfaces
• Using TypeScript with JavaScript libraries
• Multiple real-world code samples
Audience
Written for intermediate web developers comfortable with JavaScript ES5 and HTML.
About the technology
TypeScript is an extension of JavaScript that includes key language features such as optional static typing, compile-time error catching, and auto-complete. By specifying types and type annotations, your code becomes much easier to interpret, which improves productivity and team development. In particular, TypeScript makes complex applications like SPAs much easier to maintain and extend.
Yakov Fain and Anton Moiseev are experienced web application developers. They authored two editions of Manning’s Angular Development with TypeScript among other technical books. Yakov is a Java champion and a prolific tech blogger at yakov.fain.com.
Yakov Fain and Anton Moiseev are experienced web application developers. They authored two editions of Manning’s Angular Development with TypeScript among other technical books. Yakov is a Java champion and a prolific tech blogger at yakov.fain.com.
406 kr
Läs direkt efter köp
Summary
TypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors. In TypeScript Quickly, you’ll learn to build rock-solid apps through practical examples and hands-on projects under the expert instruction of experienced web developers Yakov Fain and Anton Moiseev. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Strong typing can eliminate nearly all errors caused by unanticipated data values. With TypeScript, an enhanced version of JavaScript, you can specify types and type annotations so your code is easier to read and far less likely to fail at runtime. And because the core of TypeScript is standard JavaScript, it runs on all major browsers and can be used with frameworks like Angular, Vue, and React. About the book TypeScript Quickly teaches you to exploit the benefits of types in browser-based and standalone applications. In this practical guide, you’ll build a fascinating blockchain service app that takes you through a range of type-sensitive programming techniques. As you go, you’ll also pick up valuable techniques for object-oriented programming with classes, interfaces, and advanced features such as decorators and conditional types. What's inside Mastering TypeScript syntax Using TypeScript with JavaScript libraries Tooling with Babel and Webpack Developing TypeScript apps using Angular, React, and VueAbout the reader
For web developers comfortable with JavaScript and HTML. About the author Yakov Fain and Anton Moiseev are experienced web developers. They have authored two editions of Manning’s Angular Development with TypeScript. Table of Contents: PART 1 MASTERING THE TYPESCRIPT SYNTAX 1 ¦ Getting familiar with TypeScript 2 ¦ Basic and custom types 3 ¦ Object-oriented programming with classes and interfaces 4 ¦ Using enums and generics 5 ¦ Decorators and advanced types 6 ¦ Tooling 7 ¦ Using TypeScript and JavaScript in the same project PART 2 APPLYING TYPESCRIPT IN A BLOCKCHAIN APP 8 ¦ Developing your own blockchain app 9 ¦ Developing a browser-based blockchain node 10 ¦ Client-server communications using Node.js, TypeScript, and WebSockets 11 ¦ Developing Angular apps with TypeScript 12 ¦ Developing the blockchain client in Angular 13 ¦ Developing React.js apps with TypeScript 14 ¦ Developing a blockchain client in React.js 15 ¦ Developing Vue.js apps with TypeScript 16 ¦ Developing the blockchain client in Vue.js428 kr
Läs direkt efter köp
326 kr
Tillfälligt slut
DESCRIPTION
Angular 2 is a JavaScript-based development platform for building
dynamic, interactive web applications, SPAs, and mobile apps.
Angular applications can be built with JavaScript or TypeScript.
TypeScript offers great IDE support and the TypeScript compiler helps
coders quickly find and fix errors. TypeScript feels familiar, much like
using ES6 with the same standard and third-party libraries, idioms, and
tools. TypeScript supports classes, modules, annotations, and lazy
loading and minimizes the amount of code for supporting the
framework’s life cycle, letting developers focus on writing the
application code. Angular 2 Development with Typescript teaches the reader Angular 2,while it also teaches TypeScript and how to take advantage of its
benefits. This hands-on book begins with an overview of Angular 2
architecture and an introduction to the online auction application that
will be developed throughout the book. It teaches TypeScript and how
to write classes, interfaces, and generics, as well as how to transpile
TypeScript code into today’s JavaScript that can be deployed in all
Web browsers. More topics include data and views, user interaction
with forms, and communicating with servers. Finally, the book shows
how to test and deploy Angular 2 applications.
KEY FEATURES
• Lots of hands-on examples • Teaches the TypeScript language • Shows how to convert TypeScript into JavaScript that can bedeployed in all Web browsers
AUDIENCE
This book is for developers with a working knowledge of JavaScript.
No prior exposure to AngularJS is needed.
ABOUT THE TECHNOLOGY
Angular 2 is a newer, faster, completely-revised version of the popular
AngularJS. It’s a JavaScript-based development platform for building
dynamic, interactive web applications, SPAs, and mobile apps.