Blazor Revealed: Building Web Applications in .Net, Himschoot Peter
Автор: Dallaway Richard Название: Lift Cookbook: Recipes from the Community for Building Web Applications with Scala ISBN: 1449362680 ISBN-13(EAN): 9781449362683 Издательство: Wiley Рейтинг: Цена: 21110.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You`ll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production.
Автор: Taurius Litvinavicius Название: Exploring Blazor ISBN: 1484254457 ISBN-13(EAN): 9781484254455 Издательство: Springer Рейтинг: Цена: 26080.00 T Наличие на складе: Невозможна поставка. Описание: Chapter 1: Introduction
Chapter Goal:
No of pages 5
Sub -Topics
1. Web assembly introduction
2. Blazor types
Chapter 2: Razor Syntax and Basics of Blazor
Chapter Goal: Get started with blazor and with razor syntax that is used in blazor
No of pages: 10-20
Sub - Topics
1. Differences between blazor and razor
2. General syntax
3. Blazor binds
Chapter 3: Blazor server-side
Chapter Goal: Learn the layout of the project and navigation for server-side type
No of pages 15-25
Sub - Topics:
1. Default template overview
2. Navigation
Chapter 4: Blazor client-side
Chapter Goal: Learn how to use razor syntax to control the application, startup of it and how to use navigation
No of pages: 15-25
Sub - Topics:
1. Default template overview
2. Navigation
Chapter 5: Blazor hosted
Chapter Goal: Learn the hosted project layout, navigation and routes for the API parts. With that, learn how to access the API from the front end and use the shared library for models.
No of pages: 20-30
1. Default template overview
2. Navigation and routes
3. API calls
Chapter 6: General blazor
Chapter Goal:
No of pages: 15-25
Sub - Topics
1. Interacting with JavaScript
2. Local and session storage
3. Pick and save files
Chapter 7: Practice tasks for server-side
Chapter Goal: Case Studies and code implementation
1. Task 1
2. Task 2
Chapter 8: Practice tasks for client-side
Chapter Goal:
1. Task 1
2. Task 2
Chapter 9: Practice tasks for hosted
Chapter Goal:
1. Task 1
Автор: Hussein Nasser Название: Building Web Applications with ArcGIS ISBN: 1783552956 ISBN-13(EAN): 9781783552955 Издательство: Неизвестно Рейтинг: Цена: 33090.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Автор: Japikse, Philip Grossnicklaus, Kevin Dewey, Ben Название: Building web applications with .net core 2.1 and javascript ISBN: 1484253515 ISBN-13(EAN): 9781484253519 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Int-Adv user level
Автор: Fain Yakov, Rasputnis Victor, Tartakovsky Anatole Название: Enterprise Web Development: Building Html5 Applications: From Desktop to Mobile ISBN: 1449356818 ISBN-13(EAN): 9781449356811 Издательство: Wiley Рейтинг: Цена: 42230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Автор: Arora Chandermani, Kevin Hennessy, Noring Christoffer Название: Building Large-Scale Web Applications with Angular ISBN: 178995956X ISBN-13(EAN): 9781789959567 Издательство: Неизвестно Рейтинг: Цена: 61290.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: If you have been burnt by unreliable JavaScript frameworks before, you will be amazed by the maturity of the Angular platform. Angular enables you to build fast, efficient, and real-world web apps. In this Learning Path, you`ll learn Angular framework and to deliver high-quality and production-grade Angular apps from design to deployment.
Автор: Jeff Levinson Название: Building Client/Server Applications with VB .NET ISBN: 1590590708 ISBN-13(EAN): 9781590590706 Издательство: Springer Рейтинг: Цена: 43780.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Levinson writes an extremely practical manual based on Release 1.0 of the .NET Framework / Release 1.0 of Visual Studio .NET + .Net Framework Service Pack 1.
Автор: Carlos Rojas Название: Building Progressive Web Applications with Vue.js ISBN: 1484253337 ISBN-13(EAN): 9781484253335 Издательство: Springer Рейтинг: Цена: 35390.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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. What's 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
Автор: Chinnathambi Kirupa Название: Learning React: A Hands-On Guide to Building Web Applications Using React and Redux ISBN: 013484355X ISBN-13(EAN): 9780134843551 Издательство: Pearson Education Рейтинг: Цена: 39590.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Learning ReactA 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
Автор: Cravens Jesse, Brady Thomas Название: Building Web Applications with Ember.Js ISBN: 1449370926 ISBN-13(EAN): 9781449370923 Издательство: Wiley Рейтинг: Цена: 25330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: If you`re a web developer interested in building scalable single-page applications - full-stack, browser-based apps that connect to a backend - this practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern.
Автор: Jonathan Bartlett Название: Building Scalable PHP Web Applications Using the Cloud ISBN: 148425211X ISBN-13(EAN): 9781484252116 Издательство: Springer Рейтинг: Цена: 26080.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
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
Название: React: Up & Running: Building Web Applications ISBN: 1492051462 ISBN-13(EAN): 9781492051466 Издательство: Wiley Рейтинг: Цена: 47510.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: 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.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz