Front-End Development Projects with Vue.js
Get to grips with the core fundamentals of Vue.js and learn to build reliable component-based applications with practical guidance from industry expertsKey FeaturesLearn how to make the best use of the Vue framework and build a full end-to-end projectBuild dynamic components and user interfaces that are fast and intuitiveWrite performant code that "just works" and is easily scalable and reusableBook DescriptionAre you looking to use Vue.js for web applications, but don't know where to begin? Front-End Development Projects with Vue.js will help build your development toolkit and get ready to tackle real-world web projects. You'll get to grips with the core concepts of this JavaScript framework with practical examples and activities.Through the use-cases in this book, you'll discover how to handle data in Vue components, define communication interfaces between components, and handle static and dynamic routing to control application flow. You'll get to grips with Vue CLI and Vue DevTools, and learn how to handle transition and animation effects to create an engaging user experience. In chapters on testing and deploying to the web, you'll gain the skills to start working like an experienced Vue developer and build professional apps that can be used by other people.You'll work on realistic projects that are presented as bitesize exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. These mini projects include a chat interface, a messaging app, a shopping cart and price calculator, a to-do app, and a profile card generator for storing contact details.By the end of this book, you'll have the confidence to handle any web development project and tackle real-world front-end development problems.What You Will LearnSet up an effective development environment and start your first Vue projectModularize a Vue application using component hierarchiesUse external JavaScript libraries to create animationsShare state between components and use Vuex for state managementWork with APIs using Vuex and Axios to fetch remote dataValidate functionality with unit testing and end-to-end testingGet to grips with web app deploymentWho this book is forThis book is designed for Vue.js beginners. Whether this is your first JavaScript framework, or if you're already familiar with React or Angular, this book will get you on the right track. To understand the concepts explained in this book, you must be familiar with HTML, CSS, JavaScript, and Node package management.
Coding in Python
The Complete 3 Book Series on Coding with PythonBook 1This book will compel you to step into the practical world. What makes this book different from the other books is its specific features and contents. Let's take a look at both.You'll discover...- Python installation process- Python data types- Python lists - Python tuples- Python if, if-else, if-elif statements- Python dictionaries and dictionary constructors- Python functions- Python for and while loops- Python input function- Python classes, child classes, import functions- And more!Book 2This book will take you for a ride into the amazing world of Python. Here are the topics we'll explore together: - Python Data Types- Python Lists- Python Tuples- Python Dictionaries- Python for and while Loops- Python Conditional Statements- Python Functions- Python Object-Oriented ProgrammingBook 3Many advanced guides on the internet tell you about fancy tricks and advanced concepts when working with Python. But the truth of the matter is that there are no 'advanced' concepts in programming with Python. The only concept that can be introduced as advanced at this point is the complexity of implementing different elements during coding. We'll implement what you have learned when you initially began your journey of learning Python programming to explain an entirely new perspective of accomplishing tasks with greater effectiveness and efficiency. Here's a quick run-down of what this book features: - Emphasis on practical instead of theoretical concepts.- Elaboration of code examples.- Introduction of advanced implementation practices.- A friendly tone and easy to understand explanations and examples.- Limited use of jargon and complex theory- Focus on tasks that you will most likely end up doing, such as creating packages, building applications, etc.
Kubeflow Operations Guide
Building models is a small part of the story when it comes to deploying machine learning applications. The entire process involves developing, orchestrating, deploying, and running scalable and portable machine learning workloads--a process Kubeflow makes much easier. This practical book shows data scientists, data engineers, and platform architects how to plan and execute a Kubeflow project to make their Kubernetes workflows portable and scalable. Authors Josh Patterson, Michael Katzenellenbogen, and Austin Harris demonstrate how this open source platform orchestrates workflows by managing machine learning pipelines. You'll learn how to plan and execute a Kubeflow platform that can support workflows from on-premises to cloud providers including Google, Amazon, and Microsoft. Dive into Kubeflow architecture and learn best practices for using the platform Understand the process of planning your Kubeflow deployment Install Kubeflow on an existing on-premise Kubernetes cluster Deploy Kubeflow on Google Cloud Platform, AWS, and Azure Use KFServing to develop and deploy machine learning models
The Data Science Workshop - Second Edition
Gain expert guidance on how to successfully develop machine learning models in Python and build your own unique data platformsKey Features: Gain a full understanding of the model production and deployment processBuild your first machine learning model in just five minutes and get a hands-on machine learning experienceUnderstand how to deal with common challenges in data science projectsBook Description: Where there's data, there's insight. With so much data being generated, there is immense scope to extract meaningful information that'll boost business productivity and profitability. By learning to convert raw data into game-changing insights, you'll open new career paths and opportunities.The Data Science Workshop begins by introducing different types of projects and showing you how to incorporate machine learning algorithms in them. You'll learn to select a relevant metric and even assess the performance of your model. To tune the hyperparameters of an algorithm and improve its accuracy, you'll get hands-on with approaches such as grid search and random search.Next, you'll learn dimensionality reduction techniques to easily handle many variables at once, before exploring how to use model ensembling techniques and create new features to enhance model performance. In a bid to help you automatically create new features that improve your model, the book demonstrates how to use the automated feature engineering tool. You'll also understand how to use the orchestration and scheduling workflow to deploy machine learning models in batch.By the end of this book, you'll have the skills to start working on data science projects confidently. By the end of this book, you'll have the skills to start working on data science projects confidently.What You Will Learn: Explore the key differences between supervised learning and unsupervised learningManipulate and analyze data using scikit-learn and pandas librariesUnderstand key concepts such as regression, classification, and clusteringDiscover advanced techniques to improve the accuracy of your modelUnderstand how to speed up the process of adding new featuresSimplify your machine learning workflow for productionWho this book is for: This is one of the most useful data science books for aspiring data analysts, data scientists, database engineers, and business analysts. It is aimed at those who want to kick-start their careers in data science by quickly learning data science techniques without going through all the mathematics behind machine learning algorithms. Basic knowledge of the Python programming language will help you easily grasp the concepts explained in this book.
SwiftUI Essentials - iOS 14 Edition
The goal of this book is to teach the skills necessary to build iOS 14 applications using SwiftUI, Xcode 12 and the Swift 5.3 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment together with an introduction to the use of Swift Playgrounds to learn and experiment with Swift.The book also includes in-depth chapters introducing the Swift 5.3 programming language including data types, control flow, functions, object-oriented programming, property wrappers and error handling.An introduction to the key concepts of SwiftUI and project architecture is followed by a guided tour of Xcode in SwiftUI development mode. The book also covers the creation of custom SwiftUI views and explains how these views are combined to create user interface layouts including the use of stacks, frames and forms.Other topics covered include data handling using state properties in addition to observable, state and environment objects, as are key user interface design concepts such as modifiers, lists, tabbed views, context menus, user interface navigation, and outline groups.The book also includes chapters covering graphics drawing, user interface animation, view transitions and gesture handling, WidgetKit, document-based apps and SiriKit integration.Chapters are also provided explaining how to integrate SwiftUI views into existing UIKit-based projects and explains the integration of UIKit code into SwiftUI.Finally, the book explains how to package up a completed app and upload it to the App Store for publication.Along the way, the topics covered in the book are put into practice through detailed tutorials, the source code for which is also available for download.The aim of this book, therefore, is to teach you the skills necessary to build your own apps for iOS 14 using SwiftUI. Assuming you are ready to download the iOS 14 SDK and Xcode 12 and have an Apple Mac system you are ready to get started.
Hyperparameter Optimization in Machine Learning
Dive into hyperparameter tuning of machine learning models and focus on what hyperparameters are and how they work. This book discusses different techniques of hyperparameters tuning, from the basics to advanced methods. This is a step-by-step guide to hyperparameter optimization, starting with what hyperparameters are and how they affect different aspects of machine learning models. It then goes through some basic (brute force) algorithms of hyperparameter optimization. Further, the author addresses the problem of time and memory constraints, using distributed optimization methods. Next you'll discuss Bayesian optimization for hyperparameter search, which learns from its previous history. The book discusses different frameworks, such as Hyperopt and Optuna, which implements sequential model-based global optimization (SMBO) algorithms. During these discussions, you'll focus on different aspects such as creation of search spaces and distributed optimization of these libraries. Hyperparameter Optimization in Machine Learning creates an understanding of how these algorithms work and how you can use them in real-life data science problems. The final chapter summaries the role of hyperparameter optimization in automated machine learning and ends with a tutorial to create your own AutoML script. Hyperparameter optimization is tedious task, so sit back and let these algorithms do your work. What You Will LearnDiscover how changes in hyperparameters affect the model's performance.Apply different hyperparameter tuning algorithms to data science problemsWork with Bayesian optimization methods to create efficient machine learning and deep learning modelsDistribute hyperparameter optimization using a cluster of machinesApproach automated machine learning using hyperparameter optimizationWho This Book Is For Professionals and students working with machine learning.
iOS 14 Programming for Beginners
Learn iOS app development and work with the latest Apple development toolsKey featuresExplore the latest features of Xcode 12 and the Swift 5.3 programming language in this updated fifth editionKick-start your iOS programming career and have fun building your own iOS appsDiscover the new features of iOS 14 such as Mac Catalyst, SwiftUI, widgets and App ClipsBook DescriptionIf you're a beginner looking to work and experiment with powerful iOS 14 features such as widgets and App Clips to create your own apps, this iOS programming guide is for you. The book offers a comprehensive introduction for experienced programmers who are new to iOS, taking you through the entire process of learning the Swift language, writing your own apps, and publishing them on the App Store.Fully updated to cover the new iOS 14 features, along with Xcode 12 and Swift 5.3, this fifth edition of iOS 14 Programming for Beginners starts with an introduction to the Swift programming language and shows you how to accomplish common programming tasks with it. You'll then start building the user interface (UI) of a complete real-world app using the storyboards feature in the latest version of Xcode and implement the code for views, view controllers, data managers, and other aspects of mobile apps. The book will also help you apply iOS 14 features to existing apps and introduce you to SwiftUI, a new way to build apps for all Apple devices. Finally, you'll set up testers for your app and understand what you need to do to publish your app on the App Store.By the end of this book, you'll not only be well versed in writing and publishing applications, but you'll also be able to apply your iOS development skills to enhance existing apps.What you will learnGet to grips with the fundamentals of Xcode 12 and Swift 5.3, the building blocks of iOS developmentUnderstand how to prototype an app using storyboardsDiscover the Model-View-Controller design pattern and how to implement the desired functionality within an appImplement the latest iOS features, such as widgets and App ClipsConvert an existing iPad app into an Apple Silicon Mac appDesign, deploy, and test your iOS applications with design patterns and best practicesWho this book is forThis book is for anyone who has programming experience but is new to Swift and iOS app development. Experienced programmers looking to explore the latest iOS 14 features will also find this book useful.
Java in 14 Wochen
Dieses Buch ist der ideale Begleiter, wenn Sie in einem Semester Java lernen m繹chten. Der Inhalt wurde gezielt ausgew瓣hlt, so dass nur die Konzepte besprochen werden, die Sie zum Einstieg in die Programmierung wirklich ben繹tigen. Diese Konzepte werden mit zahlreichen, anschaulichen Beispielen illustriert. Weiter wird im Buch ein durchgehendes Beispielprojekt in Java, das von Kapitel zu Kapitel w瓣chst, entwickelt. Zu jedem Kapitel finden sich zudem viele Aufgaben zur Selbstkontrolle und Programmier羹bungen in Java. Zu jeder ?bung ist ein Lernvideo verlinkt, auf dem der Autor des Buches die ?bung vorprogrammiert. Das Buch ist somit optimal geeignet f羹r Studierende der Wirtschaftsinformatik, Informatik oder anderer Fachrichtungen sowie f羹r alle Interessierten, die ohne Vorkenntnisse Programmieren lernen m繹chten.
Python Testing with Selenium
Implement different testing techniques using Selenium WebDriver with the Python programming language. This quick reference provides simple functional test cases with a syntax-based approach for Selenium WebDriver. You'll begin by reviewing the basics of Selenium WebDriver and its architectural design history and then move on to the configuration and installation of Selenium library for different web browsers, including the basic commands needed to start test scripts in various browsers. You'll review action commands of keyboard and mouse for testing user interactions in a web page and see how hyperlinks are tested. The book also examines various web elements using eight different locators provided by Selenium to help you choose the one best suited to your needs. All Python scripts are ready to test real examples, all of which are explained thoroughly with problem statements. You'll use different Python design patterns to automate test scripts that can be incorporated with Selenium. In the end, Python Testing with Selenium will provide you with the expertise to write your own test cases in future. What You'll Learn Install and configure Selenium WebDriver with Python for different web-browsers Review basic commands of Selenium Locate web elements Work with UI based web elements Assert web elements and handle exceptions Write test scripts in Page Object Model Write test cases with Unittest framework Who This Book Is For Python developers/testers who want to test their web applications
Node Cookbook
Discover practical recipes to get to grips with Node.js concepts and programming models for delivering a scalable server-side for your applicationsKey featuresImplement practical solutions for scaling, securing, and testing your Node.js web apps effectivelyBuild and deploy scalable microservices architecture with the power of Node.js 14Discover techniques for debugging and testing Node.js applicationsBook DescriptionA key technology for building web applications and tooling, Node.js brings JavaScript to the server enabling full-stack development in a common language. This fourth edition of the Node Cookbook is updated with the latest Node.js features and the evolution of the Node.js framework ecosystems. This practical guide will help you to get started with creating, debugging, and deploying your Node.js applications and cover solutions to common problems, along with tips to avoid pitfalls. You'll become familiar with the Node.js development model by learning how to handle files and build simple web applications and then explore established and emerging Node.js web frameworks such as Express.js and Fastify. As you advance, you'll discover techniques for detecting problems in your applications, handling security concerns, and deploying your applications to the cloud. This recipe-based guide will help you to easily navigate through various core topics of server-side web application development with Node.js. By the end of this Node book, you'll be well-versed with core Node.js concepts and have gained the knowledge to start building performant and scalable Node.js applications.What you will learnUnderstand the Node.js asynchronous programming modelCreate simple Node.js applications using modules and web frameworksDevelop simple web applications using web frameworks such as Fastify and ExpressDiscover tips for testing, optimizing, and securing your web applicationsCreate and deploy Node.js microservicesDebug and diagnose issues in your Node.js applicationsWho this book is forThe book is for web developers who have knowledge of JavaScript and want to gain a broad understanding of Node.js concepts for server-side development.
Learn JavaScript Quickly
Do you want to develop a skill that will ensure you never go jobless again? Have you always wanted to learn how to program but could never afford those ridiculously expensive courses? Developers and programmers are amongst the highest paid professions in the world, and according to the US Bureau of Labor Statistics, the number of jobs for software and app developers will increase by a shocking 24% in the next few years. In 2019, the tech industry posted 4.6 million job openings in the US job market, and their direct economic output was estimated at 1.9 trillion dollars. There's no doubt that the IT industry is the future, and software, web, and app developers are and will be the most coveted professionals for many years to come. But here's the shock you may not have seen coming: the IT industry has a backdoor--you only need to know how to open it in order to jump straight on that cash wagon. The key to that door is JavaScript, a programming language that has withstood the test of time and has become one of the most used languages. You might have heard about some of the companies that use JavaScript: Netflix, Google, Microsoft, eBay, Facebook, Uber, PayPal... The list goes on and on. Being proficient in JavaScript will basically ensure that you never run out of job options. As with pursuing any new concept, learning how to program can be intimidating, especially for beginners. Even though JavaScript is incredibly beginner-friendly, it's still complex enough for you to need a guide to lead you through the process of mastering it.
C++ Template Metaprogramming in Practice
Using the implementation of a deep learning framework as an example, C++ Template Metaprogramming in Practice: A Deep Learning Framework explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance.
Raspberry Pi IoT In Python Using GPIO Zero
There is a new edition of this book covering GPIO Zero 2 and the Pi 5 The Raspberry Pi makes an ideal match for the Internet of Things. But to put it to good use in IoT you need two areas of expertise, electronics and programming and because of the way hardware and software engineering tend to occupy separate niches, you may need help with combining the two. Python is an excellent language with which to learn about the IoT or physical computing. It might not be as fast as C, but it is much easier to use for complex data processing. One reason for Python's popularity is its wealth of supporting libraries and there are several for interfacing hardware. The GPIO Zero library is the official way to use Python with the GPIO and other devices and this book looks at how to use it to interface to fundamental IoT devices - from LEDs and buzzers to servos and stepper motors and several off-the-shelf Raspberry Pi add-ons. Importantly, it explains how it works so that you can extend it to custom devices. Studying GPIO Zero is also a great way to improve your Python and this book teaches you to think like an IoT programmer. After reading it, you will be in a better position to tackle interfacing anything-with-anything without the need for custom drivers and prebuilt hardware modules.The emphasis in this book on understanding how things work and using this knowledge to create new devices and integrate them into GPIO Zero. You can use any Python development system that you know, but the programs in the book have been developed using Visual Studio Code and its remote development facilities. All the code is available on the book's web page along with everything you need to get started.Harry Fairhead has worked with microprocessors, and electronics in general, for many years and is an enthusiastic proponent of the IoT. He is the author of Raspberry Pi IoT in C, which has recently been republished in its second edition, updated for Raspberry Pi 4. His other recent books include Applying C For The IoT With Linux and Fundamental C: Getting Closer To The Machine.Mike James is the author of Programmer's Python: Everything is an Object and other programming and computer science titles in the I Programmer Library. His programming career spans several generations of computer technology, but he keeps his skills completely up to date and has a PhD in Computer Science.
SQL Server Interview Questions You’ll Most Likely Be Asked
- 290 SQL Server Interview Questions- 76 HR Interview Questions- Real life scenario based questions- Strategies to respond to interview questions- 2 Aptitude TestsSQL Server interview questions you'll most likely be asked is a perfect companion to stand a head above the rest in today's competitive job market. Rather than going through comprehensive, textbook-sized reference guides, this book includes only the information required immediately for job search to build an it career. This book puts the Interviewee in the driver's seat and helps them steer their way to impress the interviewer. The following is included in this book: (a) 290 SQL Server interview questions, answers and proven strategies for getting hired as DBA(b) Dozens of scenario based examples to respond to interview questions(c) 76 HR questions with answers and proven strategies to give specific, impressive, answers that help nail the interviews(d) 2 Aptitude Tests download available on www.vibrantpublishers.com
Big Data und Business Intelligence in der Logistik. Begriffsbestimmung, Nutzung und Entwicklungspotential
Studienarbeit aus dem Jahr 2019 im Fachbereich Informatik - Wirtschaftsinformatik, Note: 1.0, Georg-Simon-Ohm-Hochschule N羹rnberg (Betriebswirtschaft), Sprache: Deutsch, Abstract: Ziel der Arbeit ist es, die beiden Begrifflichkeiten Big Data und Business Intelligence zu erkl瓣ren und anhand dieser zwei Megatrends den Nutzen f羹r die Logistik darzustellen. Ein besonderes Augenmerk wird dabei auf die Anwendung von Big Data in der Logistik sowie die Gestaltung und der Aufbau von logistischen cloudbasierten Business-Intelligence-Systemen gelegt. Im ersten Hauptabschnitt dieser Arbeit werden die Begriffe Big Data und Business Intelligence n瓣her eingegrenzt und definiert. Im weiteren Verlauf sollen die Entwicklungspotenziale von Big Data er繹rtert werden. Am Ende dieses Abschnitts wird auf die Funktionsweise von Business-Intelligence-Systemen eingegangen. Ziel ist es, ein Verst瓣ndnis f羹r die beiden Begrifflichkeiten zu schaffen.
Learn Python Fast
Have you always wanted to learn computer programming but you're worried it will take too long? Would you like to automate something simple with your PC but you don't know how to do it? Or maybe you know other programming languages and are interested in learning Python quickly?As a beginner you might think that programming is difficult, learning a coding language can take months, and the possibility to give up before mastering it could be high... So, if you have a project to develop you could think on hiring a professional programmer to shorten the time. This may seem like a good idea but it is certainly very expensive. Otherwise you could spend a long time pursuing tutorials online only to find out you don't really understand any of the concepts they covered.Here's the deal...The best solution is to follow a complete programming manual with hands-on projects and practical exercises.In this book you will go through a first section in which basic notions of programming are discussed, to get to the next chapters crafted to help you learn intermediate and advanced Python coding concepts required to develop: Web based programs that workSimple Graphical User Interface (GUI)Applications ready to be runWhat you will find inside and a quick overview of the main topics: ✓ Why Python is considered the best programming language for a beginner✓ The most common mistakes to avoid when you start programming✓ Step-by-step instructions to install required packages to set up a Python coding environment on your PC✓ BOOK 1: PYTHON MACHINE LEARNINGDeep understanding of the significance of machine learning in our daily lives and why you cannot ignored its importance in 2020The algorithms that will make your life easierThe 2 libraries you need implementing to develop the desired ML models✓ BOOK 2: PYTHON DATA SCIENCEThe 5 stages of the DS lifecycle at the basis of most used apps3 actions required to gain insights from big dataA simple method to implement predictive analytics✓ Some projects to write Python codes in less than a week✓ Quizzes at the end of every chapter to review immediately what you've learnedAnd many more!Why is this book different?Computer Programming Academy structured these guides as a course with seven chapters for seven days and studied special exercises for each section to apply what you have learned.This protocol, tested on both total beginners and people who were already familiar with coding, takes advantage of the principle of diving, concentrating learning in one week. The result? The content of the course was learned faster and remembered longer respect the average.Even if you're completely new to programming in 2020 or you are just looking to widen your skills as programmer this book is perfect for you.Now's the best time to begin learning Python... so scroll up to the top of the page, click the "BUY NOW" button and get started!
The E-Fulfillment Process 2020 of Amazon
Seminar paper from the year 2020 in the subject Computer Science - Commercial Information Technology, grade: 1.3, University of Applied Sciences Bonn (FOM), language: English, abstract: This essay aims to define and explain the comprehensive e-fulfillment process in detail as well as its essential existence within e-marketplaces. The series of sub-processes making up the e-fulfillment process will be presented in the corresponding order of the four phases of transaction. Of all five sub-processes the e-matching process will be covered in further detail. "An e-marketplace (also called e-market, virtual market, or marketspace) is an electronic space where sellers and buyers meet and conduct different types of transactions.". Taking this definition as a reference one can say that an e-marketplace serves as one of the possible platforms for transactions between providers and demanders in electronic-commerce. E-marketplaces differ in their strategy and layout and are composed of a variety of specifications such as branch specificity (vertical- and horizontal marketplaces), different pricing models such as e-auctions, dynamic- and fixed pricing as well as a selection of possible operator models.
C++ Programming
Why You Should at Least Get Familiar with C++? Even if You Plan to Use Higher Level Languages as Your Tool of Choice? Today's AI industry is basically built upon C++. AI scientist, data analyst may prefer simple language bindings like python, but any serious project has to use C++ in its very core.It will continue to be used by many companies in the autonomous driving space for the foreseeable future.This is a beginner's introduction to the C++ language, as well as a reference guide by experienced C++ programmers. It will help you increase your programming skills exponentially.C++ is famous among programmers for its advanced capabilities and straightforward syntax . It has evolved from another dominant programming language (C programming language) for the past four decades.The success of C++ is mainly due to its object-oriented nature. In the early 1980s, the object-oriented programming paradigm took the technological world by storm. People were impressed with the adaptability and simplicity it offers. A lot of built C libraries at that time can be easily transformed into C++ functional libraries.This guide will EFFECTIVELY help you to Get Serious Results with Your Programs ✓Develop Firmware for Embedded Systems ✓High Performance Software Components or Libraries ✓Take Full Advantage of the Operating System ✓Low Level Stuffs ✓Discover the Most Effective STL Containers ✓Professionally Develop Your Games ✓...And much more!All of these factors combinedly helped C++ to become one of the popular high-level programming languages of this decade. It is estimated that by 2025, 15% of the Robotic applications will use C++ as a primary language to develop their resources. And do you know Photoshop is developed in C++? Many Adobe software are developed in C++, such as Acrobat, Illustrator, and many others.To Enhance the Applications and Save your Money/Time "GET THIS BOOK "
A Tour of Data Science
This book covers the fundamentals of data science, including programming, statistics, optimization, and machine learning in a single and short book. It does not cover everything, but instead, teaches the key concepts and topics. It also covers two of the most popular programming languages used in Data Science, R and Python, in one source.
Chatbots bei der Reiseplanung. Wie Nutzer Leistung, Risiko und Vertrauensw羹rdigkeit wahrnehmen
Immer mehr Kunden nehmen bevorzugt 羹ber eine Chatfunktion Kontakt zu einem Unternehmen auf, anstatt 羹ber ein Formular oder eine Hotline. Dies haben mittlerweile viele Unternehmen erkannt und nutzen das Chatten als einen neuen Kommunikations-, Service- und Vertriebskanal. Da Kunden heutzutage nicht mehr nur einen kompetenten, sondern vor allem einen schnellen Echtzeit-Service erwarten, k繹nnen Chats jedoch nicht ausschlie?lich manuell bedient werden. Die L繹sung sind Chatbots. Ein Chatbot ist ein Softwareprogramm, das automatisiert und in nat羹rlicher Sprache mit Kunden kommunizieren kann. Wie Kristina von der Bank in ihrer Publikation zeigt, interessiert sich auch die Tourismusbranche f羹r diesen digitalen Trend. Erste Reiseunternehmen nutzen Chatbots bereits als virtuellen Reiseberater. Anstatt Informationen zu Unterk羹nften, Fl羹gen oder Sehensw羹rdigkeiten selbst auf einer Reisewebsite zu recherchieren, kann der Nutzer dem Chatbot schnell und bequem 羹ber ein Chatfenster entsprechende Fragen hierzu stellen. Kristina von der Bank analysiert in ihrer empirischen Forschung die Akzeptanz von Chatbots im Tourismus und erkl瓣rt, welche Erwartungen Nutzer an Chatbots herantragen. Wie nehmen Nutzer die Leistung und Vertrauensw羹rdigkeit eines Reiseberater-Chatbots wahr? Welche Risiken sehen sie bei der Reiseplanung im Internet mit Hilfe eines Chatbots? Und welchen Einfluss haben das Alter, Geschlecht sowie vergangene Chatbot-Erfahrungen auf die Absicht zuk羹nftig einen Chatbot nutzen zu wollen? Aus dem Inhalt: - Akzeptanz von Chatbots im Tourismus; - K羹nstliche Intelligenz; - Reisemarkt; - Reiseplanung; - Digitalisierung; - digitale Transformation; - digitale Trends; - technologische Innovationen; - Kundensupport; - Chatbots im Kundenservice; - TAM; - UTAUT; - Nutzungsabsicht; - behavioral intention; - perceived risk; - trust; - perceived trustworthiness; - perceived usefulness; - performance expectancy; - Konsumentenverhalten; - Hypothesen; - Konstrukte; - Operationalisierung;
Perlscript and WbemScripting Async
This book is part of a series of books that use Perlscript and WbemScripting to produce an output that can be then used to create a wide variety of visual outputs.
Simply JScript
If you love JavaScript, you're going to have fun using this book to learn JScript.
Rexx And WMI
This book is one of 7 using Rexx to power the WbemScripting Code to create reports and other kinds of output. This particular book is using ExecNotificationQuery with __InstanceDeletionEvent to drive the results into ASP, ASPX, HTA, HTML and XSL visual outputs.
VB.Net Coding Adventures
For years now, I've been looking for books like this one that simply showed me the way to make the code work. I could take it from there. Just need the spark to ignite the fuel.And then I thought, you know what, you've written lots of articles over the years, you write the books.
Mit dem Smart Home auch im Alter selbstbestimmt wohnen. Welches Potenzial bieten smarte Assistenzfunktionen im Alltag?
Mit zunehmendem Alter verbringen die Menschen mehr Zeit in ihren Wohnungen. Die Pflege zu Hause erfolgt entweder durch die eigene Familie, mobile Dienste oder im Rahmen der 24-Stunden-Betreuung. Der Fachkr瓣ftemangel in der Pflege macht jedoch ein Umdenken n繹tig. F羹r Personen ab 60 Jahren ist ein angenehmes Wohnumfeld f羹r die Bewertung der Lebenssituation von besonderer Bedeutung. Welche Technologien k繹nnen sie im Alltag unterst羹tzen? Welche Innovationen gibt es im Bereich Smart Home? Welche Bedenken haben Senioren angesichts der technischen M繹glichkeiten? Sandro Wallner pr羹ft die Potenziale sowie die Vor- und Nachteile von Smart Home in Hinblick auf ein umgebungsunterst羹tztes Wohnen im Alter. Er geht darauf ein, ob die Zielgruppe die existierenden Assistenzsysteme bereits annehmen und wie es Anbietern gelingt, die Akzeptanz smarter Ger瓣te zu erh繹hen. Aus dem Inhalt: - Ambient Assisted Living; - Selbstbestimmtes Wohnen; - Datenschutz; - Internet der Dinge; - Sprachsteuerung; - Assistenzroboter
Die Blockchain und ihr Nutzen f羹r Finanzinstitute
Studienarbeit aus dem Jahr 2020 im Fachbereich Informatik - Kryptow瓣hrungen, Note: 1,3, Hamburger Fern-Hochschule, Sprache: Deutsch, Abstract: Im Rahmen der Arbeit werden Ideen und L繹sungsans瓣tze zum Nutzen der Blockchain f羹r Finanzinstitute gesucht. Die Arbeit soll die Frage beantworten, ob Banken perspektivisch als Intermedi瓣re noch erforderlich sind oder ob, die Netzwerkteilnehmer eigenst瓣ndig handeln k繹nnen. Die Betrachtung erfolgt aus Sicht der Existenzgef瓣hrdung des Finanzsektors. Zentrales Element ist eine Gegen羹berstellung der Aufgaben von Banken mit den Vorteilen und Eigenschaften der Blockchain. Auf diese Weise werden die m繹glichen Bet瓣tigungsfelder f羹r Banken identifiziert
C#.Net and WbemScripting
This book is part of a series of books covering the use of WbemScripting with Get to produce a suite of stock outputs.
Powershell And WbemScripting
Powershell And WbemScripting. Working with ExecNotificationQuery and __InstanceOperationEvent. Lots of Source code here.
Inside VB.NET
Thia book is about using VB with the simple data provider to create code that powers VB.net Controls in the IDE
Inside VB.Net
This book is about using ADO and MSPersist to create code that will be used to display information in VB.Net controls
CICS Basic Training for Application Developers Using DB2 and VSAM
This book will teach you the basic information and skills you need to develop applications with CICS on IBM mainframe computers running z/OS. The instruction, examples and sample programs in this book are a fast track to becoming productive as quickly as possible using CICS with the COBOL programming language. The content is easy to read and digest, well organized and focused on honing real job skills. Acquiring these skills is a key step in mastering CICS application development and maintenance so you'll be ready to join a CICS programming team.
JScript and WbemScripting Async
This is a series of books that use JScript with WbemScripting Asynchronously to create a variety of outputs including ASP, HTML, and XSL.
PHP 7 News & Updates v7.0 - 7.4
The PHP evolves very rapidly nowadays. The new major version 7.0 introduced not only scalar or return type declarations and anonymous classes, but also new operators, Unicode support, latest SSL updates, a new approach to yields or traits. Together with all these, the new functions, classes, methods and all sorts of new constants and parameters have been added to improve the already powerful PHP language. In this book you will explore every PHP 7 version like: 7.0, 7.1, 7.2, 7.3 and 7.4. Each of the version will contain a list of features with examples, new functions, methods, deprecated elements or any new updates to the existing packages. Every version will include a list of most crucial bug fixes with examples of the previous and existing behaviors. You will get a sneak peek of PHP 8 version as well as a speed comparison between the all stable releases and pitfalls to avoid. Covered sections and topics: Complete guide to the new PHP 7 world environment.Changes made in 7.1 . Updates added in 7.2.New changes for stable 7.3.Currently announced new features in 7.4.Deprecated elements for each version.New functions of each release.Summary of fixed bugs per version.Speed comparison.Pitfalls to avoid in new PHP.Sneak peek of PHP 8! This book is for the developers who already know how to code in PHP and who do know the basics of objects, classes and methods principles.
Perlscript and WbemScripting
This book is a series of Perlscript based routines using WbemScripting to acquire information from the Win32_Process class and then create hundreds of customized outputs in ASP. ASPX. HTA. HTML and many others.
HardCore Access
Let's cut to the chase. This book isn't about Access Forms, Classes or Modules. There are enough Access writers out there who will show you how to use these things. Rather, this book is about what you can import, export and attach to and from an Access database and then use what has been exported to produce custom outputs in a variety of outputs which could enhance data visualization.Originally, I wanted to include ADO, DAO, ODBC, and OleDb into the mix but I'm realizing that these Access database related engines deserve their own books as these database related engines also have their own ways of working with Access to accomplish similar tasks and would make this rather straight forward and much less confusing e-book a lot easier to work with.
WSH JavaScript and WbemScripting
This book is about using WSH, JavaScript, and WbemScripting and is working with ExecQuery to produce a host of outputs including ASP, HTML and more!
VB.Net Coding Adventures
This book continues my series on using WbemScripting with close to 100 reports ready to help you make you and your boss proud!
WSH Javascript and WbemScripting Async
This book is one in a series of books on the subject of WSH JavaScripting, WbemScripting in async mode and is working with ExecQueryAsync and __InstanceCreationEvent to create tables, reports and other output types.
WSH Javascript And WbemScripting Async
This book is one in a series of books on the subject of WSH JavaScripting, WbemScripting in async mode and is working with ExecQueryAsync and to create tables, reports and other output types.
WSH JavaScript and WbemScripting
This book is about using WSH, JavaScript, and WbemScripting and is working with ExecNotificationQuery and __InstnaceOperationEvent to produce a host of outputs including ASP, HTML and more!
WSH JScript And WbemScripting Async
This book is part of a series of books using WSH, JScript and WbemScripting to glean information from WMI Asynchronously. Once returned, the information drives reports, tables and other outputs.
Rexx And WMI
The is book is one of seven books using Rexx to power WMI and more specifically, WbemScripting, using ExecNotificationQuery and __InstanceCreationEvent to produce a wide variety of reports and outputs.
Javascript and WbemScripting Async
This is a series of books dealing with asynchronous calls and creating a wide variety of outputs including HTML reports and tables.
VB6 And WMI
This book is a series of book that show how you can still use VB6 to create some compelling visual outputs.This specific book uses WbemScripting and Get as the information gathering engine.
VB.Net and System.Management
This VB.Net Book uses System.Management and the ManagementClass to gelan data from WMI and produce a wide variety of outputs