Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Pro angular 9, Freeman, Adam


Варианты приобретения
Цена: 46570.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Freeman, Adam
Название:  Pro angular 9
ISBN: 9781484259979
Издательство: Springer
Классификация:

ISBN-10: 1484259971
Обложка/Формат: Paperback
Страницы: 784
Вес: 1.49 кг.
Дата издания: 12.06.2020
Язык: English
Издание: 4th ed.
Иллюстрации: 209 illustrations, color; 14 illustrations, black and white; xxv, 784 p. 223 illus., 209 illus. in color.
Размер: 177 x 253 x 49
Читательская аудитория: Professional & vocational
Подзаголовок: Build powerful and dynamic web apps
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Intermediate

Progressive web apps with angular

Автор: Hajian, Majid
Название: Progressive web apps with angular
ISBN: 1484244478 ISBN-13(EAN): 9781484244470
Издательство: Springer
Рейтинг:
Цена: 69870.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Harness the power of Angular to build fast, high performance progressive web apps that work offline. Learn exactly how to create an Angular Progressive Web App (PWA) from scratch, how you can use different tools to audit and improve it, and leverage Angular CLI or Workbox to turn your app into a PWA.Using browser APIs – including the Credential Management, Payment Request, Geolocation, Web Bluetooth, WebUSB and Generic Sensors APIs – you can unleash the potential of PWAs and build applications that enhance user experience. Angular’s game-changing built-in features, including the Angular service worker module, can be leveraged to construct responsive and reliable PWAs that can look and feel just like native mobile apps. You'll learn how to boost your app speed, how to increase user engagement using push notifications, and how to implement offline storage and different caching APIs in Angular. You'll even see how to convert an existing Angular app into a PWA. Whether you’re new to building PWAs, or want to learn how to use Angular to improve your app development, Progressive Web Apps with Angular provides the know-how to build and deploy an Angular PWA.
What Readers Will Learn
Build an Angular app that looks and feels just like a native mobile appAudit and improve an Angular PWA with different toolsIncrease user engagement by using push notificationsOffline storage and different caching APIs in AngularImplement modern technologies into an Angular PWA
Who This Book Is For
Developers with basic knowledge of HTML, JavaScript and Angular

Angular for Enterprise-Ready Web Applications - Second Edition

Автор: Uluca Doguhan
Название: Angular for Enterprise-Ready Web Applications - Second Edition
ISBN: 1838648801 ISBN-13(EAN): 9781838648800
Издательство: Неизвестно
Рейтинг:
Цена: 116470.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This completely revised and updated second edition of the bestselling Angular for Enterprise-Ready Web Applications includes more in-depth and comprehensive coverage of the evergreen Angular platform, with new examples, new projects, and a new overview of tools that have been added to Angular since the publication of the previous edition.

Pro Angular 6

Название: Pro Angular 6
ISBN: 1484236483 ISBN-13(EAN): 9781484236482
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Невозможна поставка.
Описание:

Best-selling author Adam Freeman shows you how to use Angular in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need. Chapters include common problems and how to avoid them. Additionally, this book now has accompanying online files for Angular 7; all examples in the book work without changes in Angular 7.

Get the most from Angular, the leading framework for building dynamic JavaScript applications. Understand the MVC pattern and the benefits it can offer.

What You'll Learn
  • Gain a solid architectural understanding of the MVC Pattern
  • Create rich and dynamic web app clients using Angular
  • Use the ng tools to create and build an Angular project
  • Extend and customize Angular
  • Test your Angular projects
What's New in This Edition
  • Revised for the features and changes in Angular 6 and 7
  • Covers @angular/cli, ng command line tools, and WebPack
  • Includes HttpClient for simplified asynchronous HTTP requests
  • Presents updates to pipes and localized text display
Who This Book Is For

Web developers with a foundation knowledge of HTML and JavaScript who want to create rich client-side applications

ASP.NET Core 2 and Angular 5

