Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company  (3,907)
  • Safari Tech Books Online  (2,140)
Datasource
Material
Language
Years
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (232 pages)
    Edition: 7th edition
    Keywords: Electronic books ; local
    Abstract: For web developers and other programmers interested in using JavaScript, this bestselling book provides the most comprehensive JavaScript reference section on the market. The seventh edition represents a significant update, with new material for ECMAScript 2017 (ES8), and new chapters on language-specific features. JavaScript: The Definitive Guide is ideal for experienced programmers who want to learn the programming language of the web, and for current JavaScript programmers who want to master it.
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (450 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the Java Virtual Machine—including the tunings likely to help performance. This updated second edition helps you gain in-depth knowledge of Java application performance using both the JVM and the Java platform. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 8 and 11 LTS releases perform. While the emphasis is on production-supported releases and features, this book also features previews of exciting new technologies such as ahead-of-time compilation and experimental garbage collections. Understand how various Java platforms and compilers affect performance Learn how Java garbage collection works Apply four principles to obtain best results from performance testing Use the JDK and other tools to learn how a Java application is performing Minimize the garbage collector’s impact through tuning and programming practices Tackle performance issues in Java EE and SE APIs Improve Java-driven database application performance
    Note: Online resource; Title from title page (viewed February 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (52 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With a new generation of services and frameworks, frontend and mobile developers can use their existing skill set to build full stack applications by leveraging the cloud. Developers can build robust applications with production-ready features such as authentication, APIs, data layers, machine learning, chatbots, and AR scenes more easily than ever by taking advantage of these new serverless and cloud technologies. This practical guide explains how. Nader Dabit, developer advocate at Amazon Web Services, shows developers how to build full stack applications using React, AWS, GraphQL, and the Amplify Framework. You’ll learn how to create and incorporate services into your client applications while exploring general best practices, deployment strategies, continuous integration and delivery, and rich media management along the way. Learn how to build applications that solve real problems Understand what is (and isn’t) possible when using these technologies Examine how authentication works—and learn the difference between authentication and authorization Discover how serverless functions work and why they’re important Use GraphQL in your application—and learn why it’s important Learn how to build full stack applications on AWS
    Note: Online resource; Title from title page (viewed November 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (600 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Can a system ever truly be considered reliable if it isn't fundamentally secure? In two previous O'Reilly books, experts from Google showed how reliability is fundamental to service design. Site Reliability Engineering and The Site Reliability Workbook demonstrated how and why a commitment to the entire service lifecycle enables organizations to successfully build, deploy, monitor, and maintain software systems. Security is also crucial to the design and operation of scalable systems in production, as it plays an important part in product quality, performance, reliability, and availability. In a world where most products are connected to the internet, and with cloud technologies and machine learning becoming more prevalent, enabling security by default is increasingly important. This book shares best practices to help an organization of any size design scalable and reliable systems that are fundamentally secure. It also offers insights into how teams across an organization can collaborate on security and reliability. Specifically, you'll learn about: Design Strategies Implementation and Operations Preparing for the Worst: Detection and Response Scaling Security and the Organization
    Note: Online resource; Title from title page (viewed March 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Data is getting bigger, arriving faster, and coming in varied formats—and it all needs to be processed at scale for analytics or machine learning. How can you process such varied data workloads efficiently? Enter Apache Spark. Updated to emphasize new features in Spark 2.x., this second edition shows data engineers and scientists why structure and unification in Spark matters. Specifically, this book explains how to perform simple and complex data analytics and employ machine-learning algorithms. Through discourse, code snippets, and notebooks, you’ll be able to: Learn Python, SQL, Scala, or Java high-level APIs: DataFrames and Datasets Peek under the hood of the Spark SQL engine to understand Spark transformations and performance Inspect, tune, and debug your Spark operations with Spark configurations and Spark UI Connect to data sources: JSON, Parquet, CSV, Avro, ORC, Hive, S3, or Kafka Perform analytics on batch and streaming data using Structured Streaming Build reliable data pipelines with open source Delta Lake and Spark Develop machine learning pipelines with MLlib and productionize models using MLflow Use open source Pandas framework Koalas and Spark for data transformation and feature engineering
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (150 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Operators are a way of packaging, deploying, and managing Kubernetes applications. A Kubernetes application doesn’t just run on Kubernetes; it’s composed and managed in Kubernetes terms. Operators add application-specific operational knowledge to a Kubernetes cluster, making it easier to automate complex, stateful applications and to augment the platform. Operators can coordinate application upgrades seamlessly, react to failures automatically, and streamline repetitive maintenance like backups. Think of Operators as site reliability engineers in software. They work by extending the Kubernetes control plane and API, helping systems integrators, cluster administrators, and application developers reliably deploy and manage key services and components. Using real-world examples, authors Jason Dobies and Joshua Wood demonstrate how to use Operators today and how to create Operators for your applications with the Operator Framework and SDK. Learn how to establish a Kubernetes cluster and deploy an Operator Examine a range of Operators from usage to implementation Explore the three pillars of the Operator Framework: the Operator SDK, the Operator Lifecycle Manager, and Operator Metering Build Operators from the ground up using the Operator SDK Build, package, and run an Operator in development, testing, and production phases Learn how to distribute your Operator for installation on Kubernetes clusters
    Note: Online resource; Title from title page (viewed March 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Threat modeling is one of the most essential—and most misunderstood—parts of the development lifecycle. Whether you’re a security practitioner or application developer, this book will help you gain a better understanding of core concepts and how to apply them to your practice to protect your systems from threats. Authors Izar Tarandach and Matthew Coles walk you through the myriad ways to approach and execute threat modeling. Contrary to popular belief, the process takes neither incredibly advanced security knowledge nor an unmanageable amount of effort. But it’s critical for spotting and addressing potential concerns in a cost-effective way before the code’s written and it’s too late to find a solution. Find out why threat modeling is important and how it can make you and your team better, more well-rounded architects and developers Learn the most effective ways to integrate threat modeling into your development lifecycle Use the results of a threat modeling exercise on other aspects of the system lifecycle
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Serverless is a revolution in the way organizations build and deploy software. With this hands-on guide, Java engineers will learn how to use their language experience in the new world of serverless computing. You’ll discover how this cloud computing model can drastically reduce the complexity in developing and operating applications while reducing costs and time to market. Engineering leaders John Chapin and Mike Roberts guide you through the process of developing serverless applications using AWS Lambda, Amazon’s event-driven, serverless computing platform. You’ll learn how to prepare the development environment, program Lambda functions, and deploy and operate your serverless software. Chapters includes exercises to help you through each aspect of the process. Get an introduction to serverless, functions-as-a-service, and AWS Lambda Learn how to deploy working Lambda functions to the cloud Program Lambda functions and learn how to get data in and out Build and package Java-based Lambda code and dependencies Create serverless applications by building a serverless API and data pipeline Test your serverless applications using automated techniques Apply advanced techniques to build production-ready applications
    Note: Online resource; Title from title page (viewed February 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Early system administration required in-depth knowledge of a variety of services on individual systems. Now, the job is increasingly complex and different from one company to the next with an ever-growing list of technologies and third-party services to integrate. How does any one individual stay relevant in systems and services? This practical guide helps anyone in operations—sysadmins, automation engineers, IT professionals, and site reliability engineers—understand the essential concepts of the role today. Collaboration, automation, and the evolution of systems change the fundamentals of operations work. No matter where you are in your journey, this book provides you the information to craft your path to advancing essential system administration skills. Author Jennifer Davis provides examples of modern practices and tools with recommended materials to advance your skills. Topics include: Development and testing: Version control, fundamentals of virtualization and containers, testing, and architecture reviewDeploying and configuring services: Infrastructure management, networks, security, storage, serverless, and release managementScaling administration: Monitoring and observability, capacity planning, log management and analysis, and security and compliance
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (58 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Yablonski, Jon Laws of UX
    RVK:
    Keywords: Electronic books ; local ; Webdesign ; Gebrauchsgrafik ; Mensch-Maschine-Kommunikation ; Benutzerfreundlichkeit ; Verhaltenspsychologie
    Abstract: Every designer today should learn the fundamentals of psychology. Instead of forcing users to conform to a product design or experience, designers need to learn how users behave and interact with various digital interfaces. This guide provides some key principles from psychology to help you design more intuitive, human-centered products and experiences. Humans have an underlying blueprint for how we perceive and process the world around us, and through simple lessons in psychology, this guide will help you define this blueprint.
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With Early Release ebooks, you get books in their earliest form—the author's raw and unedited content as he or she writes—so you can take advantage of these technologies long before the official release of these titles. JavaScript is the little scripting language that could. Once used chiefly to add interactivity to web browser windows, JavaScript is now a primary building block of powerful and robust applications. In this practical book, new and experienced JavaScript developers will learn how to use this language to create APIs as well as web, mobile, and desktop applications. Author and engineering leader Adam D. Scott covers technologies such as Node.js, GraphQL, React, and React Native. Ideal for developers who want to build full stack applications and web development beginners looking to bootstrap a startup, this book shows you how to create a single CRUD-style application that will work across several platforms. Explore GraphQL's simple process for querying data Learn about shared authentication for APIs, web apps, and native applications Build universal web applications with React and Next.js that perform and render on the server Use React Native to write cross-platform applications for iOS and Android that compile to native code Learn how to write desktop applications with Electron
    Note: Online resource; Title from title page (viewed March 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Most applications today are distributed in some fashion. Monitoring the health and performance of these distributed architectures requires a new approach. Enter distributed tracing, a method of profiling and monitoring applications—especially those that use microservice architectures. There’s just one problem: distributed tracing can be hard. But it doesn’t have to be. With this practical guide, you’ll learn what distributed tracing is and how to use it to understand the performance and operation of your software. Key players at LightStep walk you through instrumenting your code for tracing, collecting the data that your instrumentation produces, and turning it into useful, operational insights. If you want to start implementing distributed tracing, this book tells you what you need to know. You’ll learn: The pieces of a distributed tracing deployment: Instrumentation, data collection, and delivering value Best practices for instrumentation (the methods for generating trace data from your service) How to deal with or avoid overhead, costs, and sampling How to work with spans (the building blocks of request-based distributed traces) and choose span characteristics that lead to valuable traces Where distributed tracing is headed in the future
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (150 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you’re among the Python developers put off by Asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework developers and end-user developers like you. The features you need to consider are a small subset of the whole Asyncio API, but picking out the right features is the tricky part. That’s where this practical book comes in. Veteran Python developer Caleb Hattingh helps end-user developers gain a basic understanding of Asyncio’s building blocks—enough to get you started writing simple event-based programs. You’ll learn why Asyncio offers a safer alternative to preemptive multitasking (threading) and how this API provides a simple way to support thousands of simultaneous socket connections. Get a critical comparison of Asyncio and threading for concurrent network programming Take an Asyncio walkthrough, including a quickstart guide to help you hit the ground looping with event-based programming Learn the difference between Asyncio features for end-user developers and those for framework developers Understand Asyncio’s new async/await language syntax, including coroutines and task and future APIs Get detailed case studies (with code) of some popular Asyncio-compatible third-party libraries
    Note: Online resource; Title from title page (viewed March 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (540 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.3. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML and CSS, authors Kevin Tatroe and Peter MacIntyre provide style tips and practical programming advice in a clear, concise manner to help you become a top-notch PHP programmer. Get an overview of what’s possible when you use PHP programs Learn language fundamentals, including data types, variables, operators, and flow control statements Explore functions, strings, arrays, and objects Apply common web application techniques, such as form processing, data validation, session tracking, and cookies Interact with relational databases like MySQL or NoSQL databases such as MongoDB Generate dynamic images, create PDF files, and parse XML files Learn secure scripts, error handling, performance tuning, and other advanced topics Get a quick reference to PHP core functions and standard extensions
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (93 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Statistical methods are a key part of data science, yet few data scientists have formal statistical training. Courses and books on basic statistics rarely cover the topic from a data science perspective. The second edition of this practical guide—now including examples in Python as well as R—explains how to apply various statistical methods to data science, tells you how to avoid their misuse, and gives you advice on what’s important and what’s not. Many data scientists use statistical methods but lack a deeper statistical perspective. If you’re familiar with the R or Python programming languages, and have had some exposure to statistics but want to learn more, this quick reference bridges the gap in an accessible, readable format. With this updated edition, you’ll dive into: Exploratory data analysis Data and sampling distributions Statistical experiments and significance testing Regression and prediction Classification Statistical machine learning Unsupervised learning
    Note: Online resource; Title from title page (viewed May 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (51 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While many resources for network and IT security are available, detailed knowledge regarding modern web application security has been lacking—until now. This practical guide provides both defensive and offensive security concepts that software engineers can easily learn and apply. Andrew Hoffman, a product security lead at Salesforce.com, introduces three pillars of web application security: recon, offense, and defense. You’ll learn methods for effectively researching and analyzing modern web applications—including those you don’t have direct access to. You’ll also learn how to apply countermeasures to your own applications in order to prevent or mitigate risk from hackers. Ideal as a reference guide or educational text, this book helps you: Explore common vulnerabilities that plague today's web applications Learn essential hacking techniques that attackers use for exploiting applications Map and document web applications for which you do not have direct access Hack your application by applying the OWASP 10 exploits and other attacks Learn how to code your application to protect against the attacks you’ve identified Get practical tips to help you improve the overall security of your web products Develop and deploy your own customized exploits that can bypass many defenses
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sams | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sams Teach Yourself SQL in 10 Minutes offers straightforward, practical answers when you need fast results. By working through the book’s 22 lessons of 10 minutes or less, you’ll learn what you need to know to take advantage of the SQL language. Lessons cover IBM DB2, Microsoft SQL Server and SQL Server Express, MariaDB, MySQL, Oracle and Oracle express, PostgreSQL, and SQLite. Full-color code examples help you understand how SQL statements are structured Tips point out shortcuts and solutions Cautions help you avoid common pitfalls Notes explain additional concepts, and provide additional information 10 minutes is all you need to learn how to… Use the major SQL statements Construct complex SQL statements using multiple clauses and operators Retrieve, sort, and format database contents Pinpoint the data you need using a variety of filtering techniques Use aggregate functions to summarize data Join two or more related tables Insert, update, and delete data Create and alter database tables Work with views, stored procedures, and more
    Note: Online resource; Title from title page (viewed January 8, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (451 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout all these transformations, Python has become one of the most popular languages in the world. This practical guide shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, Kubernetes, and Terraform. Learning how to interact and automate with Linux is an essential skill for millions of professionals. Python makes it much easier. With this book, you’ll learn how to develop software and solve problems using containers, as well as how to monitor, instrument, load-test, and operationalize your software. If you’re looking for effective ways to "get stuff done" in Python, this is your guide. Automate several tasks using Python Work more efficiently by using a smaller subset of the language Use continuous integration systems to increase software quality Mix shell and Python commands to solve problems
    Note: Online resource; Title from title page (viewed January 3, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to build an enterprise-quality application that uses natural language text, but aren’t sure where to begin or what tools to use, this practical guide will help get you started. You’ll explore special concerns for developing text-based applications, such as performance. Alex Thomas, data scientist at Indeed, shows software engineers and data scientists how to build scalable NLP applications using deep learning and the Apache Spark NLP library. Through concrete examples, practical and theoretical explanations, and hands-on exercises for using NLP on the Spark processing framework, this book teaches you everything from NLP basics to applications of powerful modern techniques. Process text in a distributed environment using Spark NLP, a production-ready library for NLP built on Spark Create, tune, and deploy your own word embeddings Adapt your NLP applications to multiple languages Use text in machine learning and deep learning Learn why these techniques work from a machine learning, linguistic, and practical point of view
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (37 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn how to build a serverless real-world application in the cloud that’s reliable, secure, maintainable, and can handle millions of users. If you have experience building traditional web applications, this practical guide shows you how to get started with serverless. Cloud engineer Wietse Venema takes you through the steps necessary to build serverless applications with Cloud Run, a container-based serverless platform on Google Cloud. Through the course of the book, you’ll learn how to become productive with serverless technology. You will build and explore several example applications that highlight different parts of the serverless stack, using (light) frontend technology and Go on the back end. You can also follow the lessons in the book using your own project on Google Cloud Platform. You’ll learn how to: Build a serverless application with Google’s Cloud Run and Firestore Approach testing and development Handle user management and authentication Combine serverless with a traditional relational database Run and monitor production services Integrate your application with external APIs
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (50 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The future will be increasingly decentralized. As the publicity surrounding bitcoin and blockchain has shown, decentralized technology and distributed business models are already popular. Yet the disruptive potential of this technology is obscured by hype and misconceptions in equal measure. In this detailed guide, Lorne Lantz and Daniel Cawrey distill the complex ideas behind blockchain into an easily digestible reference that shows what is really going on under the hood. Finance and technology professionals will learn how a blockchain works as they explore the evolution and current state of cryptocurrencies, and the function of smart contracts. If you’re evaluating whether to invest your time in the cryptocurrency and blockchain industry, this book is for you. Get beyond the buzzwords and discover what the technology has to offer. Learn why Bitcoin was fundamentally important to the birth of blockchain Explore altcoin and altchain successes and failures, to see what can be done with blockchains and cryptocurrencies Understand the challenges of scaling a blockchain and forking a blockchain project See what Ethereum offers beyond Bitcoin Examine how the money flows in crypto markets Discover why, how, and where governments are intervening in the cryptocurrency and blockchain industry Understand the perspectives of real-world practitioners in the space
    Note: Online resource; Title from title page (viewed October 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (210 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How can startups successfully scale customer acquisition and revenue growth with a lean team? Out-of-the-box acquisition solutions from Facebook, Google, and others provide a good start, but the companies that can tailor those solutions to meet their specific needs, objectives, and goals will come out winners. With this practical book, author Lomit Patel shows you how to use AI and machine learning (ML) to provide an operational layer atop those acquisition solutions to deliver meaningful results for your company. You’ll learn how to adapt, customize, and personalize cross-channel user journeys to help your company attract and maintain customers. Learn how AI and ML can support the customer acquisition efforts of a lean startup Dive into Customer Acquisition 3.0, an initiative for gaining and retaining customers Explore ways to use ML for marketing purposes Understand the key metrics for determining the growth of your startup Determine the right strategy to foster user acquisition in your company Manage the increased complexity and risk inherent in AI projects
    Note: Online resource; Title from title page (viewed March 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (250 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With Early Release ebooks, you get books in their earliest form—the authors' raw and unedited content as they write—so you can take advantage of these technologies long before the official release of these titles. This book will enable you to apply graph thinking to solve complex problems. If you want to learn how to build architectures for extracting value for your domain’s complex problems, then this book is for you. You’ll learn how to think about your data as a graph, and how to determine if graph technology is right for your application. The book describes techniques for scalable, real-time, and multimodel architectures that solve complex problems, and shows how companies are successfully applying graph thinking in distributed production environments. Authors Denise Koessler Gosnell and Matthias Broecheler also introduce the Graph Schema Language, a set of terminology and visual illustrations to normalize how graph practitioners communicate conceptual graph models, graph schema, and graph database design.
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (280 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: As Python continues to grow in popularity, projects are becoming larger and more complex. Many Python developers are now taking an interest in high-level software architecture patterns such as hexagonal/clean architecture, event-driven architecture, and strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn’t always straightforward. With this practical guide, Harry Percival and Bob Gregory from MADE.com introduce proven architectural design patterns to help Python developers manage application complexity. Each pattern is illustrated with concrete examples in idiomatic Python that explain how to avoid some of the unnecessary verbosity of Java and C# syntax. You’ll learn how to implement each of these patterns in a Pythonic way. Architectural design patterns include: Dependency inversion, and its links to ports and adapters (hexagonal/clean architecture) Domain-driven design’s distinction between entities, value objects, and aggregates Repository and Unit of Work patterns for persistent storage Events, commands, and the message bus Command Query Responsibility Segregation (CQRS) Event-driven architecture and reactive microservices
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (250 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn the skills necessary to design, build, and deploy applications powered by machine learning. Through the course of this hands-on book, you’ll build an example ML-driven application from initial idea to deployed product. Data scientists, software engineers, and product managers with little or no ML experience will learn the tools, best practices, and challenges involved in building a real-world ML application step-by-step. Author Emmanuel Ameisen, who worked as a data scientist at Zipcar and led Insight Data Science’s AI program, demonstrates key ML concepts with code snippets, illustrations, and screenshots from the book’s example application. The first part of this guide shows you how to plan and measure success for an ML application. Part II shows you how to build a working ML model, and Part III explains how to improve the model until it fulfills your original vision. Part IV covers deployment and monitoring strategies. This book will help you: Determine your product goal and set up a machine learning problem Build your first end-to-end pipeline quickly and acquire an initial dataset Train and evaluate your ML model and address performance bottlenecks Deploy and monitor models in a production environment
    Note: Online resource; Title from title page (viewed February 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book presents a new approach to risk management that enables executives to think systematically and strategically about future risks and deal proactively with threats to their competitive advantages in an ever more volatile, uncertain, complex, and ambiguous world. Organizations typically manage risks through traditional tools such as insurance and risk mitigation; some employ enterprise risk management, which looks at risk holistically throughout the organization. But these tools tend to focus organizational attention on past actions and compliance. Executives need to tackle risk head-on as an integral part of their strategic planning process, not by looking in the rearview mirror. Strategic Risk Management (SRM) is a forward-looking approach that helps teams anticipate events or exposures that fundamentally threaten or enhance a firm's position. The authors, experts in both business strategy and risk management, define strategic risks and show how they differ from operational risks. They offer a road map that describes architectural elements of SRM (knowledge, principles, structures, and tools) to show how leaders can integrate them to effectively design and implement a future-facing SRM program. SRM gives organizations a competitive advantage over those stuck in outdated risk management practices. For the first time, it enables them to look squarely out the front windshield.
    Note: Online resource; Title from title page (viewed January 21, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (375 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to build, iterate and scale NLP systems in a business setting and to tailor them for various industry verticals, this is your guide. Consider the task of building a chatbot or text classification system at your organization. In the beginning, there may be little or no data to work with. At this point, a basic solution that uses rule based systems or traditional machine learning will be apt. As you accumulate more data, more sophisticated—and often data intensive—ML techniques can be used including deep learning. At each step of this journey, there are dozens of alternative approaches you can take. This book helps you navigate this maze of options.
    Note: Online resource; Title from title page (viewed May 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (56 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Level up with Tableau to build eye-catching, easy-to-interpret data visualizations. In this follow-up guide to 2018’s Practical Tableau, author Ryan Sleeper takes you through a collection of unique tips and tutorials for using this popular software. Beginning to advanced Tableau users will learn how to go beyond Show Me to make better data charts and learn dozens of tricks to improve both the author and user experience. Featuring many tutorials he designed himself, Ryan shows you how to create charts that empower Tableau users to explore, understand, and derive value from their data. He also shares many of his favorite tricks that enabled him to become a Tableau Zen Master, Tableau Public Visualization of the Year author, and Tableau Iron Viz Champion. Learn what’s new in Tableau since Practical Tableau was released in 2018 Examine unique new charts—timelines, custom gauges, and leapfrog charts—plus innovations such as highlight tables, scatter plots, and maps Get tips that can help make a Tableau developer’s life easier Understand what developers can do to make users’ lives easier
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (87 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Your Python code may run correctly, but you need it to run faster. By exploring the fundamental theory behind design choices, the updated edition of this practical guide, expanded and enhanced for Python 3, helps you gain a deeper understanding of Python’s implementation. You’ll learn how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs. How can you take advantage of multicore architectures or clusters? Or build a system that can scale up and down without losing reliability? Experienced Python programmers and students alike will learn concrete solutions to these and other issues, along with war stories from companies that use high-performance Python for social media analytics, productionized machine learning, and other situations. Get a better grasp of NumPy, Cython, and profilers Learn how Python abstracts the underlying computer architecture Understand performant pandas Use profiling to find bottlenecks in CPU time and memory usage Write efficient programs by choosing appropriate data structures Speed up matrix, vector, and even tensor computations Use tools to compile Python down to machine code, on CPUs and GPUs Manage multiple I/O and computational operations concurrently Convert multiprocessing code to run on a local or remote cluster Deploy code faster using tools like Docker Solve large problems while using less RAM Get real-life stories and lessons from Python programmers
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (66 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This third edition—updated for Cassandra 4.0—provides the technical details and practical examples you need to put this database to work in a production environment. Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s nonrelational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility. Understand Cassandra’s distributed and decentralized structure Use the Cassandra Query Language (CQL) and cqlsh—the CQL shell Create a working data model and compare it with an equivalent relational model Develop sample applications using client drivers for languages including Java, Python, and Node.js Explore cluster topology and learn how nodes exchange data
    Note: Online resource; Title from title page (viewed July 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (600 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication. Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development. Recipes include: Methods for compiling, running, and debugging “Packaging” Java classes and building applications Manipulating, comparing, and rearranging text Regular expressions for string- and pattern-matching Handling numbers, dates, and times Structuring data with collections, arrays, and other types Object-oriented and functional programming techniques Input/Output, Directory and filesystem operations Network programming on both client and server Processing JSON for data interchange Multithreading and concurrency Using Java in Big Data applications Interfacing Java with other languages The 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Every day, companies struggle to scale critical applications. As traffic volume and data demands increase, these applications become more complicated and brittle, exposing risks and compromising availability. And with the popularity of software as a service, scaling has never been more important. Updated with an expanded focus on modern architecture paradigms such as microservices and cloud computing, this practical guide provides techniques for building systems that can handle huge quantities of traffic, data, and demand without affecting the quality your customers expect. Author Lee Atchison shows architects, managers, and directors in both engineering andoperations organizations how to build applications at scale that run more smoothly and reliably and meet the needs of your customers. See how scaling affects the availability of your services, why that matters, and how to improve it Dive into a modern service-based application architecture that ensures high availability and reduces the effects of service failures Explore the Single Team Owned Service Architecture paradigm (STOSA)—a model for scaling your development organization as your application scales Understand, measure, and mitigate risk in your systems Use the cloud to build highly scalable applications
    Note: Online resource; Title from title page (viewed June 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (800 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Want to create devices that interact with the physical world? This cookbook is perfect for anyone who wants to experiment with the popular Arduino microcontroller and programming environment. You’ll find more than 200 tips and techniques for building a variety of objects and prototypes such as IoT solutions, environmental monitors, location and position-aware systems, and products that can respond to touch, sound, heat, and light. You don’t need to have mastered Arduino or programming to get started. Updated for the Arduino 1.5 release, the recipes in this third edition include practical examples and guidance to help you begin, expand, and enhance your projects right away—whether you’re an engineer, designer, artist, student, or hobbyist. Get up to speed on the Arduino board and essential software concepts quickly Learn basic techniques for reading digital and analog signals Use Arduino with a variety of popular input devices and sensors Drive visual displays, generate sound, and control several types of motors Interact with devices that use remote controls, including TVs and appliances Learn techniques for handling time delays and time measurement Apply advanced coding and memory-handling techniques
    Note: Online resource; Title from title page (viewed April 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    ISBN: 9781492043423 , 1492043427 , 9781492043409 , 1492043400
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 005.12
    Keywords: Software architecture ; Software architecture Vocational guidance ; Electronic books ; local ; Architecture logicielle ; Architecture logicielle ; Orientation professionnelle ; Software architecture
    Abstract: Although salary surveys worldwide regularly identify software architect as one of the top ten best jobs, no decent guides exist to help developers become architects. Until now. This practical guide provides the first comprehensive overview of software architecture’s many aspects. You’ll examine architectural characteristics, architectural patterns, component determination, diagramming and presenting architecture, evolutionary architecture, and many other topics. Authors Neal Ford and Mark Richards help you learn through examples in a variety of popular programming languages, such as Java, C#, JavaScript, and others. You’ll focus on architecture principles with examples that apply across all technology stacks.
    Note: Online resource; Title from title page (viewed February 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (275 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Companies are spending billions on machine learning projects, but it’s money wasted if the models can’t be deployed effectively. In this practical guide, Hannes Hapke and Catherine Nelson walk you through the steps of automating a machine learning pipeline using the TensorFlow ecosystem. You’ll learn the techniques and tools that will cut deployment time from days to minutes, so that you can focus on developing new models rather than maintaining legacy systems. Data scientists, machine learning engineers, and DevOps engineers will discover how to go beyond model development to successfully productize their data science projects, while managers will better understand the role they play in helping to accelerate these projects. The book also explores new approaches for integrating data privacy into machine learning pipelines. Understand the machine learning management lifecycle Implement data pipelines with Apache Airflow and Kubeflow Pipelines Work with data using TensorFlow tools like ML Metadata, TensorFlow Data Validation, and TensorFlow Transform Analyze models with TensorFlow Model Analysis and ship them with the TFX Model Pusher Component after the ModelValidator TFX Component confirmed that the analysis results are an improvement Deploy models in a variety of environments with TensorFlow Serving, TensorFlow Lite, and TensorFlow.js Learn methods for adding privacy, including differential privacy with TensorFlow Privacy and federated learning with TensorFlow Federated Design model feedback loops to increase your data sets and learn when to update your machine learning models
    Note: Online resource; Title from title page (viewed August 25, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254677
    Language: English
    Pages: 1 online resource (133 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Much of our daily lives intertwine with artificial intelligence. From watching movies recommended by our entertainment streaming service, to interacting with customer service chatbots, to autotagging photos of friends in our social media apps, AI plays an invisible part in enriching our lives. While AI may be seen as a panacea for enterprise advancement and consumer convenience, it is still an emerging technology, and its explosive growth needs to be approached with proper care and preparation. How do we tackle the challenges it presents, and how do we make sure that it does precisely what it is supposed to do? In Keeping Your AI Under Control , author Anand Tamboli explores the inherent risk factors of the widespread implementation of artificial intelligence. The author delves into several real-life case studies of AI gone wrong, including Microsoft’s 2016 chatbot disaster, Uber’s autonomous vehicle fatally wounding a pedestrian, and an entire smart home in Germany dangerously malfunctioning because of one bad lightbulb. He expertly addresses the need to challenge our current assumptions about the infallibility of technology. The importance of data governance, rigorous testing before roll-out, a chain of human accountability, ethics, and much more are all detailed in Keeping Your AI Under Control . Artificial intelligence will not solve all of our problems for good, but it can (and will) present us with new solutions. These solutions can only be achieved with proper planning, continued maintenance, and above all, a foundation of attuned human supervision. What You Will Learn Understand various types of risks involved in developing and using AI solutions Identify, evaluate, and quantify risks pragmatically Utilize AI insurance to support residual risk management Who This Book Is For Progressive businesses that are on a journey to use AI (buyers/customers), technical and financial leaders in AI solution companies (solution vendors), AI system integrators (intermediaries), project and technology leads of AI deployment projects, technology purchase decision makers, CXOs and legal officers (solution users).
    Note: Online resource; Title from title page (viewed November 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 6th edition
    Keywords: Electronic books ; local
    Abstract: The popular handbook to estate planning, now updated for 2018 Since its first publication in 2002, New Rules for Estate, Retirement, and Tax Planning has sold more than 40,000 copies, providing a solid, accessible introduction to estate planning for any age or income bracket. Now in its sixth edition, Estate, Retirement, and Tax Planning continues this tradition, covering such topics as trusts, donations, life insurance, and wills in easy-to-understand language that offers valuable insights and solid strategies to help you preserve your wealth and plan your estate so that your assets go where you want with a minimum of taxes and government interference. This comprehensive guide answers such common questions as: How much do I need to retire comfortably? How do I protect my children’s inheritance? How do I ensure planned donations are made after I’m gone? And many more. The Sixth Edition is also fully updated to reflect changes following the 2018 Tax Cuts and Jobs Act, so that you can learn how new regulations could impact your inheritance and trusts. Other notable features include advice on working with elderly parents and introducing financial planning to children and teenagers, in addition to a list of professional advisers and a glossary of estate planning terms. Understand estate planning and obtain solid strategies for growing your wealth Explore asset protection and succession planning strategies Discover how recent updates to the tax code could affect you and your heirs Stay informed of any relevant law changes with an author-managed web site Estate, Retirement, and Tax Planning contains a wealth of valuable information for any adult who needs help planning their financial future, from the established professional heading toward retirement, to the young adult looking to understand the basics. Wherever you are in your journey, use Estate, Retirement, and Tax Planning to ensure your legacy is protected.
    Note: Online resource; Title from title page (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (816 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Develop your coding skills by exploring Java concepts and techniques such as Strings, Objects and Types, Data Structures and Algorithms, Concurrency, and Functional programming Key Features Solve Java programming challenges and get interview-ready by using the power of modern Java 11 Test your Java skills using language features, algorithms, data structures, and design patterns Explore areas such as web development, mobile development, and GUI programming Book Description The super-fast evolution of the JDK between versions 8 and 12 has increased the learning curve of modern Java, therefore has increased the time needed for placing developers in the Plateau of Productivity. Its new features and concepts can be adopted to solve a variety of modern-day problems. This book enables you to adopt an objective approach to common problems by explaining the correct practices and decisions with respect to complexity, performance, readability, and more. Java Coding Problems will help you complete your daily tasks and meet deadlines. You can count on the 300+ applications containing 1,000+ examples in this book to cover the common and fundamental areas of interest: strings, numbers, arrays, collections, data structures, date and time, immutability, type inference, Optional, Java I/O, Java Reflection, functional programming, concurrency and the HTTP Client API. Put your skills on steroids with problems that have been carefully crafted to highlight and cover the core knowledge that is accessed in daily work. In other words (no matter if your task is easy, medium or complex) having this knowledge under your tool belt is a must, not an option. By the end of this book, you will have gained a strong understanding of Java concepts and have the confidence to develop and choose the right solutions to your problems. What you will learn Adopt the latest JDK 11 and JDK 12 features in your applications Solve cutting-edge problems relating to collections and data structures Get to grips with functional-style programming using lambdas Perform asynchronous communication and parallel data processing Solve strings and number problems using the latest Java APIs Become familiar with different aspects of object immutability in Java Implement the correct practices and clean code techniques Who this book is for If you are a Java developer who wants to level-up by solving real-world problems, then this book is for you. Working knowledge of Java is required to get the most out of...
    Note: Online resource; Title from title page (viewed September 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Taddy, Matt Business data science
    DDC: 658.4/033
    RVK:
    Keywords: Data Analytics ; Statistische Methodenlehre ; Operations Research ; Künstliche Intelligenz ; Electronic books ; local ; Management ; Entscheidung ; Maschinelles Lernen
    Abstract: 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. Use machine learning to understand your customers, frame decisions, and drive value The business analytics world has changed, and Data Scientists are taking over. Business Data Science takes you through the steps of using machine learning to implement best-in-class business data science. Whether you are a business leader with a desire to go deep on data, or an engineer who wants to learn how to apply Machine Learning to business problems, you’ll find the information, insight, and tools you need to flourish in today’s data-driven economy. You’ll learn how to: •Use the key building blocks of Machine Learning: sparse regularization, out-of-sample validation, and latent factor and topic modeling •Understand how use ML tools in real world business problems, where causation matters more that correlation •Solve data science programs by scripting in the R programming language Today’s business landscape is driven by data and constantly shifting. Companies live and die on their ability to make and implement the right decisions quickly and effectively. Business Data Science is about doing data science right. It’s about the exciting things being done around Big Data to run a flourishing business. It’s about the precepts, principals, and best practices that you need know for best-in-class business data science.
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (2 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cloud computing is the practice of storing data, software, and services online so you can access and consume them remotely over the internet. This infographic describes the options and benefits of cloud computing as well as the common deployment models.
    Note: Online resource; Title from title page (viewed July 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    ISBN: 9781787781702
    Language: English
    Pages: 1 online resource (42 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This useful pocket guide is an ideal introduction for those wanting to understand more about ISO 38500. It describes the scope, application and objectives of the Standard and outlines its six core principles.
    Note: Online resource; Title from title page (viewed September 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Rocky Nook | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Adobe InDesign is the clear software of choice for designers in desktop publishing and typesetting. With it, designers create professional, eye-catching posters, flyers, brochures, magazines, newspapers, presentations, books, and ebooks. But because it has so much power and depth, sometimes the things you need are…well…kinda hidden or not really obvious. There will be a lot of times when you need to get something done in InDesign, but you have no idea where Adobe hid that feature, or what the “secret handshake” is to do that thing you need now so you can get back to working. That’s why this book was created: to get you to the technique, the shortcut, or exactly the right setting, right now. Here's how it works: When you need to know how to do a particular thing, you turn to the chapter where it would be found, find the thing you need to do (it’s easy—each page covers just one single topic), and designer and author Dave Clayton tells you exactly how to do it just like he was sitting there beside you, using the same casual style as if he were telling a friend. That way, you get back to working in InDesign fast. This isn’t a book of theory, full of confusing jargon and detailed multi-step concepts. This is a book on which button to click, which setting to use, and exactly how and when to use it, so you’re never “stuck” in InDesign again. This will be your “go to” book that sits within reach any time you’re working in InDesign, and you are going to love having this type of help right at your fingertips.
    Note: Online resource; Title from title page (viewed October 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (69 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While the merits of cryptocurrency continue to be debated, the underlying technology—the blockchain—can be applied in many other ways to solve problems that have plagued organizations for years. To spur adoption of blockchain for these newer use cases, many technology providers and leading businesses have begun offering cloud-based blockchain-as-a-service (BaaS) options. This report brings you up to speed on these emerging opportunities. Author Karen Kilroy helps technical business leaders, solutions architects, and innovation officers understand blockchain and evaluate options for BaaS. Through interviews with enterprise blockchain experts and practitioners, you’ll learn how this service model has evolved and what it offers. You’ll also examine the landscape of BaaS offerings, get a project started, and learn where the technology is going. You’ll learn: Why blockchain is different from a relational database or other distributed ledger technologies How blockchain is used in business applications The nuts and bolts of a blockchain network, including participants, assets, transactions, and smart contracts How to architect a typical BaaS application as a standalone multiuser application Current BaaS offerings and how to choose the one that’s right for you Five industry-changing use cases for BaaS, including international trade, identity verification, and royalties tracking Examples of how BaaS may be used in the future
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254103
    Language: English
    Pages: 1 online resource (148 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Gain an understanding of Maven’s dependency management and use it to organize basic and multi-module Maven projects. This short book is your quick-start tutorial for learning to use Maven. It includes inconsistently immutable collections, better array construction, and more from the latest Maven version 3.6. This second edition covers the newest in today's most popular build tool for Java development and programming. You'll learn all about Maven and how to set it up. Firstly, you’ll cover the Maven life cycle and how to effectively leverage it. Also, you'll see the basics of site plugins, generating Javadocs, test coverage/FindBugs reports, and version/release notes. Furthermore, you'll take advantage of Maven's archetypes to bootstrap new projects easily. Finally, you will learn how to integrate the Nexus repository manager with Maven release phases. What You Will Learn Set up your basic project in Maven Create more advanced projects Apply the Maven life cycle to your build Work with Maven archetypes and manage Maven releases Integrate with Jenkins, Eclipse, and other IDEs Carry out debugging and password encryption Who This Book Is For Those new to Maven or those who are familiar with Maven, but maybe not with the latest Maven 3.6 release.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (426 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Perform cloud-based machine learning and deep learning using Amazon Web Services such as SageMaker, Lex, Comprehend, Translate, and Polly Key Features Explore popular machine learning and deep learning services with their underlying algorithms Discover readily available artificial intelligence(AI) APIs on AWS like Vision and Language Services Design robust architectures to enable experimentation, extensibility, and maintainability of AI apps Book Description From data wrangling through to translating text, you can accomplish this and more with the artificial intelligence and machine learning services available on AWS. With this book, you'll work through hands-on exercises and learn to use these services to solve real-world problems. You'll even design, develop, monitor, and maintain machine and deep learning models on AWS. The book starts with an introduction to AI and its applications in different industries, along with an overview of AWS artificial intelligence and machine learning services. You'll then get to grips with detecting and translating text with Amazon Rekognition and Amazon Translate. The book will assist you in performing speech-to-text with Amazon Transcribe and Amazon Polly. Later, you'll discover the use of Amazon Comprehend for extracting information from text, and Amazon Lex for building voice chatbots. You will also understand the key capabilities of Amazon SageMaker such as wrangling big data, discovering topics in text collections, and classifying images. Finally, you'll cover sales forecasting with deep learning and autoregression, before exploring the importance of a feedback loop in machine learning. By the end of this book, you will have the skills you need to implement AI in AWS through hands-on exercises that cover all aspects of the ML model life cycle. What you will learn Gain useful insights into different machine and deep learning models Build and deploy robust deep learning systems to production Train machine and deep learning models with diverse infrastructure specifications Scale AI apps without dealing with the complexity of managing the underlying infrastructure Monitor and Manage AI experiments efficiently Create AI apps using AWS pre-trained AI services Who this book is for This book is for data scientists, machine learning developers, deep learning researchers, and artificial intelligence enthusiasts who want to harness the power of AWS to implement powerful artificial intelligence solutions. A basic un...
    Note: Online resource; Title from title page (viewed October 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251775
    Language: English
    Pages: 1 online resource (427 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly detection. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detection tasks. This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introduction to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection. By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch. What You Will Learn Understand what anomaly detection is and why it is important in today's world Become familiar with statistical and traditional machine learning approaches to anomaly detection using Scikit-Learn Know the basics of deep learning in Python using Keras and PyTorch Be aware of basic data science concepts for measuring a model's performance: understand what AUC is, what precision and recall mean, and more Apply deep learning to semi-supervised and unsupervised anomaly detection Who This Book Is For Data scientists and machine learning engineers interested in learning the basics of deep learning applications in anomaly detection
    Note: Online resource; Title from title page (viewed October 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Language: English
    Pages: 1 online resource (298 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: IBM® Spectrum Protect Plus is a data protection solution that provides near-instant recovery, replication, retention, and reuse for virtual machines, databases, and applications in hybrid multicloud environments. IBM Knowledge Center for IBM Spectrum® Protect Plus provides extensive documentation for installation, deployment, and usage. In addition, IBM Spectrum Protect Plus Blueprint (https://ibm.biz/IBMSpectrumProtectPlusBlueprints) provides guidance about how to build and size an IBM Spectrum Protect Plus solution. The goal of this IBM Redpaper publication is to summarize and complement the available information by providing useful hints and tips based on the authors' practical experience in installing and supporting IBM Spectrum Protect Plus in actual customer environments. Over time, our aim is to compile a set of best practices that cover all aspects of the product, from planning and installation to tuning, maintenance, and troubleshooting.
    Note: Online resource; Title from title page (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (412 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Fuji-X-Secrets macht viele exklusive Inhalte der populären Fuji X Secrets Camera- und RAW-Workshops von Rico Pfirstinger in Buchform zugänglich und liefert gleichzeitig viele interessante Tipps und Tricks für alle Benutzer von X-Serie-Kameras in verständlicher Form – von der klassischen X100 bis zu aktuellen Kameras wie der X-T3, X-T30 und GFX 100. Ein unverzichtbarer Leitfaden für jeden, der das Optimum aus seiner X-Kamera herausholen will. Kurzum: "Was Sie schon immer über das Fujifilm X-System wissen wollten – aber bisher nie zu fragen wagten". Schwerpunkt sind dabei die Kameras mit X-Processor Pro (X100F, X-Pro2, X-T2, X-T20, X-E3, X-H1, GFX 50S, GFX 50R) und X-Processor 4 (X-T3, X-T30, X-Pro3 und GFX 100), aber auch die älteren Kameras mit EXR und EXR II Prozessor (X20, X30, XQ1, XQ2, X-E2(S), X-T1, X-T10, X-Pro1, X-E1, X70, X100, X100S, X100T) sowie X-M1, X-A1, X-A2, X-A3, X-A5, X-A7 und X-T100.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Game-theoretic probability and finance come of age Glenn Shafer and Vladimir Vovk’s Probability and Finance , published in 2001, showed that perfect-information games can be used to define mathematical probability. Based on fifteen years of further research, Game-Theoretic Foundations for Probability and Finance presents a mature view of the foundational role game theory can play. Its account of probability theory opens the way to new methods of prediction and testing and makes many statistical methods more transparent and widely usable. Its contributions to finance theory include purely game-theoretic accounts of Ito’s stochastic calculus, the capital asset pricing model, the equity premium, and portfolio theory. Game-Theoretic Foundations for Probability and Finance is a book of research. It is also a teaching resource. Each chapter is supplemented with carefully designed exercises and notes relating the new theory to its historical context. Praise from early readers “Ever since Kolmogorov's Grundbegriffe , the standard mathematical treatment of probability theory has been measure-theoretic. In this ground-breaking work, Shafer and Vovk give a game-theoretic foundation instead. While being just as rigorous, the game-theoretic approach allows for vast and useful generalizations of classical measure-theoretic results, while also giving rise to new, radical ideas for prediction, statistics and mathematical finance without stochastic assumptions. The authors set out their theory in great detail, resulting in what is definitely one of the most important books on the foundations of probability to have appeared in the last few decades.” – Peter Grünwald, CWI and University of Leiden “Shafer and Vovk have thoroughly re-written their 2001 book on the game-theoretic foundations for probability and for finance. They have included an account of the tremendous growth that has occurred since, in the game-theoretic and pathwise approaches to stochastic analysis and in their applications to continuous-time finance. This new book will undoubtedly spur a better understanding of the foundations of these very important fields, and we should all be grateful to its authors.” – Ioannis Karatzas, Columbia University
    Note: Online resource; Title from title page (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (346 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Leverage the full potential of SAS to get unique, actionable insights from your data Key Features Build enterprise-class data solutions using SAS and become well-versed in SAS programming Work with different data structures, and run SQL queries to manipulate your data Explore essential concepts and techniques with practical examples to confidently pass the SAS certification exam Book Description SAS is one of the leading enterprise tools in the world today when it comes to data management and analysis. It enables the fast and easy processing of data and helps you gain valuable business insights for effective decision-making. This book will serve as a comprehensive guide that will prepare you for the SAS certification exam. After a quick overview of the SAS architecture and components, the book will take you through the different approaches to importing and reading data from different sources using SAS. You will then cover SAS Base and 4GL, understanding data management and analysis, along with exploring SAS functions for data manipulation and transformation. Next, you'll discover SQL procedures and get up to speed on creating and validating queries. In the concluding chapters, you'll learn all about data visualization, right from creating bar charts and sample geographic maps through to assigning patterns and formats. In addition to this, the book will focus on macro programming and its advanced aspects. By the end of this book, you will be well versed in SAS programming and have the skills you need to easily handle and manage your data-related problems in SAS. What you will learn Explore a variety of SAS modules and packages for efficient data analysis Use SAS 4GL functions to manipulate, merge, sort, and transform data Gain useful insights into advanced PROC SQL options in SAS to interact with data Get to grips with SAS Macro and define your own macros to share data Discover the different graphical libraries to shape and visualize data with Apply the SAS Output Delivery System to prepare detailed reports Who this book is for Budding or experienced data professionals who want to get started with SAS will benefit from this book. Those looking to prepare for the SAS certification exam will also find this book to be a useful resource. Some understanding of basic data management concepts will help you get the most out of this book. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the...
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (848 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how. By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all you need is programming experience to get started. Explore the machine learning landscape, particularly neural nets Use Scikit-Learn to track an example machine-learning project end-to-end Explore several training models, including support vector machines, decision trees, random forests, and ensemble methods Use the TensorFlow library to build and train neural nets Dive into neural net architectures, including convolutional nets, recurrent nets, and deep reinforcement learning Learn techniques for training and scaling deep neural nets
    Note: Online resource; Title from title page (viewed September 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249826
    Language: English
    Pages: 1 online resource (550 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Take advantage of this comprehensive reference to solving common problems when developing with Flutter. Along with an introduction to the basic concepts of Flutter development, the recipes in this book cover all important aspects of this emerging technology, including development, testing, debugging, performance tuning, app publishing, and continuous integration. Although Flutter presents a rich, cross-platform mobile development framework, helpful documentation is not easily found. Here you’ll review solutions to various scenarios and use creative, tested ways to accomplish everything from simple to complex development tasks. Flutter is developed using Dart and contains a unique technology stack that sets it apart from its competitors. This book takes the mystery out of working with the Dart language and integrating Flutter into your already existing workflows and development projects. With Flutter Recipes , you’ll learn how to build and deploy apps freshly started in Flutter, as well as apps already in progress, while side-stepping any potential roadblocks you may face along the way. What You'll Learn Debug with Dart Observatory Program accessibility and localization features Build and release apps for iOS and Android Incorporate reactive programming Who This Book Is For Mobile developers with some experience in other frameworks who would like to work with the growing and popular Flutter.
    Note: Online resource; Title from title page (viewed October 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (27 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: According to a recent poll conducted by O’Reilly Media, most data scientists already know what AI technologies, such as deep learning, can do. Now they want to learn how to implement neural networks and deep learning to address their unique business objective. They’re looking for business use cases, real-world examples, and tutorials and tips for overcoming challenges with these projects. And they’re seeking a Cloud-based service so they can spin up a service in matter of minutes and only pay for what they use. With tools such as Deep Learning as a Service within IBM Watson Studio, building and deploying deep learning models in the enterprise is getting easier. This practical report provides enterprise application developers with specific use cases and steps for implementation, data scientist Federico Castanedo provides readers with a foundational understanding of deep learning and demonstrates how companies are using it in their business today. You’ll learn two approaches to implementing deep learning in your organization: build and train your own deep learning models, or leverage pre-trained models. Learn what deep learning can do in the enterprise Understand the general process of building and training neural networks in-house for deep learning projects Contrast building your own solution with using and deploying pre-built models Design deep learning models in the cloud with IBM Watson Studio and popular frameworks such as TensorFlow, Caffe, PyTorch and Keras
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A guide to environmental and communication issues related to fracking and the best approach to protect communities Environmental Considerations Associated with Hydraulic Fracturing Operations offers a much-needed resource that explores the complex challenges of fracking by providing an understanding of the environmental and communication issues that are inherent with hydraulic fracturing. The book balances the current scientific knowledge with the uncertainty and risks associated with hydraulic fracking. In addition, the authors offer targeted approaches for helping to keep communities safe. The authors include an overview of the historical development of hydraulic fracturing and the technology currently employed. The book also explores the risk, prevention, and mitigation factors that are associated with fracturing. The authors also include legal cases, regulatory issues, and data on the cost of recovery. The volume presents audit checklists for gathering critical information and documentation to support the reliability of the current environmental conditions related to fracking operations and the impact fracking can have on a community. This vital resource: Contains the technical information and mitigation recommendations for safety and environmental issues related to hydraulic fracturing Offers an historical overview of conventional and unconventional oil and gas drilling Explains the geologic and technical issues associated with fracking of tight sand and shale formulations Presents numerous case studies from the United States EPA and other agencies Discusses issues of co-produced waste water and induced seismicity from the injection of wastewater Written for environmental scientists, geologists, engineers, regulators, city planners, attorneys, foresters, wildlife biologists, and others, Environmental Considerations Associated with Hydraulic Fracturing Operations offers a comprehensive resource to the complex environmental and communication issues related to fracking.
    Note: Online resource; Title from title page (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this brief introduction to Tim O'Reilly's Expert Playlist , find out why he selected these pieces to study how some of the most advanced companies on the planet not only use technology but build their culture to support it.
    Note: Online resource; Title from title screen (viewed August 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (14 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM Redpaper describes a case study that involves software and hardware from Cisco Systems, Inc. Specifically, a Cisco FirePOWER module — also known as a SourceFire (SFR) module — was installed on a Cisco Adaptive Security Appliance (ASA). The case study reveals the steps, issues, and decision points of such an installation. The scope of this case study is as follows: FirePOWER 6.2.0 on an ASA 5525-X running code level 9.6.2 from the Command Line Interface (CLI). We do not discuss the ASDM installation method. This document addresses the needs of Network Administrators, Security Administrators, and other staff who install and manage Intrusion Prevention or Intrusion Detection systems (IPS / IDS). The reader should have a basic understanding of computer networking and be familiar with basic networking terms such as Interface, Access Control Lists (ACL), Domain Name Service (DNS), and Internet Protocol (IP) address.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (9 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Hoping a jack-of-all-trades can lead your organization’s digital transition is unrealistic. We found four distinct types of successful digital executives who can best provide vision and purpose for digital. Crucially, each type has unique strengths and performs best in different contexts.
    Note: Online resource; Title from title page (viewed April 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (390 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: EU GDPR – An Implementation and Compliance Guide is a perfect companion for anyone managing a GDPR compliance project. It explains the changes you need to make to your data protection and information security regimes and tells you exactly what you need to do to avoid severe financial penalties.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    ISBN: 9788494810671
    Language: English , Spanish
    Pages: 1 online resource (262 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Notas que cada día es más difícil vender o que los clientes están cambiando? Los teléfonos inteligentes, la geolocalización, los comparadores de precios, las facilidades logísticas, la economía colaborativa, etc. han dado más poder a los consumidores. En este contexto, los clientes demandan actitudes, acciones y responsabilidades que están lejos de los procedimientos habituales de las empresas. ¿Sabes cómo dar respuesta? Seas empresa industrial, de servicios o un profesional, es necesario que adaptes tu cultura empresarial al nuevo cliente. ¿Y qué relación tiene todo esto con el mundo del retail, del comercio en el sentido más amplio? Pues que podemos aprovechar ideas que ya están funcionando en el retail para llegar con más facilidad y acierto al cliente. Así lo vio Jacinto Llorca, conferenciante, escritor y consultor de negocio, a partir de su experiencia profesional. Observó factores de éxito y los destiló hasta crear el Código Retail, un compendio de buenas prácticas que se explican de forma ágil a lo largo del libro y se ilustran con casos reales muy interesantes, tanto del mundo analógico como del digital. https://www.librosdecabecera.com/el-codigo-retail
    Note: Online resource; Title from title page (viewed January 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Updated and Expanded for Python 3 It’s easy to start developing programs with Python, which is why the language is so popular. However, Python’s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. This second edition of Effective Python will help you master a truly “Pythonic” approach to programming, harnessing Python’s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++ , Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You’ll understand the best way to accomplish key tasks so you can write code that’s easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved. Key features include 30 new actionable guidelines for all major areas of Python Detailed explanations and examples of statements, expressions, and built-in types Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Better techniques and idioms for using comprehensions and generator functions Coverage of how to accurately express behaviors with classes and interfaces Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient and clear approaches to concurrency and parallelism Solutions for optimizing and hardening to maximize performance and quality Techniques and built-in modules that aid in debugging and testing Tools and best practices for collaborative development Effective Python will prepare growing programmers to make a big impact using Python.
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Military Recruiting is a war. It’s just a different kind of war than what you were prepared and trained to fight for. Recruiting is a war for talent. Smart, competent, and capable people are rare and in high demand. Every organization, from commercial enterprises, healthcare, non-profit, sports, and education, to the military is in an outright battle to recruit and retain these bright and talented people. Rather than bullets and bombs, the war for talent is won through high-impact prospecting activity, time discipline, intellectual agility, emotional intelligence, and human to human relationships. On this highly competitive, ever changing, asymmetrical battlefield, to win, you must operate at a level of excellence beyond anything asked of military recruiters before. Yet, in this new paradigm, many recruiters are struggling, and most recruiting units are staring down the barrel at 50 percent or more of their recruiters consistently missing Mission. It is imperative that we arm military recruiters with the skills they need to win in this challenging environment. The failure to make Mission is an existential threat to the strength and readiness of America’s fighting forces and our democracy. Fanatical Military Recruiting begins where the Recruiting and Retention colleges of the various branches of the military leave off. It is an advanced, master’s level training resource designed specifically for the unique demands of Military Recruiting. In FMR , you’ll learn: The Single Most Important Discipline in Military Recruiting How to Get Out of a Recruiting Slump The 30-Day Rule and Law of Replacement Powerful Time and Territory Management Strategies that Put You in Control of Your Day The 7 Step Telephone Prospecting Framework The 4 Step Email and Direct Messaging Framework The 5 C’s of Social Recruiting The 7 Step Text Message Prospecting Framework How to Leverage a Balanced Prospecting Methodology to Keep the Funnel Full of Qualified Applicants Powerful Human Influence Frameworks that Reduce Resistance and Objections The 3 Step Prospecting Objection Turn-Around Framework Mission Drive and the 5 Disciplines of Ultra-High Performing Military Recruiters In his signature right-to-the-point style that has made him the go-to trainer to a who’s who of the world’s most prestigious organizations, Jeb Blount pulls no punches. He slaps you in the face with the cold, hard truth about what’s really holding you back. Then, he pulls you in with stories, examples, ...
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In a large global health services company, streaming data for processing and sharing comes with its own challenges. Data science and analytics platforms need data fast, from relevant sources, to act on this data quickly and share the insights with consumers with the same speed and urgency. Join Mohammad Quraishi (Cigna) to learn why streaming data architectures are a necessity—Kafka and Hadoop are key. Mohammad outlines architectures centered around the Hadoop Platform and Kafka that were implemented to support a variety of integration and analytics requirements. Topics include: Enabling streaming to and from relational sources and files using custom frameworks that automate and speed up workflows Combining the polyglot techniques with Kafka API to support various streaming solutions Combining data driven techniques to support consumers through a simple streaming architecture and microservices How HBase, Kudu, and Kafka Streams are used to reduce latency between these microservices and frontend application APIs Enabling the consumption and sharing of data sources and results using streams Enabling Spark Structured Streaming, Flink, and Spark ML on these streams Enabling data sync between on-premises data lakes and the cloud Supporting cloud native architectures that enable machine learning in the cloud This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 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® 9100 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 9100 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.
    Note: Online resource; Title from title page (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (263 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. This book guides you through 62 specific ways to improve your use of TypeScript. Author Dan Vanderkam, a principal software engineer at Sidewalk Labs, shows you how to apply these ideas, following the format popularized by Effective C++ and Effective Java (both from Addison-Wesley). You’ll advance from a beginning or intermediate user familiar with the basics to an advanced user who knows how to use the language well. Effective TypeScript is divided into eight chapters: Getting to Know TypeScript TypeScript’s Type System Type Inference Type Design Working with any Types Declarations and types Writing and Running Your Code Migrating to TypeScript
    Note: Online resource; Title from title page (viewed October 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Deep Learning for Search teaches you to improve your search results with neural networks. You’ll review how DL relates to search basics like indexing and ranking. Then, you’ll walk through in-depth examples to upgrade your search with DL techniques using Apache Lucene and Deeplearning4j. As the book progresses, you’ll explore advanced topics like searching through images, translating user queries, and designing search engines that improve as they learn!
    Note: Online resource; Title from title page (viewed June 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (120 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Data professionals are confronting the most disruptive change since relational databases appeared in the 1980s. SQL is still a major tool for data analytics, but conventional relational database management systems can’t handle the increasing size and complexity of today’s datasets. This updated edition teaches you best practices for Greenplum Database, the open source massively parallel processing (MPP) database that accommodates large sets of nonrelational and relational data. Marshall Presser, field CTO at Pivotal, introduces Greenplum’s approach to data analytics and data-driven decisions, beginning with its shared-nothing architecture. IT managers, developers, data analysts, system architects, and data scientists will all gain from exploring data organization and storage, data loading, running queries, and learning to perform analytics in the database. Discover how MPP and Greenplum will help you go beyond the traditional data warehouse. This ebook covers: Greenplum features, use case examples, and techniques for optimizing use Four Greenplum deployment options to help you balance security, cost, and time to usability Why each networked node in Greenplum’s architecture includes an independent operating system, memory, and storage Additional tools for monitoring, managing, securing, and optimizing query responses in the Pivotal Greenplum commercial database
    Note: Online resource; Title from title page (viewed July 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Change is the only constant; upgrades are inevitable. Believe it or not, this also applies to your database. There are many drivers for such changes, such as technology stack updates and new data center or event cloud migrations. A database migration isn’t an easy task. Preparation and execution takes time and leaves no room for mistakes. And once you start, there’s no going back. But is this the only way? Adrian Lungu and Serban Teodorescu (Adobe) explain how—inspired by the green-blue deployment technique—the Adobe Audience Manager team developed an active-passive database migration procedure that allows them to test database clusters in production, minimizing the risks without compromising the innovation. It was successfully applied twice to upgrade the entire database technology stack—but it’s never a smooth move when your databases are 200-node Cassandra clusters with hundreds of terabytes of data and downtime is not an option. The first migration was focused only on software upgrades. For the second upgrade, the team’s confidence was so high that they added a twist: a couple of more changes besides the Cassandra version—AWS instance type, operating system, disk settings, memory settings, JVM, and a few more. What could go wrong? Well. . .everything. Adrian and Serban describe the migration technique and present an extensible database client that makes all the active-passive management possible with just a configuration change. Yes, you heard it right. No code changes, just configurations. They then share a series of tales and lessons learned during the migration of over 500 Cassandra nodes. Most of the lessons aren’t Cassandra related but instead apply to hardware, drivers, operating system, or the JVM—debugging for days and searching for that metric anomaly or that log line that would give us a hint on what went wrong. Join in to see how you can avoid some of these pitfalls in your own projects. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    ISBN: 9783747500644
    Language: English , German
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Über 180 kreative Motive für die Flipchart-Gestaltung Vorlagen für Agenda, Evaluation, Ideensammlung, Wissensvermittlung u.v.m. Tipps aus der Praxis zu Material und Aufbau sowie praktische visuelle Hilfsmittel wie Pfeile, Sprechblasen, Rahmen und Co. Herzlich willkommen in der großen, bunten, visuellen Welt der Flipcharts. In Meetings und Präsentationen kommst du heute nicht mehr daran vorbei, deine Inhalte zu visualisieren. Aber so ein Flipchartblatt ist groß und die Zeit drängt. In kürzester Zeit musst du deine Inhalte nicht nur einprägsam, lesbar, übersichtlich und verständlich darstellen, sondern bestenfalls sollten sie auch noch wirklich cool aussehen. Damit dir das einfach gelingt, brauchst du diese Flipchart-Sammlung. Dieses Buch bietet dir eine große Fülle an Vorlagen und zahlreiche Motive für Flipcharts, die für alle Anwendungsfälle geeignet sind. Du erhältst jede Menge Inspiration und kannst die Beispiele als Ideengeber nutzen, mit den Vorlagen deine eigenen Flipcharts umsetzen oder sie einfach 1:1 abzeichnen. Egal wie – dir wird es nicht mehr an Ideen mangeln. Außerdem findest du weitere visuelle Hilfsmittel wie Aufzählungszeichen, Banner, Gesichter und Co., Tipps zum Aufbau der Seite und hilfreiche Hinweise zum Material. Neben den Vorlagen findest du auch unsere Materialtipps, die dir den Einstieg erleichtern und dir helfen deine Flipchartideen umzusetzen. Eins ist sicher: mit diesem Buch wirst du in Zukunft nicht mehr unsicher vor dem großen weißen leeren Blatt stehen – lass dich inspirieren!
    Note: Online resource; Title from title page (viewed October 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Auf immer ausgeklügelteren Wegen versuchen Kriminelle, sich über das Internet Zugang zu unserem Geld, unseren Daten oder unserer Identität zu verschaffen. Dieses Buch versetzt Sie in die Lage, Betrugsversuche und Datendiebstahl bei der Nutzung von Smartphone oder PC frühzeitig zu erkennen und sich effektiv dagegen zu schützen. Der Autor beschreibt die häufigsten, zum Teil subtilen Betrugsmaschen, die Ihnen beim Surfen, bei der Nutzung von Apps oder beim Abrufen von E-Mails begegnen können. Beschrieben werden z.B. Lockangebote auf betrügerischen Websites, unseriöse Gewinnspiele, Phishingmails, Werbebanner- oder Abofallen. Das Buch zeigt Ihnen, wie Sie Ihren Computer und Ihr Smartphone so einrichten, dass Sie besser vor Betrugsversuchen geschützt sind. Sie erfahren auch, wohin Sie sich wenden können, wenn Sie doch Opfer eines Internetbetrugs geworden sind.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (728 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The world has become increasingly networked and unpredictable. Decision makers at all levels are required to manage the consequences of complexity every day. They must deal with problems that arise unexpectedly, generate uncertainty, are characterised by interconnectivity, and spread across traditional boundaries. Simple solutions to complex problems are usually inadequate and risk exacerbating the original issues. Leaders of international bodies such as the UN, OECD, UNESCO and WHO — and of major business, public sector, charitable, and professional organizations — have all declared that systems thinking is an essential leadership skill for managing the complexity of the economic, social and environmental issues that confront decision makers. Systems thinking must be implemented more generally, and on a wider scale, to address these issues. An evaluation of different systems methodologies suggests that they concentrate on different aspects of complexity. To be in the best position to deal with complexity, decision makers must understand the strengths and weaknesses of the various approaches and learn how to employ them in combination. This is called critical systems thinking. Making use of over 25 case studies, the book offers an account of the development of systems thinking and of major efforts to apply the approach in real-world interventions. Further, it encourages the widespread use of critical systems practice as a means of ensuring responsible leadership in a complex world. Comments on a previous version of the book: Russ Ackoff: ‘the book is the best overview of the field I have seen’ JP van Gigch: ‘Jackson does a masterful job. The book is lucid ...well written and eminently readable’ Professional Manager (Journal of the Chartered Management Institute): ‘Provides an excellent guide and introduction to systems thinking for students of management’
    Note: Online resource; Title from title page (viewed April 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (176 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: C – kurz & gut ist die praktische Taschenreferenz für jeden C-Programmierer. Das Buch ist ein nützlicher Begleiter, um schnell Informationen über ein bestimmtes Syntaxelement oder eine Bibliothek zu finden – unabhängig davon, ob Sie bereits mit C Erfahrung haben oder mit der Sprache noch nicht vertraut sind. Einsteiger in C können sich einen ersten Überblick über die Sprachfeatures verschaffen, für fortgeschrittene Programmierer ist das Buch die ideale Schnellreferenz. Das Buch besteht aus zwei Teilen: einer kompakten Beschreibung der Sprache und einer thematisch strukturierten Referenz der Standardbibliothek. Das Buch wurde für die 2. Auflage vollständig aktualisiert, erweitert und durch Neuerungen wie beispielsweise die Multithreading-Bibliothek ergänzt. Es deckt jetzt den ISO-Standard C18 ab.
    Note: Online resource; Title from title page (viewed September 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253311
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Take your Office 365 and SharePoint projects to a higher level by using PowerApps, Flow, Power BI, JavaScript/jQuery jQuery UI widgets, Cascading Style Sheets (CSS), and more. This book will help you create easier solutions to client-side problems and applications. Additionally, you will be able to effectively visualize your data with Power BI. This book starts with configuration of SharePoint and Office 365 followed by your first example of PowerApps. You will lay the foundation for a help ticket application and see how to update a SharePoint list with PowerApps. You then will work with the jQuery open source library and learn how to use the developer tools within your browser. This allows you to customize data displays in SharePoint. Next, you will add jQuery UI widgets such as buttons and dialogs to SharePoint, learning how to configure and manipulate them via JavaScript. You will use these new skills to convert a normal SharePoint announcement into a visually compelling page of network alerts. You also will use JavaScript and styles to hugely improve native SharePoint calendars by color-coding them by category or location. To prevent overlapping events in calendars, you will work with SharePoint's web services and JavaScript. You will use similar concepts to make appealing accordion SharePoint pages. You then will explore Microsoft Forms, Flow, and Power BI, including building surveys in both Forms and SharePoint and using Power BI to show results over the last week, month, quarter, and year. Using advanced Power BI you will see how to deal with JSON, XML, and Yes/No data. Next, you will look at how to display Office documents as well as interact with them via JavaScript. Switching back to PowerApps, you will build the final help ticketing system before using Power BI to see how to visualize the ticket information. After a quick detour on using iFrames in SharePoint, you will jump into building a power routing application using InfoPath and SharePoint Designer. You will even call SharePoint’s web services from Designer to customize email notifications. You end the InfoPath set of chapters with a highly useful application for signing up for and managing attendance for training and other classes. Finally, you will add Google Analytics to track SharePoint usage. What You Will Learn Build powerful applications with PowerApps Extend SharePoint’s capabilities using JavaScript Create surveys with SharePoint and Microsoft Forms, copy the results t...
    Note: Online resource; Title from title page (viewed November 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The much-anticipated follow-up to Contagious Culture shows aspiring leaders how to embody the qualities they wish to cultivate in their organizations. In Contagious Culture , Anese Cavanaugh proved that it’s possible to create an energized and engaged organizational culture that spreads from person to person. Now, in Contagious You , she hones in on the individual, showing us how each of us is contagious in our own way and stressing the importance of leading with intention to achieve positive results. For anyone who’s sought to create change, or felt sucked into the drama and chaos of a toxic work environment, this book will advance the notion that everyone at an organization is a leader – for good or for bad – and that leaders have tremendous power to influence those who follow their example. The quality of our leadership is based upon our intentions, energy, and presence. By emphasizing authorship, self-care, and response- ability (not responsibility) as leadership skills and therefore cultural amplifiers, Contagious You shows you how to walk the path of more effective leadership while navigating the road blocks in your way. Whether these road blocks are working with negative co-workers with secret agendas and unrealistic expectations, or just the general “busyness” of life and its excessive demands, this book will take you on a journey to create more space, more courageous leadership, and stronger collaboration to influence others and create the impact you desire. The common denominator is YOU. No matter what level you’re on, your intentions, energy, and presence impact your ability to do anything within your life. Contagious You is an invitation to UNLOCK your own power. YOU set the tone. YOU are the culture. So show up, lead, and intentionally become the change you wish to see.
    Note: Online resource; Title from title page (viewed November 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: Online resource; Title from title screen (viewed October 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : BCS Learning & Development Limited | Boston, MA : Safari
    ISBN: 9781780174563 , 178017456X , 1780174578 , 9781780174570
    Language: English
    Pages: 1 online resource (76 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 658.15224
    Keywords: Proposal writing in business ; Electronic books ; local ; Affaires ; Rédaction de projets ; LANGUAGE ARTS & DISCIPLINES / Composition & Creative Writing ; LANGUAGE ARTS & DISCIPLINES / Rhetoric ; REFERENCE / Writing Skills ; Proposal writing in business
    Abstract: A business case is a logical, structured argument to bring about business change, aimed at the decision makers in an organisation. A persuasive, well-written business case can win over your readers and get you the all important approval you need. In this book you’ll discover the do’s and don’ts of pitching your ideas through a business case. You'll learn what the essential components of a business case are, including what key questions you should be answering, how to structure your business case, factors to consider when thinking about benefits and risks, and how best to tackle ROI. --- 'Presents a practical and down to earth approach to business case development.' Peter Wheatcroft , Moderator for the UK IT Industry Awards, Service Desk and Incident Manager
    Note: Online resource; Title from title page (viewed January 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build a world-class team culture with proven principles from renowned “Follow My Lead” podcaster and business leader John Eades Organizational culture has undergone a seismic shift in the 21st century—and with it, the requirements of leadership. In Building the Best, LearnLoft CEO John Eades takes you on a journey of transformation that will equip you with the tools you need to become the kind of cutting-edge leader today’s workplace so urgently needs. “Leadership is about empowering, inspiring, and serving in order to elevate others over an extended period of time. You are the perfect person to live this out every day.” Eades’s powerful words form the backbone of this groundbreaking guide to cultivating leadership at its highest level. Beginning with the benefits of great leadership—and the drawbacks of bad leadership—Eades offers real-life examples of leaders who elevate others, and how their practices have paid huge dividends. At its core is a carefully balanced blend of “love and discipline”—a guiding principle that helps create high levels of performance by leaning on standards while at the same time caring about the long-term success and well-being of each team member. Through these proven practices, you’ll learn to: • Identify your current leadership style • Rely on the “purpose trifecta” to guide your team • Be a leader who properly leverages the “Acts of Accountability” model • Create a “Maximizing Mantra” to produce energy and results • Develop the skills of others by understanding the “4 Stages of Role Development” Leadership is a journey, not a destination. Building the Best offers a powerful blueprint for embarking on that journey—the first step in taking your team or organization toward true greatness. .
    Note: Online resource; Title from title page (viewed November 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253106
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a basic application flow with SwiftUI involving login and a user dashboard interface in this video. Discover the new file structure introduced by SwiftUI and how it uses structs instead of classes for Views. Then learn about common layout elements such as Text, Images, HStack, VStack, ZStack, and NavigationViews. After understanding the structure and elements, dive in to create a login layout and a user authentication backend. Then once you've got your user logged in, create a dashboard layout for your users with SwiftUI. Finally learn to troubleshoot and polish up your new interfaces. What You Will Learn Create login and dashboard interfaces Troubleshoot common SwiftUI interface issues Incorporate NodeJS for authentication and backend work Who This Video Is For iOS developers with a basic familiarity of the Swift language who would like to use SwiftUI to design easy, elegant, and powerful interfaces.
    Note: Online resource; Title from title screen (viewed August 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The next step in the evolution of user interfaces is here. Chatbots let your users interact with your service in their own natural language. Use free and open source tools along with Ruby to build creative, useful, and unexpected interactions for users. Take advantage of the Lita framework's step-by-step implementation strategy to simplify bot development and testing. From novices to experts, chatbots are an area in which everyone can participate. Exercise your creativity by creating chatbot skills for communicating, information, and fun. Developers of all skill levels can craft user experiences that are natural, easy to use, and most of all, fun. Build chatbots using free, open source tools and launch them to popular chat platforms like Slack and Amazon's Alexa. Use the Ruby programming language and the Lita bot framework to unlock fun and powerful chat abilities such as sending text messages and emails, creating new meme images, driving a robot around the room, and talking out loud on a home speaker. Use frameworks available in Ruby and Node.js to get started quickly. Create simple chatbot skills that respond quickly to basic requests. Chain skills together for more complex interactions. Take advantage of test-driven development techniques to build your bots with confidence. Coordinate tasks with colleagues via bot. Connect with external APIs to provide users with data they need. Extract data information from web pages when an API isn't available. Expand your bot's reach with SMS and e-mail messaging. Deploy a chatbot to a host so users can interact with it on their schedule. Build a more responsive, easy-to-use interface for your users today. What You Need: You don't need much to get started with chatbots. A Mac or Linux computer with a recent version of Ruby is recommended. Windows users can keep up with a free virtual machine running Linux. You'll deploy your chatbots for free (or at least cheaply) on cloud hosting platforms like Heroku and Digital Ocean.
    Note: Online resource; Title from title page (viewed June 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Covering a key topic due to growing research into the role of signaling mechanisms in toxicology, this book focuses on practical approaches for informatics, big data, and complex data sets. Combines fundamentals / basics with experimental applications that can help those involved in preclinical drug studies and translational research Includes detailed presentations of study methodology and data collection, analysis, and interpretation Discusses tools like experimental design, sample handling, analytical measurement techniques
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (380 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Develop high-quality interactive games with the power of Unreal Engine's visual scripting language and Blueprints framework Key Features Design a fully functional game in UE4 without writing a single line of code Implement visual scripting to develop gameplay mechanics, UI, visual effects, VR and artificial intelligence Deploy your game on multiple platforms and share it with the world Book Description Blueprints is the visual scripting system in Unreal Engine that enables programmers to create baseline systems and can be extended by designers. This book helps you explore all the features of the Blueprint Editor and guides you through using Variables, Macros, and Functions. You'll also learn about object-oriented programming (OOP) and discover the Gameplay Framework. In addition to this, you'll learn how Blueprint Communication allows one Blueprint to access information from another Blueprint. Later chapters will focus on building a fully functional game using a step-by-step approach. You'll start with a basic first-person shooter (FPS) template, and each chapter will build on the prototype to create an increasingly complex and robust game experience. You'll then progress from creating basic shooting mechanics to more complex systems, such as user interface elements and intelligent enemy behavior. The skills you will develop using Blueprints can also be employed in other gaming genres. In the concluding chapters, the book demonstrates how to use arrays, maps, enums, and vector operations. Finally, you'll learn how to build a basic VR game. By the end of this book, you'll have learned how to build a fully functional game and will have the skills required to develop an entertaining experience for your audience. What you will learn Understand programming concepts in Blueprints Create prototypes and iterate new game mechanics rapidly Build user interface elements and interactive menus Use advanced Blueprint nodes to manage the complexity of a game Explore all the features of the Blueprint editor, such as the Components tab, Viewport, and Event Graph Get to grips with object-oriented programming (OOP) concepts and explore the Gameplay Framework Learn Virtual Reality development with UE Blueprint Who this book is for This book is for anyone who is interested in developing games or applications with UE4. Although basic knowledge of Windows OS is required, experience in programming or UE4 is not necessary. Downloading the example code for this ebook: ...
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The new, fully-updated edition of the respected guide to understanding financial extremes, evaluating investment opportunities, and identifying future bubbles Now in its second edition, Boombustology is an authoritative, up-to-date guide on the history of booms, busts, and financial cycles. Engaging and accessible, this popular book helps investors, policymakers, and analysts navigate the radical uncertainty that plagues today’s uncertain investing and economic environment. Author Vikram Mansharamani, an experienced global equity investor and prominent Harvard University lecturer, presents his multi-disciplinary framework for identifying financial bubbles before they burst. Moving beyond the typical view of booms and busts as primarily economic occurrences, this innovative book offers a multidisciplinary approach that utilizes microeconomic, macroeconomic, psychological, political, and biological lenses to spot unsustainable dynamics. It gives the reader insights into the dynamics that cause soaring financial markets to crash. Cases studies range from the 17th Century Dutch tulip mania to the more recent US housing collapse. The numerous cross-currents driving today’s markets—trade wars, inverted yield curves, currency wars, economic slowdowns, dangerous debt dynamics, populism, nationalism, as well as the general uncertainties in the global economy—demand that investors, policymakers, and analysts be on the lookout for a forthcoming recession, market correction, or worse. An essential resource for anyone interested in financial markets, the second edition of Boombustology: Adopts multiple lenses to understand the dynamics of booms, busts, bubbles, manias, crashes Utilizes the common characteristics of past bubbles to assist in identifying future financial extremes Presents a set of practical indicators that point to a financial bubble, enabling readers to gauge the likelihood of an unsustainable boom Offers two new chapters that analyze the long-term prospects for Indian markets and the distortions being caused by the passive investing boom Includes a new foreword by James Grant, legendary editor of Grant's Interest Rate Observer A comprehensive exploration of how bubbles form and why they burst, Boombustology, 2nd Edition is packed with a wealth of new and updated information for individual and institutional investors, academics, students, policymakers, risk-managers, and corporate managers alike.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254707
    Language: English
    Pages: 1 online resource (214 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Design, build, and justify an optimal Microsoft IoT footprint to meet your project needs. This book describes common Internet of Things components and architecture and then focuses on Microsoft’s Azure components relevant in deploying these solutions. Microsoft-specific topics addressed include: deploying edge devices and pushing intelligence to the edge; connecting IoT devices to Azure and landing data there, applying Azure Machine Learning, analytics, and Cognitive Services; roles for Microsoft solution accelerators and managed solutions; and integration of the Azure footprint with legacy infrastructure. The book concludes with a discussion of best practices in defining and developing solutions and creating a plan for success. What You Will Learn Design the right IoT architecture to deliver solutions for a variety of project needs Connect IoT devices to Azure for data collection and delivery of services Use Azure Machine Learning and Cognitive Services to deliver intelligence in cloud-based solutions and at the edge Understand the benefits and tradeoffs of Microsoft's solution accelerators and managed solutions Investigate new use cases that are described and apply best practices in deployment strategies Integrate cutting-edge Azure deployments with existing legacy data sources Who This Book Is For Developers and architects new to IoT projects or new to Microsoft Azure IoT components as well as readers interested in best practices used in architecting IoT solutions that utilize the Azure platform
    Note: Online resource; Title from title page (viewed November 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: You’ve spent hundreds of hours cleaning your data, engineering features, and training and tuning your model to pinpoint accuracy. But now it’s time to deploy your model into production. Whether you lead a team of data scientists or are one yourself, you know how time-consuming and problematic deployment can be. Language and environment incompatibilities, manual and duplicative processes, out-of-control costs, and poor communication can destroy all the work you’ve put into building models and slow your machine learning efforts. Learning common deployment architectures for machine learning in the real world and understanding how to build your model for a production environment can help you avoid pitfalls when scaling up. Diego Oppenheimer (Algorithmia) discusses common problems and solutions and shares best practices from leading organizations that have solved the deployment headache. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747500323
    Language: English , German
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 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. Aus dem Inhalt: Installation und Benutzeroberfläche Skizzenerstellung 3D-Modellierung mit Volumen, Flächen, Freiform-Elementen und Netzen Ableiten von Zeichnungen Simulation Baugruppen mit Gelenken Animieren und Rendern Blechkonstruktionen 3D-Druck und CNC-Bearbeitungen (Fräsen, Drehen, Bohren und Schneiden) Zahlreiche praktische Beispiele Zum Download: Alle im Buch verwendeten Konstruktionsbeispiele stehen unter www.mitp.de/0030 zum kostenlosen Download zur Verfügung.
    Note: Online resource; Title from title page (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An essential guide to biomolecular and bioanalytical techniques and their applications Biomolecular and Bioanalytical Techniques offers an introduction to, and a basic understanding of, a wide range of biophysical techniques. The text takes an interdisciplinary approach with contributions from a panel of distinguished experts. With a focus on research, the text comprehensively covers a broad selection of topics drawn from contemporary research in the fields of chemistry and biology. Each of the internationally reputed authors has contributed a single chapter on a specific technique. The chapters cover the specific technique’s background, theory, principles, technique, methodology, protocol and applications. The text explores the use of a variety of analytical tools to characterise biological samples. The contributors explain how to identify and quantify biochemically important molecules, including small molecules as well as biological macromolecules such as enzymes, antibodies, proteins, peptides and nucleic acids. This book is filled with essential knowledge and explores the skills needed to carry out the research and development roles in academic and industrial laboratories. A technique-focused book that bridges the gap between an introductory text and a book on advanced research methods Provides the necessary background and skills needed to advance the research methods Features a structured approach within each chapter Demonstrates an interdisciplinary approach that serves to develop independent thinking Written for students in chemistry, biological, medical, pharmaceutical, forensic and biophysical sciences, Biomolecular and Bioanalytical Techniques is an in-depth review of the most current biomolecular and bioanalytical techniques in the field.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: AWS Account Setup Best Practices Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: Online resource; Title from title screen (viewed November 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (412 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: Design a complete Voice over IP (VoIP) or traditional PBX system with Asterisk, even if you have only basic telecommunications knowledge. This bestselling guide makes it easy with a detailed roadmap that shows you how to install and configure this open source software, whether you’re upgrading your existing phone system or starting from scratch. Ideal for Linux administrators, developers, and power users, this updated fifth edition shows you how to set up VoIP-based private telephone switching systems within the enterprise. You’ll get up to speed on the features in Asterisk 16, the latest long-term support release from Digium. This book also includes new chapters on WebRTC and the Asterisk Real-time Interface (ARI). Discover how WebRTC provides a new direction for Asterisk Gain the knowledge to build a simple but complete phone system Build an interactive dialplan, using best practices for Asterisk’s advanced features Learn how ARI has emerged as the API of choice for interfacing web development languages with Asterisk
    Note: Online resource; Title from title page (viewed June 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (236 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Document the architecture of your software easily with this highly practical, open-source template. Key Features Get to grips with leveraging the features of arc42 to create insightful documents Learn the concepts of software architecture documentation through real-world examples Discover techniques to create compact, helpful, and easy-to-read documentation Book Description When developers document the architecture of their systems, they often invent their own specific ways of articulating structures, designs, concepts, and decisions. What they need is a template that enables simple and efficient software architecture documentation. arc42 by Example shows how it's done through several real-world examples. Each example in the book, whether it is a chess engine, a huge CRM system, or a cool web system, starts with a brief description of the problem domain and the quality requirements. Then, you'll discover the system context with all the external interfaces. You'll dive into an overview of the solution strategy to implement the building blocks and runtime scenarios. The later chapters also explain various cross-cutting concerns and how they affect other aspects of a program. What you will learn Utilize arc42 to document a system's physical infrastructure Learn how to identify a system's scope and boundaries Break a system down into building blocks and illustrate the relationships between them Discover how to describe the runtime behavior of a system Know how to document design decisions and their reasons Explore the risks and technical debt of your system Who this book is for This book is for software developers and solutions architects who are looking for an easy, open-source tool to document their systems. It is a useful reference for those who are already using arc42. If you are new to arc42, this book is a great learning resource. For those of you who want to write better technical documentation will benefit from the general concepts covered in this book.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (568 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A guide to a multi-disciplinary approach that includes perspectives from noted experts in the energy and utilities fields Advances in Energy Systems offers a stellar collection of articles selected from the acclaimed journal Wiley Interdisciplinary Review: Energy and Environment. The journalcovers all aspects of energy policy, science and technology, environmental and climate change. The book covers a wide range of relevant issues related to the systemic changes for large-scale integration of renewable energy as part of the on-going energy transition. The book addresses smart energy systems technologies, flexibility measures, recent changes in the marketplace and current policies. With contributions from a list of internationally renowned experts, the book deals with the hot topic of systems integration for future energy systems and energy transition. This important resource: Contains contributions from noted experts in the field Covers a broad range of topics on the topic of renewable energy Explores the technical impacts of high shares of wind and solar power Offers a review of international smart-grid policies Includes information on wireless power transmission Presents an authoritative view of micro-grids Contains a wealth of other relevant topics Written forenergy planners, energy market professionals and technology developers, Advances in Energy Systems is an essential guide with contributions from an international panel of experts that addresses the most recent smart energy technologies.
    Note: Online resource; Title from title page (viewed April 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Use Adobe Analytics as a marketer —not a programmer! If you're a marketer in need of a non-technical, beginner's reference to using Adobe Analytics, this book is the perfect place to start. Adobe Analytics For Dummies arms you with a basic knowledge of the key features so that you can start using it quickly and effectively. Even if you're a digital marketer who doesn't have their hands in data day in and day out, this easy-to-follow reference makes it simple to utilize Adobe Analytics. With the help of this book, you'll better understand how your marketing efforts are performing, converting, being engaged with, and being shared in the digital space. Evaluate your marketing strategies and campaigns Explore implementation fundamentals and report architecture Apply Adobe Analytics to multiple sources Succeed in the workplace and expand your marketing skillset The marketing world is continually growing and evolving, and Adobe Analytics For Dummies will help you stay ahead of the curve.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: More Than 17 Hours of Video Instruction More than 17 hours of video instruction on Amazon Web Services with coverage on cloud computing and available AWS services, as well as a guided hands-on look at using services such as EC2 (Elastic Compute Cloud), S3 (Simple Storage Service), and more. Overview Amazon Web Services (AWS) LiveLessons is a unique video product designed to provide a solid foundational understanding of the Amazon Web Services (AWS) infrastructure-as-a-service (IaaS) products. The course covers concepts necessary to understand cloud computing platforms, distributed computing, multi-tier architectures, virtual machines, storage, databases, analytics, high availability, and much more. This course has been designed to show just how simple and cost-effective it is to achieve a superior level of high-availability, fault-tolerance, security, and reduced operational burden in your infrastructure and applications. Detailed throughout the course are a number of use cases designed to spark your imagination and exemplify well-architected solutions within the rich and varied ecosystem that is Amazon Web Services. You can also use this video as a secondary resource to help you study for the AWS Cloud Practitioner and Solutions Architect Exams. Since the first edition of this course, AWS has added many new services to their offerings, as well as many new features to existing services. The AWS web-based management console has also seen significant updates and improvements. In this second edition, many of those new services and features are covered, and all new diagrams have been provided to more accurately represent those you will see in a real-world scenario. The new edition also includes all new demos to account for changes in the AWS management console user interface. Amazon Web Services (AWS) LiveLessons contains 14 independent video lessons totaling almost 13 hours of instruction. The videos contain in-depth instruction using live demos, slide instruction, and video captures. Demonstrations of Amazon Web Services and third-party cloud solutions are included to provide necessary context and experience for further study and use of AWS. Skill Level Beginner/All levels Learn How To Get started with AWS, including networking, computing, storage, managing databases, and security Understand cloud-computing platforms, and how AWS fits into them Use EC2, CloudWatch, S3 Buckets, and more Use IAM, VPC, NACLs, AMI, ECS, EKS, EBS, and other various t...
    Note: Online resource; Title from title screen (viewed March 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958459526
    Language: English , German
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Was eine agile Organisation ausmacht und wie sie gesteuert werden kann Zusammenwirken von Mitarbeitern, selbstorganisiertem Team, Leadership und Organisationsstruktur Mit vielen Übungen zum Selbsttest sowie Case Studies Agilität ist eine effektive Projektmanagement-Methode, um auf einen veränderten Markt flexibel zu reagieren. Dabei nimmt das Thema »Führung« eine Schlüsselrolle ein. Wie führt man Mitarbeiter, die sich selbst steuern? Die Projektmanager und Coaches Steffi Triest und Jan Ahrend verfolgen einen ganzheitlichen Ansatz, indem sie detailliert auf alle am agilen Prozess beteiligten Personen sowie die damit verbundenen Führungsaufgaben eingehen: auf den sich selbst führenden Mitarbeiter, das selbstorganisierte Team sowie die verschiedenen Varianten von Leadership. Sie erläutern die unterschiedlichen Denk- und Handlungsmuster und geben zahlreiche Tipps, wie Sie als Führungskraft coachen und die Entwicklung von Mitarbeitern und Teams unterstützen können. Anhand anschaulicher Diagramme und Case Studies erfahren Sie, wie Sie agile Führungstechniken in Anlehnung an Scrum und Kanban einsetzen und welche inneren Persönlichkeitsanteile hierbei eine Rolle spielen. Mit Blick auf verschiedenste Teamstrukturen – u.a. auch interdisziplinäre, virtuelle oder interkulturelle Teams – lernen Sie, mit Fragen zu führen, zu coachen, optimal Feedback zu geben oder beobachtend sowie moderierend zu führen. Zu jedem Themenabschnitt gibt es praxisorientierte Aufgaben, die Sie bei der Umsetzung der agilen Führung in Ihrem Arbeitsbereich unmittelbar unterstützen. Ein weiterer Schwerpunkt des Buches sind zudem verschiedene Leadership-Rollenmodelle, für die Sie u.a. praktikable Konzepte wie Karriere-Coach, Rollenwechsel oder Rahmensetzung kennenlernen. Schließlich gehen die Autoren auf die Strukturen agiler Organisationen ein, mit denen Führungskräfte interagieren. Die Autoren stellen die Erfolgschancen der »Agilen Führung« z.B. bezüglich Innovationen, Fachkompetenz der Mitarbeiter, Motivation und Kreativität heraus, analysieren aber auch die tatsächlichen Schwierigkeiten, die nach der ersten großen Agilitätswelle aufkamen. Aus dem Inhalt: Selbstführung: das agile Mindset, Emotionsregulation, innere Persönlichkeitsanteile, agile Techniken Selbstorganisation: Werte im Team, das Spielfeld und seine Regeln, agile Rollen, das Serving-Leadership-Konzept, Besonderheiten bei virtuellen oder interkulturellen Teams, Grenzen der Selbstorganisation Leadership: Führung als und...
    Note: Online resource; Title from title page (viewed June 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SAS Institute | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (236 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Point and click your way to performing statistics! Many people are intimidated by learning statistics, but A Gentle Introduction to Statistics Using SAS Studio is here to help. Whether you need to perform statistical analysis for a project or, perhaps, for a course in education, psychology, sociology, economics, or any other field that requires basic statistical skills, this book teaches the fundamentals of statistics, from designing your experiment through calculating logistic regressions. Serving as an introduction to many common statistical tests and principles, it explains concepts in a non-technical way with little math and very few formulas. Once the basic statistical concepts are covered, the book then demonstrates how to use them with SAS Studio and SAS University Edition’s easy point-and-click interface. Topics included in this book are: How to install and use SAS University Edition Descriptive statistics One-sample tests T tests (for independent or paired samples) One-way analysis of variance (ANOVA) N-way ANOVA Correlation analysis Simple and multiple linear regression Binary logistic regression Categorical data, including two-way tables and chi-square Power and sample size calculations Questions are provided to test your knowledge and practice your skills.
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An in-depth description of the state-of-the-art of 3D shape analysis techniques and their applications This book discusses the different topics that come under the title of "3D shape analysis". It covers the theoretical foundations and the major solutions that have been presented in the literature. It also establishes links between solutions proposed by different communities that studied 3D shape, such as mathematics and statistics, medical imaging, computer vision, and computer graphics. The first part of 3D Shape Analysis: Fundamentals, Theory, and Applications provides a review of the background concepts such as methods for the acquisition and representation of 3D geometries, and the fundamentals of geometry and topology. It specifically covers stereo matching, structured light, and intrinsic vs. extrinsic properties of shape. Parts 2 and 3 present a range of mathematical and algorithmic tools (which are used for e.g., global descriptors, keypoint detectors, local feature descriptors, and algorithms) that are commonly used for the detection, registration, recognition, classification, and retrieval of 3D objects. Both also place strong emphasis on recent techniques motivated by the spread of commodity devices for 3D acquisition. Part 4 demonstrates the use of these techniques in a selection of 3D shape analysis applications. It covers 3D face recognition, object recognition in 3D scenes, and 3D shape retrieval. It also discusses examples of semantic applications and cross domain 3D retrieval, i.e. how to retrieve 3D models using various types of modalities, e.g. sketches and/or images. The book concludes with a summary of the main ideas and discussions of the future trends. 3D Shape Analysis: Fundamentals, Theory, and Applications is an excellent reference for graduate students, researchers, and professionals in different fields of mathematics, computer science, and engineering. It is also ideal for courses in computer vision and computer graphics, as well as for those seeking 3D industrial/commercial solutions.
    Note: Online resource; Title from title page (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson FT Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Make Better Decisions, Leverage New Opportunities, and Automate Decisioning at Scale Prescriptive analytics is more directly linked to successful decision-making than any other form of business analytics. It can help you systematically sort through your choices to optimize decisions, respond to new opportunities and risks with precision, and continually reflect new information into your decisioning process. In Prescriptive Analytics , analytics expert Dr. Dursun Delen illuminates the field’s state-of-the-art methods, offering holistic insight for both professionals and students. Delen’s end-to-end, all-inclusive approach covers optimization, simulation, multi-criteria decision-making methods, inference- and heuristic-based decisioning, and more. Balancing theory and practice, he presents intuitive conceptual illustrations, realistic example problems, and real-world case studies–all designed to deliver knowledge you can use. Discover where prescriptive analytics fits and how it improves decision-making Identify optimal solutions for achieving an objective within real-world constraints Analyze complex systems via Monte-Carlo, discrete, and continuous simulations Apply powerful multi-criteria decision-making and mature expert systems and case-based reasoning Preview emerging techniques based on deep learning and cognitive computing
    Note: Online resource; Title from title page (viewed October 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (512 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Prepare for Microsoft Exam AZ-103 —and help demonstrate your real-world mastery of deploying and managing infrastructure in Microsoft Azure cloud environments. Designed for experienced cloud professionals ready to advance their status, Exam Ref focuses on the critical thinking and decision-making acumen needed for success at the Microsoft Certified Associate level. Focus on the expertise measured by these objectives: Manage Azure subscriptions and resources Implement and manage storage Deploy and manage virtual machines (VMs) Configure and manage virtual networks Manage identities This Microsoft Exam Ref: Organizes its coverage by exam objectives Features strategic, what-if scenarios to challenge you Assumes you are an experienced Azure administrator who understands and manages diverse storage, security, networking and/or compute cloud services About the Exam Exam AZ-103 focuses on skills and knowledge needed to manage Azure subscriptions; analyze resource utilization and consumption; manage resource groups; establish storage accounts; import/export data; configure Azure files; implement backup; create, configure, and automate VM deployment; manage VMs and VM backups; implement, manage, and connect virtual networks; configure name resolution; create and configure Network Security Groups; manage Azure AD and its objects; and implement and manage hybrid identities. About Microsoft Certification Passing exam AZ-103 earns your Microsoft Certified: Azure Administrator Associate certification, demonstrating your skills in implementing, monitoring, and maintaining Microsoft Azure solutions, including major services related to compute, storage, network, and security.
    Note: Online resource; Title from title page (viewed June 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838823009
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A practical course to get you up to speed with the key aspects of GraphQL, including queries, mutations, scalar types, image management, authentication, and authorization About This Video Learn the key aspects of GraphQL and create sample applications Explore how to create custom scalars, how authentication and authorization work in GraphQL, and much more In Detail Have you heard about GraphQL? Have you always wanted to understand GraphQL? If yes, this course will help you learn about GraphQL in a hands-on manner. As you progress through the course, you will acquire the skills necessary to understand and work with GraphQL's basic as well as advanced features, including but not limited to the following: Understand basic scalar types Create custom scalars Become familiar with resolvers and type definitions (Schemas) Understand the importance of a data model in GraphQL Explore how GraphQL queries work, including parameterized queries Gain working knowledge of GraphQL mutations Get to grips with how file uploads work using GraphQL Learn how to serve images in the GraphQL context Study how authentication and authorization work in GraphQL You’ll create four sample applications: A basic application to run GraphQL queries An advanced application that uses React to work with GraphQL Enhance the existing application and extend it with authentication and authorization An application to understand how to serve/display images and upload files using only GraphQL In this course, you’ll mostly use Apollo GraphQL services for building your apps. Familiarity with React is required to get started with this course. You’ll use React to create several applications; however, it only covers the React parts that are relevant to the context. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/fullstacktraining/Practical-GraphQL-Become-a-GraphQL-Ninja . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248836
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video focuses exclusively on LED control and gradually builds in difficulty to integrate more complicated circuits and coding concepts in the Arduino IDE. LEDs are great for visualizing data so you will be able to see some of the more complicated concepts, such as pulse width modulation (PWM) and analog control, in real time on the breadboard. In this video, you will cover LED control with Arduino, beginning with some simple LED blinking (the “hello world” for electronics) and then build step-by-step by adding extra hardware to interface with the code and circuits (buttons, potentiometers, and so on). This video also explores how the different types of pins on the Arduino (digital, PWM-enabled, and analog) can affect how you control LEDs. You'll also experiment with data visualization, both with LEDs and the Arduino IDE’s built-in software visualizers. This video provides an interactive learning experience and with the building block approach you'll be able to gradually step into new concepts. What You'll Learn --Breadboard the circuits and code along with the video --Apply the core concepts further in your own projects later --Master LED control with Arduino, from blinking to Charlieplexing and everything in between Who This Video Is For Beginning to intermediate Arduino users who want to have a well-rounded knowledge on how they can control LEDs wim.
    Note: Online resource; Title from title screen (viewed April 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781260454048
    Language: English
    Pages: 1 online resource (1568 pages)
    Edition: 10th edition
    Keywords: Electronic books ; local
    Abstract: This bestselling on-the-job reference and test preparation guide has been fully revised for the new 2019 CompTIA A+ exam objectives This fully revised and updated resource offers complete coverage of the latest release of CompTIA A+ exams 220-1001 & 220-1002. You'll find learning objectives at the beginning of each chapter, exam tips, practice exam questions, and in-depth explanations. Designed to help you pass the CompTIA A+ exams with ease, this definitive guide also serves as an essential on-the-job IT reference. Covers all exam topics, including how to: •Work with CPUs, RAM, BIOS, motherboards, power supplies, and other personal computer components •Install, configure, and maintain hard drives •Manage input devices and removable media •Set up, upgrade, and maintain all versions of Windows •Troubleshoot and fix computer problems •Install printers and other peripherals •Configure and secure mobile devices •Connect to the Internet •Set up wired and wireless networks •Protect your personal computer and your network •Implement virtualization and cloud-based technologies Online content includes: •Practice exams for 1001 & 1002 •More than one hour of free video training •TotalSim simulations of performance-based questions •Mike Meyers’ favorite PC tools and utilities
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (768 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Your one-stop reference for Windows Server 2019 and PowerShell know-how Windows Server 2019 & PowerShell All-in-One For Dummies offers a single reference to help you build and expand your knowledge of all things Windows Server, including the all-important PowerShell framework. Written by an information security pro and professor who trains aspiring system administrators, this book covers the broad range of topics a system administrator needs to know to run Windows Server 2019, including how to install, configure, and secure a system. This book includes coverage of: Installing & Setting Up Windows Server Configuring Windows Server 2019 Administering Windows Server 2019 Configuring Networking Managing Security Working with Windows PowerShell Installing and Administering Hyper-V Installing, Configuring, and Using Containers If you’re a budding or experienced system administrator looking to build or expand your knowledge of Windows Server, this book has you covered.
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...