- Table View
- List View
Vue.js 2 Web Development Projects
by Guillaume ChauDo you want to make your web application amazingly responsive? Are you unhappy with your app's performance and looking forward to trying out ways to make your app more powerful? Then Vue.js, a framework for building user interfaces, is a great choice, and this book is the ideal way to put it through its paces. This book's project-based approach will get you to build six stunning applications from scratch and gain valuable insights in Vue.js 2.5.
Vue.js 2.x by Example: Example-driven guide to build web apps with Vue.js for beginners
by Bogdan-Alin Bâlc Silva Pablo Henrique Penha Mike StreetKey Features We bridge the gap between "learning" and "doing" by providing real-world examples that will improve your web development skills with Vue.js Explore the exciting features of Vue.js 2 through practical and interesting examples Explore modern development tools and learn how to utilize them by building applications with Vue.js Book Description Vue.js is a frontend web framework which makes it easy to do just about anything, from displaying data up to creating full-blown web apps, and has become a leading tool for web developers. This book puts Vue.js into a real-world context, guiding you through example projects that helps you build Vue.js applications from scratch. With this book, you will learn how to use Vue.js by creating three Single Page web applications. Throughout this book, we will cover the usage of Vue, for building web interfaces, Vuex, an official Vue plugin which makes caching and storing data easier, and Vue-router, a plugin for creating routes and URLs for your application. Starting with a JSON dataset, the first part of the book covers Vue objects and how to utilize each one. This will be covered by exploring different ways of displaying data from a JSON dataset. We will then move on to manipulating the data with filters and search and creating dynamic values. Next, you will see how easy it is to integrate remote data into an application by learning how to use the Dropbox API to display your Dropbox contents in an application In the final section, you will see how to build a product catalog and dynamic shopping cart using the Vue-router, giving you the building blocks of an e-commerce store. What you will learn Looping through data with Vue.js Searching and filtering data Using components to display data Getting a list of files using the dropbox API Navigating through a file tree and loading folders from a URL Caching with Vuex Pre-caching for faster navigation Introducing vue-router and loading components Using vue-router dynamic routes to load data Using vue-router and Vuex to create an ecommerce store
Vue.js 3 By Example
by John Au-YeungExplore the latest Vue 3 features by building high-quality front-end web apps, desktop apps, and full-stack apps using the power of Vuex, Vue Router, and GraphQLKey FeaturesCover the latest features of the Vue 3 ecosystem such as components, prop injection, Vuex, and Vue RouterLeverage Vue’s capabilities for building web apps, mobile apps, and browser gamesExplore the capabilities of Vue Router that make building single-page applications (SPAs) with Vue.js a breezeBook DescriptionVue is one of the leading frameworks with a huge ecosystem and increasing adoption due to its ease-of-use when developing applications and the fact that it can help you achieve impressive results during development quickly. This book explores the latest Vue version – Vue 3.0 - and how you can leverage it effectively.You’ll learn with the help of an example-based approach, starting with the basics of Vue 3 by creating a simple application and exploring features such as components, directives, and their usage. To build your knowledge and enable you to have confidence in your app building skills, the book will show you how to test the app with Jest and Vue Test Utils. Later, you’ll understand how to write non-web apps with Vue 3 and create cross-platform desktop apps with the Electron plugin. You’ll also learn to create a multipurpose mobile app with Vue and Ionic. As you progress, you’ll be able to develop server-side rendered web apps with Nuxt.js that work well with back-end APIs by interacting with GraphQL APIs. Finally, you’ll build a real-time chat app that performs real-time communication using Vue 3 and Laravel.By the end of this book, you’ll have developed the real-world skills you need by working through a range of app-building projects using Vue 3.What you will learnGet to grips with Vue architecture, components, props, directives, mixins, and other advanced featuresUnderstand the Vue 3 template system and create your own directivesUse third-party libraries such as Vue Router for routing and Vuex for state managementCreate GraphQL APIs to power your Vue 3 web appsBuild cross-platform Vue 3 apps with Electron and IonicMake your Vue 3 apps more captivating with PrimeVueBuild real-time communication apps with Vue 3 as the front end and Laravel as the back endWho This Book Is ForThis book is for web developers who are interested in learning front-end web development with Vue 3 and creating professional applications using it. You will also find this book useful if you want to learn how to create full-stack web apps with Vue.js 3.0 as the front end. Prior knowledge of JavaScript programming is required to get the most out of this book.Table of ContentsCreating Your First Application in Vue 3Building a Vue 3 Progressive Web AppBuilding a Slider Puzzle Game with Vue.js 3Building a Photo Management Desktop AppBuilding a Calculator Mobile App with IonicBuild a Vacation Booking App with the PrimeVue UI FrameworkBuilding an E-Commerce Store App with Vue 3 and GraphQLBuilding a Chat App with Vue 3, Laravel, and Socket.io
Vue.js 3 Cookbook: Discover actionable solutions for building modern web apps with the latest Vue features and TypeScript
by Heitor Ramon RibeiroExplore the new features of Vue.js 3 and discover best practices for building fault-tolerant and professional frontend web applications Key Features Migrate your apps from Vue.js 2 to Vue.js 3 with the help of practical recipes Explore the latest Vue.js 3 features such as reactivity API, composition API, and TypeScript support Extend the capabilities and performance of Vue.js apps with Quasar, Vuetify, and Nuxt.js frameworks Book Description Vue.js is a progressive web framework for building professional user interfaces for your web applications. With Vue.js 3, the frontend framework is reinforced with architectural enhancements, new base languages, new render processes, and separated core components. The book starts with recipes for implementing Vue.js 3's new features in your web development projects and migrating your existing Vue.js apps to the latest version. You will get up and running with TypeScript with Vue.js and find succinct solutions to common challenges and pitfalls faced in implementing components, derivatives, and animation, through to building plugins, adding state management, routing, and developing complete single-page applications (SPAs). As you advance, you'll discover recipes to help you integrate Vue.js apps with Nuxt.js in order to add server-side rendering capabilities to your SPAs. You'll then learn about the Vue.js ecosystem by exploring modern frameworks such as Quasar, Nuxt.js, Vuex, and Vuetify in your web projects. Finally, the book provides you with solutions for packaging and deploying your Vue.js apps. By the end of this Vue.js book, you'll be able to identify and solve challenges faced in building Vue.js applications and be able to adopt the Vue.js framework for frontend web projects of any scale. What you will learn Design and develop large-scale web applications using Vue.js 3's latest features Create impressive UI layouts and pages using Vuetify, Buefy, and Ant Design Extend your Vue.js applications with dynamic form and custom rules validation Add state management, routing, and navigation to your web apps Extend Vue.js apps to the server-side with Nuxt.js Discover effective techniques to deploy your web applications with Netlify Develop web applications, mobile applications, and desktop applications with a single code base using the Quasar framework Who this book is for The book is for both new and experienced Vue.js developers looking to overcome challenges in building dynamic web applications with Vue 3. Knowledge of JavaScript and a basic understanding of Vue.js will help you to make the most of this book.
Vue.js 3 for Beginners: Learn the essentials of Vue.js 3 and its ecosystem to build modern web applications
by Simone CuomoGain proficiency in Vue.js 3 and its core libraries, including Pinia, Vue Router, and Vitest, by developing a social media web application with detailed, hands-on instructionsKey FeaturesDiscover best practices for building scalable and performant Vue.js applicationsLearn the basics of component-based architectureFamiliarize yourself with Vue.js core libraries and ecosystemPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionDiscover why Vue.js is a must-learn JavaScript framework for aspiring developers. If you’re a beginner fascinated by Vue.js and its potential, then this book will show you how the progressive and versatile framework can help you build performant applications. Written by an accomplished software architect with over 12 years of experience, Vue.js for Beginners provides a solid foundation in Vue.js and guides you at every step to create a robust social media application, component by component. Starting with a clean canvas using plain HTML and CSS, you’ll learn new topics to build your application incrementally. Beyond the core features, you’ll explore crucial parts of the Vue.js ecosystem, such as state management with Pinia, routing with Vue Router, and testing with Vitest, and Cypress. The structured GitHub repository ensures a smooth transition from one chapter to the next, offering valuable insights into advanced topics, techniques, and recourses. This book is designed to serve as a practical reference guide, allowing you to quickly revisit specific topics when needed. By the end of the book, you’ll have built a strong understanding of Vue.js and be ready to build simple applications effortlessly.What you will learnGain practical knowledge of the Vue.js frameworkDeepen your understanding of Pinia, Vue Router, validation libraries, and their integration with Vue.js applicationsExplore the core concepts of Vue.js, including components, directives, and data bindingCreate scalable, maintainable applications from scratchBuild applications using the script setup and the Composition APIDebug your applications with the Vue debugger toolWho this book is forVue.js for Beginners is for aspiring web developers, students, hobbyists, or anyone who wants to learn Vue.js from scratch and is eager to foray into front-end development using this modern and popular framework. Basic knowledge of HTML, CSS, and JavaScript is required to fully grasp the content of this Vue.js book.
Vue. JS Framework: Design and Implementation
by HcySun YangVue.js, as the Data-driven front-end framework, stands out as one of the mainstream choices for front-end developers. This book provides a detailed introduction of Vue.js framework design principles, including an overview of framework design, response systems, renderers, componentization, compilers, and server-side rendering. Based on Vue.js 3 and strict compliance with the specifications, this book starts from source code with a large number of visual diagrams combined, explaining the implementation of each functional module in Vue.js step by step. By reading this book, developers with hands-on experience with Vue.js 2/3 will be able to further understand the implementation details of Vue.js framework, while front-end developers who are not experienced in vue.js but interested in framework design can quickly grasp the design principle of vue.js.
Vue.js in Action
by Erik Hanchett Ben ListwonVue.js is a front-end framework that builds on many of the reactive UI ideas introduced in React.js. Vue.js in Action teaches readers to build fast, flowing web UI with the Vue.js framework. As they move through the book, readers put their skills to practice by building a complete web store application with product listings, a checkout process, and an administrative interface!Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Vue.js Quick Start Guide: Learn how to build amazing and complex reactive web applications easily using Vue.js
by Ajdin ImsirovicLearn and explore all important features of Vue.js through a number of simple examples.Key FeaturesUses latest features such as Vue-cli 3, Vuex, and NuxtPractical examples to understand Vue 2 quicklyStep-by-step approach to reinforce concepts coveredBook DescriptionVue.js is the latest trending frontend framework. Simplicity, reactivity, and flexibility are some of the key benefits that Vue offers to developers. This book will help you learn everything you need to know to build stunning reactive web apps with Vue.js 2 quickly and easily.This book will take you through the Vue 2 framework. You will start by learning the different Vue installation options: CDN, NPM, and Vue CLI. Then we will look at the core concepts of Vue: templates and components – ways to modularize Vue code. You will learn how to utilize directives, which are Vue-specific HTML attributes with additional features. Also, you will see how Vue uses a streamlined approach to development, with reusable methods, computed properties, and watchers, and how it controls state with the help of its data option.You will learn about the concepts of reactive programming in Vue, and how to understand communication between parent and child components. We will take a look at props and slots, working with CSS, filters, and mixins. We will also look at ways to add transitions and animations to Vue apps. Then you will extend Vue by building custom directives and your own plugins. Finally, you will learn about Vuex – a Vue plugin that allows us to centralize state, and also introduce Nuxt, which is a framework that builds on top of Vue and solves some issues of single-page applications. After learning about these components, you will be ready to build your own reactive web apps with Vue.js 2.What you will learnDevelop apps with Vue.jsReuse components using slotsUse filters, mixins, and global mixins in VueBuild custom directives in VueWork with CSS animationsWork with templates, directives, methods, data, computed properties, and watchersUse Nuxt and Vue-RouterBuild and deploy an SSR Vue appWho this book is forThis book is for people who want to learn and experience developing with Vue.js. Familiarity with HTML, CSS, and JavaScript will help you get the most from this book.
Vue on Rails: End-to-End Guide to Building Web Apps Using Vue.js and Rails
by Bryan Lim Richard LaFranchiBuild 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.
VuePress Quick Start Guide: Build blazing-fast static websites with the power of Vue.js
by Sufyan Bin UzayrA fast paced that will teach you to build Static JavaScript Sites and Amazing Web Apps Using VuePressKey FeaturesBuild quick, SEO-friendly static websites with VuePress and Vue.jsDevelop and maintain your sites long termUse the power of Vue + webpack, and develop custom themes with VueBook DescriptionWhat are static site generators, why do you need them, and how are they better than general blogging or writing or content tools? This book answers all those questions as you learn how to build sites with VuePress. This book teaches you how to build static sites in VuePress in no time. All the site content is rendered as HTML by VuePress and is then executed as a single-page web app. This means everything works fast and loads quickly. You will start by installing and setting up the VuePress static site generator. You will learn about the powerful JavaScript framework Vue.js, which underpins VuePress, looking at its uses and advantages. You will then dig deep into the specifics of VuePress, covering content creation in Markdown, customization, internationalization, and deployment. You will also learn about security methods, configuration files for new installations, and many other techniques to have you building your own sites safely and quickly.By the end of the book, you will have built your own static website by leveraging the power of Vue.js and VuePress.What you will learnPut together a simple site in MarkdownUse VuePress to generate a super-fast static siteCustomize the appearance of your VuePress site using custom themesWork with internationalization and localize your site in multiple languagesSet up a custom home page with a call to action button as well as other pages and a navigation menuDeploy your JavaScript site to services such as Heroku, and NetlifyWho this book is forIf you want to create static sites easily, this book is for you. No knowledge of VuePress is required, but some experience with JavaScript will be helpful.
The VueScan Bible
by Sascha SteinhoffVueScan is the world's most widely used software interface for digitizing film and prints on flatbed and film scanners. This powerful yet affordable program supports over 1500 scanners and 321 digital camera RAW file types, and is available for Mac OS X, Windows, and Linux. Much more than a simple scanner program, VueScan allows you to perform functions such as color restoration, adding sharpening filters, adjusting white balance, rotating images, and batch scanning multiple images. It also provides output to a variety of formats including TIFF, JPEG, and searchable PDF files (even all three simultaneously). The Pro version outputs to the RAW format and provides options for color adjustments, and more. Despite its popularity, the documentation for VueScan does not provide enough information to use the full power of the system and makes it difficult to get started. The VueScan Bible is the missing manual for new, experienced, and prospective users of VueScan.
Vuex Quick Start Guide: Centralized State Management for your Vue.js applications
by Andrea KoutifarisDevelop consistent web apps with Vuex by easily centralizing the state of your applicationKey FeaturesUncover the hidden features of Vuex to build applications that are powerful, consistent, and maintainableEnforce a Flux-like application architecture in your Vue applicationTest your Vuex elements and Vue components using Karma/Jasmine testing frameworkBook DescriptionState management preserves the state of controls in a user interface. Vuex is a state management tool for Vue.js that makes the architecture easier to understand, maintain and evolve. This book is the easiest way to get started with Vuex to improve your Vue.js application architecture and overall user experience.Our book begins by explaining the problem that Vuex solves, and how it helps your applications. You will learn about the Vuex core concepts, including the Vuex store, changing application state, carrying out asynchronous operations and persisting state changes, all with an eye to scalability.You will learn how to test Vuex elements and Vue components with the Karma and Jasmine testing frameworks. You will see this in the context of a testing first approach, following the fundamentals of Test Driven Development. TDD will help you to identify which components need testing and how to test them. You will build a full Vuex application by creating the application components and services, and persist the state.Vuex comes with a plugin system that allows programmers to extend Vuex features. You will learn about some of the most powerful plugins, and make use of the built-in logger plugin. You write a custom Google Analytics plugin to send actions to its analytics API, and an Undo/Redo plugin.What you will learnMoving from classical MVC to a Flux-like architectureImplementing predictable centralized state management in your applications using VuexUsing ECMAScript 6 features for developing a real applicationUsing webpack in conjunction with Vue single file componentsTesting your Vue/Vuex applications using Karma/Jasmine and inject-loaderSimple and effective Test Driven DevelopmentExtending your application with Vuex pluginsWho this book is forIf you are a JavaScript developer, working on Vue.js and want to extend your web development skills to develop and maintain bigger applications using state management, then this book is for you. No knowledge of Vuex is required.
Vulkan Cookbook
by Pawel LapinskiThis book is ideal for developers who know C/C++ languages, have some basic familiarity with graphics programming, and now want to take advantage of the new Vulkan API in the process of building next generation computer graphics. Some basic familiarity of Vulkan would be useful to follow the recipes. OpenGL developers who want to take advantage of the Vulkan API will also find this book useful.
Vulnerability Management
by Park ForemanVulnerability management (VM) has been around for millennia. Cities, tribes, nations, and corporations have all employed its principles. The operational and engineering successes of any organization depend on the ability to identify and remediate a vulnerability that a would-be attacker might seek to exploit. What were once small communities became castles. Cities had fortifications and advanced warning systems. All such measures were the result of a group recognizing their vulnerabilities and addressing them in different ways. Today, we identify vulnerabilities in our software systems, infrastructure, and enterprise strategies. Those vulnerabilities are addressed through various and often creative means. Vulnerability Management demonstrates a proactive approach to the discipline. Illustrated with examples drawn from Park Foreman’s more than three decades of multinational experience, the book demonstrates how much easier it is to manage potential weaknesses than to clean up after a violation. Covering the diverse realms that CISOs need to know and the specifics applicable to singular areas of departmental responsibility, he provides both the strategic vision and action steps needed to prevent the exploitation of IT security gaps, especially those that are inherent in a larger organization. Completely updated, the second edition provides a fundamental understanding of technology risks—including a new chapter on cloud vulnerabilities and risk management—from an interloper’s perspective. This book is a guide for security practitioners, security or network engineers, security officers, and CIOs seeking understanding of VM and its role in the organization. To serve various audiences, it covers significant areas of VM. Chapters on technology provide executives with a high-level perspective of what is involved. Other chapters on process and strategy, although serving the executive well, provide engineers and security managers with perspective on the role of VM technology and processes in the success of the enterprise.
Vulnerability of Watersheds to Climate Change Assessed by Neural Network and Analytical Hierarchy Process
by Mrinmoy Majumder Uttam RoyThe increase in GHG gases in the atmosphere due to expansions in industrial and vehicular concentration is attributed to warming of the climate world wide. The resultant change in climatic pattern can induce abnormalities in the hydrological cycle. As a result, the regular functionality of river watersheds will also be affected. This Brief highlights a new methodology to rank the watersheds in terms of its vulnerability to change in climate. This Brief introduces a Vulnerability Index which will be directly proportional to the climatic impacts of the watersheds. Analytical Hierarchy Process and Artificial Neural Networks are used in a cascading manner to develop the model for prediction of the vulnerability index.
The Vulnerability Researcher's Handbook: A comprehensive guide to discovering, reporting, and publishing security vulnerabilities
by Benjamin StroutLearn the right way to discover, report, and publish security vulnerabilities to prevent exploitation of user systems and reap the rewards of receiving credit for your workKey FeaturesBuild successful strategies for planning and executing zero-day vulnerability researchFind the best ways to disclose vulnerabilities while avoiding vendor conflictLearn to navigate the complicated CVE publishing process to receive credit for your researchBook DescriptionVulnerability researchers are in increasingly high demand as the number of security incidents related to crime continues to rise with the adoption and use of technology. To begin your journey of becoming a security researcher, you need more than just the technical skills to find vulnerabilities; you'll need to learn how to adopt research strategies and navigate the complex and frustrating process of sharing your findings. This book provides an easy-to-follow approach that will help you understand the process of discovering, disclosing, and publishing your first zero-day vulnerability through a collection of examples and an in-depth review of the process.You'll begin by learning the fundamentals of vulnerabilities, exploits, and what makes something a zero-day vulnerability. Then, you'll take a deep dive into the details of planning winning research strategies, navigating the complexities of vulnerability disclosure, and publishing your research with sometimes-less-than-receptive vendors.By the end of the book, you'll be well versed in how researchers discover, disclose, and publish vulnerabilities, navigate complex vendor relationships, receive credit for their work, and ultimately protect users from exploitation. With this knowledge, you'll be prepared to conduct your own research and publish vulnerabilities.What you will learnFind out what zero-day vulnerabilities are and why it's so important to disclose and publish themLearn how vulnerabilities get discovered and published to vulnerability scanning toolsExplore successful strategies for starting and executing vulnerability researchDiscover ways to disclose zero-day vulnerabilities responsiblyPopulate zero-day security findings into the CVE databasesNavigate and resolve conflicts with hostile vendorsPublish findings and receive professional credit for your workWho this book is forThis book is for security analysts, researchers, penetration testers, software developers, IT engineers, and anyone who wants to learn how vulnerabilities are found and then disclosed to the public. You'll need intermediate knowledge of operating systems, software, and interconnected systems before you get started. No prior experience with zero-day vulnerabilities is needed, but some exposure to vulnerability scanners and penetration testing tools will help accelerate your journey to publishing your first vulnerability.
A Vulnerable System: The History of Information Security in the Computer Age
by Andrew J. StewartAs threats to the security of information pervade the fabric of everyday life, A Vulnerable System describes how, even as the demand for information security increases, the needs of society are not being met. The result is that the confidentiality of our personal data, the integrity of our elections, and the stability of foreign relations between countries are increasingly at risk.Andrew J. Stewart convincingly shows that emergency software patches and new security products cannot provide the solution to threats such as computer hacking, viruses, software vulnerabilities, and electronic spying. Profound underlying structural problems must first be understood, confronted, and then addressed.A Vulnerable System delivers a long view of the history of information security, beginning with the creation of the first digital computers during the Cold War. From the key institutions of the so-called military industrial complex in the 1950s to Silicon Valley start-ups in the 2020s, the relentless pursuit of new technologies has come at great cost. The absence of knowledge regarding the history of information security has caused the lessons of the past to be forsaken for the novelty of the present, and has led us to be collectively unable to meet the needs of the current day. From the very beginning of the information age, claims of secure systems have been crushed by practical reality.The myriad risks to technology, Stewart reveals, cannot be addressed without first understanding how we arrived at this moment. A Vulnerable System is an enlightening and sobering history of a topic that affects crucial aspects of our lives.
Wachstum durch den Einsatz von Generativer KI: Funktionsweise und Anwendungsgebiete im Marketing (essentials)
by Bernhard WeckeDieses Buch bietet einen fundierten Einblick in die Relevanz von Generativer Künstlicher Intelligenz (KI) im Marketing. Neben einer kompakten Darstellung der Funktionsweise und Grenzen von Generativer KI wird ein umfassender Überblick über KI-basierte Medienformate gegeben.Anhand von Praxisbeispielen und konkreten Auswahlkriterien erfahren Sie, wie Sie geeignete Anwendungsfälle für Generative KI identifizieren und in Ihre Marketingstrategie integrieren können. .
Waging Cyber War: Technical Challenges and Operational Constraints
by Jacob G. OakleyUnderstand the challenges of implementing a cyber warfare strategy and conducting cyber warfare. This book addresses the knowledge gaps and misconceptions of what it takes to wage cyber warfare from the technical standpoint of those with their hands on the keyboard. You will quickly appreciate the difficulty and complexity of executing warfare within the cyber domain. Included is a detailed illustration of cyber warfare against the backdrop of national and international policy, laws, and conventions relating to war.Waging Cyber War details technical resources and activities required by the cyber war fighter. Even non-technical readers will gain an understanding of how the obstacles encountered are not easily mitigated and the irreplaceable nature of many cyber resources. You will walk away more informed on how war is conducted from a cyber perspective, and perhaps why it shouldn’t be waged. And you will come to know how cyber warfare has been covered unrealistically, technically misrepresented, and misunderstood by many. What You’ll Learn Understand the concept of warfare and how cyber fits into the war-fighting domainBe aware of what constitutes and is involved in defining war and warfare as well as how cyber fits in that paradigm and vice versaDiscover how the policies being put in place to plan and conduct cyber warfare reflect a lack of understanding regarding the technical means and resources necessary to perform such actionsKnow what it means to do cyber exploitation, attack, and intelligence gathering; when one is preferred over the other; and their specific values and impacts on each otherBe familiar with the need for, and challenges of, enemy attributionRealize how to develop and scope a target in cyber warfareGrasp the concept of self-attribution: what it is, the need to avoid it, and its impactSee what goes into establishing the access from which you will conduct cyber warfare against an identified targetAppreciate how association affects cyber warfareRecognize the need for resource resilience, control, and ownershipWalk through the misconceptions and an illustrative analogy of why cyber warfare doesn't always work as it is prescribed Who This Book Is For Anyone curious about warfare in the era of cyber everything, those involved in cyber operations and cyber warfare, and security practitioners and policy or decision makers. The book is also for anyone with a cell phone, smart fridge, or other computing device as you are a part of the attack surface.
Wahrheit und Fake im postfaktisch-digitalen Zeitalter: Distinktionen in den Geistes- und IT-Wissenschaften (ars digitalis)
by Peter Klimczak Thomas ZoglauerDie Zunahme von Fake News, die stärker werdende Beeinflussung von Wahlen, zunehmende Falschmeldungen und gezielte Desinformationskampagnen sind nicht zuletzt eine Folge der fortschreitenden Digitalisierung. Um diesen Fehlentwicklungen Einhalt zu gebieten, ist die Informationstechnik gefragt. Mit intelligenten Algorithmen und einer verfeinerten Datenanalyse müssen zukünftig Fakes schneller erkannt und deren Verbreitung verhindert werden. Um jedoch Fakes mittels künstlicher Intelligenz sinnvoll zu erkennen und zu filtern, muss es möglich sein, Fakes von Fakten, Fakten von Fiktionen und Fiktionen von Fakes zu unterscheiden.In diesem Buch werden daher auch Fragen nach den Distinktionen von Fake, Faktizität und Fiktionalität gestellt. Es wird auf die dahinter liegenden Wahrheitstheorien eingegangen und es werden praktisch-technische Möglichkeiten aufgezeigt, um Wahrheit von Falschheit zu differenzieren. Mit der Berücksichtigung des Fiktionalen sowie der Annahme, dass informationstechnische Weiterentwicklung von geisteswissenschaftlichen Erkenntnissen profitieren kann, hoffen die Autorinnen und Autoren, dass inhaltliche, technische und methodische Herausforderungen der Gegenwart und Zukunft bewältigt werden können.
WAIC and WBIC with Python Stan: 100 Exercises for Building Logic
by Joe SuzukiMaster the art of machine learning and data science by diving into the essence of mathematical logic with this comprehensive textbook. This book focuses on the widely applicable information criterion (WAIC), also described as the Watanabe-Akaike information criterion, and the widely applicable Bayesian information criterion (WBIC), also described as the Watanabe Bayesian information criterion. The book expertly guides you through relevant mathematical problems while also providing hands-on experience with programming in Python and Stan. Whether you’re a data scientist looking to refine your model selection process or a researcher who wants to explore the latest developments in Bayesian statistics, this accessible guide will give you a firm grasp of Watanabe Bayesian Theory.The key features of this indispensable book include:A clear and self-contained writing style, ensuring ease of understanding for readers at various levels of expertise.100 carefully selected exercises accompanied by solutions in the main text, enabling readers to effectively gauge their progress and comprehension.A comprehensive guide to Sumio Watanabe’s groundbreaking Bayes theory, demystifying a subject once considered too challenging even for seasoned statisticians.Detailed source programs and Stan codes that will enhance readers’ grasp of the mathematical concepts presented.A streamlined approach to algebraic geometry topics in Chapter 6, making Bayes theory more accessible and less daunting.Embark on your machine learning and data science journey with this essential textbook and unlock the full potential of WAIC and WBIC today!
WAIC and WBIC with R Stan: 100 Exercises for Building Logic
by Joe SuzukiMaster the art of machine learning and data science by diving into the essence of mathematical logic with this comprehensive textbook. This book focuses on the widely applicable information criterion (WAIC), also described as the Watanabe-Akaike information criterion, and the widely applicable Bayesian information criterion (WBIC), also described as the Watanabe Bayesian information criterion. This book expertly guides you through relevant mathematical problems while also providing hands-on experience with programming in R and Stan. Whether you’re a data scientist looking to refine your model selection process or a researcher who wants to explore the latest developments in Bayesian statistics, this accessible guide will give you a firm grasp of Watanabe Bayesian Theory.The key features of this indispensable book include:A clear and self-contained writing style, ensuring ease of understanding for readers at various levels of expertise.100 carefully selected exercises accompanied by solutions in the main text, enabling readers to effectively gauge their progress and comprehension.A comprehensive guide to Sumio Watanabe’s groundbreaking Bayes theory, demystifying a subject once considered too challenging even for seasoned statisticians.Detailed source programs and Stan codes that will enhance readers’ grasp of the mathematical concepts presented.A streamlined approach to algebraic geometry topics in Chapter 6, making Bayes theory more accessible and less daunting.Embark on your machine learning and data science journey with this essential textbook and unlock the full potential of WAIC and WBIC today!
Wake-up Receiver Based Ultra-Low-Power WBAN
by Maarten Lont Dusan Milosevic Arthur Van RoermundThis book presents the cross-layer design and optimization of wake-up receivers for wireless body area networks (WBAN), with an emphasis on low-power circuit design. This includes the analysis of medium access control (MAC) protocols, mixer-first receiver design, and implications of receiver impairments on wideband frequency-shift-keying (FSK) receivers. Readers will learn how the overall power consumption is reduced by exploiting the characteristics of body area networks. Theoretical models presented are validated with two different receiver implementations, in 90nm and 40nm CMOS technology.
WALCOM: 13th International Conference, WALCOM 2019, Guwahati, India, February 27 – March 2, 2019, Proceedings (Lecture Notes in Computer Science #11355)
by Gautam K. Das Partha S. Mandal Krishnendu Mukhopadhyaya Shin-Ichi NakanoThis book constitutes the proceedings of the 13th International Conference and Workshop on Algorithms and Computation, WALCOM 2019, held in Guwahati, India, in February/ March 2019. The 30 full papers presented were carefully reviewed and selected from 100 submissions. The papers are organized in topical headings on the facility location problem; computational geometry; graph drawing; graph algorithms; approximation algorithms; miscellaneous; data structures; parallel and distributed algorithms; and packing and covering.
WALCOM: 16th International Conference and Workshops, WALCOM 2022, Jember, Indonesia, March 24–26, 2022, Proceedings (Lecture Notes in Computer Science #13174)
by Petra Mutzel Md. Saidur Rahman SlaminThis book constitutes the proceedings of the 16th International Conference on Algorithms and Computation, WALCOM 2022, which was held in Jember, Indonesia, during March 24-26, 2022.This proceedings volume contains 30 full papers which were carefully reviewed and selected from a total of 89 submissions and 3 invited papers. They cover diverse areas of algorithms and computation, such as approximation algorithms, computational complexity, computational geometry, graph algorithms, graph drawing and visualization, online algorithms, parameterized complexity and property testing.