Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Building Progressive Web Applications with Vue.js, Carlos Rojas


Варианты приобретения
Цена: 5309.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-08-18
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Carlos Rojas
Название:  Building Progressive Web Applications with Vue.js
ISBN: 9781484253335
Издательство: Springer
Классификация:


ISBN-10: 1484253337
Обложка/Формат: Soft cover
Страницы: 233
Вес: 0.39 кг.
Дата издания: 2020
Язык: English
Издание: 1st ed.
Иллюстрации: 118 illustrations, black and white; xvii, 233 p. 118 illus.
Размер: 234 x 156 x 14
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Reliable, Fast, and Engaging Apps with Vue.js
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Chapter 1: Making Your First PWAChapter Goal: Learn the basic concepts for building Progressive Web App. Learn to build a simple to do app and making it into a PWA as well as some critical concepts along the way.Sub-topics 1. Introduction 2. What is a PWA? 3. What is the structure of a PWA? 4. Our WebApp 5. Creating our Manifest 6. Whats the structure of a PWA? 7. Our WebApp 8. Building our Manifest9. Creating our Service Worker 10. How can we test what we have done?
Chapter 2: Foundations and App ManifestChapter Goal: Learn about App Shell design and the HTML, CSS, and JavaScript required to activate the user interface as well the use of cache.Sub-topics 1. App Shell design 2. The PRPL architecture pattern 3. Structure of the app 4. The main entry point 5. The App Shell 6. The Build 7. Bundled build 8. The Manifest file 9. How to add a manifest file to web? 10. How to customize the app start on mobile?
Chapter 3: Service WorkersChapter Goal: Learn to handle JavaScript through Service Worker that runs in the background, regardless of whether a web page is open or not. Also, the understand importance of features such as Offline Support and Push Notifications, among others.Sub-topics: 1. What is a Service Worker? 2. Why are Service Workers needed? 3. Understanding life cycle 4. How to add a Service Worker? 5. Asynchronous calls 6. Fetch API 7. Using API in the Service Worker 8. Cache
Chapter 4: Caching StrategiesChapter Goal: Solutions that work well to handle the status without connection, such as PouchDB or Firebase, are shown. However, use of web technologies, such as Service Workers, indexedDB, and Cache API, will enable offline strategies for Progressive Web Apps.Sub-topics: 1. When to store the information? 2. When to update our files of the Cache Storage? 3. How to respond to Requests?
Chapter 5: IndexBDChapter Goal: Learn necessary characteristics of IndexedDB: how a transactional database system, which unlike other options that we have in browsers, is perfect to store big data quantities, for example, catalogs or other ones that also need a fast information search.Sub-topics: 1. What is IndexedDB? 2. How to use IndexedDB? 3. How to open a DB? 4. How to initiate read/write in the Object Store? 5. How to delete inside the Object Store? 6. Using IndexedDB in my App
Chapter 6: Background SyncChapter Goal: Learn functionality of Background Sync (one of the most powerful features that combined with our Service Worker will grant us a great power to build progressive web applications).Sub-topics: 1. SyncManager
Chapter 7: Push NotificationChapter Goal: Study Push Notification that is basically an interaction that includes the Push API and Notification API.Sub-topics: 1. What is a Push Notification? 2. How does the ecosystem of a Push Notification work? 3. Push API 4. API Notification 5. Implementing a Push Notification in our App using Firebase

Дополнительное описание: Chapter 1: Making Your First PWA.- Chapter 2: Web App Manifest.- Chapter 3: Service Worker.- Chapter 4: Caching Strategies.- Chapter 5: Working with Vue.js.- Chapter 6: IndexDB.- Chapter 7: Background Sync.- Chapter 8: Push Notification.- Chapter 9: Publ



React: Up & Running: Building Web Applications

Название: React: Up & Running: Building Web Applications
ISBN: 1492051462 ISBN-13(EAN): 9781492051466
Издательство: Wiley
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Updated for the latest React release, the second edition of this hands-on guide shows you how to build React components and organize them into maintainable large-scale apps. If you`re familiar with JavaScript syntax, you`re ready to get started.

Testing Vue.Js Applications

Название: Testing Vue.Js Applications
ISBN: 1617295248 ISBN-13(EAN): 9781617295249
Издательство: Неизвестно
Рейтинг:
Цена: 7126.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Testing Vue.js Applications is a comprehensive guide to testing Vue components, methods, events, and output. Author Edd Yerburgh, creator of the Vue testing utility, explains the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Web developers who use the Vue framework love its reliability, speed, small footprint, and versatility. Vue's component-based approach and use of DOM methods require you to adapt your app-testing practices. Learning Vue-specific testing tools and strategies will ensure your apps run like they should.

About the Book

With Testing Vue.js Applications, you'll discover effective testing methods for Vue applications. You'll enjoy author Edd Yerburgh's engaging style and fun real-world examples as you learn to use the Jest framework to run tests for a Hacker News application built with Vue, Vuex, and Vue Router. This comprehensive guide teaches the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.

What's inside

  • Unit tests, snapshot tests, and end-to-end tests
  • Writing unit tests for Vue components
  • Writing tests for Vue mixins, Vuex, and Vue Router
  • Advanced testing techniques, like mocking

About the Reader

Written for Vue developers at any level.

About the Author

Edd Yerburgh is a JavaScript developer and Vue core team member. He's the main author of the Vue Test Utils library and is passionate about open source tooling for testing component-based applications.

Table of Contents

  1. Introduction to testing Vue applications
  2. Creating your first test
  3. Testing rendered component output
  4. Testing component methods
  5. Testing events
  6. Understanding Vuex
  7. Testing Vuex
  8. Organizing tests with factory functions
  9. Understanding Vue Router
  10. Testing Vue Router
  11. Testing mixins and filters
  12. Writing snapshot tests
  13. Testing server-side rendering
  14. Writing end-to-end tests
    APPENDIXES
  • A - Setting up your environment
  • B - Running the production build
  • C - Exercise answers
Vue: Up & Running: Building Accessible and Performant Web Apps

Автор: MacRae Callum
Название: Vue: Up & Running: Building Accessible and Performant Web Apps
ISBN: 1491997249 ISBN-13(EAN): 9781491997246
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Get a brisk introduction to building fast, interactive single-page web applications with Vue.js, the popular JavaScript framework that organizes and simplifies web development. With this practical guide, you`ll quickly move from basics, such as the template syntax, to custom components and advanced features such as JSX.

Getting to Know Vue.Js: Learn to Build Single Page Applications in Vue from Scratch

Автор: Nelson Brett
Название: Getting to Know Vue.Js: Learn to Build Single Page Applications in Vue from Scratch
ISBN: 1484237803 ISBN-13(EAN): 9781484237809
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build tools (transpile to ES5), creating custom components, state management, and routers. With Getting to Know Vue.js, you'll see how to combine reusable code with custom components, allowing you to create snippets of reusable code to suit your specific business needs. You'll also explore how to use Single File Components and the Vue.js Command Line Interface (CLI) to build components in a single file and add in build tools as you see fit.Getting started with a new Single Page Application (SPA) JavaScript framework can be an overwhelming task, but Vue.js makes this daunting task simple and easy to learn, allowing you to start implementing business needs with just a script reference to the library and the custom JavaScript required for your use case. Starting with a little reference and a handful of lines of custom JavaScript, you will have a complete Single Page Application before you know it.What You'll LearnExamine Vue.js templating syntaxWork with binding methods Manage the state of your app by comparing your options of building a data store Adapt the more robust options compatible with Vue.jsReview different router options, including creating your own router, using the Vue-router and using Page.js. Who This Book Is For Software developers with an understanding of HTML, CSS and JavaScript; prior understanding of a Single Page Application framework would be useful but not essential.

Vue on Rails: End-To-End Guide to Building Web Apps Using Vue.Js and Rails

Автор: Lim Bryan, Lafranchi Richard
Название: Vue on Rails: End-To-End Guide to Building Web Apps Using Vue.Js and Rails
ISBN: 1484251156 ISBN-13(EAN): 9781484251157
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Build modern and progressive web applications with Vue.js and Ruby on Rails. As the Rails community embraces JavaScript, this book answers your most pressing questions, including how to integrate front-end technologies with Rails, whether to build a single-page application, when and how to use JavaScript in your project, how to scaffold a Vue component in Rails, and how to configure Vue.js in a Rails project.This book explores how to manage and understand priorities when working with Vue on Rails and how to determine the best configuration for your project. You'll see how to reuse your Vue components in a Rails project with less coding and harness the component options, as well as how to use props, events and slots of Vue components. You'll also use webpacker to set up your project and pass data from your Vue component to a Rails controller and back. Finally, you’ll learn which is the best configuration for the router and how to test and deploy your application.

These topics are essential for developers and product owners because they cover end-to-end advice for building a web application incrementally or from scratch. Vue.js on Rails shows you just how easy it is to build and maintain a modern web app and save hundreds of hours integrating these two technologies.
What You'll LearnUse Vue and Rails together to improve productsBuild a web app with a focus on developer happinessTake a pragmatic approach to web app development with practical code examples Save time configuring Vue and RailsControl and manage states in a Vue on Rails project
Who This Book Is For Product owners seeking a technology for a company’s products with an emphasis on development scalability; business owners looking to maximize developer satisfaction and successful product development; technical managers requiring a pragmatic and successful web app development strategy;and new and experienced developers and designers learning to build web apps using the best tools available.
Building Web Applications with ArcGIS

Автор: Hussein Nasser
Название: Building Web Applications with ArcGIS
ISBN: 1783552956 ISBN-13(EAN): 9781783552955
Издательство: Неизвестно
Рейтинг:
Цена: 4964.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: If you are a GIS user or a web programmer, this book is for you. This book is also intended for all those who have basic web development knowledge with no prior experience of ArcGIS and are keen on venturing into the world of ArcGIS technology. The book will equip you with the skills to comfortably start your own ArcGIS web development project.

Building Forms with Vue.js

Автор: Mosti Marina
Название: Building Forms with Vue.js
ISBN: 1839213337 ISBN-13(EAN): 9781839213335
Издательство: Неизвестно
Рейтинг:
Цена: 4044.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Building forms with Vue.js will guide you step by step to transform your online forms into a schema driven powerhouse. With the use of some of the core and most popular libraries you will be able to go from zero to hero.

Sencha Touch 2 Up and Running: Building Enterprise Cross-Platform Mobile Web Applications

Автор: Kosmaczewski Adrian
Название: Sencha Touch 2 Up and Running: Building Enterprise Cross-Platform Mobile Web Applications
ISBN: 1449339387 ISBN-13(EAN): 9781449339388
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Launch into Sencha Touch 2 with this hands-on book, and quickly learn how to develop robust mobile web apps that look and behave like native applications. Using numerous code samples, author Adrian Kosmaczewski guides you every step of the way through this touchscreen-enabled JavaScript framework.

Building web applications with .net core 2.1 and javascript

Автор: Japikse, Philip Grossnicklaus, Kevin Dewey, Ben
Название: Building web applications with .net core 2.1 and javascript
ISBN: 1484253515 ISBN-13(EAN): 9781484253519
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Int-Adv user level

Enterprise Web Development: Building Html5 Applications: From Desktop to Mobile

Автор: Fain Yakov, Rasputnis Victor, Tartakovsky Anatole
Название: Enterprise Web Development: Building Html5 Applications: From Desktop to Mobile
ISBN: 1449356818 ISBN-13(EAN): 9781449356811
Издательство: Wiley
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

Learning React: A Hands-On Guide to Building Web Applications Using React and Redux

Автор: Chinnathambi Kirupa
Название: Learning React: A Hands-On Guide to Building Web Applications Using React and Redux
ISBN: 013484355X ISBN-13(EAN): 9780134843551
Издательство: Pearson Education
Рейтинг:
Цена: 5938.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learning React A hands-on guide to building web applications using React and Redux
As far as new web frameworks and libraries go, React is quite the runaway success. It not only deals with the most common problems developers face when building complex apps, it throws in a few additional tricks that make building the visuals for such apps much, much easier.

What React isn't, though, is beginner-friendly and approachable. Until now. In Learning React , author Kirupa Chinnathambi brings his fresh, clear, and very personable writing style to help web developers new to React understand its fundamentals and how to use it to build really performant (and awesome) apps.


The only book on the market that helps you get your first React app up and running in just minutes, Learning React is chock-full of colorful illustrations to help you visualize difficult concepts and practical step-by-step examples to show you how to apply what you learn.

  • Build your first React app
  • Create components to define parts of your UI
  • Combine components into other components to build more complex UIs
  • Use JSX to specify visuals without writing full-fledged JavaScript
  • Deal with maintaining state
  • Work with React's way of styling content
  • Make sense of the mysterious component lifecycle
  • Build multi-page apps using routing and views
  • Optimize your React workflow using tools such as Node, Babel, webpack, and others
  • Use Redux to make managing your app data and state easy

Contents at a Glance
1 Introducing React

2 Building Your First React App

3 Components in React

4 Styling in React

5 Creating Complex Components

6 Transferring Properties

7 Meet JSX... Again

8 Dealing with State in React

9 Going from Data to UI in React

10 Events in React

11 The Component Lifecycle

12 Accessing DOM Elements in React

13 Setting Up Your React Dev Environment

14 Working with External Data in React

15 Building an Awesome Todo List App in React

16 Creating a Sliding Menu in React

17 Avoiding Unnecessary Renders in React

18 Creating a Single-Page App in React Using React Router

19 Introduction to Redux

20 Using Redux with React

Building Scalable PHP Web Applications Using the Cloud

Автор: Jonathan Bartlett
Название: Building Scalable PHP Web Applications Using the Cloud
ISBN: 148425211X ISBN-13(EAN): 9781484252116
Издательство: Springer
Рейтинг:
Цена: 3912.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Eliminate the guesswork involved in writing and deploying a cloud application. This step-by-step guide uses PHP to minimize the complexity of the code and setup, but the tools and techniques can be applied on any platform using any language. Everything that you need to jumpstart your application on the cloud is right here.
Clear diagrams, step-by-step configuration information, and complete code listings tell you everything you need to get off the ground and start developing your cloud application today. This book introduces several cloud architectures and technologies that will help you accelerate your application in the cloud. Chapters cover load-balanced clusters, database replication, caching configuration, content delivery networks, infinite-scale file storage, and cloud system administration.
Cloud computing has dramatically changed the landscape of web hosting. Instead of spending weeks negotiating contracts for servers, new servers can be deployed with the push of a button, and your application can be resized almost instantly to meet today's needs. No matter what size of web application you are developing, you can benefit from modern cloud servers, and this is the guide to tell you how.
What You'll Learn
Use the cloud and its various platforms with Docker management toolsBuild a simple PHP-based scalable web applicationCreate a basic cloud clusterWork with Amazon and Google Cloud Platform in your PHP web application development
Who This Book Is For
Developers who have some prior programming experience, including PHP, and who are new to building applications

ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия