Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • Safari, an O'Reilly Media Company.  (1.300)
  • Boston, MA : Safari  (1.300)
  • Electronic books ; local  (1.300)
Datenlieferant
Materialart
Erscheinungszeitraum
Fachgebiete(RVK)
  • 1
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (26 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: More than half of the analytics and machine learning (ML) models created by organizations today never make it into production. Instead, many of these ML models do nothing more than provide static insights in a slideshow. If they aren't truly operational, these models can't possibly do what you've trained them to do. This book introduces practical concepts to help data scientists and application engineers operationalize ML models to drive real business change. Through lessons based on numerous projects around the world, six experts in data analytics provide an applied four-step approach-Build, Manage, Deploy and Integrate, and Monitor-for creating ML-infused applications within your organization. You'll learn how to: Fulfill data science value by reducing friction throughout ML pipelines and workflows Constantly refine ML models through retraining, periodic tuning, and even complete remodeling to ensure long-term accuracy Design the ML Ops lifecycle to ensure that people-facing models are unbiased, fair, and explainable Operationalize ML models not only for pipeline deployment but also for external business systems that are more complex and less standardized Put the four-step Build, Manage, Deploy and Integrate, and Monitor approach into action
    Anmerkung: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (64 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Save time and trouble building object-oriented, functional, and concurrent applications with Scala 3. The latest edition of this comprehensive cookbook is packed with more than 250 ready-to-use recipes and 700 code examples to help you solve the most common problems when working with Scala and its popular libraries. Whether you're working on web, big data, or distributed applications, this cookbook provides recipes based on real-world scenarios for experienced Scala developers and for programmers just learning to use this JVM language. Author Alvin Alexander includes practical solutions from his experience using Scala for highly scalable applications that support concurrency and distribution. Recipes cover: Strings, numbers, and control structures Classes, methods, objects, traits, packaging, and imports Functional programming in a variety of situations Building Scala applications with sbt Collections covering Scala's wealth of classes and methods Actors and concurrency List, array, map, set, and more Files, processes, and command-line tasks Web services and interacting with Java Databases and persistence, data types and idioms
    Anmerkung: Online resource; Title from title page (viewed January 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (158 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: The design patterns in this book capture best practices and solutions to recurring problems in machine learning. Authors Valliappa Lakshmanan, Sara Robinson, and Michael Munn catalog the first tried-and-proven methods to help engineers tackle problems that frequently crop up during the ML process. These design patterns codify the experience of hundreds of experts into advice you can easily follow. The authors, three Google Cloud engineers, describe 30 patterns for data and problem representation, operationalization, repeatability, reproducibility, flexibility, explainability, and fairness. Each pattern includes a description of the problem, a variety of potential solutions, and recommendations for choosing the most appropriate remedy for your situation. You'll learn how to: Identify and mitigate common challenges when training, evaluating, and deploying ML models Represent data for different ML model types, including embeddings, feature crosses, and more Choose the right model type for specific problems Build a robust training loop that uses checkpoints, distribution strategy, and hyperparameter tuning Deploy scalable ML systems that you can retrain and update to reflect new data Interpret model predictions for stakeholders and ensure that models are treating users fairly
    Anmerkung: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (68 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Most of the data that companies collect is related to customer behaviors, such as clicks on a website or purchases in a supermarket. But data science algorithms and predictive analytics tools aren't that specific, so customer data is treated the same way as, for example, astronomical or genomic data. This practical guide introduces powerful methods for behavioral data analysis that you're probably not aware of. Advanced experimental design will help you get the most out of your A/B tests, while causal diagrams will allow you to tease out causality from correlation even when you can't run experiments. Written in an accessible style for data scientists, business analysts, and behavioral scientists, this practical book provides complete examples and exercises in R and Python to help you gain more insight from your data-immediately. Understand the specifics of behavioral data Explore the differences between measurement and prediction Learn how to clean and prepare behavioral data Design and analyze experiments to drive optimal business decisions Use behavioral data to understand and measure cause and effect Segment customers in a transparent and insightful way
    Anmerkung: Online resource; Title from title page (viewed June 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (48 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Go is rapidly becoming the preferred language for building web services. There are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages. But tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go. No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner explains the rationale behind the Go team's design decisions and reveals design patterns that experienced Go developers have adopted. You'll learn how to structure your project and choose the proper tools and libraries to create successful software. Learn how to write idiomatic code in Go and design a Go project Understand the reasons for the design decisions in Go Set up a Go development environment for a solo developer or team Explore which libraries to select when solving problems Learn how Go's features allow the language to run efficiently Know which Go features you should use sparingly, or not at all
    Anmerkung: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (81 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Tell your story and show it with data, using free and easy-to-learn tools on the web. This introductory book teaches you how to design interactive charts and customized maps for your website, beginning with simple drag-and-drop tools such as Google Sheets, Datawrapper, and Tableau Public. You'll also gradually learn how to edit open source code templates like Chart.js, Highcharts, and Leaflet on GitHub. Hands-On Data Visualization for All takes you step-by-step through tutorials, real-world examples, and online resources. This hands-on resource is ideal for students, nonprofit organizations, small business owners, local governments, journalists, academics, and anyone who wants to take data out of spreadsheets and turn it into lively interactive stories. No coding experience is required. Build interactive charts and maps and embed them in your website Understand the principles for designing effective charts and maps Learn key data visualization concepts to help you choose the right tools Convert and transform tabular and spatial data to tell your data story Edit and host Chart.js, Highcharts, and Leaflet map code templates on GitHub Learn how to detect bias in charts and maps produced by others
    Anmerkung: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (622 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, leaks, or buffer overruns. With this practical guide, systems programmers will understand Rust's rules clearly and economically. You'll learn how to express programs that Rust can prove are free of a broad class of common errors. Rust brings the benefits of an expressive modern type system to systems programming. Authors Jim Blandy and Jason Orendorff demonstrate how Rust's features put programmers in control over memory consumption and processor use, combining predictable performance with memory safety and trustworthy concurrency. You'll learn: How to write fast, safe, concurrent programs in Rust Rust's rules for managing memory efficiently, including ownership, borrowing, moves, and lifetimes How to design interfaces that fit well into the Rust ecosystem Rust's all-purpose Cargo tool for building, testing, and managing Rust packages High-level features like traits, generics, closures, and iterators that make Rust productive and flexible
    Anmerkung: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (92 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Reinforcement learning (RL) will deliver one of the biggest breakthroughs in AI over the next decade, enabling algorithms to learn from their environment to achieve arbitrary goals. This exciting development avoids constraints found in traditional machine learning (ML) algorithms. This practical book shows data science and AI professionals how to perform the reinforcement process that allows a machine to learn by itself. Author Dr. Phil Winder of Winder Research covers everything from basic building blocks to state-of-the-art practices. You'll explore the current state of RL, focusing on industrial applications, and learn numerous algorithms, frameworks, and environments. This is no cookbook-it doesn't shy away from math and expects familiarity with ML. Learn what RL is and how the algorithms help solve problems Become grounded in RL fundamentals including Markov decision processes, dynamic programming, and temporal difference learning Dive deep into value methods and policy gradient methods Apply advanced RL implementations such as meta learning, hierarchical learning, evolutionary algorithms, and imitation learning Understand cutting-edge deep RL algorithms including Rainbow, PPO, TD3, SAC, and more Get practical examples through the accompanying Git repository
    Anmerkung: Online resource; Title from title page (viewed March 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (69 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: AI is poised to transform every aspect of healthcare, including the way we manage personal health from customer experience and clinical care to healthcare cost reductions. This practical book is one of the first to describe present and future use cases where AI can help solve pernicious healthcare problems. Kerrie Holley and Siupo Becker provide guidance to help informatics and healthcare leadership create AI strategy and implementation plans for healthcare. With this book, business stakeholders and practitioners will be able to build knowledge, a road map, and the confidence to support AI in their organizations-without getting into the weeds of algorithms or open source frameworks. Cowritten by an AI technologist and a medical doctor who leverages AI to solve healthcare's most difficult challenges, this book covers: The myths and realities of AI, now and in the future Human-centered AI: what it is and how to make it possible How to use various AI technologies to go beyond precision medicine Delivering patient care using the IoT and ambient computing with AI How AI can help reduce waste in healthcare AI strategy and identifying high-priority AI applications
    Anmerkung: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (200 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: While Excel remains ubiquitous in the business world, recent Microsoft feedback forums are full of requests to include Python as an Excel scripting language-in fact, it's the top feature requested. What makes this combination so compelling? In this hands-on guide, Felix Zumstein-creator of xlwings, a popular open source package that allows the automation of Excel with Python-shows experienced Excel users how to integrate these two worlds efficiently. Excel has added quite a few new capabilities over the past couple of years, but its automation language, VBA, stopped evolving a long time ago. Many Excel power users have already adopted Python for their daily automation tasks. This guide gets you started. Use Python without previous programming knowledge Get started with modern tools, including Jupyter notebooks and Visual Studio Code Use pandas to acquire, clean, and analyze data and replace typical Excel calculations Automate tedious tasks like consolidation of Excel workbooks and production of Excel reports Use xlwings to build interactive Excel tools that use Python as a calculation engine Connect Excel to databases and CSV files and fetch data from the internet using Python code Write unit tests in Python to build solid spreadsheets
    Anmerkung: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (350 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Financial trading, once the exclusive domain of institutional players, is now open to small organizations and individual traders using online platforms. The tool of choice for many traders today is Python and its ecosystem of powerful packages. In this practical book, author Yves Hilpisch shows students, academics, and practitioners how to use Python in the fascinating field of algorithmic trading. You'll learn several ways to apply Python to different aspects of algorithmic trading, such as backtesting trading strategies and interacting with online trading platforms. Some of the biggest buy- and sell-side institutions make heavy use of Python. By exploring options for systematically building and deploying automated algorithmic trading strategies, this book will help you level the playing field. Set up a proper Python environment for algorithmic trading Learn how to retrieve financial data from public and proprietary data sources Explore vectorization for financial analytics with NumPy and pandas Master vectorized backtesting of different algorithmic trading strategies Generate market predictions by using machine learning and deep learning Tackle real-time processing of streaming data with socket programming tools Implement automated algorithmic trading strategies with the OANDA and FXCM platforms
    Anmerkung: Online resource; Title from title page (viewed January 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (41 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Selling your CTO on the merits of OpenShift and Kubernetes is only the beginning. When it comes to operating and scaling OpenShift, you need to understand how to manage and expose resources to application teams and how to continuously deliver changes to applications running in these environments. With this practical book, new and experienced developers and operators will learn specific techniques and examples for operationalizing OpenShift and Kubernetes in the enterprise. Industry experts Michael Elder, Jake Kitchener, and Brad Topol show you how to run OpenShift and Kubernetes in production and deliver your applications to a highly available, secure, and scalable platform. You'll learn how to build a strong foundation in advanced cluster operational topics, such as tenancy management, scheduling and capacity management, cost management, continuous delivery, and more. This book shows you how to: Manage multiple teams in their use of OpenShift and Kubernetes Promote the efficient use of data center resources Deliver highly available applications and services Manage application tenancy throughout the enterprise Provide multicluster management and high availability Apply continuous updates to OpenShift and Kubernetes Devise and deliver disaster recovery strategies
    Anmerkung: Online resource; Title from title page (viewed December 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (110 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Data pipelines are the foundation for success in data analytics and machine learning. Moving data from many diverse sources and processing it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack. You'll learn common considerations and key decision points when implementing pipelines, such as data pipeline design patterns, data ingestion implementation, data transformation, the orchestration of pipelines, and build versus buy decision making. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions. You'll learn: What a data pipeline is and how it works How data is moved and processed on modern data infrastructure, including cloud platforms Common tools and products used by data engineers to build pipelines How pipelines support machine learning and analytics needs Considerations for pipeline maintenance, testing, and alerting
    Anmerkung: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (50 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: As your company moves data to the cloud, you need to consider a comprehensive approach to data governance, along with well-defined and agreed-upon policies to ensure you meet compliance. Data governance incorporates the ways that people, processes, and technology work together to support business efficiency. With this practical guide, chief information, data, and security officers will learn how to effectively implement and scale data governance throughout their organizations. You'll explore how to create a strategy and tooling to support the democratization of data and governance principles. Through good data governance, you can inspire customer trust, enable your organization to extract more value from data, and generate more-competitive offerings and improvements in customer experience. This book shows you how. Enable auditable legal and regulatory compliance with defined and agreed-upon data policies Employ better risk management Establish control and maintain visibility into your company's data assets, providing a competitive advantage Drive top-line revenue and cost savings when developing new products and services Implement your organization's people, processes, and tools to operationalize data trustworthiness
    Anmerkung: Online resource; Title from title page (viewed March 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (74 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: With over 75 million downloads per month, Spring Boot is the most widely used Java framework available. Its ease and power have revolutionized application development from monoliths to microservices. Yet Spring Boot's simplicity can also be confusing. How do developers learn enough to be productive immediately? This practical book shows you how to use this framework to write successful mission-critical applications. Mark Heckler from VMware, the company behind Spring, guides you through Spring Boot's architecture and approach, along with topics such as debugging, testing, and deployment. If you want to develop cloud native Java or Kotlin applications with Spring Boot rapidly and effectively-using reactive programming, building APIs, and creating database access of all kinds-this book is for you. Learn how Spring Boot simplifies cloud native application development and deployment Build reactive applications and extend communication across the network boundary to create distributed systems Understand how Spring Boot's architecture and approach increases developer productivity and application portability Deploy Spring Boot applications for production workloads rapidly and reliably Monitor application and system health for optimal performance and reliability Debug, test, and secure cloud-based applications painlessly
    Anmerkung: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (84 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Working with unbounded and fast-moving data streams has historically been difficult. But with Kafka Streams and ksqlDB, building stream processing applications is easy and fun. This practical guide explores the world of real-time data systems through the lens of these popular technologies and explains important stream processing concepts against a backdrop of interesting business problems. Mitch Seymour, senior data systems engineer at Mailchimp, introduces you to both Kafka Streams and ksqlDB so that you can choose the best tool for each unique stream processing project. Non-Java developers will find the ksqlDB path to be an especially gentle introduction to stream processing. In this book, you'll learn: Basic and advanced uses of Kafka Streams and ksqlDB How to transform, enrich, and process event streams How to build both stateless and stateful stream processing applications The different notions of time and the role it plays in stream processing How to to build event-driven microservices on top of continuous event streams Features, operational characteristics, deployment patterns, and configuration tips for both technologies
    Anmerkung: Online resource; Title from title page (viewed March 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (76 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Every enterprise application creates data, whether it consists of log messages, metrics, user activity, outgoing messages, or something else. Moving all of this data is just as important as the data itself. This book's updated second edition shows application architects, developers, and production engineers new to the Kafka open source streaming platform how to handle real-time data feeds. Additional chapters cover Kafka's AdminClient API, new security features, and tooling changes. Engineers from Confluent and LinkedIn responsible for developing Kafka explain how to deploy production Kafka clusters, write reliable event-driven microservices, and build scalable stream processing applications with this platform. Through detailed examples, you'll learn Kafka's design principles, reliability guarantees, key APIs, and architecture details, including the replication protocol, the controller, and the storage layer. You'll examine: How publish-subscribe messaging fits in the big data ecosystem Kafka producers and consumers for writing and reading messages Patterns and use-case requirements to ensure reliable data delivery Best practices for building data pipelines and applications with Kafka How to perform monitoring, tuning, and maintenance tasks with Kafka in production The most critical metrics among Kafka's operational measurements Kafka's delivery capabilities for stream processing systems
    Anmerkung: Online resource; Title from title page (viewed October 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (136 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Node.js is used by many companies for building performant backend services without sacrificing developer efficiency. Thanks to its approachable API and familiar syntax, Node.js is loved by engineers and used by startups and Fortune 500s alike. Backed by the world's largest package repository, its enterprise foothold is only expected to grow. In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise platforms for building services that are observable, scalable, and resilient. Intermediate to advanced Node.js developers will find themselves integrating application code with a breadth of tooling from each layer of a modern service stack. Learn why running redundant copies of the same Node.js service is necessary Know which protocol to choose, depending on the situation Fine-tune your application containers for use in production Track down errors in a distributed setting to determine which service is at fault Simplify app code and increase performance by offloading work to a reverse proxy Build dashboards to monitor service health and throughput Find out why so many different tools are required when operating in an enterprise environment
    Anmerkung: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (41 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: If you're looking to make a career move from programmer to AI specialist, this is the ideal place to start. Based on Laurence Moroney's extremely successful AI courses, this introductory book provides a hands-on, code-first approach to help you build confidence while you learn key topics. You'll understand how to implement the most common scenarios in machine learning, such as computer vision, natural language processing (NLP), and sequence modeling for web, mobile, cloud, and embedded runtimes. Most books on machine learning begin with a daunting amount of advanced math. This guide is built on practical lessons that let you work directly with the code. You'll learn: How to build models with TensorFlow using skills that employers desire The basics of machine learning by working with code samples How to implement computer vision, including feature detection in images How to use NLP to tokenize and sequence words and sentences Methods for embedding models in Android and iOS How to serve models over the web and in the cloud with TensorFlow Serving
    Anmerkung: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (76 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Create a single-page application in React using a rich UI Structure code that can be worked on by large teams Integrate with backend services such as REST and GraphQL Use offline caching with technologies such as Redux or MobX Secure applications with technologies such as OAuth Deal with bugs and avoid common functional and performance problems
    Anmerkung: Online resource; Title from title page (viewed October 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (222 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Hit the ground running with React, the open-source technology from Facebook for building rich web applications fast. With the second edition of this practical guide, Stoyan Stefanov-designer of the YSlow 2.0 performance tool-shows you how to build React components and organize them into maintainable, large-scale apps. If you're familiar with basic JavaScript syntax, you're ready to get started. Through the course of the book, web developers and programmers will build a complete custom app that lets you store data on the client. You'll quickly learn why some developers consider React the key to the web app development puzzle.
    Anmerkung: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (122 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: If you use data to make critical business decisions, this book is for you. Whether you're a data analyst, research scientist, data engineer, ML engineer, data scientist, application developer, or systems developer, this guide helps you broaden your understanding of the modern data science stack, create your own machine learning pipelines, and deploy them to applications at production scale. The AWS data science stack unifies data science, data engineering, and application development to help you level up your skills beyond your current role. Authors Antje Barth and Chris Fregly show you how to build your own ML pipelines from existing APIs, submit them to the cloud, and integrate results into your application in minutes instead of days. Innovate quickly and save money with AWS's on-demand, serverless, and cloud-managed services Implement open source technologies such as Kubeflow, Kubernetes, TensorFlow, and Apache Spark on AWS Build and deploy an end-to-end, continuous ML pipeline with the AWS data science stack Perform advanced analytics on at-rest and streaming data with AWS and Spark Integrate streaming data into your ML pipeline for continuous delivery of ML models using AWS and Apache Kafka
    Anmerkung: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (400 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Distributed systems have become more fine-grained as organizations shift from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of problems. With lots of examples and practical advice, this expanded second edition takes a holistic view of the topics system architects and administrators must consider when building, managing, and evolving microservices architectures. Author Sam Newman provides you with a firm grounding in the concepts while diving into the latest solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. Through real-world examples, you'll learn how organizations worldwide are getting the most out of these architectures. Microservices technologies are moving quickly. This book brings you up to speed. Get new information on user interfaces, container orchestration, and serverless Use microservices to align system design with your organization's goals Explore options for integrating a service with the rest of your system Take an incremental approach when splitting monolithic codebases Deploy individual microservices through continuous integration Examine the complexities of testing and monitoring distributed services Manage security with expanded content around user-to-service and service-to-service models Understand the challenges of scaling microservices architectures
    Anmerkung: Online resource; Title from title page (viewed July 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (376 pages)
    Ausgabe: 1st edition
    Paralleltitel: Erscheint auch als Russell, Stuart J., 1962 - Human compatible
    DDC: 006.3
    RVK:
    Schlagwort(e): Electronic books ; local ; Informationsgesellschaft ; Technischer Fortschritt ; Künstliche Intelligenz ; Kontrolle ; Gesellschaft ; Entwicklung ; Zukunft ; Künstliche Intelligenz ; Kontrolle ; Informationsgesellschaft ; Technischer Fortschritt ; Mensch-Maschine-Kommunikation
    Kurzfassung: Der bekannte KI-Pionier Stuart Russell zeigt die Chancen und Risiken der Künstlichen Intelligenz auf Eine Superintelligenz als Zukunftsszenario - wie wir es schaffen, die Kontrolle zu behalten Eine realistische und kritische Betrachtung der KI mit anschaulichen Analogien und konkreten Lösungsvorschlägen In diesem bahnbrechenden Buch über die größte Frage bei der Entwicklung der KI zeigt der bekannte KI-Forscher Stuart Russell, wieso er sein eigenes Forschungsgebiet als Bedrohung für die menschliche Spezies ansieht und wie wir den aktuellen Kurs ändern können, bevor es zu spät ist. Niemand könnte die Chancen und Risiken dieser Zukunftstechnologie besser beurteilen als Stuart Russell, der seit mehr als einer Dekade an vorderster Front der KI-Forschung steht. Mit brillanten Analogien erklärt er, wie KI genau funktioniert und welche enormen Chancen sie mit sich bringt. Doch wir müssen sicherstellen, dass wir niemals die Kontrolle über diese Maschinen verlieren, die mächtiger sind als wir selbst. Russell zeigt auf, wie wir die schlimmsten Bedrohungen abwenden, indem wir die Grundlagen der KI neu denken, um zu garantieren, dass die Maschinen unsere Ziele verfolgen, nicht ihre. Fundiert, eindringlich und visionär ist Human Compatible ein Buch, das jeder lesen sollte, um die Zukunft zu verstehen, die schneller kommt, als wir denken. Über den Autor: Stuart Russell ist Professor der Informatik am Lehrstuhl Engineering der University of California, Berkeley. Er hat als stellvertretender Vorsitzender des Councils über Künstliche Intelligenz und Robotik des Weltwirtschaftsforums und Berater für die Rüstungskontrolle der Vereinten Nationen fungiert. Darüber hinaus ist er Fellow von Andrew Carnegie sowie der Association for Computing Machinery und der American Association for the Advancement of Science.
    Anmerkung: Online resource; Title from title page (viewed June 19, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484258729
    Sprache: Englisch
    Seiten: 1 online resource (183 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Take full advantage of the .NET APIs in System.IO to achieve fundamental I/O operations and produce better quality software. You'll start with the basics of creating a .NET Core custom library for System.IO. You will learn the purpose and benefits of a custom cross-platform .NET Core library along with the implementation architecture of the custom library components. Moving forward, you will learn how to use the .NET APIs of System.IO for getting information about resources. Here, you will go through drives, directories, files, and much more in the .NET API. You'll discuss manipulation of resources and the environment, where you will learn how to build custom IO actions for resource manipulation followed by its properties and security. Next, you will learn special .NET API operations with System.IO with demonstrations on working with collection of resources, directories, files, and system information. Finally, you will go through the managed and unmanaged streams in the .NET API such as memory stream, file stream, and much more. After reading Understanding System.IO for .NET Core 3 , you will be able to work with different features of .System.IO in .NET Core and implement its internal and commercial tools for different I/O scenarios. What You Will Learn Discover the inner workings of the System.IO BCL implementation on the .NET Core platform Work with System.IO mechanisms available through the .NET Core platform Write a custom library that encapsulates .NET APIs from System.IO Design and implement various tools in System.IO Who This Book Is For Developers with prior experience of working in .NET or .NET Core.
    Anmerkung: Online resource; Title from title page (viewed May 29, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484258118
    Sprache: Englisch
    Seiten: 1 online resource (255 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Hone your understanding of science and engineering concepts with the versatile Arduino microcontroller and powerful Raspberry Pi mini-computer. The simple, straightforward, fun projects in this book use the Arduino and Raspberry Pi to build systems that explore key scientific concepts and develop engineering skills. Areas explored include force/acceleration, heat transfer, light, and astronomy. You'll work with advanced tools, such as data logging, advanced design, manufacturing, and assembly techniques that will take you beyond practical application of the projects you'll be creating. Technology is ever evolving and changing. This book goes beyond simple how-tos to teach you the concepts behind these projects and sciences. You'll gain the skills to observe and adapt to changes in technology as you work through fun and easy projects that explore fundamental concepts of engineering and science. What You'll Learn Measure the acceleration of a car you're riding in Simulate zero gravity Calculate the heat transfer in and out of your house Photography the moon and planets Who This Book Is For Hobbyists, students, and instructors interested in practical applications and methods to measure and learn about the physical world using inexpensive Maker technologies.
    Anmerkung: Online resource; Title from title page (viewed June 20, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484259986
    Sprache: Englisch
    Seiten: 1 online resource (791 pages)
    Ausgabe: 4th edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Welcome to this one-stop-shop for learning Angular 9. Pro Angular 9 is the most concise and comprehensive guide available, giving you the knowledge you need to take full advantage of this popular framework for building your own dynamic JavaScript applications. The fourth edition of this popular guide explains how to get the most from Angular 9, starting with an in-depth overview of the MVC pattern and presenting the range of benefits it can offer. From there, you will begin learning how to use Angular in your projects, starting with the nuts-and-bolts concepts, and progressing on to more advanced and sophisticated features. Each topic in this full-color book provides you with precisely enough learning and detail to be effective. In true Adam Freeman style, the most important features are given full court press treatment, while also addressing common problems and how to avoid them. What You Will Learn: Gain a solid architectural understanding of the MVC Pattern Create rich and dynamic web app clients using Angular 9 Use the ng tools to create and build an Angular project Extend and customize Angular Acquire skills to unit test your Angular projects Who This Book Is For: This book is for web developers who want to create rich client-side applications. Foundational knowledge of HTML and JavaScript is recommended. "Adam's books provide a finely tuned blend of architectural overview, technical depth, and experience-born wisdom. His clear, concise writing style, coupled with project driven real world examples, make me comfortable recommending his books to a broad audience, ranging from developers working with a technology for the first time to seasoned professionals who need to learn a new skill quickly." Keith Dublin, Solution Principal, Slalom Consulting "Adam's books are the print version of a chat bot. His investment in learning how developers learn pays off in dividends, making this one of the most comprehensive resources available. Novices and experienced professionals alike will gain knowledge from the accessible and insightful material." Mark Donile, Software Engineer, MS CS
    Anmerkung: Online resource; Title from title page (viewed June 12, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484258422
    Sprache: Englisch
    Seiten: 1 online resource (360 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Get the most out of your printer, including how to design models, choose materials, work with different printers, and integrate 3D printing with traditional prototyping to make techniques like sand casting more efficient.This book is for new 3D printer owners, makers of all kinds, entrepreneurs, technology educators, and anyone curious about what you can do with a 3D printer. In this revised and expanded new edition of Mastering 3D Printing , which has been a trusted resource through five years of evolution in the 3D printing industry, you'll gain a comprehensive understanding of 3D printing. This book presumes no foreknowledge and describes what you need to know about how printers work, how to decide which type of printer (filament, resin, or powder) makes the most sense for you, and then how to go forward in the case of filament and resin printers. This new edition now includes material about consumer resin printing, the evolution of lower-cost metal printing, and the plethora of both materials and applications. What You'll Learn Choose among the different 3D printing technologies Create or find 3D models to print Make both easy and challenging prints come out as you imagined Assess whether your business, factory, home or classroom will benefit from 3D printing Work with applications that are good candidates for first projects in home and industrial applications Who This Book Is For People who are encountering 3D printing for the first time, or for those who want to level up their skills. It is designed for the nontechnical adult and minimizes jargon. However more sophisticated users will still find tips and insights of value.
    Anmerkung: Online resource; Title from title page (viewed May 30, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484257470
    Sprache: Englisch
    Seiten: 1 online resource (110 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Attention .NET developers who no longer want to use JavaScript for your front end. Quickly and efficiently learn how to use C# for your single-page application (SPA) thanks to Blazor. Today's reality is that most modern applications are web-based and if you want the same user experience as a desktop application, you need to be able to create a single-page application. While there are multiple frameworks and libraries to choose from (including Angular, React, and VueJS), you still need to know how to code in JavaScript. But now there is another option from Microsoft. Blazor is an open-source framework that enables developers to create web applications using C# and HTML, and everything you need to get started is covered in this guide. You will learn the steps, through build-along coding examples, that will allow you to use the same language for both the front end and the back end of your application. This book is designed to get you comfortable creating a single-page application in the shortest time possible. Get ready to create a complete business application that teaches and reinforces the skills you need in a Blazor production environment. What You Will Learn Develop the front end of an application using C# and .NET Core Use this quick-start for .NET developers who need to improve their application with a single-page front end Take a code-first approach that models an actual business application Gain insights for developing a high-functioning and maintainable application Study guidance on repurposing your .NET skill set Who This Book Is For C# and .NET developers who have some experience in web development
    Anmerkung: Online resource; Title from title page (viewed June 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Sprache: Englisch
    Seiten: 1 online resource (130 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: The world's most successful banks run on IBM®, and increasingly IBM LinuxONE. Temenos, the global leader in banking software, has worked alongside IBM for many years on banking deployments of all sizes. This book marks an important milestone in that partnership. Temenos on IBM LinuxONE Best Practices Guide shows financial organizations how they can combine the power and flexibility of the Temenos solution with the IBM platform that is purpose built for the digital revolution.
    Anmerkung: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 31
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (190 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Unternehmen geraten in die Feature-Falle, wenn sie sich stärker auf die Auslieferung und die Entwicklung von Features konzentrieren als auf den tatsächlichen Mehrwert, den diese Features für den Nutzer haben. Das Unternehmen misst seinen Erfolg in diesen Fällen anhand von Outputs und nicht von Outcomes und gefährdet seine Stellung im Markt oder sogar seinen Fortbestand.Perri beschreibt, wie Unternehmen und Organisationen durch eine wirksame Produktkultur der Feature-Falle entgehen und eine Produktstrategie entwickeln. Sie spielt durch, welche Formen der Kommunikation und Zusammenarbeit und robuste Produktmanagement-praktiken hierfür entscheidend sind und welche Schlüsselstellung Produktmanager einnehmen. Themen sind u.a.:- die Feature-Falle erkennen und vermeiden- durch eine konsequente Produktstrategie die Unternehmensvision und die wirtschaftlichen Ergebnisse mit den Produktaktivitäten verbinden- eine Kultur aufbauen, die Outcomes über Outputs stellt
    Anmerkung: Online resource; Title from title page (viewed January 16, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 32
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (68 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This paper is intended as an architecture and configuration guide to set up the IBM® System Storage® for the SAP HANA tailored data center integration (SAP HANA TDI) within a storage area network (SAN) environment. SAP HANA TDI allows the SAP customer to attach external storage to the SAP HANA server. The paper also describes the setup and configuration of SAP Landscape Management for SAP HANA systems on IBM infrastructure components: IBM Power Systems™ and IBM Storage based on IBM Spectrum™ Virtualize. This document is written for IT technical specialists and architects with advanced skill levels on SUSE Linux Enterprise Server (SLES) or Red Hat Enterprise Linux (RHEL) and IBM System Storage. This document provides the necessary information to select, verify, and connect IBM System Storage to the SAP HANA server through a Fibre Channel-based SAN. The recommendations in this Blueprint apply to single-node and scale-out configurations, and Intel and IBM Power based SAP HANA systems.
    Anmerkung: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 33
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (296 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication helps you with the planning, installation, and configuration of the new IBM Spectrum® Archive v1.3.0.6 for the IBM TS4500, IBM TS3500, IBM TS4300, and IBM TS3310 tape libraries. IBM Spectrum Archive EE enables the use of the LTFS for the policy management of tape as a storage tier in an IBM Spectrum Scale based environment. It helps encourage the use of tape as a critical tier in the storage environment. This is the eighth edition of IBM Spectrum Archive Installation and Configuration Guide. IBM Spectrum Archive EE can run any application that is designed for disk files on a physical tape media. IBM Spectrum Archive EE supports the IBM Linear Tape-Open (LTO) Ultrium 8, 7, 6, and 5 tape drives in IBM TS3310, TS3500, TS4300, and TS4500 tape libraries. In addition, IBM TS1160, TS1155, TS1150, and TS1140 tape drives are supported in TS3500 and TS4500 tape library configurations. IBM Spectrum Archive EE can play a major role in reducing the cost of storage for data that does not need the access performance of primary disk. The use of IBM Spectrum Archive EE to replace disks with physical tape in tier 2 and tier 3 storage can improve data access over other storage solutions because it improves efficiency and streamlines management for files on tape. IBM Spectrum Archive EE simplifies the use of tape by making it transparent to the user and manageable by the administrator under a single infrastructure. This publication is intended for anyone who wants to understand more about IBM Spectrum Archive EE planning and implementation. This book is suitable for IBM clients, IBM Business Partners, IBM specialist sales representatives, and technical specialists.
    Anmerkung: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 34
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (35 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This document is intended to facilitate the approach of achieving the Cyber Resiliency solution for IBM® Spectrum Virtualize for Public Cloud. This solution is designed to protect the data on IBM Spectrum™ Virtualize storage in a hybrid multicloud environment by deploying cloud backup to Amazon S3 using the function Transparent Cloud Tiering .
    Anmerkung: Online resource; Title from title page (viewed February 12, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 35
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (400 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Manage your own robust, inexpensive cybersecurity testing environment This hands-on guide shows clearly how to administer an effective cybersecurity testing lab using affordable technologies and cloud resources. Build Your Own Cybersecurity Testing Lab: Low-cost Solutions for Testing in Virtual and Cloud-based Environments fully explains multiple techniques for developing lab systems, including the use of Infrastructure-as-Code, meaning you can write programs to create your labs quickly, without manual steps that could lead to costly and frustrating mistakes. Written by a seasoned IT security professional and academic, this book offers complete coverage of cloud and virtual environments as well as physical networks and automation. Included with the book is access to videos that demystify difficult concepts. Inside, you will discover how to: • Gather network requirements and build your cybersecurity testing lab • Set up virtual machines and physical systems from inexpensive components • Select and configure the necessary operating systems • Gain remote access through SSH, RDP, and other remote access protocols • Efficiently isolate subnets with physical switches, routers, and VLANs • Analyze the vulnerabilities and challenges of cloud-based infrastructures • Handle implementation of systems on Amazon Web Services, Microsoft Azure, and Google Cloud Engine • Maximize consistency and repeatability using the latest automation tools
    Anmerkung: Online resource; Title from title page (viewed February 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 36
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (216 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: The world has changed. Today, every time you make a site live, you're opening it up to attack. A first-time developer can easily be discouraged by the difficulties involved with properly securing a website. But have hope: an army of security researchers is out there discovering, documenting, and fixing security flaws. Thankfully, the tools you'll need to secure your site are freely available and generally easy to use. Web Security for Developers will teach you how your websites are vulnerable to attack and how to protect them. Each chapter breaks down a major security vulnerability and explores a real-world attack, coupled with plenty of code to show you both the vulnerability and the fix. You'll learn how to: •Protect against SQL injection attacks, malicious JavaScript, and cross-site request forgery •Add authentication and shape access control to protect accounts •Lock down user accounts to prevent attacks that rely on guessing passwords, stealing sessions, or escalating privileges •Implement encryption •Manage vulnerabilities in legacy code •Prevent information leaks that disclose vulnerabilities •Mitigate advanced attacks like malvertising and denial-of-service As you get stronger at identifying and fixing vulnerabilities, you'll learn to deploy disciplined, secure code and become a better programmer along the way.
    Anmerkung: Online resource; Title from title page (viewed June 30, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 37
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (392 pages)
    Ausgabe: 3rd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Vom Setup des Accounts über das Anlegen von Adresslisten, Gruppen, Segmenten und Tags sowie das Aufsetzen von Kampagnen bis zu Newsletter-Gestaltung, -Versand und Erfolgskontrolle Alle neuen Funktionen für Facebook-, Google- und Instagram-Werbung, Landingpages und Postkartenversand sowie ausführliche Erklärung des neuen Mailchimp-Preismodells Zahlreiche Schritt-für-Schritt-Anleitungen und wertvolle Praxistipps für erfolgreiches E-Mail-Marketing Mailchimp ist mit 60% Marktanteil weltweit führend im Bereich der E-Mail-Marketing- und Newsletter-Software und ist für jeden geeignet - ganz unabhängig vom Einsatzgebiet: Unternehmen, Organisationen, Blogger und private Anwender können Mailchimp kostenlos zum Versand von Newslettern und Transaktionsmails und für die Marketing-Automation nutzen. Mit diesem Praxis-Handbuch erhalten Sie eine leicht verständliche Einführung in Mailchimp. Alle Themen werden Schritt für Schritt und praxisnah erläutert. Fortgeschrittenen Nutzern dient das Buch als praktisches Nachschlagewerk mit umfangreichem Stichwortverzeichnis. Neben einer grundlegenden Einführung in das Thema E-Mail-Marketing und Newsletter-Versand behandelt der Autor detailliert alle Themen, die für die Arbeit mit Mailchimp eine Rolle spielen: Nach dem Setup des Accounts erfahren Sie, wie Sie Listen für Ihre E-Mail-Adressen erstellen und diese effizient verwalten. Ausführlich und Schritt für Schritt wird beschrieben, wie Sie die Anmeldeformulare und die Benutzeroberfläche so überarbeiten, dass sie den Anforderungen an modernes E-Mail-Marketing optimal gerecht werden. Nachdem die Grundsteine gelegt sind, geht es um das Design und den Versand Ihrer Newsletter: Der Autor zeigt, welche Templates zur Verfügung stehen, und Sie lernen alle verfügbaren Inhaltselemente kennen. Sie erfahren, wie Sie einzelne Kampagnen aufsetzen, versenden und mittels Statistiken und A/B-Tests den Erfolg Ihrer Newsletter kontrollieren. Für den fortgeschrittenen Einsatz geht der Autor am Ende des Buches noch auf Facebook- und Instagram-Kampagnen, Webhooks, die API-Programmierung und Mailchimp-Apps ein. Aus dem Inhalt: Preismodell und Compliance Account-Setup Adresslisten aufsetzen Newsletter-Anmeldungen Mailchimp-Formulare übersetzen Import und Export von Listen Gruppen und Segmente anlegen Newsletter-Design und Templates E-Commerce-Integration Newsletter-Versand: Kampagnen aufsetzen, Inhalte verfassen, A/B-Tests Automations Facebook-, Google- und Instagram-Kampagnen Postkartenversa...
    Anmerkung: Online resource; Title from title page (viewed April 21, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 38
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Sprache: Englisch , Spanisch
    Seiten: 1 online resource (330 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: La mayoría de los empresarios se han preocupado de negociar con sus bancos y reducir sus costes financieros, pero ¿cuántos se han preocupado de negociar con sus aseguradoras y reducir sus primas de seguro? ¿cuántos están convencidos de que tienen sus riesgos bien asegurados? ¿cuántos entienden cuál es la prima razonable para un seguro determinado? La respuesta es obvia: muy pocos empresarios entienden sus seguros. Se limitan a pagarlos y, a veces, a evitarlos, quizás con consecuencias funestas cuando acontece lo inesperado. El libro que tiene en sus manos es el primero que recoge de manera sistemática todos los riesgos que asumen las empresas y los empresarios, y el modo en que conviene asegurarlos. Sus autores, dos grandes profesionales del seguro, han mantenido un equilibrio entre la perspectiva del empresario y la de la aseguradora, porque ambos están obligados a colaborar y entenderse. Lo han hecho con un lenguaje simple y directo, que permite a cualquier empresario o directivo hacerse una idea clara de cómo debe manejarse en el a menudo complicado mundo de los seguros. El lector sacará conclusiones que le ayudarán tanto a cubrir mejor sus riesgos como a reducir el coste de sus seguros. Es decir, la pequeña inversión de tiempo y dinero que supone este libro estará de sobra compensada por el beneficio que le proporcionará su lectura. Le animamos a leerlo con atención y le ofrecemos una línea directa con los autores para resolver las dudas que le surjan.
    Anmerkung: Online resource; Title from title page (viewed March 24, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 39
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (14 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: In this paper, we outline some IBM® Spectrum Virtualize HyperSwap® SAN implementation and design best practices for optimum resiliency of the SAN Volume Controller cluster. It provides IBM Spectrum® Virtualize HyperSwap and Stretched Cluster configuration details. Note: In this book, for brevity, we use HyperSwap to refer to both HyperSwap and Stretched Cluster. The documentation there details the minimum requirements. However, it does not describe the design of the storage area network (SAN) in detail, nor does it describe the recommended way to implement those requirements on a SAN. In this IBM Redpaper publication, we outline some of the best practices for SAN design and implementation that leads to optimum resiliency of the SAN Volume Controller (SVC) cluster, and we explain why each recommendation is made. This paper is SAN vendor-neutral wherever possible. Any mention of a specific SAN switch vendor, or terms used by a specific switch vendor, is made only where relevant to a specific context, and does not imply an endorsement of a specific switch vendor. Note: Some of the figures in this document might not depict redundant fabrics or storage configurations. This was done for simplicity, and it should be assumed that any recommendations made for fabric design assume that there are two redundant fabrics.
    Anmerkung: Online resource; Title from title page (viewed April 23, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 40
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (12 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: The FlashSystem 9200 combines the performance of flash and end-to-end Non-Volatile Memory Express (NVMe) with the reliability and innovation of IBM® FlashCore technology, the ultra-low latency of Storage Class Memory (SCM), the rich features of IBM Spectrum® Virtualize and AI predictive storage management, and proactive support by Storage Insights. All of these features are included in a powerful 2U enterprise-class, blazing fast storage all-flash array.
    Anmerkung: Online resource; Title from title page (viewed April 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 41
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484256565
    Sprache: Englisch
    Seiten: 1 online resource (573 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: ​Designed for beginners with no knowledge or experience in game development or programming, this book teaches the essentials of the Unity game engine,the C# programming language, and the art of object-oriented programming. New concepts are not only explained, but thoroughly demonstrated. Starting with an introduction to Unity, you'll learn about scenes, GameObjects, prefabs, components, and how to use the various windows to interact with the engine. You'll then dive into the fundamentals of programming by reviewing syntax rules, formatting, methods, variables, objects and types, classes, and inheritance, all while getting your hands dirty writing and testing code yourself. Later, the book explains how to expose script data in the Inspector and the basics of Unity's serialization system. This carefully crafted work guides you through the planning and development of bare bones, simple game projects designed to exercise programming concepts while keeping less relevant interruptions out of the way, allowing you to focus on the implementation of game mechanics first and foremost. Through these example projects, the book teaches input handling, rigidbodies, colliders, cameras, prefab instantiation, scene loading, user interface design and coding, and more. By the end, you'll have built a solid foundation in programming that will pave your way forward in understanding core C# syntax and fundamentals of object-oriented programming-not just what to type but why it's typed and what it's really doing. Game Programming with Unity and C# will send you on your way to becoming comfortable with the Unity game engine and its documentation and how to independently seek further information on yet-untouched concepts and challenges. What You'll Learn Understand the fundamentals of object-oriented computer programming, including topics specifically relevant for games. Leverage beginner-to-intermediate-level skills of the C# programming language and its syntax. Review all major component types of the Unity game engine: colliders and rigidbodies, lights, cameras, scripts, etc. Use essential knowledge of the Unity game engine and its features to balance gameplay mechanics for making interesting experiences. Who This Book Is For Beginners who have no prior experience in programming or game development who would like to learn with a solid foundation that prepares them to further develop their skills.
    Anmerkung: Online resource; Title from title page (viewed June 13, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 42
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (38 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This information is intended to facilitate the deployment of IBM® FlashSystem for the Epic Corporation electronic health record (EHR) solution by describing the requirements and specifications for configuring IBM FlashSystem® 9200 and its parameters. The document also describes the steps that are required to configure the server that host the EHR application. To complete the tasks, you must have a working knowledge of IBM FlashSystem 9200 and Epic applications. The information in this document is distributed on an "as is" basis, without any warranty that is either expressed or implied. Support assistance for the use of this material is limited to situations where IBM FlashSystem storage devices are supported and entitled and where the issues are not specific to a blueprint implementation.
    Anmerkung: Online resource; Title from title page (viewed April 22, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 43
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (252 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Dieses Buch vermittelt Ihnen das konzeptionelle und praktische Rüstzeug, um ein tiefes Verständnis für die Funktionsweise neuronaler Netze zu bekommen. Sie lernen die Grundprinzipien des Deep Learning kennen, zu deren Veranschaulichung Seth Weidman gut nachvollziehbare Konzeptmodelle entwickelt hat, die von Codebeispielen begleitet werden. Das Buch eignet sich für Data Scientists und Softwareentwickler mit Erfahrung im Machine Learning.Sie beginnen mit den Basics des Deep Learning und gelangen schnell zu den Details fortgeschrittener Architekturen, indem Sie deren Aufbau von Grund auf neu implementieren. Dabei lernen Sie mehrschichtige neuronale Netze wie Convolutional und Recurrent Neural Networks kennen. Diese neuronalen Netzwerkkonzepte setzen Sie dann mit dem beliebten Framework PyTorch praktisch um. Auf diese Weise bauen Sie ein fundiertes Wissen darüber auf, wie neuronale Netze mathematisch, rechnerisch und konzeptionell funktionieren.
    Anmerkung: Online resource; Title from title page (viewed May 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 44
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (200 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Visuelle Notizen ganz einfach im Beruf nutzen Von To-do-Listen über Brainstorming, Gespräche und Meetings bis hin zu Prozessen und Diagrammen Mit zahlreichen Vorlagen und Beispielen Mit visuellen Notizen und Sketchnotes lassen sich Inhalte anhand einer Kombination aus Schrift und Bild optimal und anschaulich darstellen und besser merken. Dieses Buch richtet sich an alle, die die Vorteile des visuellen Arbeitens für sich entdecken und ihren Arbeitsalltag effektiver und kreativer gestalten wollen - sei es für sich selbst oder für die Zusammenarbeit in Teams.. Angela Altenbeck zeigt Ihnen, wie Sie ohne viel Aufwand mit einfachen Visualisierungen und Sketchnotes Ihren beruflichen Alltag effizienter gestalten, ohne dass Sie dafür besondere Zeichenfähigkeiten brauchen. Sie lernen zunächst alle grundlegenden Elemente kennen, mit denen Sie Ihre Notizen visualisieren können. Im Anschluss daran erfahren Sie, wie Sie mit einfachen Zeichnungen und hilfreichen Vorlagen zahlreiche berufliche Situationen visuell unterstützen können: Gedanken strukturieren, Ideen finden, Aufträge definieren, Gesprächsnotizen und Protokolle erstellen, Abläufe, Prozesse und Diagramme darstellen sowie Meetings und Reden vorbereiten. Haben Sie einmal damit angefangen, werden Sie nicht mehr darauf verzichten wollen. Mit diesem Buch finden Sie einen einfachen Einstieg in die Visualisierung im Beruf.
    Anmerkung: Online resource; Title from title page (viewed April 22, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 45
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (10 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This document is intended to facilitate the deployment of Red Hat Ansible for the IBM FlashSystem®. The document describes the automation and orchestration of storage provisioning for the IBM FlashSystem by using Red Hat Ansible. To complete the tasks that are described in this document, you must understand the IBM FlashSystem and Red Hat Ansible. The information in this document is distributed on an "as-is" basis without any warranty that is either expressed or implied. Support assistance for the use of this material is limited to situations where IBM FlashSystem storage devices are supported and entitled, and where the issues are specific to a blueprint implementation.
    Anmerkung: Online resource; Title from title page (viewed April 23, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 46
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Sybex | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (400 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Demystify architecting complex blockchain applications in enterprise environments Architecting Enterprise Blockchain Solutions helps engineers and IT administrators understand how to architect complex blockchain applications in enterprise environments. The book takes a deep dive into the intricacies of supporting and securing blockchain technology, creating and implementing decentralized applications, and incorporating blockchain into an existing enterprise IT infrastructure. Blockchain is a technology that is experiencing massive growth in many facets of business and the enterprise. Most books around blockchain primarily deal with how blockchains are related to cryptocurrency or focus on pure blockchain development. This book teaches what blockchain technology is and offers insights into its current and future uses in high performance networks and complex ecosystems. • Provides a practical, hands-on approach • Demonstrates the power and flexibility of enterprise blockchains such as Hyperledger and R3 Corda • Explores how blockchain can be used to solve complex IT support and infrastructure problems • Offers numerous hands-on examples and diagrams Get ready to learn how to harness the power and flexibility of enterprise blockchains!
    Anmerkung: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 47
    Sprache: Englisch
    Seiten: 1 online resource (224 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Companies need to migrate data not only when technology needs to be replaced, but also for consolidation, load balancing, and disaster recovery (DR). Data migration is a critical operation, and this book explains the phases and steps to ensure a smooth migration. Topics range from planning and preparation to execution and validation. The book explains, from a generic standpoint, the appliance-based, storage-based, and host-based techniques that can be used to accomplish the migration. Each method is explained through practical migration scenarios and for various operating systems. This publication addresses the aspects of data migration efforts while focusing on fixed block storage systems in open environment with the IBM® FlashSystem 9100 as the target system. Therefore, the book also emphasizes various migration techniques using the Spectrum Virtualize built-in functions. This document targets storage administrators, storage network administrators, system designers, architects, and IT professionals who design, administer or plan data migrations in large data Centers. The aim is to ensure that you are aware of the current thinking, methods, and products that IBM can make available to you. These items are provided to ensure a data migration process that is as efficient and problem-free as possible. The material presented in this book was developed with versions of the referenced products as of February, 2020.
    Anmerkung: Online resource; Title from title page (viewed April 16, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 48
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (400 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: 3D-Modelle professionell konstruieren, rendern, animieren und simulieren Aufbereitung der Modelle für 3D-Druck und CNC-Bearbeitungen sowie Einführung in den Fertigungsprozess Alle wichtigen Funktionen anhand praktischer Beispiele Schritt für Schritt erklärt Mit dem cloudbasierten CAD/CAM-Programmsystem Fusion 360 lassen sich schnell und einfach professionelle 3D-Modelle und 2D-Fertigungszeichnungen erstellen und für CNC-Bearbeitungen und 3D-Druck vorbereiten. Dieses Buch bietet eine praktische Einführung in die wichtigsten Funktionen der umfangreichen Software. Dabei setzt der Autor folgende Themenschwerpunkte: 3D-Modelle zweidimensional skizzieren und aus der Skizze heraus erzeugen Volumenkörper-, Flächen-, Freiform- und Netzmodellierung 2D-Fertigungszeichnungen mit Beschriftung und Stücklisten ableiten Bauteile und Baugruppen rendern, animieren und Mechanismen simulieren Erstellen von Fertigungsdaten für 3D-Drucker und CNC-Bearbeitungsmaschinen 3D-Druck und CNC-Bearbeitungen (wie CNC-Fräsen, CNC-Drehen und Laserschneiden) Alle Funktionen und Arbeitsweisen werden Schritt für Schritt demonstriert und eingeübt. Zahlreiche praktische Beispiele helfen, die verschiedenen Techniken nachzuvollziehen und zu verinnerlichen. Nach der Lektüre dieses Buches sind Sie bestens gerüstet, individuelle 3D-Modelle sowie die entsprechenden Fertigungsdaten zu erstellen und eigene Projekte umzusetzen. Zum Download: Alle im Buch verwendeten Konstruktionsbeispiele stehen zum kostenlosen Download zur Verfügung. Über den Autor: Detlef Ridder hat langjährige Erfahrung im Bereich CAD und bereits zahlreiche Bücher zu AutoCAD, Inventor, Revit und ArchiCAD veröffentlicht. Durch die Schulungen, die er zu diesen Programmen und im Bereich CNC gibt, weiß er, welche Themen für Einsteiger besonders wichtig sind.
    Anmerkung: Online resource; Title from title page (viewed June 19, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 49
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (160 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Ganz einfach und Schritt für Schritt auf Ubuntu umsteigen Die Benutzeroberfläche Gnome kennenlernen und an die eigenen Bedürfnisse anpassen Windows und Ubuntu parallel betreiben Inkl. E-Book zum kostenlosen Download Steigen Sie mit Ubuntu ein in die Linux-Welt! Egal, ob Sie Ubuntu parallel zu einem anderen Betriebssystem einsetzen oder ausschließlich damit arbeiten wollen: Dieses Buch nimmt Sie an die Hand und ermöglicht Ihnen einen einfachen Start mit Ubuntu 20.04. Christoph Troche erläutert Ihnen gut nachvollziehbar die verschiedenen Installationsmöglichkeiten von Ubuntu (Live-Version, Festinstallation, allein oder parallel zu Windows). Er zeigt Ihnen Schritt für Schritt, wie Sie Ubuntu einrichten, und macht Sie mit der Arbeitsoberfläche Gnome vertraut, so dass Sie direkt loslegen können. Sie erfahren außerdem, wie Sie Software, die ursprünglich für den Betrieb unter Windows gedacht ist, trotzdem installieren können. Für einen kompletten Umstieg empfiehlt er Ihnen aber auch geeignete Linux-Alternativen. Dabei lernen Sie Möglichkeiten kennen, mit denen Sie den Funktionsumfang der Arbeitsoberfläche, der Dateiverwaltung und der Benutzerverwaltung erweitern können. So hilft Ihnen dieses Praxisbuch optimal dabei, alle im Alltag anfallenden Aufgaben problemlos mit Ubuntu zu meistern. Aus dem Inhalt: Linux und Ubuntu Live-Version und vollständige Installation Die grafische Oberfläche Gnome Finetuning - Ubuntu einrichten Anwendungen nachinstallieren Windows-Programme mit Ubuntu nutzen Linux-Alternativen zu Windows-Programmen Ubuntu in der Gruppe Sicherheit im System Nautilus, Kommandozeile und Verzeichnisbaum Auf der Buch-DVD: Ubuntu 20.04 LTS für PC Über den Autor: Christoph Troche ist Fachbuchautor und Linux-User der ersten Stunde. Er legt besonders großen Wert auf die praktische Verwendbarkeit und Benutzerfreundlichkeit seiner Anleitungen.
    Anmerkung: Online resource; Title from title page (viewed July 9, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 50
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (270 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Darktable erlaubt eine effiziente und mächtige Verwaltung und Bearbeitung der eigenen Fotos und ist eine kostenlose Alternative zu den Softwareabos von z. B. Lightroom und Photoshop. Sowohl Neueinsteiger als auch Umsteiger von anderer Software (insbesondere Lightroom) werden Schritt für Schritt in die Funktionalität eingeführt, von der ersten Installation bis hin zu grundlegenden Verwaltungsmöglichkeiten und Bearbeitungsfunktionen.Nach der Lektüre kann der Leser seinen kompletten Workflow mit Darktable umsetzen.
    Anmerkung: Online resource; Title from title page (viewed June 20, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 51
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (452 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Unabhängig von ihrem Geschäftsmodell werden Startups in den ersten Jahren mit vielen juristischen Fragestellungen konfrontiert. Für den Unternehmenserfolg ist deshalb extrem wichtig, dass Gründer juristische Stolpersteine kennen und Sachverhalte einordnen können. Jan Schnedler, Rechtsanwalt in Hamburg, berät seit vielen Jahren Startups in allen relevanten Fragestellungen. In diesem Praxisleitfaden fasst er seine Erfahrungen zusammen: ohne Angabe von Paragrafen und in einer Sprache, die für Nichtjuristen verständlich ist. Mit dem Wissen aus diesem Buch sind Gründer in der Lage, informiert Entscheidungen zu treffen, Fehler zu vermeiden oder zumindest zu korrigieren.
    Anmerkung: Online resource; Title from title page (viewed June 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 52
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill Education TAB | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (224 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This fun project book engages kids with coding and making This easy-to-follow guide offers a fun, hands-on introduction to coding for kids and anyone looking for a whimsical, light-hearted approach to making. The book contains 20 cool projects that use Raspberry Pi, micro:bit, and kid-friendly Circuit Playground Express along with a few inexpensive, easy-to-find parts like LEDs and tin foil. Save the World with Code: 20 Fun Projects Using Raspberry Pi, micro:bit, and Circuit Playground Express for Kids features projects ranging from easy to advanced. You will get a fun blend of environmentally friendly projects, like a thermometer to monitor home temperature and a moisture sensor for keeping your plants watered, with more wacky projects, like a light up sword, cookie theft detector, and a touch sensor to check if someone is a zombie! •Teaches kids coding basics using Raspberry Pi, micro:bit, and Circuit Playground Express •Each project includes a parts list, illustrations, and easy-to-follow assembly instructions •Written by a maker and educator whose goal is to make coding fun for everyone
    Anmerkung: Online resource; Title from title page (viewed April 10, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 53
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (852 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Eine Reihe technischer Durchbrüche beim Deep Learning haben das gesamte Gebiet des maschinellen Lernens in den letzten Jahren beflügelt. Inzwischen können sogar Programmierer, die kaum etwas über diese Technologie wissen, mit einfachen, effizienten Werkzeugen Machine-Learning-Programme implementieren. Dieses praxisorientierte Buch zeigt Ihnen wie. Mit konkreten Beispielen, einem Minimum an Theorie und zwei unmittelbar anwendbaren Python-Frameworks - Scikit-Learn und TensorFlow 2 - verhilft Ihnen der Autor Aurélien Géron zu einem intuitiven Verständnis der Konzepte und Tools für das Entwickeln intelligenter Systeme. Sie lernen eine Vielzahl von Techniken kennen, beginnend mit einfacher linearer Regression bis hin zu Deep Neural Networks. Die in jedem Kapitel enthaltenen Übungen helfen Ihnen, das Gelernte in die Praxis umzusetzen. Um direkt zu starten, benötigen Sie lediglich etwas Programmiererfahrung.
    Anmerkung: Online resource; Title from title page (viewed July 7, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 54
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (304 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Erschaffe deine eigene Welt: mächtige neue Waffen erstellen wie z.B. ein Feuerschwert, auf Knopfdruck Türme und ganze Häuser bauen, automatisch auf Veränderungen in der Welt reagieren Neue Crafting-Rezepte und eigene Spielmodi entwickeln wie z.B. eine Schneeballschlacht mit Highscore-Liste Mit umfangreicher Referenz zu allen Programmierbefehlen Programmieren lernen mit Python ohne Vorkenntnisse Du spielst schon lange Minecraft und denkst, du hast schon alles gesehen? Kennst du schon das Feuerschwert, den Enderbogen oder den Spielmodus »Schneeballschlacht«? Du willst auf Knopfdruck Türme, Mauern oder sogar ganze Häuser bauen? Vollautomatisch auf Geschehnisse in der Spielwelt reagieren? Mit eigenen Plugins kannst du all das und noch viel mehr entdecken und ganz nebenbei auch noch programmieren lernen. Python ist für Programmiereinsteiger besonders leicht zu lernen. Daniel Braun zeigt dir, wie du mit Python und Bukkit oder Spigot Erweiterungen für Minecraft programmierst, sogenannte Plugins, die du dann zusammen mit deinen Freunden auf deinem eigenen Minecraft-Server ausprobieren kannst. Dafür sind keine Vorkenntnisse erforderlich, du lernst alles von Anfang an. Nach dem Programmieren einfacher Chat-Befehle wirst du coole Plugins zum Bauen erstellen, so dass mit einem einzigen Befehl sofort z.B. ein fertiges Haus oder eine Kugel vor dir steht. Außerdem erfährst du, wie deine Plugins automatisch auf Geschehnisse in der Spielwelt reagieren können. Du kannst auch eigene Crafting-Rezepte entwerfen, um z.B. mächtige neue Waffen zu kreieren wie das Feuerschwert, das alles in Brand setzt, worauf es trifft. Am Ende lernst du sogar, wie du eigene Spielmodi entwickeln kannst, also ein Spiel im Spiel. Ob eine Schneeballschlacht mit Highscore-Liste oder ein Wettsammeln mit Belohnung für den Sieger, hier ist jede Menge Spaß garantiert. Für das alles brauchst du keine Vorkenntnisse, nur Spaß am Programmieren. Es beginnt mit ganz einfachen Beispielen, aber mit jedem Kapitel lernst du mehr Möglichkeiten kennen, um Minecraft nach deinen Wünschen anzupassen. Am Ende kannst du richtig in Python programmieren und deiner Kreativität sind keine Grenzen mehr gesetzt, um deine eigene Minecraft-Welt zu erschaffen. Aus dem Inhalt: Bukkit und Spigot installieren und einrichten Eigene Befehle definieren und Chat-Nachrichten versenden Python-Grundlagen: Variablen, Schleifen, Verzweigungen, Funktionen, Klassen und Objekte Häuser, Kreise und Kugeln bauen Schilder errichten und...
    Anmerkung: Online resource; Title from title page (viewed July 16, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 55
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (192 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: "What is impressive is not only how Winters builds a case for the urgency and need for bold, inclusive conversations but that she also gives specific strategies and competencies to turn her theory into practice." -Dr. Sheila Robinson, publisher and CEO, Diversity Woman Media Effective dialogue across different dimensions of diversity, such as race, gender, age, religion, or sexual orientation, fosters a sense of belonging and inclusion, which in turn leads to greater productivity, performance, and innovation. Whether in the workplace, faith communities, or educational settings, our differences can tear us apart rather than bring us together if we do not know how to communicate. Recognizing our collective responsibility to earnestly address our differences and increase understanding and empathy will not only enhance organizational goals but will also lead to a healthier, kinder, and more compassionate world. Award-winning diversity, equity, and inclusion consultant Mary-Frances Winters has been leading workshops on what she calls Bold, Inclusive Conversations for years. In this book she offers specific dialogue strategies to foster greater understanding on the following topics: • Recognizing the importance of creating equity and sharing power • Dealing with the "fragility" of dominant groups--their discomfort in engaging with historically subordinated groups • Addressing the exhaustion historically marginalized groups feel from constantly explaining their different lived experience • Exploring how to build trust and create psychologically safe spaces for dialogue This guide is comprehensive for anyone who wants to break down the barriers that separate us and facilitate discussions on potentially polarizing topics.
    Anmerkung: Online resource; Title from title page (viewed August 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 56
    ISBN: 9780738458885
    Sprache: Englisch
    Seiten: 1 online resource (164 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redpaper publication is a comprehensive guide that covers the IBM Power System S914 (9009-41G), IBM Power System S922 (9009-22G), and IBM Power System S924 (9009-42G) servers that use the latest IBM POWER9™ processor-based technology and support the IBM AIX®, IBM i, and Linux operating systems (OSs). The goal of this paper is to provide a hardware architecture analysis and highlight the changes, new technologies, and major features that are being introduced in these systems, such as: The latest IBM POWER9 processor, which is available in various configurations for the number of cores per socket More performance by using industry-leading Peripheral Component Interconnect Express (PCIe) Gen 4 slots Enhanced internal disk scalability and performance with up to 11 NVMe adapters Introduction of a competitive Power S922 server with a 1-socket configuration that is targeted at IBM i customers This publication is for professionals who want to acquire a better understanding of IBM Power Systems™ products. The intended audience includes the following roles: Clients Sales and marketing professionals Technical support professionals IBM Business Partners Independent software vendors (ISVs) This paper expands the current set of IBM Power Systems documentation by providing a desktop reference that offers a detailed technical description of the Power S914, Power S922, and Power S924 systems. This paper does not replace the current marketing materials and configuration tools. It is intended as an extra source of information that, together with existing sources, can be used to enhance your knowledge of IBM server solutions.
    Anmerkung: Online resource; Title from title page (viewed August 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 57
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (342 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Mit der Version 8 erhielt die objektorientierte Programmiersprache Java die Möglichkeit, mit ihr funktional zu programmieren. Dieser Programmierstil hat seitdem bei Java-Entwicklern immer mehr an Popularität gewonnen, getrieben durch den Trend zu datenzentrierten Anwendungen und neueren Programmiersprachen, die funktionale Programmierung (z.B. Scala, Kotlin) einfach möglich machen. Das Buch richtet sich sowohl an Einsteiger in Java, die einen tieferen Einblick in die funktionale Seite der Sprache erhalten möchten, als auch an erfahrene Java-Entwickler, die ihre tägliche Arbeit um funktionale Aspekte erweitern möchten.
    Anmerkung: Online resource; Title from title page (viewed July 7, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 58
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (352 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Mario Lukas beleuchtet in seinem Buch "Das 3D-Scanner-Praxisbuch" das gesamte moderne Wissens- und Erfahrungsspektrum zum Thema "3D-Scanner". Er erklärt leicht verständlich die technischen Voraussetzungen für das 3D-Scanning, beschreibt die unterschiedlichen technischen Verfahren und testet die auf dem Markt befindlichen aktuellen 3D-Scanner. Im Praxisteil des Buches beschreibt der Autor ausführlich in Schritt-für-Schritt-Anleitungen den Bau eines Laser-Scanners aus einem Raspberry Pi und einer Raspberry-Pi-Camera sowie den Bau eines Scanners für große Objekte und Personen mit einer Kinect-Videospielkonsole. Die Software-Bearbeitungskette im Post-Scanning-Prozess zur Erzielung hochwertiger Scan-Ergebnisse machen das Buch zu einem Standardwerk des 3D-Scannings.
    Anmerkung: Online resource; Title from title page (viewed June 20, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 59
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (238 pages)
    Ausgabe: 4th edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Softwarearchitektur bildet einen wesentlichen Erfolgsfaktor für Softwareprojekte. Sie stellt im Sinne einer systematischen Konstruktion sicher, dass Qualitätsanforderungen wie beispielsweise Erweiterbarkeit, Flexibilität, Performance oder Time-to-Market erfüllt werden können. Dieses Buch vermittelt das notwendige Grundlagenwissen, wie Techniken und Methoden für Entwurf, Dokumentation und Qualitätssicherung, und die Fähigkeiten, um eine dem Problem angemessene Softwarearchitektur für Systeme zu entwerfen. Der Inhalt orientiert sich am Lehrplan zum »Certified Professional for Software Architecture - Foundation Level« (CPSA-F) des International Software Architecture Qualification Board (iSAQB). Die 4. Auflage bietet eine Aktualisierung auf Basis des CPSA-F-Lehrplans in der Version 5.1.
    Anmerkung: Online resource; Title from title page (viewed July 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 60
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747500941
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (488 pages)
    Ausgabe: 5th edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Aktualisierte und erweiterte 5. Auflage des Standardwerks zur Stockfotografie - mit allen aktuellen Informationen sowie neuen Inhalten Erfolgreich Bilder über das Internet verkaufen - von der Organisation bis zur Lizenzierung Ausrüstung, Motivwahl und die Arbeit mit Models sowie Tipps zur Verschlagwortung und zu den verschiedenen Verkaufsmodellen Stockfotografie ist beliebter denn je. Neben Zeitschriften, Verlagen und Werbeagenturen kaufen mittlerweile auch vermehrt Privatpersonen Bilder im Internet, um sie auf Webseiten zu nutzen. Um als Fotograf mit Stockfotos erfolgreich zu sein und Geld zu verdienen, braucht es aber mehr, als die Schnappschüsse aus dem letzten Urlaub bei einer beliebigen Agentur hochzuladen. Robert Kneschke zeigt Ihnen in dieser Neuauflage seines erfolgreichen und unterhaltsamen Buches, was ein gutes, d.h. gut verkäufliches Stockfoto ausmacht und wie Sie dieses bestmöglich verkaufen. Von den technischen Aspekten der Aufnahme und den passenden Requisiten und Locations über die Zusammenarbeit mit Models und rechtliche Themen bis hin zu der immens wichtigen Verschlagwortung und der oft vernachlässigten Statistik bleiben keine Fragen offen. Sie erhalten eine Übersicht über die beliebtesten Bildagenturen und deren unterschiedliche Lizenzierungsmodelle. Die im Buch veröffentlichten Einnahmen einiger Fotografen zeigen beispielhaft die finanziellen Möglichkeiten der Stockfotografie, und Interviews mit anderen Stockfotografen geben einen noch tieferen Einblick in das Geschäft der Stockfotografie. In einem abschließenden Bilderkapitel präsentiert Ihnen der Autor einige erfolgreiche und repräsentative Stockfotos aus seinem Portfolio, die das Gelesene noch einmal bildlich untermauern. So können Sie sich mit diesem Wissensfundus erfolgreich auf dem hart umkämpften Markt der Stockfotografie etablieren und Geld mit den eigenen Fotos verdienen! Aus dem Inhalt: TEIL A: Fotos machen Ausrüstung Beleuchtung Gestaltungsregeln Beliebte Motive Technische Bildqualität Inspiration Die Arbeit mit Models Requisiten Locations Rechtliches Lichtaufbau Mobile Stock Stockaudio und Stockvideo TEIL B: Fotos verkaufen Arbeitsablauf Bildauswahl Bildbearbeitung Verschlagwortung Dateiorganisation und Archivierung Bildagenturen Hochladen Statistik Andere Vertriebswege Professionalität Marketing, Werbung, Informationen Versicherungen und Vereine Gewerbe und Steuern Berufskrankheiten Einnahmen Interviews
    Anmerkung: Online resource; Title from title page (viewed January 21, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 61
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (176 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Die beliebte Bildbearbeitungs-Alternative Schritt für Schritt erklärt Von der Installation und den richtigen Einstellungen bis hin zum fachmännischen Umgang mit allen Werkzeugen Ausführliches Praxiskapitel: verschiedene Bild-Looks erstellen, Porträts retuschieren, Himmel austauschen, Sonnenstrahlen einfügen, stürzende Linien korrigieren u.v.m. Luminar gehört zu den innovativsten Bildbearbeitungsprogrammen auf dem Markt und das durchdachte Bedienkonzept ermöglicht es insbesondere auch Anfängern, sehr schnell zu beeindruckenden Ergebnissen zu kommen. Das Programm bietet dabei ähnlich interessante Möglichkeiten für die Bildbearbeitung wie teure Software-Alternativen. Hendrik Roggemann zeigt zunächst, wie Luminar installiert oder über ein Plug-in aufgerufen werden kann, um damit zu arbeiten. Daraufhin erläutert er ausführlich die komfortable Bildverwaltung und liefert insbesondere zum Bibliotheks-Workflow viele wertvolle Tipps. Der Autor stellt die zahlreichen Werkzeuge u.a. aus dem Kreativ- und Professional-Bereich detailliert vor und beschreibt den Umgang mit Ebenen zur Optimierung einzelner Bildelemente. Ein ausführliches Kapitel widmet sich Praxis-themen wie zum Beispiel der Hautretusche, der RAW-Entwicklung sowie der Schwarzweiß-Umwandlung und enthält zahlreiche Profi-Tipps. Die gut nachvollziehbaren Beispiele stehen zum kostenlosen Download bereit. Aus dem Inhalt: Luminar installieren und aktivieren Bilder sichern, verwalten und exportieren Das Histogramm verstehen und nutzen Eigene Looks erstellen Effektiv mit Ebenen arbeiten Effekte mit Masken erzeugen, Bilder zuschneiden und das Stempel-Werkzeug einsetzen Mit Looks die Bildbearbeitung beschleunigen RAW-Entwicklung Schwarzweiß-Umwandlung Störende Objekte wegradieren und ein Logo einsetzen Den Himmel austauschen und Sonnenstrahlen einfügen Bilder »alt« aussehen lassen oder in Sekunden verfeinern
    Anmerkung: Online resource; Title from title page (viewed February 4, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 62
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (260 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Mit Microservices und Containern hat sich die Art und Weise, wie Entwickler Software entwerfen, bauen und ausführen, deutlich verändert. Dieses Handbuch stellt verbreitete, wiederverwendbare Muster und Prinzipien zum Design und zur Implementierung von Cloud-nativen Anwendungen auf Kubernetes vor. Dieses Buch ist ideal für Entwickler und Architekten, die schon mit den grundlegenden Konzepten von Kubernetes vertraut sind und nun lernen wollen, wie sie häufig auftretende Cloud-native Probleme mit bewährten Entwurfsmustern angehen können. Über diese Pattern-Kategorien werden die Leser etwas erfahren:• Grundlegende Patterns behandeln die zentralen Prinzipien und Praktiken für das Bauen Container-basierter Cloud-nativer Anwendungen.• Verhaltens-Patterns untersuchen detaillierte Konzepte für das Managen von Container- und Plattform-Interaktionen.• Strukturelle Patterns helfen Ihnen dabei, Container in einem Pod so zu organisieren, dass spezifische Anwendungsfälle gelöst werden können.• Konfigurations-Patterns liefern Einblicke in den Umgang mit Anwendungskonfigurationen in Kubernetes.• Fortgeschrittene Patterns behandeln komplexere Themen wie Operatoren oder Autoscaling.
    Anmerkung: Online resource; Title from title page (viewed January 2, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 63
    ISBN: 9780738458175
    Sprache: Englisch
    Seiten: 1 online resource (514 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication captures several of the preferred practices and describes the performance gains that can be achieved by implementing the IBM System Storage® SAN Volume Controller and IBM Storwize® V7000 powered by IBM Spectrum Virtualize™ V8.2.1. These practices are based on field experience. This book highlights configuration guidelines and preferred practices for the storage area network (SAN) topology, clustered system, back-end storage, storage pools and managed disks, volumes, remote copy services, and hosts. Then it provides performance guidelines for SAN Volume Controller, back-end storage, and applications. It explains how you can optimize disk performance with the IBM System Storage Easy Tier® function. It also provides preferred practices for monitoring, maintaining, and troubleshooting SAN Volume Controller and Storwize V7000. This book is intended for experienced storage, SAN, and SAN Volume Controller administrators and technicians. Understanding his book requires advanced knowledge of the SAN Volume Controller and Storwize V7000 and SAN environments. Important: On 11th February 2020 IBM announced the arrival of SAN Volume Controller SA2 and SV2, and IBM FlashSystem® 7200 to the family. This book was written specifically for prior versions of SVC and Storwize V7000; however, most of the general principles will apply. If you are in any doubt as to their applicability then you should work with your local IBM representative. This book will be updated to comprehensively include SAN Volume Controller SA2 and SV2 and FlashSystem 7200 in due course.
    Anmerkung: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 64
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (256 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Face every business challenge with the skills and spirit of an elite adventurer Wild Success takes you on a thrilling ride into the world of extreme adventurers-extraordinary men and women whose hard-earned wisdom can be applied to any business situation. Death-defying adventurers and business leadership experts themselves, authors Amy Posey and Kevin Vallely provide an inside look into an elite society of people who understand how to excel in the most challenging environments on the planet. The authors combine one-of-a-kind insights from the adventure world with innovative research from the field of neuroscience to provide powerful, proven-effective leadership lessons. Wild Success teaches you how to: • Identify your purpose as a leader • Build your resilience and your ability to adapt to change • Reframe your attitude to optimize your cognitive performance • Reach your true leadership potential with a growth mindset Through seven leadership lessons, you'll learn to see business challenges through the eyes of adventurers-from a surfer atop a monstrous 50-foot wave to a polar skier clawing across the Antarctic plateau to a wingsuit flyer defying death thousands of feet in the air. Adventurers know better than anyone that unexpected obstacles and tough situations can force the most creative, innovative thinking. Become a leader of leaders by using the wild wisdom garnered by elite adventurers in the most extreme environments on the planet.
    Anmerkung: Online resource; Title from title page (viewed March 13, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 65
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Sprache: Englisch , Spanisch
    Seiten: 1 online resource (232 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: ¿A quién no le interesa que su empresa esté motivada? Solo las empresas motivadas consiguen metas exitosas. Práctica e inteligente, esta obra es imprescindible para todo empresario o directivo al que preocupe la motivación de su equipo humano. El Modelo de la empresa motivada es una verdadera lección de management. Comunicación, contratación, gestión de prioridades, recompensas, liderazgo, son algunos de los temas abordados por Jörg Lahmann. Un auténtico libro de cabecera para crecer como directivo.
    Anmerkung: Online resource; Title from title page (viewed February 10, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 66
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Rocky Nook | Boston, MA : Safari
    ISBN: 9781681985336
    Sprache: Englisch
    Seiten: 1 online resource (388 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Adobe Illustrator: A Complete Course and Compendium of Features is your guide to building vector graphics, whether you're creating logos, icons, drawings, typography, or other illustrations-and regardless of their destination: print, web, video, or mobile. First, with a complete Course that includes a set of projects and lessons derived from Adobe Certified Instructor Jason Hoppe, you will learn the procedures needed to use Illustrator effectively and professionally. Dozens of lessons are included that can be applied to any graphics you have in mind. Through these step-by-step lessons, you'll be exposed to all of Illustrator's features in practical contexts and its best practices for optimal workflows. To complete the Course, we'll supply lesson documents and their assets to download. These can even serve as starting points for your own projects. Then, for greater depth of knowledge and subsequent reference, you'll use the Compendium to uncover more of the "how" and "why" of Illustrator. With each topic easy to access, you can find and explore all of Illustrator's key features and concepts in depth. With cross references between the Course and Compendium, the two parts of the book complement each other perfectly. Best of all, when the lessons in the Course are done, the Compendium will continue to serve for months and years to come. Learn step by step how to: • Draw basic shapes and lines • Build graphics using Illustrator's deep and diverse toolset • Create complex icons using the Pathfinder and Shape Builder • Use color with predictable and harmonic results • Work effectively with type • And much more!
    Anmerkung: Online resource; Title from title page (viewed February 7, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 67
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : GoTop Information, Inc. | Boston, MA : Safari
    Sprache: Englisch , Chinesisch
    Seiten: 1 online resource (816 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: 建立智慧系統的概念、工具與技術 "這是一本卓越的機器學習資源,有清楚、直觀的解說,以及大量實用技巧。" -François Chollet Keras作者,《Deep Learning with Python》作者 "這本書詳細介紹以神經網路解決問題的理論與做法;建議想要實際運用ML的人都要看這本書。" -Pete Warden TensorFlow行動主管 深度學習經歷了一系列的突破之後,已經大幅推動了整個機器學習領域,如今,即使你對這項技術一無所知,也可以使用簡單、高效的工具,製作可從資料中學習的程式。這本暢銷書新版本使用具體的案例、精簡的理論,以及Python準生產框架,協助你直觀地認識智慧系統的概念與建構工具。 你將學到可快速上手的技術,只要具備程式編寫經驗,就可以藉由各章的習題來學習。你可以在GitHub取得本書的所有程式碼,這些程式已經更新為TensorFlow 2,以及最新版的Scikit-Learn。 使用Scikit-Learn與pandas,透過端對端專案建立機器學習基礎 用TensorFlow 2建構與訓練許多神經網路架構,以進行分類及回歸 探索物體偵測、語義分割、專注機制、語言模型、GAN等 探索TensorFlow 2的官方高階API-Keras API 使用TensorFlow的Data API、分散式策略API、TF Transform及TF-Serving將TensorFlow模型生產化 在Google Cloud AI Platform或行動裝置上部署 瞭解降維、分群及異常檢測等非監督學習技術 用強化學習來建立自主學習代理程式(agent),包括使用TF-Agents程式庫
    Anmerkung: Online resource; Title from title page (viewed April 1, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 68
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : DMK Press | Boston, MA : Safari
    Sprache: Englisch , Russisch
    Seiten: 1 online resource (258 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Каждую секунду во всем мире собирается и динамически обновляется огром­ный объем информации. Графовые алгоритмы, которые основаны на матема­тике, специально разработанной для изучения взаимосвязей между данными, помогают разобраться в этих гигантских объемах. И, что особенно важно в наши дни, они улучшают контекстную информацию для искусственного интеллекта.Эта книга представляет собой практическое руководство по началу работы с графовыми алгоритмами. В начале описания каждой категории алгоритмов приводится таблица, которая поможет быстро выбрать нужный алгоритм и ознакомиться с примерами его использования.Издание предназначено для разработчиков и специалистов по анализу дан­ных. Для изучения материала книги желателен опыт использования платформ Apache Spark™ или Neo4j, но она пригодится и для изучения более общих поня­тий теории графов, независимо от выбора графовых технологий.
    Anmerkung: Online resource; Title from title page (viewed January 1, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 69
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (340 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Speak for Yourself Do you yearn for a book to disambiguate the common language of your job? Do you wish the kimono would open on idioms and clichés that stretch the bandwidth of understanding and make you wonder if your career is scalable? Maybe you want someone to: Take off the kid gloves. Be aboveboard. Give you the blow-by-blow. Help you move the needle. If so, then The BS Dictionary: Uncovering the Origins and True Meanings of Business Speak is for you! Join authors Bob Wiltfong and Tim Ito as they take humorous aim at the common words and phrases of business. The dictionary has been used as a tool for social commentary and amusement for centuries, and the authors don't disappoint with their version, as they follow in the hallowed footsteps of Samuel Johnson, Ambrose Bierce, and Gustave Flaubert to succinctly reveal us to ourselves. The authors' researched and documented entries include definitions and a full etymology of favorite phrases like back of the envelope, boil the ocean, elephant in the room, and FAQ. This unique book will amuse and nudge business speakers as well as educate those who don't yet speak B.S.
    Anmerkung: Online resource; Title from title page (viewed April 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 70
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (696 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Python eignet sich sehr gut als Einstieg und für viele Standardaufgaben. Wie man mit Python 3 Aufgaben in Sekundenschnelle erledigen kann, die sonst viel Zeit in Anspruch nehmen würden, lernt man mit diesem Buch. Programmiererfahrung ist dafür nicht erforderlich: Wer einmal die Grundlagen gemeistert hat, wird in der Lage sein Python-Programme zu schreiben, die automatisch alle möglichen praktischen Aufgaben abarbeiten, wie z. B. Dateien nach Texten durchsuchen, PDF-Dateien teilen, zusammenfügen, mit Wasserzeichen versehen und verschlüsseln oder Online-Formulare ausfüllen. Schritt-für-Schritt-Anleitungen führen durch jedes Programm, und Übungsaufgaben am Ende jedes Kapitels fordern dazu auf, die Programme zu verbessern und die eigenen Fähigkeiten auf ähnliche Problemstellungen zu richten.
    Anmerkung: Online resource; Title from title page (viewed April 2, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 71
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (266 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Der Marineoffizier L. David Marquet hat das U-Boot USS Santa Fe von miserablen Leistungsbewertungen hin zur Beurteilung als bestes Schiff der nuklearbetriebenen Flotte der US Navy geführt. In seinem Buch schildert er die Ereignisse, Entscheidungen und Prinzipien, die seinen herausragenden Führungsstil und »Leadership auf allen Ebenen« begründet haben.Mit diesem Ansatz können Sie unabhängig vom Typ Ihrer Organisation und von Ihrer Position Arbeitsplätze gestalten, an denen jeder Mitarbeiter Verantwortung für sein Handeln übernimmt, im Sinne der Ziele der Organisation handelt und wo jeder Einzelne zum Leader wird. »This is the best how-to manual anywhere for managers on delegating, training, and driving flawless execution.« Fortune»One of the '12 best business books of all time'« - USAToday
    Anmerkung: Online resource; Title from title page (viewed May 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 72
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (16 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: In this multicloud and cognitive era, information continues to grow rapidly. By 2025, IDC says worldwide data will grow by 61% to 175 zettabytes, with as much of the data in data centers as in the cloud. IT environments with Oracle deployments will need to accommodate that data growth, including storing, copying, mirroring, and protecting the data. When IT budgets are constrained but data keeps growing, storage costs can consume more than their fair share of the IT budget. The leading-edge portfolio of storage solutions and essential technologies of IBM® can help organizations stay ahead of the information explosion. Designed with built-in efficiency, these solutions represent preferred practices that address the following main storage objectives for hybrid multicloud environments: Stop storing so much Store more with what you have. Move Oracle and related data to balance performance and efficiency IBM offers true enterprise class storage support for Oracle deployments at a low total cost of ownership (TCO). With flash disk, tape, storage network hardware, consolidated management console, software-defined storage solutions, and security software, IBM can provide Oracle customers the full spectrum of products to meet their availability, retention, security, and compliance requirements.
    Anmerkung: Online resource; Title from title page (viewed May 15, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 73
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (218 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Mit der Z50 setzt Nikon die äußerst erfolgreiche Z-Serie im kleineren APS-C-Sensorformat fort, das immer schon stark im Einsteigerbereich war. Mit Objektiv wird die Kamera unter EUR 1.000,- kosten, dabei aber eine Bildqualität bieten, die es für diesen Preis noch nicht gab. Unser Kamerabuch zur Z50 wird einsteigergerecht mit sehr viel Praxisanleitung für tolle Fotos (Landschaft, Reise, Porträt und mehr) arbeiten, erläutert aber auch alle nötigen technischen Grundlagen.
    Anmerkung: Online resource; Title from title page (viewed May 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 74
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (211 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: ITIL® 4 Essentials contains everything you need to know to pass the ITIL 4 Foundation Certificate, plus more. It covers practices and concepts that are not addressed as part of the Foundation syllabus, making it ideal for newly qualified practitioners. This second edition has been updated to align with amendments to the ITIL® 4 Foundation syllabus.
    Anmerkung: Online resource; Title from title page (viewed April 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 75
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (50 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® Product Guide publication describes the IBM FlashSystem® 9200 solution, which is a comprehensive, all-flash, and NVMe-enabled enterprise storage solution that delivers the full capabilities of IBM FlashCore® technology. In addition, it provides a rich set of software-defined storage (SDS) features, including data reduction and de-duplication, dynamic tiering, thin-provisioning, snapshots, cloning, replication, data copy services, and IBM HyperSwap® for high availability (HA). Scale-out and scale-up configurations further enhance capacity and throughput for better availability.
    Anmerkung: Online resource; Title from title page (viewed May 4, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 76
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (96 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication describes the installation, integration, and configuration of IBM Security Key Lifecycle Manager.
    Anmerkung: Online resource; Title from title page (viewed April 23, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 77
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (58 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® Product Guide publication describes the IBM FlashSystem® 7200 solution, which is a comprehensive, all-flash, and NVMe-enabled enterprise storage solution that delivers the full capabilities of IBM FlashCore® technology. In addition, it provides a rich set of software-defined storage (SDS) features, including data reduction and de-duplication, dynamic tiering, thin-provisioning, snapshots, cloning, replication, data copy services, and IBM HyperSwap® for high availability (HA). Scale-out and scale-up configurations further enhance capacity and throughput for better availability
    Anmerkung: Online resource; Title from title page (viewed April 24, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 78
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : SAS Institute | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (150 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Discover deep learning and computer vision with SAS! Deep Learning for Computer Vision with SAS®: An Introduction introduces the pivotal components of deep learning. Readers will gain an in-depth understanding of how to build deep feedforward and convolutional neural networks, as well as variants of denoising autoencoders. Transfer learning is covered to help readers learn about this emerging field. Containing a mix of theory and application, this book will also briefly cover methods for customizing deep learning models to solve novel business problems or answer research questions. SAS programs and data are included to reinforce key concepts and allow readers to follow along with included demonstrations. Readers will learn how to: Define and understand deep learning Build models using deep learning techniques and SAS Viya Apply models to score (inference) new data Modify data for better analysis results Search the hyperparameter space of a deep learning model Leverage transfer learning using supervised and unsupervised methods
    Anmerkung: Online resource; Title from title page (viewed June 12, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 79
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (36 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Consist Advanced Development Solution (ConsistADS) is an end-to-end conversion solution that conversion and transparency methods for migrating to IBM® DB2® for z/OS® software. The solution includes DB2 for z/OS and several DB2 tools as part of the package. This IBM Redpaper™ publication explains the Natural and Adabas conversion to DB2 for z/OS by using ConsistADS. It includes prerequisite technical assessment requirements and conversion challenges. It also describes a real customer conversion scenario that was provided by the IBM Business Partners that facilitated these conversions for customers. Originally published in 2015, this paper has been updated in 2020 to include additional information about ConsistADS.
    Anmerkung: Online resource; Title from title page (viewed June 4, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 80
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (456 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Der Arduino ist ein universeller Steuerungs-Controller, an den sich unzählige Sensoren, Motoren und andere Aktoren anschließen lassen. Kombiniert mit dem Baukastensystem fischertechnik lassen sich so Modellroboter mit erstaunlicher Leistungsfähigkeit zum Nachbauen und Weiterentwickeln entwickeln:- kleine, wendige »Turtle«-Roboter mit Fernsteuerung und Spurfolger- Ein teilautonomes Fahrzeug mit zahlreichenFahrerassistenzsystemen- Lasse einen hochpräzisen Selbstbau-Plotter Grafiken zeichnen- Programmiere schnelle und vielseitige Roboterarme- Versuche einen Delta-Roboter im Tic-Tac-Toe zu schlagen Das Buch möchte zum Weiterbauen und Experimentieren anregen und enthält zahlreiche Ideen und Vorschläge, welche weiteren Modelle und Steuerungen sich aus diesen vier Grundmodellen konstruieren lassen.
    Anmerkung: Online resource; Title from title page (viewed May 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 81
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800568846
    Sprache: Englisch
    Seiten: 1 online resource (536 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Explore a modern approach to visualizing data with Python and transform large real-world datasets into expressive visual graphics using this beginner-friendly workshop Key Features Discover the essential tools and methods of data visualization Learn to use standard Python plotting libraries such as Matplotlib and Seaborn Gain insights into the visualization techniques of big companies Book Description Do you want to transform data into captivating images? Do you want to make it easy for your audience to process and understand the patterns, trends, and relationships hidden within your data? The Data Visualization Workshop will guide you through the world of data visualization and help you to unlock simple secrets for transforming data into meaningful visuals with the help of exciting exercises and activities. Starting with an introduction to data visualization, this book shows you how to first prepare raw data for visualization using NumPy and pandas operations. As you progress, you'll use plotting techniques, such as comparison and distribution, to identify relationships and similarities between datasets. You'll then work through practical exercises to simplify the process of creating visualizations using Python plotting libraries such as Matplotlib and Seaborn. If you've ever wondered how popular companies like Uber and Airbnb use geoplotlib for geographical visualizations, this book has got you covered, helping you analyze and understand the process effectively. Finally, you'll use the Bokeh library to create dynamic visualizations that can be integrated into any web page. By the end of this workshop, you'll have learned how to present engaging mission-critical insights by creating impactful visualizations with real-world data. What you will learn Understand the importance of data visualization in data science Implement NumPy and pandas operations on real-life datasets Create captivating data visualizations using plotting libraries Use advanced techniques to plot geospatial data on a map Integrate interactive visualizations to a webpage Visualize stock prices with Bokeh and analyze Airbnb data with Matplotlib Who this book is for The Data Visualization Workshop is for beginners who want to learn data visualization, as well as developers and data scientists who are looking to enrich their practical data science skills. Prior knowledge of data analytics, data science, and visualization is not mandatory. Knowledge of Python basics and high-scho...
    Anmerkung: Online resource; Title from title page (viewed July 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 82
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Sprache: Englisch , Spanisch
    Seiten: 1 online resource (244 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: El sueño de muchos empresarios y directivos es ser ágiles y resolutivos en un mundo competitivo. El sueño de muchos trabajadores es desarrollar sus tareas con satisfacción y buen ambiente. ¿Son anhelos utópicos? Organizaciones ágiles demuestra que una empresa puede enfocarse estructuralmente para cuidar a sus clientes, crear suficiente liderazgo y organizarse para ejecutar procesos y proyectos en tiempos récord. En este libro Sergi Mussons, ingeniero especialista en desarrollo de equipos de alta implicación, comparte su fórmula de éxito, que consiste en combinar de forma inteligente las nuevas estructuras organizativas, el liderazgo de soporte, las técnicas de QRM y Agile para conseguir rapidez y calidad en la producción, y el respeto a las personas. El resultado son equipos responsables, que rinden más, y empresas de éxito. ¿Te ves en una empresa ágil? Muchos lo han conseguido, y cada día más.
    Anmerkung: Online resource; Title from title page (viewed July 20, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 83
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (300 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Der Autor zeigt, dass wir für großartige Landschaftserlebnisse nicht unbedingt in die entlegenste Ferne reisen müssen, sondern auch in den vielfältigen Regionen unserer Heimat zu beeindruckenden Bildern kommen können.Einfach und leicht verständlich erklärt er nicht nur die technischen und gestalterischen Grundlagen der Landschaftsfotografie, sondern bietet auch einen fotografischen Reiseführer zu den schönsten Landschaften Deutschlands (inkl. Hinweise auf Standorte, Ausrüstung uvm).Wichtiger als alle fotografische Technik und Gestaltungslehre ist ihm jedoch das Landschaftserlebnis selbst - die Freude am Draußen-Sein in der Natur - als eigentliche Voraussetzung für gelungene Bilder. Sein Credo: Die Regeln erlernen und verinnerlichen, um sie wieder zu vergessen und sich beim Fotografieren mehr von seinen Gefühlen leiten zu lassen.
    Anmerkung: Online resource; Title from title page (viewed August 4, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 84
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484259436
    Sprache: Englisch
    Seiten: 1 online resource (860 pages)
    Ausgabe: 4th edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Gain the essential Java language skills necessary for using the Android SDK platform to build Java-based Android apps. This book includes the latest Java SE releases that Android supports, and is geared towards the Android SDK version 10. It includes new content including JSON documents, functional programming, and lambdas as well as other language features important for migrating Java skills to Android development. Android is still the world's most popular mobile platform and because this technology is still mostly based on Java, you should first obtain a solid grasp of the Java language and its APIs in order to improve your chances of succeeding as an effective Android apps developer. Learn Java for Android Development, 4th Edition helps you do that. Each of the book's chapters provides an exercise section that gives you the opportunity to reinforce your understanding of the chapter's material. Answers to the book's more than 500 exercises are provided in an appendix. Once you finish, you will be ready to begin your Android app development journey using Java. What You Will Learn Discover the latest Java programming language features relevant to Android SDK development Apply inheritance, polymorphism, and interfaces to Android development Use Java collections, concurrency, I/O, networks, persistence, functional programming, and data access in Android apps Parse, create, and transform XML and JSON documents Migrate your Java skills for mobile development using the Android platform Who This Book Is For Programmers with at least some prior Java programming experience looking to get into mobile Java development with the Android platform.
    Anmerkung: Online resource; Title from title page (viewed July 8, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 85
    ISBN: 9780738459004
    Sprache: Englisch
    Seiten: 1 online resource (408 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication helps you install, configure, and maintain the IBM z15™ (machine types 8561 and 8562) systems. The z15 systems offers new functions that require a comprehensive understanding of the available configuration options. This book presents configuration setup scenarios, and describes implementation examples in detail. This publication is intended for systems engineers, hardware planners, and anyone who needs to understand IBM Z® configuration and implementation. Readers should be familiar with IBM Z technology and terminology. For more information about the functions of the z15 systems, see IBM z15 Technical Introduction, SG24-8850, IBM z15 (8561) Technical Guide, SG24-8851 and IBM z15 (8562) Technical Guide, SG24-8852.
    Anmerkung: Online resource; Title from title page (viewed August 4, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 86
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (328 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Go ist bei aktuellen Umfragen unter Entwicklern immer unter den Top 5 der Programmiersprachen, die man gerne lernen möchte. Denn Go ist einfach. Und Go ist schnell. Von Google entwickelt und damit quasi für die Coud geschrieben, tritt die Programmiersprache an, das Programmieren rund um Cluster und die Cloud einfacher zu machen. Dieses Buch bietet erfahrenen Softwareentwicklern einen kurzen und prägnanten Einstieg in die Programmiersprache Go. Schwerpunkt liegt auf den Unterschieden zu anderen Programmiersprachen wie Java oder C# sowie auf den Besonderheiten von Go. Eine Einführung in das Go Tooling rund um Testing und Codequalität runden den praxisnahen Einstieg ab. Übungsaufgaben und Beispielprojekte bringen den Leser direkt zum Codeschreiben an die Tastatur.
    Anmerkung: Online resource; Title from title page (viewed June 2, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 87
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    ISBN: 9780136877202
    Sprache: Englisch
    Seiten: 1 online resource (304 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Windows Azure Study guides Examinations ; Cloud computing Study guides Examination ; Cloud computing Study guides Examinations ; Computing platforms ; Database management Study guides Examinations ; Electronic data processing personnel Study guides Certification ; Electronic data processing personnel Certification ; Microsoft Azure (Computing platform) ; Electronic books ; local ; Windows Azure ; Infonuagique ; Examen ; Guides de l'étudiant ; Infonuagique ; Examens ; Guides de l'étudiant ; Plateformes (Informatique) ; Bases de données ; Gestion ; Examens ; Guides de l'étudiant ; Cloud computing ; Computing platforms ; Database management ; Examinations ; Electronic data processing personnel ; Certification ; Examinations ; Microsoft Azure (Computing platform) ; Study guides ; Electronic books
    Kurzfassung: Prepare for Microsoft Exam AZ-900demonstrate your real-world knowledge of cloud services and how they can be provided with Microsoft Azure, including high-level concepts applying throughout Azure, and key concepts specific to individual services. Designed for professionals in non-technical or technical roles, Exam Ref focuses on the critical thinking and decision-making acumen needed for success at the Microsoft Certified Fundamentals level. Focus on the expertise measured by these objectives: Describe cloud concepts Describe core Azure services Describe security, privacy, compliance, and trust Describe Azure pricing, Service Level Agreements, and lifecycles This Microsoft Exam Ref: Organizes its coverage by exam objectives Features strategic, what-if scenarios to challenge you Assumes you want to show foundational knowledge of cloud services and their delivery with Microsoft Azure; no technical background or IT experience is required About the Exam Exam AZ-900 focuses on knowledge needed to describe cloud service benefits and usage considerations; explain IaaS, PaaS, and SaaS; compare public, private, and hybrid cloud models; describe core Azure architectural components, products, solutions, and management tools; describe how network connectivity is secured in Azure; describe core identity services; describe Azure security tools, features, governance methodologies, and monitoring and reporting options; describe privacy, compliance and data protection standards; describe Azure subscriptions, cost planning, and cost management; and describe SLAs and the service lifecycle. About Microsoft Certification Passing this exam fulfills your requirements for the Microsoft Certified Azure Fundamentals credential, demonstrating that you can describe cloud concepts and core Azure Services; the fundamentals of Azure security, privacy, compliance, and trust; and Azure pricing, SLAs, and service lifecycles. See full details at: www.microsoft.com/learn
    Anmerkung: Online resource; Title from title page (viewed August 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 88
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Rocky Nook | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (360 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Make great photos of flowers, gardens, landscapes and the beautiful world around us Gardens are everywhere, all around us. In this long-awaited guide to garden photography, noted botanical photographer and author Harold Davis tackles the subject of garden photography with an expansive brush. In this book, you'll find techniques for photographing extreme macro subjects while becoming a better landscape photographer. From tiny flowers to vast landscapes, your photography can be enhanced using the techniques you will discover in Creative Garden Photography . What is a garden? The topic of garden photography encompasses a huge range of photographic styles and techniques that can be applied to almost any kind of photography. Learn to use this toolset from one of the acknowledged modern masters of photography. • Explore gardens, types of gardens, and how best to photograph them • Create stunning floral macros and high-key imagery • Learn techniques for adding impressionism to your photos • Use light and creative exposures to enhance your imagery • Master close-up focusing, depth-of-field, and focus stacking • Create your own custom field studio "in a bucket" • Complete exposure data and the story behind every photo "My goal as a photography teacher and writer about photography is to inspire and to help you become the best and most creative photographer and image-maker that you can be." -Harold Davis "Harold Davis's etherial floral arrangements have a purity and translucence that borders on the spiritual." - Popular Photo Magazine "Davis is a pioneer and a new art form-part photographer, part digital illusionist." - Rangefinder Magazine "Harold Davis's Creative Photography series is a great way to start a photography library." - PhotoFidelity TABLE OF CONTENTS INTRODUCTION ENTERING THE GARDEN Understanding Gardens Garden Styles and Purposes Different Kinds of Garden Photography Garden Purpose and Design Informs Photography OF LIGHT AND GARDEN Sunrise, Sunset, Blue Hours, Golden Hour ON LOCATION: THE ROMANTIC GARDEN, SCHWETZINGEN AT SUNRISE, GERMANY ON THE IPHONE: SNAPSEED USING A TRIPOD Using a Tripod for More Creative Options Tripods for Garden Photography: Materials, Legs, Types of Heads Tripod Tips and Tricks BLENDING EXPOSURES TO EXTEND RANGE BLACK AND WHITE IN THE GARDEN Photographing the Zen Garden ON LOCATION: IMPERIAL GARDENS OF OLD NARA, JAPAN CONVERTING TO BLACK AND WHITE IMPRESSIONISTIC PHOTOGRAPHY Camera in Motion Subject ...
    Anmerkung: Online resource; Title from title page (viewed July 2, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 89
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484258873
    Sprache: Englisch
    Seiten: 1 online resource (467 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local ; Electronic books
    Kurzfassung: Apply computer vision and machine learning concepts in developing business and industrial applications ​using a practical, step-by-step approach. The book comprises four main sections starting with setting up your programming environment and configuring your computer with all the prerequisites to run the code examples. Section 1 covers the basics of image and video processing with code examples of how to manipulate and extract useful information from the images. You will mainly use OpenCV with Python to work with examples in this section. Section 2 describes machine learning and neural network concepts as applied to computer vision. You will learn different algorithms of the neural network, such as convolutional neural network (CNN), region-based convolutional neural network (R-CNN), and YOLO. In this section, you will also learn how to train, tune, and manage neural networks for computer vision. Section 3 provides step-by-step examples of developing business and industrial applications, such as facial recognition in video surveillance and surface defect detection in manufacturing. The final section is about training neural networks involving a large number of images on cloud infrastructure, such as Amazon AWS, Google Cloud Platform, and Microsoft Azure. It walks you through the process of training distributed neural networks for computer vision on GPU-based cloud infrastructure. By the time you finish reading Building Computer Vision Applications Using Artificial Neural Networks and working through the code examples, you will have developed some real-world use cases of computer vision with deep learning. What You Will Learn · Employ image processing, manipulation, and feature extraction techniques · Work with various deep learning algorithms for computer vision · Train, manage, and tune hyperparameters of CNNs and object detection models, such as R-CNN, SSD, and YOLO · Build neural network models using Keras and TensorFlow · Discover best practices when implementing computer vision applications in business and industry · Train distributed models on GPU-based cloud infrastructure Who This Book Is For Data scientists, analysts, and machine learning and software engineering professionals with Python programming knowledge.
    Anmerkung: Online resource; Title from title page (viewed July 15, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 90
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (288 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: The essential guide to creating an honest, ethical workplace culture in any industry In The Manager's Book of Decencies , Stephen Harrison showed how even the smallest gestures can produce big results and change the culture of an entire workforce. Now the author of that prescient bestseller has teamed up with Jim Lukaszewski, America's Crisis Guru® to write the definitive guide to transforming or restoring your workplace into a showplace of honest, ethical behavior. Accountability, civility, compassion, empathy, honesty, humility, and principle: these are the seven characteristics embodied by every truly decent leader. The best organizations develop and maintain a civil culture, valuing ethical behavior, honesty, and integrity as much, or even more, than profitability. The Decency Code provides you with practical pathways to creating or restoring that type of culture. These strategies address the evolving workplace: flexible, fast-moving, delayered, virtual, unstable, out-of-balance, ambiguous, global, diverse, and ruthlessly competitive. Here are actionable tools and strategies to help you build your workplace on a new standard of honest, ethical behavior, along with informative case studies that examine the behavior of both ethical and unethical companies. Today's climate of corporate cultural disorder needs a new type of leader, men and women who replace confusion with order, opaqueness with clarity, complexity with simplicity, hopelessness with confidence, greed with selflessness, and suspicion with trust. The common-sense prescriptions offered in The Decency Code can help you become the type of leader you wish to be-and effect the change you wish to see. This book is required reading for ethically conscious managers everywhere.
    Anmerkung: Online resource; Title from title page (viewed March 17, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 91
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282445
    Sprache: Englisch
    Seiten: 1 online resource (229 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Mac OS ; Application software Development ; Electronic books ; local ; Electronic books ; Mac OS ; Logiciels d'application ; Développement ; Application software ; Development
    Kurzfassung: In macOS 10.15 Catalina, Apple finally did away with iTunes. In its place are three new apps-Music, TV, and Podcasts-with audiobooks now handled by the Books app and syncing of mobile devices handled by the Finder. Where once iTunes was an all-purpose media hub, now you may use up to five apps to accomplish the same things. The new apps also add more features (while, sadly, removing a few things too). Take Control of macOS Media Apps is your guide to this new, post-iTunes world. Kirk McElhearn, whose earlier books on iTunes 10, 11, and 12 collectively sold nearly 14,000 copies, is back with a new book that shows you how to manage your music, videos, podcasts, and audiobooks in Catalina. Whether you just want to play your media, or you want to go deeper with special features like Genius, Shuffle, Up Next, Apple Music, and iTunes Match, this comprehensive guide has the answers you need. Kirk also looks at various ways of bringing audio and video into Apple's media apps, tagging songs and videos so you can find them more easily later, creating playlists, sharing your library over a home network, and syncing media with your iPhone, iPad, or iPod. The book covers how to: Play Music: Learn the basics of playing audio (and even music videos) in the Music app. You'll also find tips on making quick playlists with Genius and Up Next, learn the best ways to search for the music you want to hear, stream music to other devices in your home, and view lyrics while tunes play. Stream Music: Use Apple Music, a paid service, to listen to any of 50 million tracks. Or listen to live broadcasts from Apple Music Radio (including Beats 1). View Your Music and Other Content: Learn how to use the sidebar, view your music library, and work with contextual menus in the Music app. Store Your Music Library in the Cloud: What are the pros and cons of Apple's Cloud Music Library? How do Music and iTunes Match figure out whether to upload your music when setting up your Cloud Music Library? You'll get answers to these questions and more. Use the iTunes Store: iTunes may be gone, but the iTunes Store is still open for business! Find tips on shopping in the iTunes Store, and get advice on sharing your purchases with family members and among your various Apple devices. Tag Your Music: Tags are bits of information (also known as "metadata") that can describe your media. Learn which tags to bother changing, the best ways to add lyrics and album art, how to rate songs with stars, ...
    Anmerkung: Online resource; Title from title page (viewed January 21, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 92
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (552 pages)
    Ausgabe: 7th edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Optimale Vorbereitung auf die LPI-Prüfungen 101 und 102 Aktuell zu den Prüfungszielen Version 5.0 Alle Inhalte für die Prüfungen ausführlich und mit Kontrollfragen erläutert Dieses Buch dient der effektiven Vorbereitung auf die LPI-Prüfungen 101 und 102, die zum LPIC-1-Zertifikat führen. Es entspricht den aktuellen Prüfungszielen aus dem Oktober 2018 (Version 5.0). Anselm Lingnau bereitet den prüfungsrelevanten Stoff für Sie geordnet, knapp und verständlich auf. Er behandelt alle Themen, die Sie zum erfolgreichen Bestehen der beiden LPIC-1-Prüfungen beherrschen müssen: Umgang mit der Linux-Kommandozeile und den wichtigsten Hilfsprogrammen Grundkenntnisse Shellprogrammierung und Lokalisierung Einfache Administrationsaufgaben: Umgang mit Protokolldateien, Verwalten von Benutzerkonten und Gruppen, Systemstart und -stopp Installation eines Arbeitsplatzrechners und Anschließen an ein existierendes lokales Netz Kontrollfragen am Ende des Buches bieten Ihnen eine effektive Möglichkeit zum Selbststudium. So werden Sie Ihre Zertifizierung erfolgreich meistern und bald zum Kreis der LPIC-1-zertifizierten Linux-Experten gehören. Aus dem Inhalt: LPI-Prüfung: Organisation und Tipps Dokumentation Kommandos Pipelines und Filter Reguläre Ausdrücke und Editoren Prozesse Hardware Plattenspeicher Systemstart und Init-System Software- und Paketverwaltung Virtualisierung Shells und Skripte X11 Systemverwaltung Drucken Internationalisierung und Lokalisierung Netzwerk Sicherheit Aus dem Inhalt: Anselm Lingnau beschäftigt sich seit mehr als 20 Jahren mit Linux und war über ein Jahrzehnt lang als Trainer, Fachautor und Berater für die Linup Front GmbH im Einsatz. Er und seine Kollegen haben zahlreichen Kursteilnehmern geholfen, LPI-Prüfungen zu bestehen. Außerdem hielt er Vorträge und Workshops über Linux- und Open-Source-Themen auf Veranstaltungen wie LinuxTag, CeBIT und FrOSCon. Anselm Lingnau ist als Softwareentwickler für die LSE Leading Security Experts GmbH tätig und aktives Mitglied im LPI e.V.
    Anmerkung: Online resource; Title from title page (viewed January 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 93
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (400 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Master machine learning concepts and develop real-world solutions Machine learning offers immense opportunities, and Introducing Machine Learning delivers practical knowledge to make the most of them. Dino and Francesco Esposito start with a quick overview of the foundations of artificial intelligence and the basic steps of any machine learning project. Next, they introduce Microsoft's powerful ML.NET library, including capabilities for data processing, training, and evaluation. They present families of algorithms that can be trained to solve real-life problems, as well as deep learning techniques utilizing neural networks. The authors conclude by introducing valuable runtime services available through the Azure cloud platform and consider the long-term business vision for machine learning. · 14-time Microsoft MVP Dino Esposito and Francesco Esposito help you · Explore what's known about how humans learn and how intelligent software is built · Discover which problems machine learning can address · Understand the machine learning pipeline: the steps leading to a deliverable model · Use AutoML to automatically select the best pipeline for any problem and dataset · Master ML.NET, implement its pipeline, and apply its tasks and algorithms · Explore the mathematical foundations of machine learning · Make predictions, improve decision-making, and apply probabilistic methods · Group data via classification and clustering · Learn the fundamentals of deep learning, including neural network design · Leverage AI cloud services to build better real-world solutions faster About This Book · For professionals who want to build machine learning applications: both developers who need data science skills and data scientists who need relevant programming skills · Includes examples of machine learning coding scenarios built using the ML.NET library
    Anmerkung: Online resource; Title from title page (viewed February 5, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 94
    ISBN: 9780738458298
    Sprache: Englisch
    Seiten: 1 online resource (438 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication captures several of the preferred practices and describes the performance gains that can be achieved by implementing the IBM FlashSystem® 9100. These practices are based on field experience. This book highlights configuration guidelines and preferred practices for the storage area network (SAN) topology, clustered system, back-end storage, storage pools and managed disks, volumes, remote copy services, and hosts. It explains how you can optimize disk performance with the IBM System Storage® Easy Tier® function. It also provides preferred practices for monitoring, maintaining, and troubleshooting. This book is intended for experienced storage, SAN, IBM FlashSystem, SAN Volume Controller and Storwize® administrators and technicians. Understanding his book requires advanced knowledge of these environments. Important, IBM FlashSystem 9200: On 11th February 2020 IBM announced the arrival of the IBM FlashSystem 9200 to the family. This book was written specifically for IBM FlashSystem 9100, however most of the general principles will apply to the IBM FlashSystem 9200. If you are in any doubt as to their applicability to the FlashSystem 9200 then you should work with your local IBM representative. This book will be updated to include FlashSystem 9200 in due course.
    Anmerkung: Online resource; Title from title page (viewed February 11, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 95
    Sprache: Englisch
    Seiten: 1 online resource (238 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks publication is a comprehensive guide that covers the IBM AIX® operating system (OS) layout capabilities, distinct features, system installation, and maintenance, which includes AIX security, trusted environment, and compliance integration, with the benefits of IBM Power Virtualization Management (PowerVM®) and IBM Power Virtualization Center (IBM PowerVC), which includes cloud capabilities and automation types. The objective of this book is to introduce IBM AIX modernization features and integration with different environments: General AIX enhancements AIX Live Kernel Update individually or using Network Installation Manager (NIM) AIX security features and integration AIX networking enhancements PowerVC integration and features for cloud environments AIX deployment using IBM Terraform and IBM Cloud Automation Manager AIX automation that uses configuration management tools AIX integration with Kubernetes PowerVM enhancements and features Latest disaster recovery (DR) solutions AIX Logical Volume Manager (LVM) and Enhanced Journaled File System (JFS2) AIX installation and maintenance techniques
    Anmerkung: Online resource; Title from title page (viewed February 4, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 96
    ISBN: 9780738458359
    Sprache: Englisch
    Seiten: 1 online resource (121 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication will help you install, configure, and use the new IBM Fibre Channel Endpoint Security function. The focus of this publication is about securing the connection between an IBM DS8900F and the IBM z15™. The solution is delivered with two levels of link security supported: support for link authentication on Fibre Channel links and support for link encryption of data in flight (which also includes link authentication). This solution is targeted for clients needing to adhere to Payment Card Industry (PCI) or other emerging data security standards, and those who are seeking to reduce or eliminate insider threats regarding unauthorized access to data.
    Anmerkung: Online resource; Title from title page (viewed January 28, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 97
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Sprache: Englisch , Deutsch
    Seiten: 1 online resource (304 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: HTML und CSS ganz leicht und Schritt für Schritt lernen Eine Webseite mit allem Drum und Dran erstellen: Farbige Texte, übersichtliche Tabellen, schöne Bilder, praktische Formulare, interessante Videos und sogar Musik Mit viel Hintergrundwissen zur Gestaltung sowie zur Suchmaschinenoptimierung Es gibt viele Wege, eine eigene Webseite zu erstellen. Aber möchtest du es von Grund auf lernen, solltest du am besten HTML und CSS dazu verwenden. Thomas Kobert weiht dich Schritt für Schritt in die Grundlagen von HTML 5 und CSS 3 ein. Du lernst, mithilfe von HTML und einem Editor deine Webseite mit vielen Elementen zu füllen und zu gestalten: Überschriften, Zeilenumbrüche, Hyperlinks und schöne Textformatierungen gehören ebenso dazu wie das Einbinden von Bildern, Videos und Musik. Mit CSS verschönerst du dann das Design: Ein toller Hintergrund, Rahmen, Aufzählungen und Tabellen machen aus deinen Webseiten einen Hingucker. Du lernst sogar, wie du Formulare selbst erstellst und erhältst zusätzlich ganz viele Profi-Tipps. Zusätzliches Wissen zu Suchmaschinenoptimierung und Quelltextvereinfachung geben dir das nötige Handwerkszeug für einen tollen eigenen Online-Auftritt. Viele Fragen und Aufgaben helfen dir, das Gelernte zu festigen und eigenständig weiterzumachen. Am Ende des Buches findest du eine Übersicht über die wichtigsten HTML- und CSS-Befehle zum Nachschlagen. Aus dem Inhalt: Firefox installieren und einen Editor auswählen Die erste Webseite erstellen Texte mit Stylesheets gestalten Fotos und Multimedia einbinden Seitendesign mit CSS Sich durch Hyperlinks mit anderen Webseiten vernetzen Listen, Aufzählungen und Glossare erstellen Tabellen mit CSS verschönern Individuelle Formulare entwickeln Mit einem Dokumentenkopf deine Webseite aufwerten und für Suchmaschinen optimieren CSS-Profitipps: schicke Rahmen verwenden, Mauszeiger ändern und Quelltexte optimieren Ausführliche CSS-Referenz Anhang mit weiterführenden Infos und den wichtigsten HTML-Elementen Ab 11 Jahre, aber auch für Erwachsene, die eine wirklich einfache Einführung suchen Zum Download: Alle Beispiele aus dem Buch, Antworten und Lösungen zu den Fragen, ein Editor sowie ausführlichere Referenzen Systemvoraussetzungen: Für Windows, Linux und Mac Über den Autor: Thomas Kobert ist HTML-Experte und hat bereits viele erfolgreiche Bücher zum Thema verfasst.
    Anmerkung: Online resource; Title from title page (viewed February 12, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 98
    Sprache: Englisch
    Seiten: 1 online resource (513 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redbooks® publication describes the features and functions the latest member of the IBM Z® platform, the IBM z15™ (machine type 8561). It includes information about the IBM z15 processor design, I/O innovations, security features, and supported operating systems. The z15 is a state-of-the-art data and transaction system that delivers advanced capabilities, which are vital to any digital transformation. The z15 is designed for enhanced modularity, which is in an industry standard footprint. This system excels at the following tasks: Making use of multicloud integration services Securing data with pervasive encryption Accelerating digital transformation with agile service delivery Transforming a transactional platform into a data powerhouse Getting more out of the platform with IT Operational Analytics Accelerating digital transformation with agile service delivery Revolutionizing business processes Blending open source and Z technologies This book explains how this system uses new innovations and traditional Z strengths to satisfy growing demand for cloud, analytics, and open source technologies. With the z15 as the base, applications can run in a trusted, reliable, and secure environment that improves operations and lessens business risk.
    Anmerkung: Online resource; Title from title page (viewed January 17, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 99
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (60 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: IBM Storage for Red Hat OpenShift is a comprehensive container-ready solution that includes all the hardware & software components necessary to setup and/or expand your Red Hat OpenShift environment. This blueprint includes Red Hat OpenShift Container Platform and uses Container Storage Interface (CSI) standards. IBM Storage brings enterprise data services to containers. In this blueprint, learn how to: · Combine the benefits of IBM Systems with the performance of IBM Storage solutions so that you can deliver the right services to your clients today! · Build a 24 by 7 by 365 enterprise class private cloud with Red Hat OpenShift Container Platform utilizing new open source Container Storage interface (CSI) drivers · Leverage enterprise class services such as NVMe based flash performance, high data availability, and advanced container security IBM Storage for Red Hat OpenShift Container Platform is designed for your DevOps environment for on-premises deployment with easy-to-consume components built to perform and scale for your enterprise. Simplify your journey to cloud with pre-tested and validated blueprints engineered to enable rapid deployment and peace of mind as you move to a hybrid multicloud environment. You now have the capabilities.
    Anmerkung: Online resource; Title from title page (viewed January 21, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 100
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    ISBN: 9780738458403
    Sprache: Englisch
    Seiten: 1 online resource (46 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: This IBM® Redpaper publication presents and positions the DS8910F Model 993. The modular system can be integrated into 15U contiguous space of an IBM z14® Model ZR1 (z14 Model ZR1), IBM LinuxONE Rockhopper II (z14 Model LR1), or other standard 19-inch wide rack. The DS8910F Model 993 allows you to take advantage of the performance boost of all-flash systems and advanced features while limiting datacenter footprint and power infrastructure requirements.
    Anmerkung: Online resource; Title from title page (viewed February 16, 2020) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...