Автор: de Sanctis Valerio
Название: ASP.NET Core 2 and Angular 5
ISBN: 1788293606 ISBN-13(EAN): 9781788293600
Издательство: Неизвестно
Цена: 60070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Develop a simple, yet fully-functional modern web application using ASP.NET Core MVC, Entity Framework and Angular 5.

Key Features

  • Based on the best-selling book ASP.NET Core and Angular 2
  • Easily build a complete single page application with two of the most impressive frameworks in modern development, ASP.NET Core and Angular
  • Bring together the capabilities and features of both Angular 5 and ASP.NET Core 2 for full stack development
  • Discover a comprehensive approach to building your next web project-From managing data, to application design, through to SEO optimization and security

Book Description

Become fluent in both frontend and backend web development by combining the impressive capabilities of ASP.NET Core 2 and Angular 5 from project setup right through the deployment phase.

Full-stack web development means being able to work on both the frontend and backend portions of an application. The frontend is the part that users will see or interact with, while the backend is the underlying engine, that handles the logical flow: server configuration, data storage and retrieval, database interactions, user authentication, and more.

Use the ASP.NET Core MVC framework to implement the backend with API calls and server-side routing. Learn how to put the frontend together using top-notch Angular 5 features such as two-way binding, Observables, and Dependency Injection, build the Data Model with Entity Framework Core, style the frontend with CSS/LESS for a responsive and mobile-friendly UI, handle user input with Forms and Validators, explore different authentication techniques, including the support for third-party OAuth2 providers such as Facebook, and deploy the application using Windows Server, SQL Server, and the IIS/Kestrel reverse proxy.

What you will learn

  • Use ASP.NET Core to its full extent to create a versatile backend layer based on RESTful APIs
  • Consume backend APIs with the brand new Angular 5 HttpClient and use RxJS Observers to feed the frontend UI asynchronously
  • Implement an authentication and authorization layer using ASP.NET Identity to support user login with integrated and third-party OAuth 2 providers
  • Configure a web application in order to accept user-defined data and persist it into the database using server-side APIs
  • Secure your application against threats and vulnerabilities in a time efficient way
  • Connect different aspects of the ASP. NET Core framework ecosystem and make them interact with each other for a Full-Stack web development experience

Who this book is for

This book is for seasoned ASP.NET developers who already know about ASP.NET Core and Angular in general, but want to know more about them and/or understand how to blend them together to craft a production-ready SPA.


Building Web Apps with Spring 5 and Angular

Автор: Shukla Ajitesh
Название: Building Web Apps with Spring 5 and Angular
ISBN: 1787284662 ISBN-13(EAN): 9781787284661
Издательство: Неизвестно
Цена: 67430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Angular 4 Projects

Автор: Mark Clow
Название: Angular 4 Projects
ISBN: 148423278X ISBN-13(EAN): 9781484232781
Издательство: Springer
Рейтинг:
Цена: 34470.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Learn to build single page web apps using Angular 4 and TypeScript by working through 70+ mini-projects. With hundreds of code examples you gain a thorough understanding of the Angular 4 ecosystem and how to work within it.

You begin by understanding the benefits of Angular 4 vs older versions, and how this benefits your applications. You then move onto mini-projects that teach you JavaScript, TypeScript, how to use editors, Node, CLI, components, modules, directives, Webpack, dependency injection, widgets, routes and navigation, observers, reactive programming, and RxJS.

Complete with a consistently-updated online code repository, this book is a great way to get started with Angular 4.

WHAT READERS WILL LEARN

  • How to develop single page web applications using Angular 4
  • An understanding of the web development ecosystem
  • How to use Node, JavaScript and TypeScript

AUDIENCE

New or experienced developers who wish to develop single page web applications in Angular and the TypeScript language.


Angular Design Patterns

Автор: Nayrolles Mathieu
Название: Angular Design Patterns
ISBN: 1786461722 ISBN-13(EAN): 9781786461728
Издательство: Неизвестно
Цена: 40450.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will provide clear guidance on how to work through the most valuable design patterns effectively in Angular. You will explore some of the best ways to work with Angular to meet the performance required in the web development world. You will also learn the best practices to improve your productivity and the code base of your application.

Architecting Angular Applications with Redux, Rxjs and Ngrx

Автор: Noring Christoffer
Название: Architecting Angular Applications with Redux, Rxjs and Ngrx
ISBN: 1787122409 ISBN-13(EAN): 9781787122406
Издательство: Неизвестно
Цена: 60070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Managing the state of large-scale web applications is a highly challenging task with the need to align different components, backends, and web workers harmoniously. When it comes to Angular, you can use NgRx, which combines the simplicity of Redux with the reactive programming power of RxJS to build your application architecture, making your ...

Angular: Up and Running

Автор: Seshadri Shyam
Название: Angular: Up and Running
ISBN: 1491999837 ISBN-13(EAN): 9781491999837
Издательство: Wiley
Рейтинг:
Цена: 47510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book will demystify Angular as a framework, as well as provide clear instructions and examples on how to get started with writing scalable Angular applications.

Learning Angular for .Net Developers

Автор: Gunasundaram Rajesh
Название: Learning Angular for .Net Developers
ISBN: 178588428X ISBN-13(EAN): 9781785884283
Издательство: Неизвестно
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Build efficient web apps and deliver great results by integrating Angular 4 and the .NET framework

Key Features

  • Become a more productive developer and learn to use frameworks that implement good development practices
  • Achieve advanced autocompletion, navigation, and refactoring in Angular using Typescript
  • Follow a gradual introduction to the concepts with a lot of examples and explore the evolution of a production-ready application

Book Description

Are you are looking for a better, more efficient, and more powerful way of building front-end web applications? Well, look no further, you have come to the right place

This book comprehensively integrates Angular version 4 into your tool belt, then runs you through all the new options you now have on hand for your web apps without bogging you down. The frameworks, tools, and libraries mentioned here will make your work productive and minimize the friction usually associated with building server-side web applications.

Starting off with building blocks of Angular version 4, we gradually move into integrating TypeScript and ES6. You will get confident in building single page applications and using Angular for prototyping components. You will then move on to building web services and full-stack web application using ASP.NET WebAPI. Finally, you will learn the development process focused on rapid delivery and testability for all application layers.

What you will learn

  • Create a standalone Angular application to prototype user interfaces
  • Validate complex forms with Angular version 4 and use Bootstrap to style them
  • Build RESTful web services that work well with single-page applications
  • Use Gulp and Bower in Visual Studio to run tasks and manage JavaScript packages
  • Implement automatic validation for web service requests to reduce your boilerplate code
  • Use web services with Angular version 4 to offload and secure your application logic
  • Test your Angular version 4 and web service code to improve the quality of your software deliverables

Reactive programming with angular and ngrx

Автор: Farhi, Oren
Название: Reactive programming with angular and ngrx
ISBN: 1484226194 ISBN-13(EAN): 9781484226193
Издательство: Springer
Рейтинг:
Цена: 32600.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Manage your Angular development with Reactive programming. Featuring a core application to explore and build, this book shows how to utilize ngrx/store as a state management, and ngrx/effects to define a better and more robust application architecture, with working code examples. For developers already familiar with JavaScript and Angular.

Rails, Angular, Postgres, and Bootstrap: Powerful, Effective, Efficient, Full-Stack Web Development

Автор: Copeland David B.
Название: Rails, Angular, Postgres, and Bootstrap: Powerful, Effective, Efficient, Full-Stack Web Development
ISBN: 1680502204 ISBN-13(EAN): 9781680502206
Издательство: Wiley
Рейтинг:
Цена: 33780.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With this fully revised new edition, take a holistic view of full-stack development to create usable, high-performing applications with Rails 5.1.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия