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)
  • Organisation for Economic Co-operation and Development  (2,353)
Datasource
Material
Language
Years
Author, Corporation
  • 1
    Online Resource
    Online Resource
    Paris, France : OECD Publishing
    ISBN: 9789264670648
    Language: English
    Pages: 1 Online-Ressource (102 pages) , illustrations
    Edition: First edition
    DDC: 305.8924073
    Keywords: Sex role ; Sexual division of labor
    Note: Description based on print version record
    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 (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 ...
  • 3
    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 ...
  • 4
    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 ...
  • 5
    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 ...
  • 6
    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 ...
  • 7
    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 ...
  • 8
    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 ...
  • 9
    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 ...
  • 10
    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 ...
  • 11
    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 ...
  • 12
    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 ...
  • 13
    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 ...
  • 14
    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 ...
  • 15
    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 ...
  • 16
    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 ...
  • 17
    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 ...
  • 18
    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 ...
  • 19
    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 ...
  • 20
    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 ...
  • 21
    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 ...
  • 22
    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 ...
  • 23
    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 ...
  • 24
    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 ...
  • 25
    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 ...
  • 26
    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 ...
  • 27
    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 ...
  • 28
    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 ...
  • 29
    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 ...
  • 30
    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 ...
  • 31
    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 ...
  • 32
    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 ...
  • 33
    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 ...
  • 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 (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 ...
  • 36
    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 ...
  • 37
    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 ...
  • 38
    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 ...
  • 39
    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 ...
  • 40
    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 ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (848 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Set up your WordPress site today! WordPress is a state-of-the-art blog publishing platform with a focus on aesthetics, web standards, and usability. The latest version of WordPress.org will be replaced in the fall of 2018 with WordPress 5.0. This will include a major change with the addition of new editor Gutenberg. Take your WordPress experience to the next level with the information packed inside this All-in-One. From the basics of setting up your account, to choosing a host and theme, to managing content with editor Gutenberg, to keeping your site secure, these 8 books of expert information will help you take the WordPress community by storm. Build your site foundation Choose a server Become a site admin pro Learn how to manage content using Gutenberg Get ready to blog all about it!
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251683
    Language: English
    Pages: 1 online resource (168 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Every product owner faces a complex and unique set of challenges within their team. This provides each individual the opportunity to fill the role with different ambitions, skills, and insights. Your product ownership journey can take a variety of paths, and The Art of Agile Product Ownership is here to be your guide. Author Allan Kelly, who delivers Agile training courses to major companies, pulls from his experience to help you discover what it takes to be a successful product owner. You will learn how you need to define your role within a team and how you can best incorporate ownership with strategy. With the Agile method, time is the key factor, and after using the lessons from this book you will confidently be able to synthesize features, functionality, and scope against delivery. You will find out how other team members such as the UX designer and business analyst can support and enhance your role as product owner, and how every type of company structure can adapt for optimal agility. The Art of Agile Product Ownership is a beacon for current product owners, programmers who are ready to take the next step towards ownership, and analysts transitioning into the product space. This book helps you determine for yourself the best way to fill the product owner role so that you utilize your unique combination of skills. Product ownership is central to a successful Agile team, and after reading this book, you will be more than ready for the challenge. What You Will Learn Explores activities the product owner needs to do in order to write good and valuable user stories Identifies skills product owners can learn from product managers and business analysts Demonstrates how to make decisions based on business and customer demand rather than technical needs and feasibility Who This Book Is For This is a book for anyone becoming a product owner: developers and programmers, who, after some years at the code-face, are ready to step up to the next stage to own the product that they have been coding. Business Analysts and Product Managers who see themselves transitioning into the a product owner role will find value in this book in understanding their new role and how the work is the same and how it is different
    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 ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248591
    Language: English
    Pages: 1 online resource (468 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Gain insight into essential data science skills in a holistic manner using data engineering and associated scalable computational methods. This book covers the most popular Python 3 frameworks for both local and distributed (in premise and cloud based) processing. Along the way, you will be introduced to many popular open-source frameworks, like, SciPy, scikitlearn, Numba, Apache Spark, etc. The book is structured around examples, so you will grasp core concepts via case studies and Python 3 code. As data science projects gets continuously larger and more complex, software engineering knowledge and experience is crucial to produce evolvable solutions. You'll see how to create maintainable software for data science and how to document data engineering practices. This book is a good starting point for people who want to gain practical skills to perform data science. All the code will be available in the form of IPython notebooks and Python 3 programs, which allow you to reproduce all analyses from the book and customize them for your own purpose. You'll also benefit from advanced topics like Machine Learning, Recommender Systems, and Security in Data Science. Practical Data Science with Python will empower you analyze data, formulate proper questions, and produce actionable insights, three core stages in most data science endeavors. What You'll Learn Play the role of a data scientist when completing increasingly challenging exercises using Python 3 Work work with proven data science techniques/technologies Review scalable software engineering practices to ramp up data analysis abilities in the realm of Big Data Apply theory of probability, statistical inference, and algebra to understand the data science practices Who This Book Is For Anyone who would like to embark into the realm of data science using Python 3.
    Note: Online resource; Title from title page (viewed September 7, 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: 9781484245200
    Language: English
    Pages: 1 online resource (238 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Gain a better understanding of implementing SAP S/4HANA-based digital transformations. This book helps you understand the various components involved in the planning and execution of successful SAP S/4HANA projects. Learn how to ensure success by building a solid business case for SAP S/4HANA up front and track business value generated throughout the implementation. Implementing SAP S/4HANA provides a framework for planning and executing SAP S/4HANA projects by articulating the implementation approach used by different components in SAP S/4HANA implementations. Whether you are mid-way through the SAP S/4HANA program or about to embark on it, this book will help you throughout the journey. If you are looking for answers on why SAP S/4HANA requires special considerations as compared to a traditional SAP implementation, this book is for you. What You Will Learn Understand various components of your SAP S/4HANA project Forecast and track your success throughout the SAP S/4HANA implementation Build a solid business case for your SAP S/4HANA program Discover how the implementation approach varies across these components Who This Book Is For SAP S/4HANA clients (line managers and consultants).
    Note: Online resource; Title from title page (viewed September 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249208
    Language: English
    Pages: 1 online resource (361 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get your feet wet in developing visual novels and take a guided tour through easy to follow tutorials using three of the most popular tools (Ren'Py, TyranoBuilder, and Twine). This book uses a two-pronged approach into the fine art of text-based games, showing you what makes for compelling writing as well as the programming logic and techniques needed to bring your visual novels to life. In this book, you will uncover the rich history of interactive fiction from the bare-bones 1970s games to the audiovisually rich modern output. You will take a detailed look at how to work with some of the most popular and exotic sub-genres and tropes of interactive fiction, such as nakige ("crying game"), dating sims, and horror. Once the stage is set, you will learn to use all-purpose programming logic and techniques in three mini tutorial games and also learn how to deploy your titles to both desktop and mobile platforms. Not solely relegated to the ancient historical period of the 1980s and 1990s, interactive fiction has again become appealing to developers as new tools became available. The visual novel is an increasingly popular and potentially lucrative genre of video game, being deployed for Windows, Mac, iOS, Android, and more. Game Development with Ren'Py reveals how multi-platform tools such as Ren'Py, TyranoBuilder, and Twine are becoming ever more plentiful for creating games in this genre. What You'll Learn Gain a working knowledge of Ren'Py, TyranoBuilder, and Twine Examine the basics of general programming logic Deploy to all available operating systems and platforms Review different approaches to fiction writing in the context of text-based games Who This Book Is For People with no programming experience who are interested in working in the genre of visual novels or interactive fiction.
    Note: Online resource; Title from title page (viewed June 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (992 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This volume describes frontiers in social-behavioral modeling for contexts as diverse as national security, health, and on-line social gaming. Recent scientific and technological advances have created exciting opportunities for such improvements. However, the book also identifies crucial scientific, ethical, and cultural challenges to be met if social-behavioral modeling is to achieve its potential. Doing so will require new methods, data sources, and technology. The volume discusses these, including those needed to achieve and maintain high standards of ethics and privacy. The result should be a new generation of modeling that will advance science and, separately, aid decision-making on major social and security-related subjects despite the myriad uncertainties and complexities of social phenomena. Intended to be relatively comprehensive in scope, the volume balances theory-driven, data-driven, and hybrid approaches. The latter may be rapidly iterative, as when artificial-intelligence methods are coupled with theory-driven insights to build models that are sound, comprehensible and usable in new situations. With the intent of being a milestone document that sketches a research agenda for the next decade, the volume draws on the wisdom, ideas and suggestions of many noted researchers who draw in turn from anthropology, communications, complexity science, computer science, defense planning, economics, engineering, health systems, medicine, neuroscience, physics, political science, psychology, public policy and sociology. In brief, the volume discusses: Cutting-edge challenges and opportunities in modeling for social and behavioral science Special requirements for achieving high standards of privacy and ethics New approaches for developing theory while exploiting both empirical and computational data Issues of reproducibility, communication, explanation, and validation Special requirements for models intended to inform decision making about complex social systems
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250891
    Language: English
    Pages: 1 online resource (941 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use this comprehensive guide for the SQL Server DBA, covering all that practicing database administrators need to know to get their daily work done. Updated for SQL Server 2019, this edition includes coverage of new features such as Memory-optimized TempDB Metadata, and Always Encrypted with Secure Enclaves. Other new content includes coverage of Query Store, resumable index operations, installation on Linux, and containerized SQL. Pro SQL Server 2019 Administration takes DBAs on a journey that begins with planning their SQL Server deployment and runs through installing and configuring the instance, administering and optimizing database objects, and ensuring that data is secure and highly available. Finally, readers will learn how to perform advanced maintenance and tuning techniques. This book teaches you to make the most of new SQL Server 2019 functionality, including Data Discovery and Classification. The book promotes best-practice installation, shows how to configure for scalability and high workloads, and demonstrates the gamut of database-level maintenance tasks such as index maintenance, database consistency checks, and table optimizations. What You Will Learn Install and configure SQL Server on Windows through the GUI and with PowerShell Install and configure SQL Server on Linux and in Containers Optimize tables through in-memory OLTP, table partitioning, and the creation of indexes Secure and encrypt data to protect against embarrassing data breaches Ensure 24x7x365 access through high-availability and disaster recovery features Back up your data to ensure against loss, and recover data when needed Perform routine maintenance tasks such as database consistency checks Troubleshoot and solve performance problems in SQL queries and in the database engine Who This Book Is For SQL Server DBAs who manage on-premise installations of SQL Server. This book is also useful for DBAs who wish to learn advanced features such as Query Store, Extended Events, Distributed Replay, and Policy-Based Management, or those who need to install SQL Server in a variety of environments.
    Note: Online resource; Title from title page (viewed October 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Language: English
    Pages: 1 online resource (55 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redpaper publication describes the advantages of using IBM Power System AC922 for cognitive solutions, and how it can enhance clients' businesses. In order to optimize the hardware and software, IBM partners with NVIDIA, Mellanox, H2O.ai, SQream, Kinetica, and other prominent companies to design the Power AC922 server, specifically enhanced for the cognitive era. Most of its outstanding hardware features, such as NVIDIA NVLink 2.0 and PCIe 4.0, are described in this publication to illustrate the advantages that clients can realize in comparison with IBM competitors. We also include a brief description about what cognitive computing is, and how to use IBM Watson® Machine Learning cognitive solutions to bring more value to your business ecosystem. Additionally, we show performance charts that show the advantages of using Power AC922 versus x86 competitors. In the last chapter, we describe the most remarkable use cases in which IBM solves real problems using cognitive solutions. This IBM Redpaper publication is aimed at IT technical audiences, especially decision-making levels that need a full look at the benefits and improvements that an IBM Cognitive Solution can offer. It also provides valuable information to data science professionals, enabling them to plan their modeling needs. Finally, it offers information to the infrastructure support group in charge of maintaining the solution.
    Note: Online resource; Title from title page (viewed October 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250310
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Start building Python-based Android applications using Kivy with Android Studio. Through in-depth examples, this book teaches you everything you need to create your first Android application in Python and publish on Google Play. Building Android Apps in Python Using Kivy with Android Studio takes you through the basics of Kivy by discussing its application structure, widgets, and event handling. The KV language is then introduced for separating the logic and GUI by adding widgets within a KV file. You will then learn how to utilize Android camera using Kivy, build the HTTP server using Flask, and create and manage multiple screens to help you design your own applications. Through detailed step-by-step instructions, you will create your first multi-level cross-platform game that includes animation and sound effects. Following this, the process of converting the Kivy application into an Android application using Buildozer and Python-4-Android is covered in detail. You will then learn how to edit the generated Android Studio project into Android Studio by adding extensions to the original application. The widgets added in Kivy could be handled within Android Studio. Moreover, Android views could be added to enrich the Kivy application. The resulting Android application created with Kivy can be hosted on Google Play to download and install as a regular Android application. At the end, this book will give you the basic knowledge of Kivy needed to build cross-platform Android applications, produce an Android Studio project, and understand how it all works in detail. What You Will Learn Build cross-platform applications from scratch using Kivy in detail Create a cross-platform interactive multi-level game from the ground up Examine the pipeline of building an Android app from the Python Kivy app Understand the structure of the Android Studio project produced by Kivy Recognize how to extend the application within Android Studio by adding more Android views to the application main activity. Who This Book Is For Python developers with no previous experience in Kivy who are looking to create their first Android application completely in Python.
    Note: Online resource; Title from title page (viewed October 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245019
    Language: English
    Pages: 1 online resource (916 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Take your distributed applications to the next level and see what the reference architectures associated with microservices can do for you. This book begins by showing you the distributed computing architecture landscape and provides an in-depth view of microservices architecture. Following this, you will work with CQRS, an essential pattern for microservices, and get a view of how distributed messaging works. Moving on, you will take a deep dive into Spring Boot and Spring Cloud. Coming back to CQRS, you will learn how event-driven microservices work with this pattern, using the Axon 2 framework. This takes you on to how transactions work with microservices followed by advanced architectures to address non-functional aspects such as high availability and scalability. In the concluding part of the book you develop your own enterprise-grade microservices application using the Axon framework and true BASE transactions, while making it as secure as possible. What You Will Learn Shift from monolith architecture to microservices Work with distributed and ACID transactions Build solid architectures without two-phase commit transactions Discover the high availability principles in microservices Who This Book Is For Java developers with basic knowledge of distributed and multi-threaded application architecture, and no knowledge of Spring Boot or Spring Cloud. Knowledge of CQRS and event-driven architecture is not mandatory as this book will cover these in depth.
    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 ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244890
    Language: English
    Pages: 1 online resource (447 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Design, develop, build, and deliver an end-to-end serverless architecture by leveraging Azure services, frameworks, and tools. This book offers a holistic approach, guiding you through the design and development of a Twitter Bot application, while leveraging Azure Functions. Integrating Serverless Architecture begins with an overview of serverless computing and getting started with Azure Functions. Here, you will create a Twitter bot function which scans Twitter for the latest tweets and makes use of dependency injection. Further, you will learn about Azure Cosmos DB where you will cover its change feed mechanism and the repository pattern. You will create a Cosmos DB trigger-based tweet notifier function, which will broadcast the latest tweets to connected clients. You will explore the basics of Azure Service Bus and create a tweet scheduler function, which will prioritize different keywords for the Twitter bot function. Along the way, you will debug, deliver, and test the functions in the Azure environment. This book shows you how to secure your Azure Function secrets with the help of Azure Key Vault. To further your understanding of the technology, you will learn logging and exception handling in Azure Functions. Later in the book, you will build a Twitter bot web application by using ASP.NET Core and Materialize CSS, which will interact with several HTTP-based Azure Functions. The Twitter bot web application allows users to log in through the Twitter Identity Provider, subscribe to different keywords/hashtags, and browse the latest tweets based on subscriptions. You will get started with SignalR Service and integrate it with Azure Functions and web applications. Towards the end you will go through app service authentication on Azure Functions and discover how to configure continuous integration and delivery to Azure Functions. After reading this book, you will be able to understand the steps involved in design, development, and delivery of a workflow using Azure Functions. What You Will Learn Design and develop a Twitter bot application using Azure Functions with Azure Web App Service as the front end Leverage Azure Cosmos DB as data storage and trigger notifications using its change feed mechanism Store and retrieve secrets from Azure Key Vault Integrate Azure Functions with Azure SignalR Service to broadcast real-time messages Secure Azure Functions by enabling Twitter identity authentication using built-in App S...
    Note: Online resource; Title from title page (viewed May 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (800 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: In-depth instruction and practical techniques for building with the BeagleBone embedded Linux platform Exploring BeagleBone is a hands-on guide to bringing gadgets, gizmos, and robots to life using the popular BeagleBone embedded Linux platform. Comprehensive content and deep detail provide more than just a BeagleBone instruction manual-you'll also learn the underlying engineering techniques that will allow you to create your own projects. The book begins with a foundational primer on essential skills, and then gradually moves into communication, control, and advanced applications using C/C++, allowing you to learn at your own pace. In addition, the book's companion website features instructional videos, source code, discussion forums, and more, to ensure that you have everything you need. The BeagleBone's small size, high performance, low cost, and extreme adaptability have made it a favorite development platform, and the Linux software base allows for complex yet flexible functionality. The BeagleBone has applications in smart buildings, robot control, environmental sensing, to name a few; and, expansion boards and peripherals dramatically increase the possibilities. Exploring BeagleBone provides a reader-friendly guide to the device, including a crash course in computer engineering. While following step by step, you can: Get up to speed on embedded Linux, electronics, and programming Master interfacing electronic circuits, buses and modules, with practical examples Explore the Internet-connected BeagleBone and the BeagleBone with a display Apply the BeagleBone to sensing applications, including video and sound Explore the BeagleBone's Programmable Real-Time Controllers Updated to cover the latest Beagle boards, Linux kernel versions, and Linux software releases. Includes new content on Linux kernel development, the Linux Remote Processor Framework, CAN bus, IoT frameworks, and much more! Hands-on learning helps ensure that your new skills stay with you, allowing you to design with electronics, modules, or peripherals even beyond the BeagleBone. Insightful guidance and online peer support help you transition from beginner to expert as you master the techniques presented in Exploring BeagleBone , the practical handbook for the popular computing platform.
    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 ...
  • 53
    ISBN: 9781484248287
    Language: English
    Pages: 1 online resource (271 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Implement microservices starting with their architecture and moving on to their deployment, manageability, security, and monitoring. This book focuses on the key scenarios where microservices architecture is preferred over a monolithic architecture. Building Microservices Applications on Microsoft Azure begins with a survey of microservices architecture compared to monolithic architecture and covers microservices implementation in detail. You'll see the key scenarios where microservices architecture is preferred over a monolithic approach. From there, you will explore the critical components and various deployment options of microservices on platforms such as Microsoft Azure (public cloud) and Azure Stack (hybrid cloud). This includes in-depth coverage of developing, deploying, and monitoring microservices on containers and orchestrating with Azure Service Fabric and Azure Kubernetes Cluster (AKS). This book includes practical experience from large-scale enterprise deployments, therefore it can be a quick reference for solution architects and developers to understand the critical factors while designing a microservices application. What You Will Learn Explore the use cases of microservices and monolithic architecture Discover the architecture patterns to build scalable, agile, and secure microservices applications Develop and deploy microservices using Azure Service Fabric and Azure Kubernetes Service Secure microservices using the gateway pattern See the deployment options for Microservices on Azure Stack Implement database patterns to handle the complexities introduced by microservices Who This Book Is For Architects and consultants who work on Microsoft Azure and manage large-scale deployments.
    Note: Online resource; Title from title page (viewed July 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (270 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication provides information to help clients that have JES3 and want to migrate to JES2. It provides a comprehensive list of the differences between the two job entry subsystems and provides information to help you determine the migration effort and actions. This book considers the features of JES2 as available on releases of IBM z/OS® V2R3 and V2R4. It should be used with JES3 to JES2 Migration Considerations, SG24-8083. This publication is divided into three parts: Part 1, "Planning to migrate from JES3 to JES2" on page 1, gives you information to make the decision and plan your migration. Part 2, "Use case study" on page 111, provides a Use Case Study that is based on an actual customer experience in a successful migration. Part 3, "Appendixes" on page 193, provides an appendix with sample tools that can help the migration process and exploitation of some of the new JES2 functions. This book is aimed at operations personnel, system programmers, and application developers
    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 ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249413
    Language: English
    Pages: 1 online resource (681 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use this in-depth guide to correctly design benchmarks, measure key performance metrics of .NET applications, and analyze results. This book presents dozens of case studies to help you understand complicated benchmarking topics. You will avoid common pitfalls, control the accuracy of your measurements, and improve performance of your software. Author Andrey Akinshin has maintained BenchmarkDotNet (the most popular .NET library for benchmarking) for five years and covers common mistakes that developers usually make in their benchmarks. This book includes not only .NET-specific content but also essential knowledge about performance measurements which can be applied to any language or platform (common benchmarking methodology, statistics, and low-level features of modern hardware). What You'll Learn Be aware of the best practices for writing benchmarks and performance tests Avoid the common benchmarking pitfalls Know the hardware and software factors that affect application performance Analyze performance measurements Who This Book Is For .NET developers concerned with the performance of their applications
    Note: Online resource; Title from title page (viewed June 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128112175
    Language: English
    Pages: 1 online resource (1240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Data Science for Business and Decision Making covers both statistics and operations research while most competing textbooks focus on one or the other. As a result, the book more clearly defines the principles of business analytics for those who want to apply quantitative methods in their work. Its emphasis reflects the importance of regression, optimization and simulation for practitioners of business analytics. Each chapter uses a didactic format that is followed by exercises and answers. Freely-accessible datasets enable students and professionals to work with Excel, Stata Statistical Software®, and IBM SPSS Statistics Software®. Combines statistics and operations research modeling to teach the principles of business analytics Written for students who want to apply statistics, optimization and multivariate modeling to gain competitive advantages in business Shows how powerful software packages, such as SPSS and Stata, can create graphical and numerical outputs
    Note: Online resource; Title from title page (viewed April 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn the fundamentals of databases and prepare for the Microsoft Technology Associate (MTA) exam 98-364: Database Fundamentals. Overview In MTA 98-364 Database Fundamentals LiveLessons , you gain the knowledge required to work with and design relational databases and prepare for Microsoft MTA Exam 98-364. Drawing on his experience as a SQL Server MVP, Eric Johnson guides you from the basic elements of databases, such as tables and indexes, and progresses into the principles of database design and layout. Building on that foundation, you learn how to perform more advanced skills, such as database administration, backup, and security. Topics are organized into easily digestible lessons so you can learn these skills with ease. This video course, along with additional study, helps you achieve the hands-on experience recommended to take the exam and demonstrate your mastery of database fundamentals. Skill Level Beginner Learn How To Understand concepts involved with database storage Perform database normalization Create database objects Manipulate data in databases Secure databases Back up and restore databases Who Should Take This Course Developers and system administrators with no prior experience working with databases Course Requirements Knowledge of Windows operating system IT background with no prior database experience About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
    Note: Online resource; Title from title screen (viewed October 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250587
    Language: English
    Pages: 1 online resource (163 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language, including what's new in Groovy version 3.0. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's functional programming features. Also, Learning Groovy 3 has been updated to Groovy 3.0 to include the new Parrot parser which was extended to support additional syntax options and language features. It also includes coverage of Groovydoc, which allows you to embed Groovydoc comments in various ways. And, this book covers how Groovy supports Java type annotations and more. There is more to Groovy than the core language, so Learning Groovy 3, Second Edition covers the extended Groovy ecosystem. You'll see how to harness Gradle (Groovy's build system), Grails (Groovy's web application framework), Spock (Groovy's testing framework), and Ratpack (Groovy's reactive web library). What You Will Learn Grasp Groovy fundamentals, including the GDK Master advanced Groovy, such as writing Groovy DSLs Discover functional programming in Groovy Work with GPars, the built-in concurrency library Use Gradle, the build system Master Grails, the web application framework Work with Spock, the testing framework Harness Ratpack, the reactive web library Who This Book Is For Those with a Java background, though anyone with basic programming skills can benefit from it. This book is a data-filled, yet easy-to-digest tour of the Groovy language and ecosystem.
    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 ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (332 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Porträts unter Tageslicht sind angesagt, denn sie wirken natürlicher und authentischer. Aber der Umgang damit ist nicht einfach. Profi Tilo Gockel erklärt, worauf es ankommt: Wie liest und nutzt man das Licht vor Ort? Wie schaut optimales Porträtlicht aus? Welches Technik-Know-How ist notwendig? Wie kann man eine sinnvolle, preiswerte Ausrüstung zusammenstellen? Wie kann man Menschen durch Posing gut aussehen lassen? Wie findet man Modelle? Im ersten Teil des Buches finden Sie die Grundlagen zum Licht, zur Technik und zur People-Fotografie im Allgemeinen. Der zweite, umfangreichste Teil zeigt viele Praxisbeispiele aus den Bereichen Business, Beauty, Black & White und Boudoir & Akt, ergänzt durch Infoboxen und Exkurse zu schönem Bokeh, zur Bildbearbeitung, zu Looks und Styles und zum Beschnitt. Den dritten Teil bilden die Anhänge zu juristischen Details, zu Begriffe & Symbole und zu besuchenswerten Portfolios zur Inspiration.
    Note: Online resource; Title from title page (viewed July 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484252765
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Discover everything you need to know to get started with Azure SQL Database, from deployment, to key features to migration and monitoring! This video introduces Azure SQL Database, a general-purpose relational database-as-a-service (DBaaS). Beginning from a base deployment of an Azure SQL instance, you will be introduced to the cloud-native features of the service and discover how to run highly available and production-ready database back-ends on Azure, without the underlying database server virtual machines. After the base deployment walkthrough, you'll learn how to replicate business-critical databases across multiple regions, as well as how to migrate a database from on-premises or VM-based scenarios to Azure SQL Database. What You Will Learn Understand Azure Database Services and Azure SQL Database Deploy an Azure SQL Database instance Scale Azure SQL Database using elastic pools Migrate a database from on-premises to Azure Troubleshoot Azure SQL Database Who This Video Is For Data professionals who want to learn about migrating, deploying, and monitoring Azure SQL Database. Viewers should have an Azure subscription (trial, MSDN, AzurePass, CSP, EA, pay as you go).
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249130
    Language: English
    Pages: 1 online resource (367 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build engaging programs for the BBC micro:bit using Microsoft's MakeCode web editor. Using this open source platform, you'll learn to program in an accessible way that easily translates into real-world programming. BBC micro:bit Recipes is a practical guide with a problem-solving approach. It provides exact solutions for common application development problems for the micro:bit using MakeCode. You'll discover and apply techniques that can be used to build simple games with sprites, keep score, and control game play. The micro:bit is a small programmable device that is a cross between a very small computer and a programmable embedded board. It is easy to program, extremely versatile, and designed with young learners in mind. In particular, it is designed to be easy for people who have never programmed before. By the end of this book, you'll have the foundation to build programs with the Microsoft MakeCode editor and use and process data with built-in sensors, such as accelerometer, compass, temperature, touch, and light. You'll also see how to work with communication protocols, such as Serial, I2C, and SPI and how to use variables, loops, logic, arrays, math and functions to easily solve problems. What You'll Learn Display text, images, and animations on the micro:bit display Connect external sensors and process data Make and play music through speakers and headphones Use Bluetooth service to communicate with Smartphones and tablets Who This Book Is For Those who are interested in learning to program the BBC micro:bit with Microsoft MakeCode. The difficulty level falls from beginner to intermediate level.
    Note: Online resource; Title from title page (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Language: English
    Pages: 1 online resource (100 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication provides a general explanation of data protection through encryption and IBM Z® pervasive encryption with a focus on Linux on IBM Z encryption for data at-rest. It also describes how the various hardware and software components interact in a Linux on Z encryption environment for . In addition, this book concentrates on the planning and preparing of the environment. It offers implementation, configuration, and operational examples that can be used in Linux on Z volume encryption environments. This publication is intended for IT architects, system administrators, and security administrators who plan for, deploy, and manage security on the Z platform. The reader is expected to have a basic understanding of IBM Z security concepts.
    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 ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (592 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A new textbook offering a comprehensive introduction to models and techniques for the emerging field of actuarial Finance Drs. Boudreault and Renaud answer the need for a clear, application-oriented guide to the growing field of actuarial finance with this volume, which focuses on the mathematical models and techniques used in actuarial finance for the pricing and hedging of actuarial liabilities exposed to financial markets and other contingencies. With roots in modern financial mathematics, actuarial finance presents unique challenges due to the long-term nature of insurance liabilities, the presence of mortality or other contingencies and the structure and regulations of the insurance and pension markets. Motivated, designed and written for and by actuaries, this book puts actuarial applications at the forefront in addition to balancing mathematics and finance at an adequate level to actuarial undergraduates. While the classical theory of financial mathematics is discussed, the authors provide a thorough grounding in such crucial topics as recognizing embedded options in actuarial liabilities, adequately quantifying and pricing liabilities, and using derivatives and other assets to manage actuarial and financial risks. Actuarial applications are emphasized and illustrated with about 300 examples and 200 exercises. The book also comprises end-of-chapter point-form summaries to help the reader review the most important concepts. Additional topics and features include: Compares pricing in insurance and financial markets Discusses event-triggered derivatives such as weather, catastrophe and longevity derivatives and how they can be used for risk management; Introduces equity-linked insurance and annuities (EIAs, VAs), relates them to common derivatives and how to manage mortality for these products Introduces pricing and replication in incomplete markets and analyze the impact of market incompleteness on insurance and risk management; Presents immunization techniques alongside Greeks-based hedging; Covers in detail how to delta-gamma/rho/vega hedge a liability and how to rebalance periodically a hedging portfolio. This text will prove itself a firm foundation for undergraduate courses in financial mathematics or economics, actuarial mathematics or derivative markets. It is also highly applicable to current and future actuaries preparing for the exams or actuary professionals looking for a valuable addition to their reference shelf. As of 2019, ...
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249383
    Language: English
    Pages: 1 online resource (306 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Understanding UI patterns is invaluable to anyone creating websites for the first time. It helps you make connections between which tools are right for which jobs, understand the processes, and think deeply about the context of a problem. This is your concise guide to the tested and proven general mechanisms for solving recurring user interface problems, so that you don't have to reinvent the wheel. You'll see how to find a pattern you can apply to a given UI problem and how to deconstruct patterns to understand them in depth, including their constraints. UI patterns lead to better use of existing conventions and converging web standards. This book shows you how to spot anti-patterns, how to mix and match patterns, and how they inform design systems. By helping the non-web professionals and junior web professionals of the world use basic patterns, the web industry can put its best foot forward as new interfaces such as VR/AR/MR, conversational UIs, machine learning, voice input, evolving gestural interactions and more infiltrate the market. Given the emerging popularity of design systems and space of DesignOps, as well as the rise of companies competing on design and usability, now is the time to think about how we use and evolve UI patterns and scale design systems. What You'll Learn Produce intuitive products through consistency and familiarity. Save time instead of starting from scratch. Communicate design decisions with evidence to support solutions. Use smart defaults without extensive product design experience. Improve a user's experience. Scale growing business with design. Who This Book Is For Those familiar with creating websites and want to learn more, WordPress bloggers, or marketers who want to weave components together into a usable, revenue-generating experience.
    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 ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-IEEE Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Energy Harvesting
    Abstract: Provides a systematic overview of a hot research area, examining the principles and theories of energy harvesting communications This book provides a detailed and advanced level introduction to the fundamentals of energy harvesting techniques and their use in state-of-the-art communications systems. It fills the gap in the market by covering both basic techniques in energy harvesting and advanced topics in wireless communications. More importantly, it discusses the application of energy harvesting in communications systems to give readers at different levels a full understanding of these most recent advances in communications technologies. The first half of Energy Harvesting Communications: Principles and Theories focuses on the challenges brought by energy harvesting in communications. The second part of the book looks at different communications applications enhanced by energy harvesting. It offers in-depth chapters that: discuss different energy sources harvested for communications; examine the energy harvesters used for widely used sources; study the physical layer and upper layer of the energy harvesting communications device; and investigate wireless powered communications, energy harvesting cognitive radios, and energy harvesting relaying as applications. Methodically examines the state-of-the-art of energy harvesting techniques Provides comprehensive coverage from basic energy harvesting sources and devices to the end users of these sources and devices Looks at the fundamental principles of energy harvesting communications, and biomedical application and intra-body communications Written in a linear order so that beginners can learn the subject and experienced users can attain a broader view Written by a renowned expert in the field, Energy Harvesting Communications: Principles and Theories is an excellent resource for students, researchers, and others interested in the subject.
    Note: Online resource; Title from title page (viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn the fundamentals of databases. Overview In MTA 98-364 Database Fundamentals LiveLessons , you gain the knowledge required to work with and design relational databases and prepare for Microsoft MTA Exam 98-364. Drawing on his experience as a SQL Server MVP, Eric Johnson guides you from the basic elements of databases, such as tables and indexes, and progresses into the principles of database design and layout. Building on that foundation, you learn how to perform more advanced skills, such as database administration, backup, and security. Topics are organized into easily digestible lessons so you can learn these skills with ease. This video course, along with additional study, helps you achieve the hands-on experience recommended to take the exam and demonstrate your mastery of database fundamentals. Skill Level Beginner Learn How To Understand concepts involved with database storage Perform database normalization Create database objects Manipulate data in databases Secure databases Back up and restore databases Who Should Take This Course Developers and system administrators with no prior experience working with databases Course Requirements Knowledge of Windows operating system IT background with no prior database experience About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
    Note: Online resource; Title from title screen (viewed October 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1024 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ASC 606, Revenue from Contracts with Customers, replaces almost all previously existing revenue recognition guidance, including industry-specific guidance. That means unprecedented changes, affecting virtually all industries and all size organizations. For preparers, this guide provides the comprehensive, reliable accounting implementation guidance you need to unravel the complexities of this new standard. For practitioners, it provides in-depth coverage of audit considerations, including controls, fraud, risk assessment, and planning and execution of the audit. Recent audit challenges are spotlighted to allow for planning in avoiding these new areas of concern. This guide includes 16 industry-specific chapters for the following industries: Aerospace and Defense, Airlines, Asset Management, Broker-Dealers, Construction Contractors, Depository Institutions, Gaming, Health Care, Hospitality, Insurance, Not-for-Profits, Oil and Gas, Power and Utility, Software, Telecommunications, and Timeshare.
    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 ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Site Reliability Engineering is an outgrowth of the "always-on" world of online services. Initiated at Google more than a decade ago, SRE helps many of today’s sites run effectively and reliably, even as those sites continuously introduce new features. This ebook explains how site reliability engineers work with development teams to meet the fundamental customer expectation that online services can and must be reliable. Kurt Andersen from LinkedIn and Craig Sebenik from Split explain how new and existing organizations can successfully adopt SRE processes for managing—and learning from—a host of system incidents. Complete with case studies from Google, LinkedIn, and Slack, this ebook explores SRE and provides guiding principles for implementing the role in your organization. Understand how your company’s culture, capabilities, and organizational structure affect the way you approach SRE Learn how SREs strive to maintain system components in a resilient, predictable, consistent, repeatable, and measured state Examine differences between SRE and other operational roles, such as DevOps and classical ops Learn approaches for adopting SRE in either a new or existing organization Explore key patterns and anti-patterns for introducing SRE in your organization
    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 ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (96 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The majority of software projects are delivered late or over budget, or they fail to meet the client’s requirements. Attack the problem head-on and build better software with domain-driven design (DDD)—a methodology that aligns software design with a business’s domain, needs, and strategy. In this report, Vladik Khononov introduces the key patterns and practices of domain-driven design and shows you how to apply them to improve the success rate of your projects. You’ll discover how to explore, analyze, and model your company’s business domain along with techniques for implementing that knowledge. Once you understand the fundamentals, you’ll be able to selectively apply DDD concepts to analyze and simplify your codebase, explore new requirements, and more. You’ll learn: Key domain-driven design concepts, including ubiquitous language and bounded contexts How to employ “event storming” to streamline the process of discovering domain knowledge and building a ubiquitous language Patterns and techniques for implementing business logic and architecting solutions that deliver business goals How to maintain and evolve both tactical and strategic designs over time
    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 ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (26 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Miniservices provide a valuable middle ground between monoliths and microservices. As Nicholas Keune explains in this report, miniservices are suited for application landscapes involving data-intensive workloads that span monoliths and microservices or cross the traditional boundaries of a service context. Drawn from the work of many development teams, the report gives a model and language to data-centric system attributes so that they can be considered more proactively in the design discussion. Combining monolithic corporate or third-party systems with microservices requires a design pattern to balance both local and global aspects of the data lifecycle. The approach advocated here, called a data discourse , is both flexible and bounded by guiding principles that help bring data discussions into early architectural conversations. Using real-world experiences and use cases, the report focuses on three of the most commonly observed attributes in a miniservice: consistency, transactionality, and proximity. The examples illustrate how design discussions about data discourses lead to miniservice creation, and how miniservices help solve otherwise difficult architectural challenges. With this report, you’ll learn: What miniservices are and how they offer solutions to challenges What data discourses are and how to use them How data discourses and miniservices help shift design discussions around data
    Note: Online resource; Title from title page (viewed September 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747501078
    Language: English , German
    Pages: 1 online resource (184 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Über 60 Schritt-für-Schritt-Anleitungen mit Sketch-Varianten Leicht verständliche Schrittfür-Schritt-Anleitungen für über 60 Blüten, Blätter und Kompositionen Zu allen Watercolor-Bildern gibt es zusätzlich Anleitungen für eine Sketch-Variante aus einer Kombination aus Watercolor und Fineliner Zum Download: Skizzen und Handlettering-Vorlagen zum Abpausen Du bist begeistert von Watercolor und möchtest insbesondere Blumen, Blüten, Blätter und Kompositionen malen? Mit diesem Buch ist dein Einstieg in Florals mit Modern Watercolor besonders leicht. Nach einem Überblick über das Material und die Techniken zeigt die Autorin in über 60 einfachen Schritt-für-Schritt-Anleitungen, wie jedes einzelne Bild entsteht. Dabei erläutert sie für jeden Schritt, wie und mit welcher Technik du die Farbe aufträgst. Zu jedem floralen Bild erstellt die Autorin zusätzlich eine Sketch-Variante, bei der ein Fineliner zum Einsatz kommt, und geht auch diese Schritt für Schritt mit dir durch. Auf diese Weise kannst du jedes Bild sofort nachmalen oder frei nach deinen eigenen Wünschen gestalten. So wird es dir leichtfallen, ohne jegliche Vorkenntnisse schöne Watercolor-Blumenbilder anzufertigen. Alle Skizzen zu den Bildern stehen dir zum kostenlosen Download zur Verfügung. Diese Vorlagen eignen sich perfekt zum Abpausen und Übertragen auf alle Papierarten und Papierstärken. Wie du die Skizzen auch auf dickes Aquarellpapier überträgst, zeigt dir die Autorin in einfachen Schritten. Über die Autorin: Verena Knabe ist freiberufliche Künstlerin mit einem eigenen Kreativ-Studio in der Nähe von Paderborn. Sie gibt Workshops in den Bereichen Modern Watercolor, Illustration und Handlettering. Bereits Anfang 2019 hat sie ihr erstes Buch »Watercolor - In 4 Schritten zum Bild« im mitp-Verlag veröffentlicht.
    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 ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Prentice Hall | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (752 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Complete, Modern Tutorial on Practical VLSI Chip Design, Validation, and Analysis As microelectronics engineers design complex chips using existing circuit libraries, they must ensure correct logical, physical, and electrical properties, and prepare for reliable foundry fabrication. VLSI Design Methodology Development focuses on the design and analysis steps needed to perform these tasks and successfully complete a modern chip design. Microprocessor design authority Tom Dillinger carefully introduces core concepts, and then guides engineers through modeling, functional design validation, design implementation, electrical analysis, and release to manufacturing. Writing from the engineer's perspective, he covers underlying EDA tool algorithms, flows, criteria for assessing project status, and key tradeoffs and interdependencies. This fresh and accessible tutorial will be valuable to all VLSI system designers, senior undergraduate or graduate students of microelectronics design, and companies offering internal courses for engineers at all levels. Reflect complexity, cost, resources, and schedules in planning a chip design project Perform hierarchical design decomposition, floorplanning, and physical integration, addressing DFT, DFM, and DFY requirements Model functionality and behavior, validate designs, and verify formal equivalency Apply EDA tools for logic synthesis, placement, and routing Analyze timing, noise, power, and electrical issues Prepare for manufacturing release and bring-up, from mastering ECOs to qualification This guide is for all VLSI system designers, senior undergraduate or graduate students of microelectronics design, and companies offering internal courses for engineers at all levels. It is applicable to engineering teams undertaking new projects and migrating existing designs to new technologies.
    Note: Online resource; Title from title page (viewed June 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A four-color journey through a complete Tableau visualization Tableau is a popular data visualization tool that’s easy for individual desktop use as well as enterprise. Used by financial analysts, marketers, statisticians, business and sales leadership, and many other job roles to present data visually for easy understanding, it’s no surprise that Tableau is an essential tool in our data-driven economy. Visual Analytics with Tableau is a complete journey in Tableau visualization for a non-technical business user. You can start from zero, connect your first data, and get right into creating and publishing awesome visualizations and insightful dashboards. • Learn the different types of charts you can create • Use aggregation, calculated fields, and parameters • Create insightful maps • Share interactive dashboards Geared toward beginners looking to get their feet wet with Tableau, this book makes it easy and approachable to get started right away.
    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 ...
  • 74
    ISBN: 9781484251461
    Language: English
    Pages: 1 online resource (154 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: There is no such thing as an easy sale. However, selling to an existing customer—whether by refreshing an old product or introducing a new and different product—is often easier, faster, and returns higher margins. Centering your organization’s sales strategy on your installed base is a smart and proven way to achieve long-lasting, profitable growth. Using Installed Base Selling to Maximize Revenue reveals a step-by-step, integrated approach you can begin using today. Authors Remi Gicquel and Paul-André Lambert show how you can apply this robust and reliable end-to-end solution by illustrating concepts though real-world case studies from Spotify, Hewlett Packard Enterprise, Nestlé, and more. Full of wisdom fit for the digital era, this book presents the results of the authors’ experience and research into current installed base selling processes, identifying, from an objective point of view, what works and what does not. This book explains fundamental concepts such as the profitable growth paradox, the installed base profit wedge, operational methodologies for managing your installed base selling transformation, and much more. Innovative companies protect and nurture their most valuable asset—their customers and the data that defines them. They put installed base selling at the heart of their sales strategy. Now, it’s your turn! What You Will Learn How to maximize the return from installed base customers Fundamental concepts such as the profitable growth paradox, the installed base profit wedge, and turnkey operational sales methodologies to best maneuver your sales teams Keys to changing patterns to become a company that can enjoy higher profitable revenues for years Who This Book Is For General Managers, Sales and Marketing Leaders who are eager to transform their business to secure long-lasting profits, and for leaders looking for a pragmatic approach to transform their sales force to harvest the potential of their existing customers.
    Note: Online resource; Title from title page (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248850
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Are algorithms friend or foe? The human mind is evolutionarily designed to take shortcuts in order to survive. We jump to conclusions because our brains want to keep us safe. A majority of our biases work in our favor, such as when we feel a car speeding in our direction is dangerous and we instantly move, or when we decide not take a bite of food that appears to have gone bad. However, inherent bias negatively affects work environments and the decision-making surrounding our communities. While the creation of algorithms and machine learning attempts to eliminate bias, they are, after all, created by human beings, and thus are susceptible to what we call algorithmic bias . In Understand, Manage, and Prevent Algorithmic Bias , author Tobias Baer helps you understand where algorithmic bias comes from, how to manage it as a business user or regulator, and how data science can prevent bias from entering statistical algorithms. Baer expertly addresses some of the 100+ varieties of natural bias such as confirmation bias, stability bias, pattern-recognition bias, and many others. Algorithmic bias mirrors—and originates in—these human tendencies. Baer dives into topics as diverse as anomaly detection, hybrid model structures, and self-improving machine learning. While most writings on algorithmic bias focus on the dangers, the core of this positive, fun book points toward a path where bias is kept at bay and even eliminated. You’ll come away with managerial techniques to develop unbiased algorithms, the ability to detect bias more quickly, and knowledge to create unbiased data. Understand, Manage, and Prevent Algorithmic Bias is an innovative, timely, and important book that belongs on your shelf. Whether you are a seasoned business executive, a data scientist, or simply an enthusiast, now is a crucial time to be educated about the impact of algorithmic bias on society and take an active role in fighting bias. What You'll Learn Study the many sources of algorithmic bias, including cognitive biases in the real world, biased data, and statistical artifact Understand the risks of algorithmic biases, how to detect them, and managerial techniques to prevent or manage them Appreciate how machine learning both introduces new sources of algorithmic bias and can be a part of a solution Be familiar with specific statistical techniques a data scientist can use to detect and overcome algorithmic bias Who This Book is For Business executives of companies using al...
    Note: Online resource; Title from title page (viewed June 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Expert guidance on how to grow innovation and optimize already-successful areas of established organizations Transforming Legacy Organizations provides real-world advice and research-based information on how to grow innovation by employing new technologies, improving processes, and establishing a culture of creativity and forward momentum. Conventional business wisdom views innovation as the biggest advantage startups have over large, established organizations, often referred to as legacy organizations. This belief is false, especially when considering that 70% of all startups fail within 20 months of their first venture round. The truth is innovation initiatives of legacy organizations have far better chances of succeeding. Organizations with superior resources—money, customers, suppliers, data, employees, infrastructure—can overcome challenges from new entrepreneurial ventures: knowing how to leverage their underutilized advantage is key for achieving sustained, long-term innovation success. Author Kris Oestergaard has been teaching established organizations around the world for over 15 years. Transforming Legacy Organizations illustrates how to best pursue innovation to create future success. This book helps leaders to: Incorporate proven strategies and research-based information into your organization’s overall innovation initiatives Use new technologies to improve processes and increase innovation Learn to capitalize on your organization’s existing resources to beat startups at their own game Transform innovative concepts into specific products, services, and business models Reinvent your organization to overcome disruptions in the market and challenges from new competitors Transforming Legacy Organizations: Turn your Established Business into an Innovation Champion to Win the Future is a valuable resource for leaders of established companies such as C-Suite executives, senior managers, and heads of business development, innovation, and digital teams.
    Note: Online resource; Title from title page (viewed August 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632657725
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: They Don’t Teach Corporate in College has resonated with hundreds of thousands of readers and is currently used as a text in corporations and universities across the country. Streamlined and made more accessible for the current generation of twenty-somethings, this new edition is for those that want to make a difference right now but lack some of the core skills to make it happen. Learn how to: Make the smartest career move right out of college. Establish a strong reputation by encouraging others to like and cooperate with you. Navigate your organization’s social scene and practice cringe-free networking. Master skills that will take you anywhere, including goal setting and self-promotion. Combat negativity and cope with difficult personalities. Updated with fresh research, anecdotes, and resources, the book still maintains the no-nonsense perspective of a wise older sister who doesn’t want you to have to learn the hard way.
    Note: Online resource; Title from title page (viewed September 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Career Press | Boston, MA : Safari
    ISBN: 9781632657794
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Engaging, practical, and immediately useful for any business and its messengers on how to talk about their business and connect with their customers. The vast majority of word of mouth happens offline, in everyday conversations. In The Science of Customer Connections, Karrh offers simple concepts plus practical guidance for individual professionals, teams, and complex organizations to be part of those conversations in ways that grow their business. With clear language and a sense of humor, Karrh guides readers step by step to create: A message that is memorable, interesting to buyers, and built to share A growing set of messengers who include your story in their everyday conversations Management habits that build consistency and scale Readers will be equipped to engage customers and employees, build trustworthiness, and grow profitably—without necessarily having to change their business model, offerings, pricing, distribution, or people. Instead, they can quickly elevate the way that everyone close to the business talks about it, consistently resulting in stronger cross-selling and upselling of additional products and services, higher customer satisfaction, and more consistent employee engagement. Inspirational real-world examples are presented from entrepreneurs and career changers, growth companies, and large global organizations.
    Note: Online resource; Title from title page (viewed September 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (560 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language , members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust’s features—from installation to creating robust and scalable programs. You’ll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: •Ownership and borrowing, lifetimes, and traits •Using Rust’s memory safety guarantees to build fast, safe programs •Testing, error handling, and effective refactoring •Generics, smart pointers, multithreading, trait objects, and advanced pattern matching •Using Cargo, Rust’s built-in package manager, to build, test, and document your code and manage dependencies •How best to use Rust’s advanced compiler with compiler-led programming techniques You’ll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.
    Note: Online resource; Title from title page (viewed July 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An action plan for working as a consultant Management consulting is a $250 billion industry and growing at a rate of over four percent annually. Many predict that more than 40 percent of the U.S. workforce will soon be contingent, freelance, or consulting members of the workforce—making this book more relevant than ever. Individuals become independent consultants out of necessity or preference: necessity because they lost their job or the company offered an attractive exit package; preference because they want a career change, more control over their time, or an enriched, varied work situation. Consulting also appeals to the Millennial workforce who are searching for careers that offer a good salary as well as meaningful work. The New Consultant’s Quick Start Guide: • Serves as a companion to The New Business of Consulting • Provides you with a place to plan your transition into consulting • Helps you identify your niche, develop a business plan, charge what you’re worth, and create a marketing strategy to ensure a steady stream of clients • Prepares you for changes you will encounter beyond your professional life, including social, family, and financial aspects The New Consultant’s Quick Start Guide helps you work through the challenges of consulting such as working alone, deciding on necessary insurance coverage, finding your first clients, struggling with cash flow, and understanding market trends.
    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 ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (221 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The data lake is a daring new approach for harnessing the power of big data technology and providing convenient self-service capabilities. But is it right for your company? This book is based on discussions with practitioners and executives from more than a hundred organizations, ranging from data-driven companies such as Google, LinkedIn, and Facebook, to governments and traditional corporate enterprises. You’ll learn what a data lake is, why enterprises need one, and how to build one successfully with the best practices in this book. Alex Gorelik, CTO and founder of Waterline Data, explains why old systems and processes can no longer support data needs in the enterprise. Then, in a collection of essays about data lake implementation, you’ll examine data lake initiatives, analytic projects, experiences, and best practices from data experts working in various industries. Get a succinct introduction to data warehousing, big data, and data science Learn various paths enterprises take to build a data lake Explore how to build a self-service model and best practices for providing analysts access to the data Use different methods for architecting your data lake Discover ways to implement a data lake from experts in different industries
    Note: Online resource; Title from title page (viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Two distinguished scholars offer eight steps to help organizations discover and embrace an authentic higher purpose—something that will dramatically improve every aspect of any enterprise, including the bottom line. What does a lofty notion like purpose have to do with business basics like the bottom line? Robert E. Quinn and Anjan J. Thakor say pretty much everything. Leaders and managers are taught that employees are self-interested and work resistant, so they create systems of control to combat these expectations. Workers resent these systems, and performance suffers. To address the performance issues, managers double down on the coercion, creating a vicious cycle and a self-fulfilling prophecy. But there is a better way. Quinn and Thakor show that when an authentic higher purpose permeates business strategy and decision-making, the cycle is broken. Employers and employees see themselves as working together toward an inspiring goal, not just trying to hit quarterly targets. They fully engage, become proactive contributors, and, ironically, easily exceed those quarterly targets. Based on their widely acclaimed Harvard Business Review article, Quinn and Thakor offer eight sometimes surprising steps for shifting from a transaction-oriented mind-set focused on constraints to a purpose-oriented mind-set focused on possibility. This iconoclastic book will help any organization discover its authentic purpose and weave it into the fabric of everything it does, leading to unprecedented levels of personal satisfaction, service and product innovation, and economic growth.
    Note: Online resource; Title from title page (viewed August 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484237243
    Language: English
    Pages: 1 online resource (474 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Work with all aspects of batch processing in a modern Java environment using a selection of Spring frameworks. This book provides up-to-date examples using the latest configuration techniques based on Java configuration and Spring Boot. The Definitive Guide to Spring Batch takes you from the “Hello, World!” of batch processing to complex scenarios demonstrating cloud native techniques for developing batch applications to be run on modern platforms. Finally this book demonstrates how you can use areas of the Spring portfolio beyond just Spring Batch 4 to collaboratively develop mission-critical batch processes. You’ll see how a new class of use cases and platforms has evolved to have an impact on batch-processing. Data science and big data have become prominent in modern IT and the use of batch processing to orchestrate workloads has become commonplace. The Definitive Guide to Spring Batch covers how running finite tasks on cloud infrastructure in a standardized way has changed where batch applications are run. Additionally, you’ll discover how Spring Batch 4 takes advantage of Java 9, Spring Framework 5, and the new Spring Boot 2 micro-framework. After reading this book, you’ll be able to use Spring Boot to simplify the development of your own Spring projects, as well as take advantage of Spring Cloud Task and Spring Cloud Data Flow for added cloud native functionality. Includes a foreword by Dave Syer, Spring Batch project founder. What You'll Learn Discover what is new in Spring Batch 4 Carry out finite batch processing in the cloud using the Spring Batch project Understand the newest configuration techniques based on Java configuration and Spring Boot using practical examples Master batch processing in complex scenarios including in the cloud Develop batch applications to be run on modern platforms Use areas of the Spring portfolio beyond Spring Batch to develop mission-critical batch processes Who This Book Is For Experienced Java and Spring coders new to the Spring Batch platform. This definitive book will be useful in allowing even experienced Spring Batch users and developers to maximize the Spring Batch tool.
    Note: Online resource; Title from title page (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (172 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Prepare your business for CCPA compliance with our implementation guide that: Provides the reader with a comprehensive understanding of the legislation by explaining key terms Explains how a business can implement strategies to comply with the CCPA Discusses potential developments of the CCPA to further aid compliance
    Note: Online resource; Title from title page (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Peachpit Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: For decades, Sharon Steuer and her international WOW! team have been showcasing the world's best artists and designers working in Adobe Illustrator. In this edition of the best-selling and award-winning Illustrator WOW! Book , you'll find hundreds of tips, tricks, and techniques derived from actual projects from top illustrators. You'll discover exciting ways to create complex effects, learn fresh ways to use venerable tools to speed up your workflow, and find updated information on features through the 2019 CC release. This edition is loaded with lessons, technical information, and stunning artwork galleries including: Coloring with Freeform Gradients, Gradients, Mesh Transforming with Puppet Warp Painting and generating artwork with raster brushes Harnessing Live Corners/Rectangles, and new reshaping tools Mastering type effects and controls Creating airbrush and neon effects with gradients on strokes Quickly styling with multiple lines, fills, and effects Creating complex repeating patterns Forming 3D and perspective effects Exploring different ways to globally change artwork Preparing and saving artwork for print and web Using Adobe Illustrator with Adobe Photoshop and other apps Register your book at peachpit.com to download artwork that you can manipulate in Adobe Illustrator, see the “How to use this book” section for details. “This book has the perfect mix of inspiration and instruction–I have yet to find a better motivational tool for using Illustrator to push the envelope and create art that forces people to notice.” MORDY GOLDING, Senior Director of Content, lynda.com . “Every Illustrator user should have a copy of the WOW! book. Period.” DAVID BLATNER, co-publisher of CreativePro.com and InDesignSecrets.com
    Note: Online resource; Title from title page (viewed July 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A groundbreaking text to the study of textile fibers that bridges the knowledge gap between fiber shape and end uses Textile Fiber Microscopy offers an important and comprehensive guide to the study of textile fibers and contains a unique text that prioritizes a review of fibers’ microstructure, macrostructure and chemical composition. The author – a noted expert in the field – details many fiber types and includes all the possible fiber shapes with a number of illustrative micrographs. The author explores a wealth of topics such as fiber end uses, fiber source and production, a history of each fiber and the sustainability of the various fibers. The text includes a review of environmentally friendly fibers and contains information on the most current fiber science by putting the focus on fibers that have been mechanically or chemically recycled, for use in textile production. The author also offers an exploration of issues of textile waste and the lack of textile recycling that can help public policymakers with ways to inform and regulate post-industrial and post-consumer textile waste issues. This vital guide: Contains an accompanied micrograph for many fibers presented Includes information on how fiber microstructure is connected to fabric properties and how it affects the end use of fabrics Offers a review of the sophistication of textile fibers from a scientific point of view Presents a comparative textile fiber review that is appropriate for both for students, textile experts and forensic scientists Written for students and professionals of apparel design and merchandising, and forensic scientists, Textile Fiber Microscopy presents an important review of textile fibers from a unique perspective that explores fibers’ microstructure, macrostructure and chemical composition.
    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 ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251928
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn automatic testing in Xcode. Start by creating a simple test app that intentionally crashes in given scenarios. Then review the code to find obvious bad practices and issues. Discover why unit testing is important and perform a simple unit test. Work with test cases before adding functionality. Then increase code coverage and learn why it's important. Finally work with different parts of the app to test specific functionality. What You'll Learn Set up different UI tests for testing different parts of an app Perform simple unit test cases in a project Use test cases before adding functionality to ensure quality apps Who This Video Is For Professional developers or experienced programmers who want to incorporate best practices for testing their apps before publishing them.
    Note: Online resource; Title from title screen (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: You work in a loop: write code, get feedback, iterate. The faster you get feedback, the faster you can learn and become a more effective developer. Test-Driven React helps you refine your React workflow to give you the feedback you need as quickly as possible. Write strong tests and run them continuously as you work, split complex code up into manageable pieces, and stay focused on what's important by automating away mundane, trivial tasks. Adopt these techniques and you'll be able to avoid productivity traps and start building React components at a stunning pace! React has revolutionized web development by abstracting away the details of DOM manipulation. That conceptual elegance has opened the door to a new generation of web testing: clear, expressive, and lightning-fast. That makes React a perfect fit for test-driven development (TDD), a methodology in which tests are a blueprint instead of an afterthought. Each chapter will present new projects to challenge you and new tools to help you. Write fast, portable tests with Jest. Keep your code tidy with ESLint and Prettier. Perform every task you need from a single window with VS Code. See your test output directly in your code with Wallaby. Use the JavaScript features of the future with Babel. Make assertions about React component behavior with Enzyme. And style components in a testable way with styled-components. By understanding every piece of your project's stack, you'll feel more confident and able to focus on what matters: writing reliable and maintainable code. Discover a more joyful React development experience. Let your tests lead the way! What You Need: You'll need a working knowledge of JavaScript and a computer running macOS, Windows, or Linux.
    Note: Online resource; Title from title page (viewed June 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128172728
    Language: English
    Pages: 1 online resource (243 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Systems Engineering for Aerospace: A Practical Approach applies insights gained from systems engineering to real-world industry problems. The book describes how to measure and manage an aircraft program from start to finish. It helps readers determine input, process and output requirements, from planning to testing. Readers will learn how to simplify design through production and acquire a lifecycle strategy using Integrated Master Plan/Schedule (IMP/IMS). The book directly addresses improved aircraft system design tools and processes which, when implemented, contribute to simpler, lower cost and safer airplanes. The book helps the reader understand how a product should be designed, identifying the customer’s requirements, considering all possible components of an integrated master plan, and executing according to the plan with an integrated master schedule. The author demonstrates that systems engineering offers a means for aircraft companies to become more effective and profitable. Describes how to measure and manage an aircraft program Instructs on how to determine essential input, process and output requirements Teaches how to simplify the design process, thus allowing for increased profit Provides a lifecycle strategy using Integrated Master Plan/Schedule (IMP/IMS) Identifies cost driver influences on people, products and processes
    Note: Online resource; Title from title page (viewed February 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    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
    Parallel Title: Erscheint auch als Dahlström, Anna Storytelling in design
    Keywords: Electronic books ; local ; Erzählen ; Benutzeroberfläche ; Produktgestaltung ; Design
    Abstract: The number of devices we use on a daily basis is growing, with different devices playing different role at different times. Our ability as designers to control where users are coming from and how they get around the experiences we design is fading. Yet our need to ensure we understand where they are in their journey, so that we can deliver the right content and interactions at the right time and on the right device, is ever more important. By examining tried-and-tested storytelling principles from film, fiction, and music and applying them to the context of design and business, this book takes you on a journey to explore why storytelling matters and how you can apply it to your multi-device design projects and to your organization. For UX designers who want to learn how to apply simple storytelling tools, this comprehensive guide is a must. Understand the role of storytelling and why it matters in multi-device design Learn how to apply storytelling principles and tools to your project Define multi-device interaction design, and create a better user experience across devices Use storytelling principles to tell, sell, and present your multi-device design work Take advantage of case studies and examples of DOs and DON’Ts
    Note: Online resource; Title from title page (viewed December 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Practice your way to a higher statistics score The adage that "practice makes perfect" is never truer than with math problems. S tatistics Workbook For Dummies with Online Practice provides succinct content reviews for every topic, with plenty of examples and practice problems for each concept, in the book and online. Every lesson begins with a concept review, followed by a few example problems and plenty of practice problems. There's a step-by-step solution for every problem, with tips and tricks to help with comprehension and retention. New for this edition, free online practice quizzes for each chapter provide extra opportunities to test your knowledge and understanding. Get FREE access to chapter quizzes in an online test bank Work along with each chapter or use the test bank for final exam review Discover which statistical measures are most meaningful Scoring high in your Statistics class has never been easier!
    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 ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Real-world tools to build your venture, grow your business, and avoid mistakes Startup, Scaleup, Screwup is an expert guide for emerging and established businesses to accelerate growth, facilitate scalability, and keep pace with the rapidly changing economic landscape. The contemporary marketplace is more dynamic than ever before—increased global competition, the impact of digital transformation, and disruptive innovation factors require businesses to implement agile management and business strategies to compete and thrive. This indispensable book provides business leaders and entrepreneurs the tools and guidance to meet growth and scalability challenges head on. Equal parts motivation and practical application, this book answers the questions every business leader asks from the startup ventures to established companies. Covering topics including funding options, employee hiring, product-market validation, remote team management, agile scaling, and the business lifecycle, this essential resource provides a solid approach to grow at the right pace and stay lean. This book will enable you to: Apply 42 effective tools to sustain and accelerate your business growth Avoid the mistakes and pitfalls associated with rapid business growth or organizational change Develop a clear growth plan to integrate into your overall business model Structure your business for rapid scaling and efficient management Startup, Scaleup, Screwup: 42 Tools to Accelerate Lean & Agile Business Growth is a must-read for entrepreneurs, founders, managers, and senior executives. Author Jurgen Appelo shares his wisdom on the creative economy, agile management, innovation marketing, and organizational change to provide a comprehensive guide to business growth. Practical methods and expert advice make this book an essential addition to any business professional’s library.
    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 ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    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. Hundreds of accurate practice questions and in-depth answer explanations to use in preparation for the SSCP exam This highly effective self-study guide covers all seven domains of the Systems Security Certified Practitioner (SSCP) exam as developed by the International Information Systems Security Certification Consortium (ISC)2®, including updated exam objectives effective November 1, 2018. To reinforce important skills and facilitate retention, every question is accompanied by explanations for both correct and incorrect answers. Designed to help you pass the test with ease, this book is also an ideal companion to the bestselling SSCP® Systems Security Certified Practitioner All-in-One Exam Guide, Third Edition Covers all seven exam domains: •Access Controls •Security Operations and Administration •Risk Identification, Monitoring, and Analysis •Incident Response and Recovery •Cryptography •Network and Communications Security •Systems and Application Security Online content includes: •250 practice questions •Test engine that provides full-length practice exams and customized quizzes by chapter or exam domain
    Note: Online resource; Title from title page (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780081029404
    Language: English
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Statistics for Biomedical Engineers and Scientists: How to Analyze and Visualize Data provides an intuitive understanding of the concepts of basic statistics, with a focus on solving biomedical problems. Readers will learn how to understand the fundamental concepts of descriptive and inferential statistics, analyze data and choose an appropriate hypothesis test to answer a given question, compute numerical statistical measures and perform hypothesis tests ‘by hand’, and visualize data and perform statistical analysis using MATLAB. Practical activities and exercises are provided, making this an ideal resource for students in biomedical engineering and the biomedical sciences who are in a course on basic statistics. Presents a practical guide on how to visualize and analyze statistical data Provides numerous practical examples and exercises to illustrate the power of statistics in biomedical engineering applications Gives an intuitive understanding of statistical tests Covers practical skills by showing how to perform operations ‘by hand’ and by using MATLAB as a computational tool Includes an online resource with downloadable materials for students and teachers
    Note: Online resource; Title from title page (viewed May 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: LaunchDarkly’s Heidi Waterhouse shares some of the biggest challenges in feature management. In a perfect world, we’d develop tidy, discrete features that are easy to manage. But in reality, we’re often struggling with a complicated snarl of features that are difficult to test and deploy. Heidi explains how you can use feature management design to build modular, testable, resilient systems. Recorded on April 23, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you’ll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: One of the most difficult business challenges has nothing to do with data or technology—it has to do with people. While it’s fairly easy to assess potential hires’ knowledge and skills, it’s much harder to gauge soft traits like attitude. How can you ensure your first impressions are accurate so you can avoid costly hiring mistakes, and correctly identify rising stars and make the most of their talent? Tony Tjan explains how overlooking personality and attitude in favor of technical expertise can cost you. Make sure you’re never in that situation by learning the most important questions to ask during the hiring process to build a stronger, more successful organization. Recorded on March 26, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you’ll discover the lessons learned from failures both large and small. You’ll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed August 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Long gone are the days when computer security was about data. Now, it’s about the much more critical and personal issues of life and property. The impact of this change means two things: Data authentication and integrity concerns will trump those of confidentiality The idea of an internet without regulations will be a thing of the past While these consequences are inevitable, we can prepare for them. First, by looking at previous attempts to secure these systems. Then, by considering the appropriate technologies, laws, regulations, economic incentives, and social norms we should focus on going forward. Recorded on April 4, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O’Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts’ unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Cloud , you’ll learn about the complex, ever-evolving world of the cloud. You’ll discover how successful companies have adopted and embraced this massive network of shared information and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed September 17, 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: 9781484250921
    Language: English
    Pages: 1 online resource (305 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: As a software developer, your technical skill set is in high demand. Devices and technology have become an integral part of our everyday lives and no digital organization can thrive without technical professionals on the payroll. However, career plateaus are inevitable in even the most high-demand field. Companies do not only need software developers; they need software developers with soft skills. In Soft Skills to Advance Your Developer Career , author Zsolt Nagy explores how emotional intelligence can give your software development career an edge. These subjects are not taught in school, and unfortunately the career advancement of many excellent developers can be blocked by their inability to effectively communicate their needs, assert themselves, and negotiate confidently. Throughout this book, Nagy shows you how to actively improve and prioritize your soft skills so that you can better represent the holistic interests of your team, obtain better working conditions, negotiate raises, and increase your variety of employment options by elevating your interviewing skills. Discover the obstacles standing between you and a fulfilling career by finding and improving strengths you may not have even known you had. Jump out of your box with Soft Skills to Advance Your Developer Career and leverage your expertise with effortless confidence at all stages of your professional journey. What You Will Learn Examine why software developer careers cannot be treated similarly as any other career path Understand the four soft-skills you need to advance your career Develop a strategy for your personal brand and align it with your career plan Realize the role of assertive communication, and the importance of giving and receiving feedback Create a plan for setting yourself up for a raise or promotion Discover techniques for acing the behavioral and coding interview Who This Book Is For Software developers who have the technical skills required for career advancement, but want a guide on how to manage their careers
    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 ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (68 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book was written by IBM® IT specialists who have experience implementing Linux solutions on IBM LinuxONE™ (LinuxONE). The contents of this book follow the guidelines from Linux regarding LinuxONE installations. The preferred practices that are described in this book are gathered from the experiences of those specialists in hundreds of projects at IBM and customer environments. This IBM Redbooks® publication provides you with the information needed in making a decision on scaling architecture when implementing Linux on LinuxONE. This book has the following goals: To inform you about x86 sprawl problems To inform you that x86 Vertical Scale out architectures are problematic going forward To provide solutions to x86 server sprawl problems To inform you about the LinuxONE solution for each x86 server sprawl problem To provide virtulization and security options for LinuxOne The scaling up and scaling out architectures enable you to scale the capacity of an existing system to accommodate sporadic application demands or application workloads. This provides some freedom to operate in the environment. However, if this activity is performed without correct planning and the correct architecture choice, it leads to server sprawl where your environment houses more servers than it should based on its current and predicted requirements. This can potentially cause your enterprise to both waste resources and increase costs. Although scaling out on x86 systems is a common form of growth because of inexpensive x86 systems, the scale out can easily become a problem in terms of total cost of ownership (TCO) when the environment starts to increase the number of physical servers and the resources needed to maintain them. LinuxONE servers solve the sprawl problem caused by the scaling out of x86 servers, and are an excellent choice for cloud, mobile, big data, blockchain, analytics, and other workloads that require a robust and flexible environment. This publication describes the advantages and disadvantages of the LinuxONE scaling option. The audience for this publication consists of the following groups: Customers, IBM Business Partners, IT architects and IT Specialists planning and installing Linux on LinuxONE System administrators managing the Linux Systems
    Note: Online resource; Title from title page (viewed July 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Turn the tables on the social dynamics of sales—stop chasing prospects and start closing deals Sales Badassery : Kick Ass. Take Names. Crush the Competition is a no-nonsense guide to transforming your entire attitude to sales, turning the old way of doing things on its head to shift all the power to you. The common myth of sales strategy tells you to approach a prospect from a position of deference— they hold the superior position, forcing you to supplicate, beg, make undue concessions, and be at their beck and call during and after the sale. This indispensable work shows you that levelling the playing field is not enough, you need to slant it in your direction. The innovative Sales Badassery philosophy enables you to turn yourself into an unstoppable sales powerhouse, taking no prisoners along the way. Best-selling author Frank Rumbauskas has distilled years of successful sales experience into an effective sales philosophy. This invaluable book provides the tools and guidance for transforming ordinary salespeople into top-level businesspersons. Regardless of what you sell, the proven techniques of this essential resource will empower you to: Transform yourself into a Sales Badass, respected by your customers and feared by your competitors Stop sucking up to your prospects and never accept the word “no” Adopt a zero-tolerance policy for disrespectful and unreasonable customers Convert customers into colleagues to expand your contacts and increase referrals Sales Badassery: Kick Ass. Take Names. Crush the Competition is a must-read for everyone tired of chasing prospects and selling their souls for the sake of a sale. This transformative approach to sales will enable you leverage your power, conquer your competitors, and steer your goals in the direction you always wanted.
    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 ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...