Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Online Resource  (3,240)
  • 2015-2019  (2,176)
  • 2010-2014  (1,064)
  • 1930-1934
  • Safari, an O’Reilly Media Company  (3,240)
Datasource
Material
  • Online Resource  (3,240)
Language
Years
Year
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (69 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: While the merits of cryptocurrency continue to be debated, the underlying technology—the blockchain—can be applied in many other ways to solve problems that have plagued organizations for years. To spur adoption of blockchain for these newer use cases, many technology providers and leading businesses have begun offering cloud-based blockchain-as-a-service (BaaS) options. This report brings you up to speed on these emerging opportunities. Author Karen Kilroy helps technical business leaders, solutions architects, and innovation officers understand blockchain and evaluate options for BaaS. Through interviews with enterprise blockchain experts and practitioners, you’ll learn how this service model has evolved and what it offers. You’ll also examine the landscape of BaaS offerings, get a project started, and learn where the technology is going. You’ll learn: Why blockchain is different from a relational database or other distributed ledger technologies How blockchain is used in business applications The nuts and bolts of a blockchain network, including participants, assets, transactions, and smart contracts How to architect a typical BaaS application as a standalone multiuser application Current BaaS offerings and how to choose the one that’s right for you Five industry-changing use cases for BaaS, including international trade, identity verification, and royalties tracking Examples of how BaaS may be used in the future
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789807608
    Language: English
    Pages: 1 online resource (396 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore open-source Linux tools and advanced binary analysis techniques to analyze malware, identify vulnerabilities in code, and mitigate information security risks Key Features Adopt a methodological approach to binary ELF analysis on Linux Learn how to disassemble binaries and understand disassembled code Discover how and when to patch a malicious binary during analysis Book Description Binary analysis is the process of examining a binary program to determine information security actions. It is a complex, constantly evolving, and challenging topic that crosses over into several domains of information technology and security. This binary analysis book is designed to help you get started with the basics, before gradually advancing to challenging topics. Using a recipe-based approach, this book guides you through building a lab of virtual machines and installing tools to analyze binaries effectively. You'll begin by learning about the IA32 and ELF32 as well as IA64 and ELF64 specifications. The book will then guide you in developing a methodology and exploring a variety of tools for Linux binary analysis. As you advance, you'll learn how to analyze malicious 32-bit and 64-bit binaries and identify vulnerabilities. You'll even examine obfuscation and anti-analysis techniques, analyze polymorphed malicious binaries, and get a high-level overview of dynamic taint analysis and binary instrumentation concepts. By the end of the book, you'll have gained comprehensive insights into binary analysis concepts and have developed the foundational skills to confidently delve into the realm of binary analysis. What you will learn Traverse the IA32, IA64, and ELF specifications Explore Linux tools to disassemble ELF binaries Identify vulnerabilities in 32-bit and 64-bit binaries Discover actionable solutions to overcome the limitations in analyzing ELF binaries Interpret the output of Linux tools to identify security risks in binaries Understand how dynamic taint analysis works Who this book is for This book is for anyone looking to learn how to dissect ELF binaries using open-source tools available in Linux. If you're a Linux system administrator or information security professional, you'll find this guide useful. Basic knowledge of Linux, familiarity with virtualization technologies and the working of network sockets, and experience in basic Python or Bash scripting will assist you with understanding the concepts in this book Downloading the example code f...
    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 ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: More Than 7 Hours of Video Instruction Overview This course covers the essentials of Machine Learning on AWS and prepares a candidate to sit for the AWS Machine Learning-Specialty (ML-S) Certification exam. Four main categories are covered: Data Engineering, EDA (Exploratory Data Analysis), Modeling, and Operations. Description This 7+ hour Complete Video Course is fully geared toward the AWS Machine Learning-Specialty (ML-S) Certification exam. The course offers a modular lesson and sublesson approach, with a mix of screencasting and headhsot treatment. Data Engineering instruction covers the ingestion, cleaning, and maintenance of data on AWS. Exploratory Data Analysis covers topics including data visualization, descriptive statistics, and dimension reduction and includes information on relevant AWS services. Machine Learning Modeling covers topics including feature engineering, performance metrics, overfitting, and algorithm selection. Operations covers deploying models, A/B testing, using AI services versus training your own model, and proper cost utilization. The supporting code for this LiveLesson is located at http://www.informit.com/store/aws-certified-machine-learning-specialty-ml-s-complete-9780135556511 . About the Instructor Noah Gift is a lecturer and consultant at both the UC Davis Graduate School of Management MSBA program and the Graduate Data Science program, MSDS, at Northwestern. He teaches and designs graduate machine learning, AI, data science courses, and consulting on machine learning and cloud architecture for students and faculty. These responsibilities include leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect, AWS Academy accredited instructor, Google Certified Professional Cloud Architect, and Microsoft MTA on Python. Noah has published close to 100 technical publications including two books on subjects ranging from cloud machine learning to DevOps. Noah received an MBA from UC Davis, a M.S. in Computer Information Systems from Cal State Los Angeles, and a B.S. in Nutritional Science from Cal Poly San Luis Obispo. Currently he consults for startups and other companies on machine learning, cloud architecture, and CTO-level consulting as the founder of Pragmatic AI Labs. His most recent publications are Pragmatic AI: An introduction to Cloud-Based Machine Learning (Pear...
    Note: Online resource; Title from title screen (viewed February 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (584 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The GNU Autotools make it easy for developers to create software that is portable across many Unix-like operating systems, and even Windows. Although the Autotools are used by thousands of open source software packages, they have a notoriously steep learning curve. Autotools is the first book to offer programmers a tutorial-based guide to the GNU build system. Author John Calcote begins with an overview of high-level concepts and a hands-on tour of the philosophy and design of the Autotools. He then tackles more advanced details, like using the M4 macro processor with Autoconf, extending the framework provided by Automake, and building Java and C# sources. He concludes with solutions to frequent problems encountered by Autotools users. This thoroughly revised second edition has been updated to cover the latest versions of the Autotools. It includes five new chapters on topics like pkg-config, unit and integration testing with Autotest, internationalizing with GNU tools, the portability of gnulib, and using the Autotools with Windows. As with the first edition, you'll focus on two projects: Jupiter, a simple “Hello, world!” program, and FLAIM, an existing, complex open source effort containing four separate but interdependent projects. Follow along as the author takes Jupiter’s build system from a basic makefile to a full-fledged Autotools project, and then as he converts the FLAIM projects from complex, hand-coded makefiles to the powerful and flexible GNU build system. Learn how to: •Master the Autotools build system to maximize your software’s portability •Generate Autoconf configuration scripts to simplify the compilation process •Produce portable makefiles with Automake •Build cross-platform software libraries with Libtool •Write your own Autoconf macros This detailed introduction to the GNU Autotools is indispensable for developers and programmers looking to gain a deeper understanding of this complex suite of tools. Stop fighting against the system and make sense of it all with the second edition of Autotools !
    Note: Online resource; Title from title page (viewed November 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838551728
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Efficiently create models that capture design intent with Autodesk Revit About This Video An overview of the major tools needed to build a successful model. A brief discussion of advanced methods used for many of the tools covered. An introduction to creating custom elements to make your design and model unique. In Detail Autodesk Revit boasts powerful tools that allow you to efficiently plan and manage your projects and visualize your designs. You will begin by moving around in Revit before discussing the tools you'll need to begin setting up a project. Then you'll cover the basic tools and methods for building a 3D model using all of the most common tools. Then you will create custom elements that allow you to add a level of detail and design to make your projects unique. You will then learn 2D modeling; we will be looking at many of the tools that help round-out a good drawing set; from dimensions, to two-dimensional linework and fill regions - everything from the stock materials built into Revit, to creating custom textures to get the look you're after. After learning 2D models you will create 3D views, all of the settings that are associated with the internal rendering engine Finally, we will discuss tools and processes by which you can produce a full construction document or presentation drawing set; this will include title blocks, sheets, and custom schedules, as well as how to save a set of drawings as a PDF or print them as hard copies.
    Note: Online resource; Title from title screen (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (482 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design clever algorithms that can uncover interesting structures and hidden relationships in unstructured, unlabeled data Key Features Learn how to select the most suitable Python library to solve your problem Compare k-Nearest Neighbor (k-NN) and non-parametric methods and decide when to use them Delve into the applications of neural networks using real-world datasets Book Description Unsupervised learning is a useful and practical solution in situations where labeled data is not available. Applied Unsupervised Learning with Python guides you in learning the best practices for using unsupervised learning techniques in tandem with Python libraries and extracting meaningful information from unstructured data. The book begins by explaining how basic clustering works to find similar data points in a set. Once you are well-versed with the k-means algorithm and how it operates, you'll learn what dimensionality reduction is and where to apply it. As you progress, you'll learn various neural network techniques and how they can improve your model. While studying the applications of unsupervised learning, you will also understand how to mine topics that are trending on Twitter and Facebook and build a news recommendation engine for users. You will complete the course by challenging yourself through various interesting activities such as performing a Market Basket Analysis and identifying relationships between different merchandises. By the end of this book, you will have the skills you need to confidently build your own models using Python. What you will learn Understand the basics and importance of clustering Build k-means, hierarchical, and DBSCAN clustering algorithms from scratch with built-in packages Explore dimensionality reduction and its applications Use scikit-learn (sklearn) to implement and analyze principal component analysis (PCA) on the Iris dataset Employ Keras to build autoencoder models for the CIFAR-10 dataset Apply the Apriori algorithm with machine learning extensions (Mlxtend) to study transaction data Who this book is for This course is designed for developers, data scientists, and machine learning enthusiasts who are interested in unsupervised learning. Some familiarity with Python programming along with basic knowledge of mathematical concepts including exponents, square roots, means, and medians will be beneficial. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at ...
    Note: Online resource; Title from title page (viewed May 28, 2019)
    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 (46 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cloud deployments have not only changed the way companies run mission critical databases; they’ve also transformed the roles of many people in production. With this practical report, database and system administrators, IT managers, and DevOps engineers will learn the ins and outs of running databases in the cloud. You’ll explore the types of databases available, the difference between standard database services versus cloud native databases, and key considerations when planning the migration of on-premises databases to the cloud. Authors Wendy Neu, Vlad Vlasceanu, Andy Oram, and Sam Alapati explain how high-performing, highly available cloud environments free DBAs to focus on their core competencies, such as designing databases and optimizing applications that rely on them, while cloud providers handle the organization’s routine infrastructure needs. With this report, you’ll learn: The pros and cons of options in the cloud, such as managed, self-managed, and cloud native How the cloud transforms a DBA’s role, including the new tasks a DBA needs to learn when cloud vendors assume traditional administrative tasks Steps required for migrating your databases to the cloud, such as planning, data transfer, and optimization
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Architects are leaders. We need to understand our business, our users, and our ecosystem. We need to effectively interact with our stakeholders, productively collaborate with design and product teams, and give direction and motivate our development teams. Achieving these goals requires much more than technical excellence. Seth Dobbs (Bounteous) shares a primer on leadership for architects, focusing on guiding principles that are easy to learn and put into practice. Principles cover both inward focus (personal mastery) and external focus (effective interactions) and include topics such as vision, problem solving, ownership, and conflict. Seth explores material he’s used to train team members ranging from developers and designers up into the executive level but focuses on core guiding principles specific to helping architects be more effective in their roles. Each principle will be presented first with a problem or anti-pattern, then the principle, and then examples of the principle in practice. This approach should be valuable whether you are new in a leadership role and looking to understand the “soft” skills required or have been leading for a while and want to formalize your thinking on leadership. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958459526
    Language: English , German
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Was eine agile Organisation ausmacht und wie sie gesteuert werden kann Zusammenwirken von Mitarbeitern, selbstorganisiertem Team, Leadership und Organisationsstruktur Mit vielen Übungen zum Selbsttest sowie Case Studies Agilität ist eine effektive Projektmanagement-Methode, um auf einen veränderten Markt flexibel zu reagieren. Dabei nimmt das Thema »Führung« eine Schlüsselrolle ein. Wie führt man Mitarbeiter, die sich selbst steuern? Die Projektmanager und Coaches Steffi Triest und Jan Ahrend verfolgen einen ganzheitlichen Ansatz, indem sie detailliert auf alle am agilen Prozess beteiligten Personen sowie die damit verbundenen Führungsaufgaben eingehen: auf den sich selbst führenden Mitarbeiter, das selbstorganisierte Team sowie die verschiedenen Varianten von Leadership. Sie erläutern die unterschiedlichen Denk- und Handlungsmuster und geben zahlreiche Tipps, wie Sie als Führungskraft coachen und die Entwicklung von Mitarbeitern und Teams unterstützen können. Anhand anschaulicher Diagramme und Case Studies erfahren Sie, wie Sie agile Führungstechniken in Anlehnung an Scrum und Kanban einsetzen und welche inneren Persönlichkeitsanteile hierbei eine Rolle spielen. Mit Blick auf verschiedenste Teamstrukturen – u.a. auch interdisziplinäre, virtuelle oder interkulturelle Teams – lernen Sie, mit Fragen zu führen, zu coachen, optimal Feedback zu geben oder beobachtend sowie moderierend zu führen. Zu jedem Themenabschnitt gibt es praxisorientierte Aufgaben, die Sie bei der Umsetzung der agilen Führung in Ihrem Arbeitsbereich unmittelbar unterstützen. Ein weiterer Schwerpunkt des Buches sind zudem verschiedene Leadership-Rollenmodelle, für die Sie u.a. praktikable Konzepte wie Karriere-Coach, Rollenwechsel oder Rahmensetzung kennenlernen. Schließlich gehen die Autoren auf die Strukturen agiler Organisationen ein, mit denen Führungskräfte interagieren. Die Autoren stellen die Erfolgschancen der »Agilen Führung« z.B. bezüglich Innovationen, Fachkompetenz der Mitarbeiter, Motivation und Kreativität heraus, analysieren aber auch die tatsächlichen Schwierigkeiten, die nach der ersten großen Agilitätswelle aufkamen. Aus dem Inhalt: Selbstführung: das agile Mindset, Emotionsregulation, innere Persönlichkeitsanteile, agile Techniken Selbstorganisation: Werte im Team, das Spielfeld und seine Regeln, agile Rollen, das Serving-Leadership-Konzept, Besonderheiten bei virtuellen oder interkulturellen Teams, Grenzen der Selbstorganisation Leadership: Führung als und...
    Note: Online resource; Title from title page (viewed June 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-IEEE Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Examines the advantages of Embedded and FO-WLP technologies, potential application spaces, package structures available in the industry, process flows, and material challenges Embedded and fan-out wafer level packaging (FO-WLP) technologies have been developed across the industry over the past 15 years and have been in high volume manufacturing for nearly a decade. This book covers the advances that have been made in this new packaging technology and discusses the many benefits it provides to the electronic packaging industry and supply chain. It provides a compact overview of the major types of technologies offered in this field, on what is available, how it is processed, what is driving its development, and the pros and cons. Filled with contributions from some of the field's leading experts, Advances in Embedded and Fan-Out Wafer Level Packaging Technologies begins with a look at the history of the technology. It then goes on to examine the biggest technology and marketing trends. Other sections are dedicated to chip-first FO-WLP, chip-last FO-WLP, embedded die packaging, materials challenges, equipment challenges, and resulting technology fusions. Discusses specific company standards and their development results Content relates to practice as well as to contemporary and future challenges in electronics system integration and packaging Advances in Embedded and Fan-Out Wafer Level Packaging Technologies will appeal to microelectronic packaging engineers, managers, and decision makers working in OEMs, IDMs, IFMs, OSATs, silicon foundries, materials suppliers, equipment suppliers, and CAD tool suppliers. It is also an excellent book for professors and graduate students working in microelectronic packaging research.
    Note: Online resource; Title from title page (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 49 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: It turns out that domain-driven design is not just for cargo shipping. Vladik Khononov (Naxex) explains how he and his team embraced domain-driven design (DDD) (with very limited resources and a very short time to market) at Plexop, a large-scale marketing system that spans over a dozen different business domains. Join in to learn how DDD allowed the team to manage business complexities, find out strategies for defining context boundaries, explore lessons learned the hard way, and discover where they had to adapt the DDD methodology to fit the company’s needs. This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Practical Guide Provides Students and Industry Professionals with Latest Information on 5G Mobile Networks Continuing the tradition established in his previous publications, Jyrki Penttinen offers 5G Explained as a thorough yet concise introduction to recent advancements and growing trends in mobile telecommunications. In this case, Penttinen focuses on the development and employment of 5G mobile networks and, more specifically, the challenges inherent in adjusting to new global standardization requirements and in maintaining a high level of security even as mobile technology expands to new horizons. The text discusses, for example, the Internet of Things (IoT) and how to keep networks reliable and secure when they are constantly accessed by many different devices with varying levels of user involvement and competence. 5G Explained is primarily designed for specialists who need rapid acclimation to the possibilities and concerns presented by 5G adoption. Therefore, it assumes some prior knowledge of mobile communications. However, earlier chapters are structured so that even relative newcomers will gain useful information. Other notable features include: Three modules each consisting of three chapters: Introduction, Technical Network Description and Planning of Security and Deployment Comprehensive coverage of topics such as technical requirements for 5G, network architecture, radio and core networks and services/applications Discussion of specific security techniques in addition to common-sense guidelines for planning, deploying, managing and optimizing 5G networks 5G Explained offers crucial updates for anyone involved in designing, deploying or working with 5G networks. It should prove a valuable guide for operators, equipment manufacturers and other professionals in mobile equipment engineering and security, network planning and optimization, and mobile application development, or anyone looking to break into these fields.
    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 ...
  • 13
    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 ...
  • 14
    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 ...
  • 15
    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 ...
  • 16
    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 ...
  • 17
    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 ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119538226 , 111953822X , 9781119538196
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 5th edition
    Parallel Title: Erscheint auch als
    DDC: 343.04
    Keywords: Tax planning ; Electronic books ; local ; Planification fiscale ; Tax planning
    Abstract: An essential, timesaving guide for accountants, lawyers, nonprofit executives and directors, consultants, and volunteers This book is an indispensable guide to navigating the complex maze of nonprofit tax rules and regulations. A clear and fully cited description of the requirements for the various categories of tax-exempt entities from public charities, private foundations, civic associations, business leagues, and social clubs to title-holding companies and governmental entities can be found. Practical guidance on potential for income tax on revenue-producing enterprises along with explanations of many exceptions to taxability is provided. Issues raised by Internet activity, advertising, publishing, providing services, and much more are explained. This useful guide covers the many significant issues facing nonprofit organizations, including compensation and possible private inurement, affiliation, separations and mergers, donor disclosures, lobbying and electioneering, and employment taxes. Offers a supplemental, annual update to keep subscribers current on relevant changes in IRS forms, requirements, and related tax procedures Includes easy-to-use checklists highlighting such critical concerns as tax-exempt eligibility, reporting to the IRS, and comprehensive tax compliance issues Features a variety of sample documents for private foundations, including penalty abatement requests and sharing space agreements Provides helpful practice aids, such as a comparison of the differences between public and private charities, charts reflecting lobbying limits for different types of entities, and listings of rulings and cases that illustrate permissible activity for each type of organizations compared to impermissible activity Filled with practical tips and suggestions for handling such critical situations as preparing for and surviving an IRS examination, Tax Planning and Compliance for Tax-Exempt Organizations, Fifth Edition provides guidance for the significant issues facing nonprofit organizations.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With Beyond Spreadsheets with R you’ll learn how to go from raw data to meaningful insights using R and RStudio. Each carefully crafted chapter covers a unique way to wrangle data, from understanding individual values to interacting with complex collections of data, including data you scrape from the web. You’ll build on simple programming techniques like loops and conditionals to create your own custom functions. You’ll come away with a toolkit of strategies for analyzing and visualizing data of all sorts.
    Note: Online resource; Title from title page (viewed January 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253021
    Language: English
    Pages: 1 online resource (230 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Understanding radio communications systems unlocks a new way to look at the world and the radio waves that connect it. Through easy-to-understand instruction and a variety of hands-on projects, this book gives the reader an intuitive understanding of how radio waves propagate, how information is encoded in radio waves, and how radio communications networks are constructed. This book also focuses on the world of amateur, or “ham,” radio, a global network of hobbyists that experiment and communicate with radio waves. The reader can learn what amateur radio is, how one can obtain an amateur radio license, and how various pieces of amateur radio hardware work. Rather than overwhelm with formulas and numerical approaches, this book presents an easy-to-follow qualitative approach to the theory aspects of radio—perfect for those with little to no knowledge of electromagnetism, signal processing, or hardware development. Instead, instruction focuses on hands-on learning. Radio waves are easy and inexpensive to manipulate with modern hardware, so the examples throughout this text provide ample opportunity to develop an understanding of such hardware. A special focus is given to applications of radio communications in the modern world. In every chapter, the reader gains new insight into different radio communications systems and the hardware and software that makes it all possible. Projects include using a software-defined radio to download live images of the Earth from weather satellites, Arduino-based digital radio communications networks, making amateur radio contacts, and more. What You’ll Learn: · Encode information in radio waves · Obtain an amateur radio license · Use important pieces of radio communications hardware, such as antennas, handheld transceivers, software-defined radios, radio repeaters, and more Who This Book Is For Anyone interested in modern communications, from high school and college students pursuining STEM to professionals looking to broaden their understandings of radio
    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 ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251775
    Language: English
    Pages: 1 online resource (427 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly detection. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detection tasks. This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introduction to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection. By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch. What You Will Learn Understand what anomaly detection is and why it is important in today's world Become familiar with statistical and traditional machine learning approaches to anomaly detection using Scikit-Learn Know the basics of deep learning in Python using Keras and PyTorch Be aware of basic data science concepts for measuring a model's performance: understand what AUC is, what precision and recall mean, and more Apply deep learning to semi-supervised and unsupervised anomaly detection Who This Book Is For Data scientists and machine learning engineers interested in learning the basics of deep learning applications in anomaly detection
    Note: Online resource; Title from title page (viewed October 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become a leader worth following by using the proven, evidence-based methods of the widely respected, global leadership firm Linkage, Inc. and leadership development expert Mark Hannum The world’s greatest leaders focus on three critical things: they are committed to accomplishing something that matters; they articulate a vision that others embrace; and they demonstrate a series of five commitments that make up the message of this book. In Become , Mark Hannum, a leading Executive Coach, Consultant, Practitioner and Researcher in the leadership field, reveals the evidence-based secrets that surfaced from vast data Linkage has collected on leadership effectiveness. He details the five commitments that the best leaders make to themselves and their organizations: •INSPIRE others to join the pursuit of a common vision •ENGAGE every team member to contribute their best abilities •INNOVATE key products or processes that lead to the goal •ACHIEVE results by organizing people and aligning resources •BECOME more self-aware and courageous as a leader
    Note: Online resource; Title from title page (viewed November 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255667
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video provides you with a baseline understanding of Azure Networking. It begins with an introduction to the high-level architecture of Azure Virtual Networks so that you can become familiar with the core capabilities, concepts, and settings of this technology. From there you will gain a basic understanding of firewall security, and discover how to leverage it using Network Security Groups and Application Security Groups. Then it is on to an overview of Azure load balancing services, including Azure Load Balancer, Azure Traffic Manager, and Front Door. Finally, you will learn about VPN Gateways and how they facilitate Azure VNet-to-VNet communication, as well as hybrid connectivity between on-premises and Azure networks. Networking is the cornerstone of any data center. While it is not entirely different in a cloud environment like Azure, you will discover that building a cloud networking stack also has its own eccentricities. For example, you will no longer be managing the physical layer, and not all services are available the same way as on-premises. All these quirks are covered in this video. After viewing Azure Networking Fundamentals you will be ready to get started in building and deploying your own enterprise-ready networking designs in Azure and/hybrid networking scenarios. What You Will Learn Gain a high-level view of Azure networking services and features and how to deploy them See new features including Azure Firewall and Azure Front-Door Protect and secure cloud applications in IAAS and PAAS. Follow along with to-the-point demos; learn by doing Apply the exact steps as guidelines in your own Azure environment Who This Video Is For IT professionals, system architects, cloud administrators, solution architects, and anyone who wants to learn about deploying infrastructure as a service in Azure public cloud. Having a base understanding of IPv4 and IPv6, networking concepts, firewalling, routing, load balancing, DNS, and IP addressing is beneficial.
    Note: Online resource; Title from title screen (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Algebra II For Dummies, 2nd Edition (9781119543145) was previously published as Algebra II For Dummies, 2nd Edition (9781119090625). While this version features a new Dummies cover and design, the content is the same as the prior release and should not be considered a new or updated product. Your complete guide to acing Algebra II Do quadratic equations make you queasy? Does the mere thought of logarithms make you feel lethargic? You're not alone! Algebra can induce anxiety in the best of us, especially for the masses that have never counted math as their forte. But here's the good news: you no longer have to suffer through statistics, sequences, and series alone. Algebra II For Dummies takes the fear out of this math course and gives you easy-to-follow, friendly guidance on everything you'll encounter in the classroom and arms you with the skills and confidence you need to score high at exam time. Gone are the days that Algebra II is a subject that only the serious 'math' students need to worry about. Now, as the concepts and material covered in a typical Algebra II course are consistently popping up on standardized tests like the SAT and ACT, the demand for advanced guidance on this subject has never been more urgent. Thankfully, this new edition of Algebra II For Dummies answers the call with a friendly and accessible approach to this often-intimidating subject, offering you a closer look at exponentials, graphing inequalities, and other topics in a way you can understand. Examine exponentials like a pro Find out how to graph inequalities Go beyond your Algebra I knowledge Ace your Algebra II exams with ease Whether you're looking to increase your score on a standardized test or simply succeed in your Algebra II course, this friendly guide makes it possible.
    Note: Online resource; Title from title page (viewed January 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    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 ...
  • 26
    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 ...
  • 27
    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 ...
  • 28
    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 ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244630
    Language: English
    Pages: 1 online resource (516 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore the modern concepts of client-server web applications. This book includes examples that are simple to comprehend building apps that are not much different from real-world applications. Each chapter develops a different subject, explaining the concept from A to Z, and provides a project with complete source code and configuration steps. Chapters also include thorough coverage of the subject described and the full source code is provided with a consistently updated repo on GitHub, accounting for the frequent changes made to language versions. The chapter apps use HTML, JavaScript, AJAX, CSS, PHP, MySQL, Apache, Lighttpd, SSL/TLS, DDNS, Shell Programming, Sockets programming, tools such as Wireshark, and remote online tools for testing. As you master each topic sequentially you'll fully understand the inner workings of the client-server apps and become confident in creating your own web-based apps. Whether you want to work on the web for fun, for school, or for work, Web-Based Projects that Rock the Class is a great place to start. What You'll Learn Use HTML, JavaScript, CSS, PHP, AJAX and MySQL for web projects Set up and handle two different web servers Apache and Lighttpd Obtain DNS and DDNS domain names Apply the SSL/TLS protocols for HTTPS connections Test remotely with online tools your web app – then create similar tools Who This Book Is For College and university students, and individuals interested in web programming. Ideally you will have basic experience in requesting a web page from the browser and understanding online services like e-shops, basic-level experience with Linux, knowledge of basic-level programming language principles, and basic knowledge of what a database is.
    Note: Online resource; Title from title page (viewed May 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958459915
    Language: English , German
    Pages: 1 online resource (144 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Leicht verständliche Anleitungen für über 50 Aquarellbilder Besonders für Einsteiger geeignet: jedes Bild entsteht in vier einfachen Schritten Mit zahlreichen Motiven für Blumen und Blüten Zum Download: Skizzen zum Abpausen Du möchtest auch endlich anfangen, mit Aquarellfarben zu malen? In diesem Buch findest du die beliebtesten Motive für das Malen und Illustrieren mit Wasserfarben, die insbesondere für den Start gut geeignet sind. Mit diesem Buch ist der Einstieg besonders leicht: Die Autorin erläutert zunächst kurz die einzelnen Techniken und gibt dir einen Überblick über das benötigte Material. Danach zeigt sie in vier nachvollziehbaren Schritten, wie jedes Bild entsteht. Dabei erläutert sie für jeden Schritt genau, wie und mit welcher Technik du die Farbe aufträgst. Auf diese Weise kannst du jedes Bild sofort nachmalen oder auch frei nach deinen eigenen Wünschen gestalten. Die Bilder sind in drei Schwierigkeitsgrade aufgeteilt, so dass du dich nach und nach auch an komplexere Bilder wagen kannst. Die Skizzen zu den Bildern stehen zusätzlich zum kostenlosen Download zur Verfügung. Diese Vorlagen sind zum Abpausen geeignet, so dass du direkt mit der Aquarellfarbe loslegen und ohne jegliche Vorkenntnisse schöne Watercolor-Bilder anfertigen kannst.
    Note: Online resource; Title from title page (viewed March 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Language: English
    Pages: 1 online resource (363 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications. This book contains a selection of 11 practical projects covering different aspects of working with Vue. It contains: Build a Basic CRUD App with Vue.js, Node and MongoDB by James Hibbard Creating Beautiful Charts Using Vue.js Wrappers for Chart.js by Yomi Eluwande Build a Real-time Chat App with Pusher and Vue.js by Michael Wanyoike Building a Vue Front End for a Headless CMS by Michael Wanyoike How to Build a Chrome Extension with Vue by James Hibbard Build Your Own Link-sharing Site with Nuxt.js and vue-kindergarten by Nilson Jacques An Introduction to Data Visualization with Vue and D3.js by Christopher Vundi How to Build a Reusable Component with Vue by Deji Atoyebi How to Build a Game with Vue.js by Ivaylo Gerchev Build a Shopping List App with Vue, Vuex and Bootstrap Vue by Michael Wanyoike How to Develop and Test Vue Components with Storybook by Ivaylo Gerchev
    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 ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover how organizations can translate strategic complexity into simple and flexible guidelines and achieve strategic objectives.
    Note: Online resource; Title from title page (viewed April 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    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 ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (160 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Professor Woodall’s essay shows that this book represents a remarkable contribution, even by today’s standards, because of its contemporary thinking about the relationship between the specific topic of SQC and the broader company context of Quality Management. It also demonstrates the remarkable awareness of at least some young US engineers in the post-war period about the vital role of Statistical Quality Control in establishing and maintaining a competitive position. The book reveals that there was unsuspected knowledge extant immediately post-war, about the importance of Statistical Quality Control when appropriately applied in an industrial setting. It also helps to correct wide-spread historical misconceptions about who specifically was responsible for helping Japanese industry get back on its feet post-war, a task assigned to General Douglas Macarthur by President Truman and how Macarthur was indebted to Sarasohn.
    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 ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128171769
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The Psychology of Learning and Motivation, Volume 71 , the latest release in the series, features empirical and theoretical contributions in cognitive and experimental psychology, ranging from classical and instrumental conditioning to complex learning and problem-solving. New to this volume are chapters covering Automating adaptive control with item-specific learning, Cognition and voting: Generalizing from the laboratory to the real-world voting booth, Protracted perceptual development of auditory pattern structure, Understanding alcohol reward in social context, Perceptual and Mnemonic Differences across Cultures, Aging, Cognitive Reserve and the Healthy Brain, Aging, context processing, and comprehension, and more. Presents the latest information in the highly regarded Psychology of Learning and Motivation series Provides an essential reference for researchers and academics in cognitive science Contains information relevant to both applied concerns and basic research
    Note: Online resource; Title from title page (viewed September 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Capstone | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ask yourself the right questions—and find the answers to your happiness The Question brings together the best of what is thought and known from the world of self-help. The author shows readers what can build a path toward greater well-being and believes that the quality of your life depends on the quality of the questions you ask yourself. The book combines a mix of practical and emotional content; it follows the highs and lows of real-life experience to help inspire readers, giving them practical information to help them discover their true purpose in life, and the confidence to pursue it. The Question explores: Greatness, success, fulfilment, and passion The Three Pillars to succeed Building The Best You Resilience, Revolution and Re-invention You cannot go through life being passive—you must find your answer to The Question . That is, how can you realize your life's purpose? Find out inside this book. . . and inside yourself!
    Note: Online resource; Title from title page (viewed March 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    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 ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A guide for being fully equipped to succeed on the journey of life The Backpack: How to Understand and Manage Yourself While Loving Others Along the Way tells the story of Jon, Sofia, and Buddy whose pathways merge on a life-changing flight. Written by a senior consultant with the Flippen Group (a world-wide leader in self-awareness training), the book brings together an angry passenger, a wise flight attendant, and a down-home cowboy. Their chance meeting leads to the ride of their lives as they fully grasp the importance and meaning of their backpacks. As this engaging story reveals, self-awareness is like a backpack! If we are to be prepared to succeed on the journey of life, we need to know and accept which backpack is ours, decide what we need to put in it or take out of it, and be fully aware of how our backpacks are affecting all of the other passengers around us. The question is: Are we whacking the other passengers with our backpack as we travel through life. . . or are we helping them? Offers life lessons on self-awareness written in the form of a funny and engaging story Shows how we can lighten, fill and understand our “backpack” in order to lead a more successful life Written by a senior consultant with the Flippen Group The Backpack offers a story that explores the concepts of self-awareness and other-awareness, including the importance of appreciating your personality, living by your core values, mentally preparing for your day, being aware of your impact on others and packing your backpack wisely.
    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 ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Walter Foster | Boston, MA : Safari
    ISBN: 9781633226234
    Language: English
    Pages: 1 online resource (128 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The Art of Visual Notetaking is a resource for learning the art of sketchnoting, including how to create layouts, focal points, embellishments, and doodles, for inspired notetaking, journaling, and creative visual expression.
    Note: Online resource; Title from title page (viewed March 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Serverless Applications with Node.js teaches you to design and build serverless web apps on AWS using JavaScript, Node, and Claudia.js. You’ll master the basics of writing AWS Lambda functions, along with core serverless patterns like API Gateway. Along the way, you’ll practice your new skills by building a working chatbot and a voice assistant with Amazon Alexa. You’ll also discover techniques for migrating existing apps to a serverless platform.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In a unique and systematic way, this book discusses the security and privacy aspects of the cloud, and the relevant cloud forensics. Cloud computing is an emerging yet revolutionary technology that has been changing the way people live and work. However, with the continuous growth of cloud computing and related services, security and privacy has become a critical issue. Written by some of the top experts in the field, this book specifically discusses security and privacy of the cloud, as well as the digital forensics of cloud data, applications, and services. The first half of the book enables readers to have a comprehensive understanding and background of cloud security, which will help them through the digital investigation guidance and recommendations found in the second half of the book. Part One of Security, Privacy and Digital Forensics in the Cloud covers cloud infrastructure security; confidentiality of data; access control in cloud IaaS; cloud security and privacy management; hacking and countermeasures; risk management and disaster recovery; auditing and compliance; and security as a service (SaaS). Part Two addresses cloud forensics – model, challenges, and approaches; cyberterrorism in the cloud; digital forensic process and model in the cloud; data acquisition; digital evidence management, presentation, and court preparation; analysis of digital evidence; and forensics as a service (FaaS). Thoroughly covers both security and privacy of cloud and digital forensics Contributions by top researchers from the U.S., the European and other countries, and professionals active in the field of information and network security, digital and computer forensics, and cloud and big data Of interest to those focused upon security and implementation, and incident management Logical, well-structured, and organized to facilitate comprehension Security, Privacy and Digital Forensics in the Cloud is an ideal book for advanced undergraduate and master's-level students in information systems, information technology, computer and network forensics, as well as computer science. It can also serve as a good reference book for security professionals, digital forensics practitioners and cloud service providers.
    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 ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128171929
    Language: English
    Pages: 1 online resource (341 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Role of Blockchain Technology in IoT Applications, Volume 115 in the Advances in Computers series, reviews the latest information on this topic that promises many applications in human life. According to forecasts made by various market research/survey agencies, there will be around 50 Billion connected devices (IoT) by 2020. Updates in this new release include chapters on the Technical Aspects of Blockchain and IoT, Integrated Platforms for Blockchain-Enablement, Intersections Between IoT and Distributed Ledger, Blockchain and Artificial Intelligence: How and Why Combining These Two Groundbreaking Technologies, Blockchain Applications in Health Care and Opportunities and Advancements Due to New Information Technology Frameworks, and more. Explores blockchain technology research trends in secured device to device communication Includes updates on secure vehicular communication (VANET) using blockchain technology Provides the latest on secure IoT communication using blockchain technology Presents use cases of blockchain technology in healthcare, the food chain, ERP and other emerging areas
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    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: Experience the transformative power of creative rituals in the workplace Rituals for Work shows us how creative rituals can make our personal and business lives more meaningful and rewarding. Rituals are powerful tools: they reinforce good habits, motivate personal and professional achievement, create a common bond between co-workers and build shared values; they can transform an organization’s culture and provide a foundation to achieve common goals. Focusing on real-world examples, this book takes a practical approach to the power and benefits of workplace rituals. This insightful guide presents 50 creative rituals, from business and management to design and personal development. Specific case studies highlight the use of rituals and their positive impact to real-world organizations, while vivid visuals allow us to feel their energy and emotion. A ritual is only effective when its purpose is clearly defined. This book goes beyond simple analysis to provide actual recipes for individual rituals designed to promote specific habits, change negative behaviors, and instill values. Each ritual can be adapted to achieve a multitude of goals and tailored to fit your organization or team’s specific needs. ● Change behaviors, form positive habits, and assign meaning to shared goals ● Build shared values, foster innovation, and encourage strong teamwork ● Deal with conflicts effectively and engage others to work on resolutions ● Learn the fundamental concepts of ritual-building and share your knowledge with your team An informative and inspirational resource for executives, managers, team leaders, and employees of every level, Rituals for Work provides a blueprint for building a culture of engagement, innovation, and shared purpose for organizations of all sizes, across industries.
    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 ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Accelerate sales and improve customer experience Every day, most working professionals entrust their most important messages to a form of communication that doesn't build trust, provide differentiation, or communicate clearly enough. It's easy to point to the sheer volume of emails, text messages, voicemails, and even social messaging as the problem that reduces our reply rates and diminishes our effectiveness. But the faceless nature of that communication is also to blame. Rehumanize Your Business explains how to dramatically improve relationships and results with your customers, prospects, employees, and recruits by adding personal videos to emails, text messages, and social messages. It explains the what, why, and how behind this new movement toward simple, authentic videos—and when to replace some of your plain, typed-out communication with webcam and smartphone recordings. • Restore face-to-face communication for clarity and connection • Add a personal, human touch to your emails and other messages • Meet people who’ve sent thousands of videos • Learn to implement your own video habit in an easy, time-saving way • Boost your replies, appointments, conversion, referrals, and results dramatically If you’re ready to influence, teach, sell, or serve in a more personal way, Rehumanize Your Business is your guide.
    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 ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245330
    Language: English
    Pages: 1 online resource (395 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Expand your basic knowledge of Python and use PyGame to create fast-paced video games with great graphics and sounds. This second edition shows how you can integrate electronic components with your games using the build-in general purpose input/output (GPIO) pins and some Python code to create two new games. You'll learn about object-oriented programming (OOP) as well as design patterns, such as model-view-controller (MVC) and finite-state machines (FSMs). Whether using Windows, macOS, Linux, or a Raspberry Pi, you can unleash the power of Python and PyGame to create great looking games. The book also includes complete code listings and explanations for "Bricks," "Snake," and "Invaders"—three fully working games. These allow you to get started in making your own great games and then modify them or build your own exciting titles. The concepts are further explained using games such as “Copycat,” where the player must concentrate and repeat the sequence of lights and sounds, and “Couch Quiz,” in which PyGame and electronic components create a quiz game for 2–4 players. What You’ll Learn Gain basic knowledge of Python and employ it for game development Study game projects you can use as templates, such as Bricks, Snake, and Invaders Work with user-defined functions, inheritance, composition, and aggregation Implement finite state machines Integrate your game with electronics using the GPIO pins Who This Book Is For Experienced coders or game developers new to Python, PyGame and Raspberry Pi would find this book helpful. It is also for beginners interested in getting into game development.
    Note: Online resource; Title from title page (viewed May 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Prentice Hall | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 31+ hours of video instruction . Overview The professional programmer’s Deitel® video guide to Python development with the powerful IPython and Jupyter Notebooks platforms. Description Python Fundamentals LiveLessons with Paul Deitel is a code-oriented presentation of Python—one of the world’s most popular and fastest growing languages. In the context of scores of real-world code examples ranging from individual snippets to complete scripts, Paul will demonstrate coding with the interactive IPython interpreter and Jupyter Notebooks. You’ll quickly become familiar with the Python language, its popular programming idioms, key Python Standard Library modules and several popular open-source libraries. In the Intro to Data Science videos, Paul lays the groundwork for later lessons in which he’ll introduce some of today’s most compelling, leading-edge computing technologies, including natural language processing, data mining Twitter® for sentiment analysis, cognitive computing with IBM® Watson™, supervised machine learning with classification and regression, unsupervised machine learning with clustering, computer vision through deep learning and convolutional neural networks, sentiment analysis through deep learning with recurrent neural networks, big data with Hadoop®, Spark™ streaming, NoSQL databases and the Internet of Things. Download the code examples for this LiveLesson from https://github.com/pdeitel/PythonFundamentalsLiveLessons . This repository will be updated with the additional lessons’ examples as the lessons are completed. About the Instructor Paul J. Deitel , CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of MIT, where he studied Information Technology. He holds the Sun (now Oracle) Certified Java Programmer and Certified Java Developer certifications, and is an Oracle Java Champion. Through Deitel & Associates, Inc., he has delivered Java, C#, Visual Basic, C++, C and Internet programming courses to industry clients, including Cisco, IBM, Sun Micro systems, Dell, Siemens, Lucent Technologies, Fidelity, NASA at the Kennedy Space Center, the National Severe Storm Laboratory, White Sands Missile ...
    Note: Online resource; Title from title screen (viewed August 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    ISBN: 9781484248508
    Language: English
    Pages: 1 online resource (539 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Amazon Web Services (AWS) is the leading public cloud platform. In this book you will learn to use Microsoft PowerShell to create, host, manage, and administer workloads using Amazon Web Services. You will learn how to create virtual machines, provision storage, configure networks, and more—all using your preferred Windows scripting language. CIOs everywhere are leading their organizations to the cloud, but there are few books available to help. This book focuses on moving Microsoft Windows workloads to the cloud using technologies familiar to enterprise Microsoft-based professionals. The completely revised and expanded Pro PowerShell for Amazon Web Services is written specifically for Windows professionals who already know PowerShell and want to learn to host Windows workloads on Amazon Web Services. The cloud offers information technology workers significant cost savings and agility unimaginable even just a few years ago. Tasks that traditionally took weeks of work, costing thousands of dollars, can be completed in minutes for a fraction of a penny. New chapters in this second edition cover: AWS Lambda, Amazon WorkSpaces, Amazon AppStream 2.0, AWS Directory Service, Amazon WorkDocs, and AWS System Manager. What You'll Learn Create and manage Windows servers on Elastic Compute Cloud (EC2) Configure and secure networks with Virtual Private Cloud (VPC) Leverage autoscaling to adjust resources as load changes Deploy and manage SQL Server using the Relational Database Service (RDS) Manage virtual desktops using WorkSpaces and AppStream Leverage AWS Systems Manager to manage Windows at scale Who This Book Is For Windows professionals who want to learn more about Amazon Web Services, with a focus on running Windows workloads and automated management at scale using PowerShell tools for AWS. The book assumes you have knowledge of Windows and PowerShell, but are new to AWS.
    Note: Online resource; Title from title page (viewed September 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (333 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Quantum computers are poised to kick-start a new computing revolution—and you can join in right away. If you’re in software engineering, computer graphics, data science, or just an intrigued computerphile, this book provides a hands-on programmer’s guide to understanding quantum computing. Rather than labor through math and theory, you’ll work directly with examples that demonstrate this technology’s unique capabilities. Quantum computing specialists Eric Johnston, Nic Harrigan, and Mercedes Gimeno-Segovia show you how to build the skills, tools, and intuition required to write quantum programs at the center of applications. You’ll understand what quantum computers can do and learn how to identify the types of problems they can solve. This book includes three multichapter sections: Programming for a QPU —Explore core concepts for programming quantum processing units, including how to describe and manipulate qubits and how to perform quantum teleportation. QPU Primitives —Learn algorithmic primitives and techniques, including amplitude amplification, the Quantum Fourier Transform, and phase estimation. QPU Applications —Investigate how QPU primitives are used to build existing applications, including quantum search techniques and Shor’s factoring algorithm.
    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 ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (308 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Elm brings the safety and stability of functional programing to front-end development, making it one of the most popular new languages. Elm's functional nature and static typing means that run-time errors are nearly impossible, and it compiles to JavaScript for easy web deployment. This book helps you take advantage of this new language in your web site development. Learn how the Elm Architecture will help you create fast applications. Discover how to integrate Elm with JavaScript so you can update legacy applications. See how Elm tooling makes deployment quicker and easier. Functional programming offers safer applications with decreased runtime errors, but functional solutions that are type safe and easy to use have been hard to find, until the Elm language. Elm has the benefits of functional languages while compiling to JavaScript. This book provides a complete tutorial for the Elm language, starting with a simple static application that introduces Elm syntax, modules, and the virtual DOM, to exploring how to create a UI using functions. See how Elm handles the issues of state in functional languages. You'll continue to build up larger applications involving HTTP requests for communication. Integrate your Elm applications with JavaScript so you can update legacy applications or take advantage of JavaScript resources. Elm also provides built-in tooling to alleviate the tooling creep that's so common in JavaScript. This book covers Elm's deployment and testing tools that ease development confusion. Dive into advanced concepts including creating single-page applications, and creating performance improvements. Elm expert Jeremy Fairbank brings his years of web development experience to teaching how to use Elm for front-end development. Your web UIs will be faster, safer, and easier to develop with Elm and this tutorial. What You Need: You will need the latest version of Elm, 0.19, along with a browser to run the examples in this book.
    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 ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to the application and processing of condition-based data to produce prognostic estimates of functional health and life. Prognostics and Health Management provides an authoritative guide for an understanding of the rationale and methodologies of a practical approach for improving system reliability using conditioned-based data (CBD) to the monitoring and management of health of systems. This proven approach uses electronic signatures extracted from conditioned-based electrical signals, including those representing physical components, and employs processing methods that include data fusion and transformation, domain transformation, and normalization, canonicalization and signal-level translation to support the determination of predictive diagnostics and prognostics. Written by noted experts in the field, Prognostics and Health Management clearly describes how to extract signatures from conditioned-based data using conditioning methods such as data fusion and transformation, domain transformation, data type transformation and indirect and differential comparison. This important resource: Integrates data collecting, mathematical modelling and reliability prediction in one volume Contains numerical examples and problems with solutions that help with an understanding of the algorithmic elements and processes Presents information from a panel of experts on the topic Follows prognostics based on statistical modelling, reliability modelling and usage modelling methods Written for system engineers working in critical process industries and automotive and aerospace designers, Prognostics and Health Management offers a guide to the application of condition-based data to produce signatures for input to predictive algorithms to produce prognostic estimates of functional health and life.
    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 ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SAS Institute | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (420 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: PROC SQL: Beyond the Basics Using SAS®, Third Edition, is a step-by-step, example-driven guide that helps readers master the language of PROC SQL. Packed with analysis and examples illustrating an assortment of PROC SQL options, statements, and clauses, this book not only covers all the basics, but it also offers extensive guidance on complex topics such as set operators and correlated subqueries. Programmers at all levels will appreciate Kirk Lafler’s easy-to-follow examples, clear explanations, and handy tips to extend their knowledge of PROC SQL. This third edition explores new and powerful features in SAS® 9.4, including topics such as: IFC and IFN functions nearest neighbor processing the HAVING clause indexes It also features two completely new chapters on fuzzy matching and data-driven programming. Delving into the workings of PROC SQL with greater analysis and discussion, PROC SQL: Beyond the Basics Using SAS®, Third Edition, explores this powerful database language using discussion and numerous real-world examples.
    Note: Online resource; Title from title page (viewed March 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243633
    Language: English
    Pages: 1 online resource (254 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: In Pro CDI 2 in Java EE 8 , use CDI and the CDI 2.0 to automatically manage the life cycle of your enterprise Java, Java EE, or Jakarta EE application’s beans using predefined scopes and define custom life cycles using scopes. In this book, you will see how you can implement dynamic and asynchronous communication between separate beans in your application with CDI events. The authors explain how to add new capabilities to the CDI platform by implementing these capabilities as extensions. They show you how to use CDI in a Java SE environment with the new CDI initialization and configuration API, and how to dynamically modify the configuration of beans at application startup by using dynamic bean building. This book is compatible with the new open source Eclipse Jakarta EE platform and tools. What You Will Learn Use qualifier annotations to inject specific bean implementations Programmatically retrieve bean instances from the CDI container in both Java SE and Java EE when injecting them into an object isn’t possible Dynamically replace beans using the Alternative annotation to, for example, replace a bean with a mock version for testing Work with annotation literals to get instances of annotations to use with the CDI API Discover how scopes and events interact Who This Book Is For Those who have some experience with CDI, but may not have experience with some of the more advanced features in CDI.
    Note: Online resource; Title from title page (viewed September 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (497 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Time series data analysis is increasingly important due to the massive production of such data through the internet of things, the digitalization of healthcare, and the rise of smart cities. As continuous monitoring and data collection become more common, the need for competent time series analysis with both statistical and machine learning techniques will increase. Covering innovations in time series data analysis and use cases from the real world, this practical guide will help you solve the most common data engineering and analysis challengesin time series, using both traditional statistical and modern machine learning techniques. Author Aileen Nielsen offers an accessible, well-rounded introduction to time series in both R and Python that will have data scientists, software engineers, and researchers up and running quickly. You’ll get the guidance you need to confidently: Find and wrangle time series data Undertake exploratory time series data analysis Store temporal data Simulate time series data Generate and select features for a time series Measure error Forecast and classify time series with machine or deep learning Evaluate accuracy and performance
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (196 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Develop smart applications without spending days and weeks building machine-learning models. With this practical book, you’ll learn how to apply Automated Machine Learning, a process that uses machine learning to help people build machine learning models. Deepak Mukunthu, Parashar Shah, and Wee Hyong Tok provide a mix of technical depth, hands-on examples, and case studies that show how customers are solving real-world problems with this technology. Building machine learning models is an iterative and time-consuming process. Even those who know how to create these models may be limited in how much they can explore. Once you complete this book, you’ll understand how to apply Automated Machine Learning to your data right away. Learn how companies in different industries are benefiting from Automated Machine Learning Get started with Automated Machine Learning using Azure Explore aspects such as algorithm selection, auto featurization, and hyperparameter tuning Understand how data analysts, BI professionals, and developers can use Automated Machine Learning in their familiar tools and experiences Learn how to get started using Automated Machine Learning for use cases including classification and regression.
    Note: Online resource; Title from title page (viewed September 24, 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: 9781484250815
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video explains how to create Power BI visuals that provide a good user experience. The video begins by explaining how the common mindset around data visualization is often wrong, and then it suggests a better approach. Report developers are often tempted to make visualizations all about them to show off the data gathered or their report design skills, but reports should be focused on communicating and interacting with the intended audience. This video provides you with practices and guidance toward communicating the right message to your audience without clutter and distraction. Once mindset and goals have been properly aligned, the video discusses the visual tools you have at your disposal when formatting a Power BI visual. These tools include color, shape, and layout. Misapplying these tools can make a visual distracting, ugly, or even misleading. Applying them correctly can make a visual pop and help to communicate the right message, which is the message you are working so hard to get across. Accessibility in report design is also discussed. Demos show how changing seemingly simple attributes on visuals can greatly improve accessibility. Common visualization mistakes are shown, along with examples of how to fix them. In addition to formatting individual visuals, the video discusses how to put them together on a report page to form a coherent analysis. After making an initial draft, it’s time to do a quality check on the report. This video covers what attributes to check and discusses tools to help with your quality checks. Tips are provided on helpful features in Power BI that make good design easier, such as use of report themes and templates, and setting the default visual interaction style. The video will show how to iterate on a report design to improve it based upon findings in the quality checks. The video ends by reviewing the starting point of a report that needed optimization and comparing that to the result after some improvements to see the effect on the user experience. What You Will Learn Take a goals-oriented approach to creating charts and graphs in Power BI Combine color, shape, and layout to create a desired user experience Create reports that effectively communicate the specific message you are working to convey Make Power BI reports accessible for those with visual, motor, and cognitive disabilities Evaluate charts, graphs, and other visuals using a repeatable checklist for optimal display of information Recognize a...
    Note: Online resource; Title from title screen (viewed June 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Phoenix in Action is an example-based book that teaches you to build production-quality web apps. You’ll handle business logic, database interactions, and app designs as you progressively create an online auction site. As you go, you’ll build everything from the core components to the real-time user interactions where Phoenix really shines.
    Note: Online resource; Title from title page (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128147115
    Language: English
    Pages: 1 online resource (353 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Navigating the Maze: How Science and Technology Policies Shape America and the World offers a captivating deep dive into the inner workings of the world of public policy. Written by prominent science advocate and renowned physics researcher and educator, Michael S. Lubell, this valuable book provides insights and real-world examples for anyone looking to understand how policy works in reality: for students, scientists, and the public. Well-organized and featuring a compelling historical narrative, this unique resource will enable researchers, educators, elected officials, industrialists, financial managers, science lobbyists, and readers in general to easily navigate the complex world of science and technology (S&T) policy. As science communication and STEM policy occupy rapidly growing areas of interest and provide important career paths, this book provides invaluable insights into the public policy arena, as well as lessons for effective science advocacy. Presents compelling narratives about Climate Change, the Internet, the Human Genome, the BRAIN Initiative, the Manhattan Project, the Science Stimulus, the origin of the National Institutes of Health and the National Science Foundation, and more. Provides insights into the future of S&T through a 225-year American policy retrospective, highlighting impacts on health and medicine, STEM education, economic growth, energy, defense, innovation, and industrial competitiveness. Illuminates the role of S&T on the global stage, from diplomatic engagement to military intervention and from scientific collaboration to technological competition.
    Note: Online resource; Title from title page (viewed April 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    ISBN: 9780128166505
    Language: English
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Model Management and Analytics for Large Scale Systems covers the use of models and related artefacts (such as metamodels and model transformations) as central elements for tackling the complexity of building systems and managing data. With their increased use across diverse settings, the complexity, size, multiplicity and variety of those artefacts has increased. Originally developed for software engineering, these approaches can now be used to simplify the analytics of large-scale models and automate complex data analysis processes. Those in the field of data science will gain novel insights on the topic of model analytics that go beyond both model-based development and data analytics. This book is aimed at both researchers and practitioners who are interested in model-based development and the analytics of large-scale models, ranging from big data management and analytics, to enterprise domains. The book could also be used in graduate courses on model development, data analytics and data management. Identifies key problems and offers solution approaches and tools that have been developed or are necessary for model management and analytics Explores basic theory and background, current research topics, related challenges and the research directions for model management and analytics Provides a complete overview of model management and analytics frameworks, the different types of analytics (descriptive, diagnostics, predictive and prescriptive), the required modelling and method steps, and important future directions
    Note: Online resource; Title from title page (viewed September 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Keep projects on track Microsoft Project 2019 is a powerhouse project management, portfolio management, and resource management tool. Whether you’re a full-time project manager or manage projects as part of a larger set of duties, Microsoft Project 2019 For Dummies will get you thinking and operating at the level of a project management guru. Written by a noted project management pro, this book covers the ins and outs of Microsoft Project. Throughout the book, you’ll find project management best practices and tips for keeping any project on schedule and under budget. Reference the full set of Microsoft Project 2019 features Learn to think like a project management professional Get into the nuts and bolts of Project for better productivity Create a task schedule that keeps a project moving Identify the golden rules that keep projects on track With Microsoft Project 2019 For Dummies , you’ll soon get a grip on all the powerful features of this popular project management software. No matter your level of training or experience, this book will show you how improve your project management with Microsoft Project 2019.
    Note: Online resource; Title from title page (viewed February 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958459977
    Language: English , German
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Alles, was Sie über Machine Learning wissen müssen, auf nur 200 Seiten Von Support Vector Machines über Gradient Boosting und tiefe neuronale Netze bis hin zu unüberwachten Lernmethoden Zahlreiche Tipps und Empfehlungen für den praktischen Einsatz Sie möchten Machine Learning verstehen und dafür nicht unendlich viel Zeit aufwenden und Hunderte von Seiten lesen? Dann ist dieses Buch das richtige für Sie. Auf 200 Seiten bringt Andriy Burkov die wichtigsten Begriffe, Konzepte und Algorithmen des Machine Learnings auf den Punkt. Dabei vermittelt er nicht nur alle notwendigen theoretischen Grundlagen, sondern geht auch auf die praktische Anwendung der einzelnen Verfahren ein, ohne dabei die zugrundeliegenden mathematischen Gleichungen außer Acht zu lassen. Dieses Buch bietet einen leicht zugänglichen, programmiersprachenunabhängigen und trotz seiner Kürze umfassenden Einstieg ins Machine Learning. Aus dem Inhalt: Notation und mathematische Grundlagen Überwachtes, teilüberwachtes und unüberwachtes Lernen Grundlegende Lernalgorithmen: Lineare und logistische Regression Entscheidungsbäume Support Vector Machines k-Nearest-Neighbors Optimierung mittels Gradientenabstieg Merkmalserstellung und Handhabung fehlender Merkmale Auswahl des passenden Lernalgorithmus Bias, Varianz und das Problem der Unter- und Überanpassung Regularisierung, Bewertung eines Modells und Abstimmung der Hyperparameter Deep Learning mit CNNs, RNNs und Autoencodern Multi-Class-, One-Class- und Multi-Label-Klassifikation Ensemble Learning Clustering, Dimensionsreduktion und Erkennen von Ausreißern Selbstüberwachtes Lernen Wort-Embeddings, One-Shot und Zero-Shot Learning Stimmen zum Buch: »Burkov hat sich der äußerst nützlichen, aber unglaublich schwierigen Aufgabe angenommen, fast das gesamte Machine Learning auf 200 Seiten zusammenzufassen. Die Auswahl der Themen aus Theorie und Praxis ist gelungen und wird sich für Praktiker als nützlich erweisen. Das Buch bietet Lesern eine solide Einführung in das Fachgebiet.« — Peter Norvig, Forschungsdirektor bei Google »Der Umfang der Themen, die das Buch auf 200 Seiten behandelt, ist verblüffend. […] Wie der Autor die Kernkonzepte mit einigen wenigen Worten erklärt, gefällt mir ausnehmend gut. Das Buch wird nicht nur für Einsteiger sehr nützlich sein, sondern auch für alte Hasen, die von einer so breiten Sicht auf das Fachgebiet nur profitieren können.« — Aurélien Géron, Senior Artificial Intelligence Engineer »Ich wünschte, es hätte ein s...
    Note: Online resource; Title from title page (viewed July 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128166277
    Language: English
    Pages: 1 online resource (174 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learned Mindfulness: Physician Engagement and M.D. Wellness discusses the original technique of "Learned Mindfulness" developed by Dr. Ninivaggi to combat stress and burnout. In this book, Dr. Ninivaggi uses his Integrity Mindfulness model as a tool to manage stress, prevent burnout, and broaden quality of life, ultimately promoting well-being. Helping physicians ultimately helps patients and extends to the public enhancement of greater equanimity. The book provides readers with background information on the origins of mindfulness and details step-by-step directions on how to use the original technique. First book to introduce the technique of learned mindfulness Useful to psychiatrists, psychologists, physicians, and all suffering from stress and burnout Provides step-by-step instructions on how to apply the model to their patients
    Note: Online resource; Title from title page (viewed August 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38644 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; local
    Abstract: How well does your organization respond to changing market conditions, customer needs, and emerging technologies when building software-based products? This practical guide presents Lean and Agile principles and patterns to help you move fast at scale—and demonstrates why and how to apply these methodologies throughout your organization, rather than with just one department or team. Through case studies, you’ll learn how successful enterprises have rethought everything from governance and financial management to systems architecture and organizational culture in the pursuit of radically improved performance. Adopting Lean will take time and commitment, but it’s vital for harnessing the cultural and technical forces that are accelerating the rate of innovation. Discover how Lean focuses on people and teamwork at every level, in contrast to traditional management practices Approach problem-solving experimentally, by exploring solutions, testing assumptions, and getting feedback from real users Lead and manage large-scale programs in a way that empowers employees, increases the speed and quality of delivery, and lowers costs Learn how to implement ideas from the DevOps and Lean Startup movements even in complex, regulated environments
    Note: Online resource; Title from title page (viewed March 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 (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build a Keras model to scale and deploy on a Kubernetes cluster We have seen an exponential growth in the use of Artificial Intelligence (AI) over last few years. AI is becoming the new electricity and is touching every industry from retail to manufacturing to healthcare to entertainment. Within AI, we're seeing a particular growth in Machine Learning (ML) and Deep Learning (DL) applications. ML is all about learning relationships from labeled (Supervised) or unlabeled data (Unsupervised). DL has many layers of learning and can extract patterns from unstructured data like images, video, audio, etc. Keras to Kubernetes: The Journey of a Machine Learning Model to Production takes you through real-world examples of building DL models in Keras for recognizing product logos in images and extracting sentiment from text. You will then take that trained model and package it as a web application container before learning how to deploy this model at scale on a Kubernetes cluster. You will understand the different practical steps involved in real-world ML implementations which go beyond the algorithms. • Find hands-on learning examples • Learn to uses Keras and Kubernetes to deploy Machine Learning models • Discover new ways to collect and manage your image and text data with Machine Learning • Reuse examples as-is to deploy your models • Understand the ML model development lifecycle and deployment to production If you're ready to learn about one of the most popular DL frameworks and build production applications with it, you've come to the right place!
    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 ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (237 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ideal for information security managers, auditors, consultants and organisations preparing for ISO 27001 certification, this book will help readers understand the requirements of an ISMS (information security management system) based on ISO 27001.
    Note: Online resource; Title from title page (viewed September 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250839
    Language: English
    Pages: 1 online resource (514 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use MySQL Shell, the first modern and advanced client for connecting to and interacting with MySQL. It supports SQL, Python, and JavaScript. That’s right! You can write Python scripts and execute them within the shell interactively, or in batch mode. The level of automation available from Python combined with batch mode is especially helpful to those practicing DevOps methods in their database environments. Introducing MySQL Shell covers everything you need to know about MySQL Shell. You will learn how to use the shell for SQL, as well as the new application programming interfaces for working with a document store and even automating your management of MySQL servers using Python. The book includes a look at the supporting technologies and concepts such as JSON, schema-less documents, NoSQL, MySQL Replication, Group Replication, InnoDB Cluster, and more. MySQL Shell is the client that developers and database administrators have been waiting for. Far more powerful than the legacy client, MySQL Shell enables levels of automation that are useful not only for MySQL, but in the broader context of your career as well. Automate your work and build skills in one of the most in-demand languages. With MySQL Shell, you can do both! What You'll Learn Use MySQL Shell with the newest features in MySQL 8 Discover what a Document Store is and how to manage it with MySQL Shell Configure Group Replication and InnoDB Cluster from MySQL Shell Understand the new MySQL Python application programming interfaces Write Python scripts for managing your data and the MySQL high availability features Who This Book Is For Developers and database professionals who want to automate their work and remain on the cutting edge of what MySQL has to offer. Anyone not happy with the limited automation capabilities of the legacy command-line client will find much to like in this book on the MySQL Shell that supports powerful automation through the Python scripting language.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248881
    Language: English
    Pages: 1 online resource (221 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: See how custom chatbots and Azure Bot Service can resolve common business problems. This book takes you through the many possibilities of bot development from a business point of view, using Microsoft bot technology, and demonstrates how to connect, deploy, and manage them. Starting with an introduction to chatbots and their features you will go through the design and implementation of Azure chatbots. This will set the foundation for the rest of the book before you learn how to create and manage messages in chatbots. You’ll then see how to deploy your chatbot in different business scenarios and how to integrate Azure chatbots with different applications such as Facebook and Twitter. To really allow you to demonstrate business value, Introducing Azure Bot Service covers tips on enhancing customer satisfaction and developing insights by analyzing customer behavior. This knowledge will help you understand how artificial intelligence techniques such as chatbots help your organization undergo digital transformation. After reading this book, you will be ready to build chatbots using Microsoft Azure, deploy them in different business scenarios, and measure the benefits of chatbots. What You Will Learn Build time-saving chatbots using Azure Bot Service Engage in proactive customer interaction Integrate chatbots as a key aspect of your business strategy Improve customer satisfaction Ease into digital transformation using Azure chatbots Who This Book Is For Developers who are interested in building chatbots.
    Note: Online resource; Title from title page (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Center for Creative Leadership | Boston, MA : Safari
    ISBN: 9781604919295
    Language: English , Portuguese
    Pages: 1 online resource (30 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Having interpersonal skills will allow you to motivate, inspire, and successfully lead others, as well as further your own career development. This guidebook will show you how, through self-awareness and strategic implementation of behaviors, you can utilize interpersonal savvy to make the most out of negative situations, develop and lead others, and create a positive working environment despite daily challenges and hardships.
    Note: Online resource; Title from title page (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128134221
    Language: English
    Pages: 1 online resource (330 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: International Futures: Building and Using Global Models extensively covers one of the most advanced systems for integrated, long-term, global and large-scale forecasting analysis available today, the International Futures (IFs) system. Key elements of a strong, long-term global forecasting system are described, i.e. the formulations for the driving variables in separate major models and the manner in which these separate models are integrated. The heavy use of algorithmic and rule-based elements and the use of elements of control theory is also explained. Furthermore, the IFs system is compared and contrasted with all other major modeling efforts, also outlining the major benefits of the IFs system. Finally, the book provides suggestions on how the development of forecasting systems might most productively proceed in the coming years. Helps readers understand the IFs system, not at a detailed equation and technical level, but in terms of the important decisions made that dominate the structure and long-term behavior Presents information on the universe of long-term global forecasting systems, key decisions made, and the range of similarities and differences in the systems Covers the relationship between long-term forecasts in a variety of global issues and the forecasting systems and assumptions that underly them (essential information for forecast consumers)
    Note: Online resource; Title from title page (viewed March 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Language: English
    Pages: 1 online resource (712 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Evade antiviruses and bypass firewalls with the most widely used penetration testing frameworks Key Features Gain insights into the latest antivirus evasion techniques Set up a complete pentesting environment using Metasploit and virtual machines Discover a variety of tools and techniques that can be used with Kali Linux Book Description Penetration testing or ethical hacking is a legal and foolproof way to identify vulnerabilities in your system. With thorough penetration testing, you can secure your system against the majority of threats. This Learning Path starts with an in-depth explanation of what hacking and penetration testing is. You’ll gain a deep understanding of classical SQL and command injection flaws, and discover ways to exploit these flaws to secure your system. You'll also learn how to create and customize payloads to evade antivirus software and bypass an organization's defenses. Whether it's exploiting server vulnerabilities and attacking client systems, or compromising mobile phones and installing backdoors, this Learning Path will guide you through all this and more to improve your defense against online attacks. By the end of this Learning Path, you'll have the knowledge and skills you need to invade a system and identify all its vulnerabilities. This Learning Path includes content from the following Packt products: Web Penetration Testing with Kali Linux - Third Edition by Juned Ahmed Ansari and Gilberto Najera-Gutierrez Metasploit Penetration Testing Cookbook - Third Edition by Abhinav Singh , Monika Agarwal, et al What you will learn Build and analyze Metasploit modules in Ruby Integrate Metasploit with other penetration testing tools Use server-side attacks to detect vulnerabilities in web servers and their applications Explore automated attacks such as fuzzing web applications Identify the difference between hacking a web application and network hacking Deploy Metasploit with the Penetration Testing Execution Standard (PTES) Use MSFvenom to generate payloads and backdoor files, and create shellcode Who this book is for This Learning Path is designed for security professionals, web programmers, and pentesters who want to learn vulnerability exploitation and make the most of the Metasploit framework. Some understanding of penetration testing and Metasploit is required, but basic system administration skills and the ability to read code are a must. Downloading the example code for this ebook: You can download the exampl...
    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 ...
  • 70
    Language: English
    Pages: 1 online resource (174 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: IBM® Spectrum Virtualize is a key member of the IBM Spectrum™ Storage portfolio. It is a highly flexible storage solution that enables rapid deployment of block storage services for new and traditional workloads, on-premises, off-premises and in a combination of both. IBM Spectrum Virtualize™ for Public Cloud provides the IBM Spectrum Virtualize functionality in IBM Cloud™. This new capability provides a monthly license to deploy and use Spectrum Virtualize in IBM Cloud to enable hybrid cloud solutions, offering the ability to transfer data between on-premises private clouds or data centers and the public cloud. This IBM Redpaper™ publication gives a broad understanding of IBM Spectrum Virtualize for Public Cloud architecture and provides planning and implementation details of the common use cases for this product. This publication helps storage and networking administrators plan and implement install, tailor, and configure IBM Spectrum Virtualize for Public Cloud offering. It also provides a detailed description of troubleshooting tips. IBM Spectrum Virtualize is also available on AWS. For more information, see Implementation guide for IBM Spectrum Virtualize for Public Cloud on AWS, REDP-5534.
    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 ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (365 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication provides both introductory information and technical details about the IBM System z® Personal Development Tool (IBM zPDT®), which produces a small System z environment suitable for application development. zPDT is a PC Linux application. When zPDT is installed (on Linux), normal System z operating systems (such as IBM z/OS®) can be run on it. zPDT provides the basic System z architecture and emulated IBM 3390 disk drives, 3270 interfaces, OSA interfaces, and so on. The systems that are discussed in this document are complex. They have elements of Linux (for the underlying PC machine), IBM z/Architecture® (for the core zPDT elements), System z I/O functions (for emulated I/O devices), z/OS (the most common System z operating system), and various applications and subsystems under z/OS. The reader is assumed to be familiar with general concepts and terminology of System z hardware and software elements, and with basic PC Linux characteristics. This book provides the primary documentation for zPDT.
    Note: Online resource; Title from title page (viewed May 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (70 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This Blueprint is intended to define the infrastructure that is required for a blockchain remote peer and to facilitate the deployment of IBM Blockchain Platform on IBM Cloud Private using that infrastructure. This infrastructure includes the necessary document handler components, such as IBM Blockchain Document Store, and covers the required storage for on-chain and off-chain blockchain data. To complete these tasks, you must have a basic understanding of each of the used components or have access the correct educational material to gain that knowledge.
    Note: Online resource; Title from title page (viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redpaper™ publication is a comprehensive guide that covers the IBM Power System AC922 server (8335-GTH and 8335-GTX models). The Power AC922 server is the next generation of the IBM POWER® processor-based systems, which are designed for deep learning (DL) and artificial intelligence (AI), high-performance analytics, and high-performance computing (HPC). This paper introduces the major innovative Power AC922 server features and their relevant functions: Powerful IBM POWER9™ processors that offer up to 22 cores at up to 2.80 GHz (3.10 GHz turbo) performance with up to 2 TB of memory. IBM Coherent Accelerator Processor Interface (CAPI) 2.0, IBM OpenCAPI™, and second-generation NVIDIA NVLink 2.0 technology for exceptional processor to accelerator intercommunication. Up to six dedicated NVIDIA Tesla V100 graphics processing units (GPUs). This publication is for professionals who want to acquire a better understanding of IBM Power Systems™ products and is intended for the following audiences: Clients Sales and marketing professionals Technical support professionals IBM Business Partners Independent software vendors (ISVs) This paper expands the set of IBM Power Systems documentation by providing a desktop reference that offers a detailed technical description of the Power AC922 server. This paper does not replace the current marketing materials and configuration tools. It is intended as an extra source of information that, together with existing sources, can be used to enhance your knowledge of IBM server solutions.
    Note: Online resource; Title from title page (viewed May 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Language: English
    Pages: 1 online resource (508 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® publication helps strengthen the position of the IBM PowerHA® SystemMirror® for Linux solution with well-defined and documented deployment models within an IBM Power Systems™ environment, which provides customers a planned foundation for business resilience and disaster recovery (DR) for their IBM Power Systems infrastructure solutions. This book addresses topics to help answer customers' complex high availability (HA) and DR requirements for IBM AIX® and Linux on IBM Power Systems servers to help maximize system availability and resources and provide technical documentation to transfer the how-to-skills to users and support teams. This publication is targeted at technical professionals (consultants, technical support staff, IT architects, and IT specialists) who are responsible for providing HA and DR solutions and support for IBM PowerHA SystemMirror for AIX and Linux Standard and Enterprise Editions on IBM Power Systems servers.
    Note: Online resource; Title from title page (viewed September 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Language: English
    Pages: 1 online resource (40 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redbooks® Product Guide is an overview of the main characteristics, features, and technology that are used in IBM FlashSystem® A9000R Model 415 and Model 425, with IBM FlashSystem A9000R Software V12.3.2. Software version 12.3.2, with Hyper-Scale Manager version 5.6 or later, introduces support for VLAN tagging and port trunking.. IBM FlashSystem A9000R is a grid-scale, all-flash storage platform designed for industry leaders with rapidly growing cloud storage and mixed workload environments to help drive your business into the cognitive era. FlashSystem A9000R provides consistent, extreme performance for dynamic data at scale, integrating the microsecond latency and high availability of IBM FlashCore® technology. The rack-based offering comes integrated with the world class software features that are built with IBM Spectrum™ Accelerate. For example, comprehensive data reduction, including inline pattern removal, data deduplication, and compression, helps lower total cost of ownership (TCO) while the grid architecture and IBM Hyper-Scale framework simplify and automate storage administration. The A9000R features always on data reduction and now offers intelligent capacity management for deduplication. Ready for the cloud and well-suited for large deployments, FlashSystem A9000R delivers predictable high performance and ultra-low latency, even under heavy workloads with full data reduction enabled. As a result, the grid-scale architecture maintains this performance by automatically self-optimizing workloads across all storage resources without manual intervention.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This edition applies to FlashSystem A9000 and A9000R, Model 415 and 425, with system software Version 12.3 IBM® FlashSystem A9000 and IBM FlashSystem® A9000R provide copy functions suited for various data protection scenarios that enable you to enhance your business continuance, disaster recovery, data migration, and backup solutions. These functions allow point-in-time copies, known as snapshots, and also include remote copy capabilities in either synchronous or asynchronous mode. Furthermore, support for IBM Hyper-Scale Mobility enables a seamless migration of IBM FlashSystem A9000 or A9000R volumes to another with no interference to the host. Starting with software level V12.1, the IBM HyperSwap® feature delivers always-on, high availability (HA) storage service for storage volumes in a production environment. Starting with version 12.2, asynchronous replication between the IBM XIV® Gen3 and FlashSystem A9000 or A9000R is supported. Starting with Version 12.2.1, Hyper-Scale Mobility is enabled between XIV Gen3 and FlashSystem A9000 or A9000R. Version 12.3 offers Multi-site replication solution that entails both High Availability (HA) and Disaster Recovery (DR)function by combining HyperSwap and Asynchronous replication to a third site. This IBM Redpaper™ publication is intended for anyone who needs a detailed and practical understanding of the IBM FlashSystem A9000 and IBM FlashSystem A9000R replication and business continuity functions.
    Note: Online resource; Title from title page (viewed March 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Language: English
    Pages: 1 online resource (182 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM® Redpaper™ publication describes the concepts and functions of IBM System Storage® Easy Tier®, and explains its practical use with the IBM DS8000® series and License Machine Code 8.8.50.xx.xx or later. Easy Tier is designed to automate data placement throughout the storage system disks pool. It enables the system to (automatically and without disruption to applications) relocate data (at the extent level) across up to three drive tiers. The process is fully automated. Easy Tier also automatically rebalances extents among ranks within the same tier, removing workload skew between ranks, even within homogeneous and single-tier extent pools. Easy Tier supports a Manual Mode that enables you to relocate full volumes. Manual Mode also enables you to merge extent pools and offers a rank depopulation function. Easy Tier fully supports thin-provisioned Extent Space Efficient fixed block (FB) and count key data (CKD) volumes in Manual Mode and Automatic Mode. Easy Tier also supports extent pools with small extents (16 MiB extents for FB pools and 21 cylinders extents for CKD pools). Easy Tier also supports high-performance and high-capacity flash drives in the High-performance flash enclosure, and it enables additional user controls at the pool and volume levels. This paper is aimed at those professionals who want to understand the Easy Tier concept and its underlying design. It also provides guidance and practical illustrations for users who want to use the Easy Tier Manual Mode capabilities. Easy Tier includes additional capabilities to further enhance your storage performance automatically: Easy Tier Application, and Easy Tier Heat Map Transfer.
    Note: Online resource; Title from title page (viewed January 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (260 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Leverage the power of Tableau 2019.2's new features to create impactful data visualization Key Features Discover the latest features of Tableau 2019.2 Create enterprise-grade dashboards and reports to communicate your insights effectively Get started with Tableau by understanding its core functionalities Book Description Tableau is one of the leading data visualization tools and is regularly updated with new functionalities and features. The latest release, Tableau 2019.2, promises new and advanced features related to visual analytics, reporting, dashboarding, and a host of other data visualization aspects. Getting Started with Tableau 2019.2 will get you up to speed with these additional functionalities. The book starts by highlighting the new functionalities of Tableau 2019.2, providing concrete examples of how to use them. However, if you're new to Tableau, you won't have to worry as the book also covers the major aspects of Tableau with relevant examples. You'll learn how to connect to data, build a data source, visualize your data, build a dashboard, and even share data online. In the concluding chapters, you'll delve into advanced techniques such as creating a cross-database join and data blending. By the end of this book, you will be able to use Tableau effectively to create quick, cost-effective, and business-efficient Business Intelligence (BI) solutions. What you will learn Discover new functionalities such as 'Ask Data', the new way to interact with your data using natural language Connect tables and make transformations such as pivoting the field and splitting columns Build an efficient data source for analysis Design insightful data visualization using different mark types and properties Develop powerful dashboards and stories Share your work and interact with Tableau Server Use Tableau to explore your data and find new insights Explore Tableau's advanced features and gear up for upcoming challenges Who this book is for Existing Tableau users and BI professionals who want to get up to speed with what's new in Tableau 2019 will find this beginner-level book to be a very useful resource. Some experience of Tableau is assumed, however, the book also features introductory concepts, which even beginners can take advantage of. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Getting-Started-with-Tableau-2019.2 . If you ...
    Note: Online resource; Title from title page (viewed June 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3+ Hours of Video Instruction Overview In this course, participants learn what blockchain and cryptocurrency are, how they work, and how these technologies are being applied. The course explains what smart contracts are and how they work, the rise of new funding mechanisms such as Initial Coin Offerings (ICOs) and Security Token Offerings (STOs), and how the use of digital tokens and “tokenization” are changing many long-established business rules. Through the use of demonstrations and detailed slide explanations, we explore the state of the blockchain business market, including investments and projections for market growth. There is an opportunity to analyze multiple use cases of the blockchain technology being applied. The course also provides a section on how you can determine whether using blockchain and cryptocurrency are right for your business. This course quickly brings you up to speed on blockchain and cryptocurrency and how these technologies are being used to drive a new wave of innovation across a wide range of businesses. You will gain valuable professional knowledge on what blockchain and cryptocurrency are, how they are being used across numerous industries, why they are so innovative and disruptive, and how you can determine whether blockchain is right for your business. Topics include Module 1: Blockchain and Bitcoin Basic Concepts Module 2: Cryptocurrency and Smart Contracts Module 3: Business Opportunities in Blockchain Module 4: Blockchain and Your Business About the Instructor George Levy is a lecturer and senior instructor on blockchain, Bitcoin, and cryptocurrency at Blockchain Institute of Technology (BIT), a leading professional training and certification organization focused on blockchain technology and cryptocurrency. He is also co-founder and chief marketing officer for Bitsonline, a prominent media portal for all things cryptocurrency, blockchain, and the technology that frames it all. He is a former regional manager for Microsoft Corporation and a vice president for the World Business Forum (WOBI). An award-winning digital entrepreneur with more than 20 years of professional experience working with the Internet and digital technology, he is on a mission to help further the global growth of blockchain technology to drive positive change. George is a Certified Senior Blockchain Professional (CSBCP) from Blockchain Institute of Technology (BIT) and a Certified Bitcoin Professional (CBP) from CryptoCurrency Certificat...
    Note: Online resource; Title from title screen (viewed July 17, 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 (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Provides an easy-to-read introduction to the area of polymer flooding to improve oil production The production and utilization of oil has transformed our world. However, dwindling reserves are forcing industry to manage resources more efficiently, while searching for alternative fuel sources that are sustainable and environmentally friendly. Polymer flooding is an enhanced oil recovery technique that improves sweep, reduces water production, and improves recovery in geological reservoirs. This book summarizes the key factors associated with polymers and polymer flooding—from the selection of the type of polymer through characterization techniques, to field design and implementation—and discusses the main issues to consider when deploying this technology to improve oil recovery from mature reservoirs. Essentials of Polymer Flooding Technique introduces the area of polymer flooding at a basic level for those new to petroleum production. It describes how polymers are used to improve efficiency of “chemical” floods (involving surfactants and alkaline solutions). The book also offers a concise view of several key polymer-flooding topics that can’t be found elsewhere. These are in the areas of pilot project design, field project engineering (water quality, oxygen removal, polymer dissolution equipment, filtration, pumps and other equipment), produced water treatment, economics, and some of the important field case histories that appear in the last section. Provides an easy to read introduction to polymer flooding to improve oil production whilst presenting the underlying mechanisms Employs “In A Nutshell” key point summaries at the end of each chapter Includes important field case studies to aid researchers in addressing time- and financial-consumption in dealing with this issue Discusses field engineering strategies appropriate for professionals working in field operation projects Essentials of Polymer Flooding Technique is an enlightening book that will be of great interest to petroleum engineers, reservoir engineers, geoscientists, managers in petroleum industry, students in the petroleum industry, and researchers in chemical enhanced oil recovery methods.
    Note: Online resource; Title from title page (viewed May 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (174 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Leverage Docker to unlock efficient and rapid container deployments to improve your development workflow Key Features Reconfigure Docker hosts to create a logging system with the ElasticSearch-Logstash-Kibana (ELK) stack Tackle the challenges of large-scale container deployment with this fast-paced guide Benchmark the performance of your Docker containers using Apache JMeter Book Description Docker is an enterprise-grade container platform that allows you to build and deploy your apps. Its portable format lets you run your code right from your desktop workstations to popular cloud computing providers. This comprehensive guide will improve your Docker workflows and ensure your application's production environment runs smoothly. This book starts with a refresher on setting up and running Docker and details the basic setup for creating a Docker Swarm cluster. You will then learn how to automate this cluster by using the Chef server and cookbooks. After that, you will run the Docker monitoring system with Prometheus and Grafana, and deploy the ELK stack. You will also learn some tips for optimizing Docker images. After deploying containers with the help of Jenkins, you will then move on to a tutorial on using Apache JMeter to analyze your application's performance. You will learn how to use Docker Swarm and NGINX to load-balance your application and how common debugging tools in Linux can be used to troubleshoot Docker containers. By the end of this book, you will be able to integrate all the optimizations that you have learned and put everything into practice in your applications. What you will learn Automate provisioning and setting up nodes in a Docker Swarm cluster Configure a monitoring system with Prometheus and Grafana Use Apache JMeter to create workloads for benchmarking the performance of Docker containers Understand how to load-balance an application with Docker Swarm and Nginx Deploy strace, tcdump, blktrace, and other Linux debugging tools to troubleshoot containers Integrate Docker optimizations for DevOps, Site Reliability Engineering, CI, and CD Who this book is for If you are a software developer with a good understanding of managing Docker services and the Linux file system and are looking for ways to optimize working with Docker containers, then this is the book for you. Developers fascinated with containers and workflow automation with benefit from this book. Downloading the example code for this ebook: You can download the exa...
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Academic Press | Boston, MA : Safari
    ISBN: 9780128169179
    Language: English
    Pages: 1 online resource (431 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Over the past 5 years, the concept of big data has matured, data science has grown exponentially, and data architecture has become a standard part of organizational decision-making. Throughout all this change, the basic principles that shape the architecture of data have remained the same. There remains a need for people to take a look at the "bigger picture" and to understand where their data fit into the grand scheme of things. Data Architecture: A Primer for the Data Scientist, Second Edition addresses the larger architectural picture of how big data fits within the existing information infrastructure or data warehousing systems. This is an essential topic not only for data scientists, analysts, and managers but also for researchers and engineers who increasingly need to deal with large and complex sets of data. Until data are gathered and can be placed into an existing framework or architecture, they cannot be used to their full potential. Drawing upon years of practical experience and using numerous examples and case studies from across various industries, the authors seek to explain this larger picture into which big data fits, giving data scientists the necessary context for how pieces of the puzzle should fit together. New case studies include expanded coverage of textual management and analytics New chapters on visualization and big data Discussion of new visualizations of the end-state architecture
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (320 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: WordPress erfreut sich großer Beliebtheit: Auf dem Redaktionssystem basieren mehr Websites als auf jedem anderen Content-Management-System. Ganz gleich, ob privat oder kommerziell genutzt, ob für eine Handvoll Besucher oder Tausende Nutzer pro Tag ausgelegt – mit WordPress lassen sich Blogs und Websites jeder Größenordnung umsetzen. Dieses Buch richtet sich an Leser, die ihre erste Website oder ihr erstes Blog realisieren wollen. Technisches Know-how wird nicht vorausgesetzt, Sie werden Schritt für Schritt an die Website-Erstellung mit WordPress herangeführt. Sie erfahren, wie Sie WordPress installieren, das System einrichten, Ihre Website gestalten und Ihre Inhalte veröffentlichen. Moritz „mo.“ Sauer ist passionierter WordPress-Nutzer und Blogger. Dies ist bereits die 4., aktualisierte Auflage seines erfolgreichen WordPress-Buchs, das jetzt auch den neuen Gutenberg-Editor behandelt.
    Note: Online resource; Title from title page (viewed August 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (198 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book is a general presentation of complex systems, examined from the point of view of management. There is no standard formula to govern such systems, nor to effectively understand and respond to them. The interdisciplinary theory of self-organization is teeming with examples of living systems that can reorganize at a higher level of complexity when confronted with an external challenge of a certain magnitude. Modern businesses, considered as complex systems, ideally know how to flexibly and resiliently adapt to their environment, and also how to prepare for change via self-organization. Understanding sources of potential crisis is essential for leaders, though not all crises are necessarily bad news, as creative firms know how to respond to challenges through innovation: new products and markets, organizational learning for collective intelligence, and more.
    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 ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Center for Creative Leadership | Boston, MA : Safari
    ISBN: 9781604919103
    Language: English , Polish
    Pages: 1 online resource (38 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: If you want to be an effective leader—at any level—you should pay attention to vision. Leaders who communicate a strong vision are seen by their bosses and coworkers as more effective in several important areas than those who do not. The content of your vision affects employees' perception of your organization. Your articulation of the vision affects their perception of your leadership effectiveness. Taken together, vision content and vision articulation give your employees, colleagues, and other stakeholders a powerful image of how good your organization is and how skilled you are as a leader.
    Note: Online resource; Title from title page (viewed April 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With 25 years of experience under her belt, Cornelia Davis teaches you the practices and patterns that set cloud-native applications apart. With realistic examples and expert advice for working with apps, data, services, routing, and more, she shows you how to design and build software that functions beautifully on modern cloud platforms. As you read, you will start to appreciate that cloud-native computing is more about the how and why rather than the where.
    Note: Online resource; Title from title page (viewed May 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (229 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Developers often struggle when first encountering the cloud. Learning about distributed systems, becoming familiar with technologies such as containers and functions, and knowing how to put everything together can be daunting. With this practical guide, you’ll get up to speed on patterns for building cloud native applications and best practices for common tasks such as messaging, eventing, and DevOps. Authors Boris Scholl, Trent Swanson, and Peter Jausovec describe the architectural building blocks for a modern cloud native application. You’ll learn how to use microservices, containers, serverless computing, storage types, portability, and functions. You’ll also explore the fundamentals of cloud native applications, including how to design, develop, and operate them. Explore the technologies you need to design a cloud native application Distinguish between containers and functions, and learn when to use them Architect applications for data-related requirements Learn DevOps fundamentals and practices for developing, testing, and operating your applications Use tips, techniques, and best practices for building and managing cloud native applications Understand the costs and trade-offs necessary to make an application portable
    Note: Online resource; Title from title page (viewed August 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get familiar with business sustainability in Asia Business Sustainability in Asia offers 12 chapters that cover different aspects of business sustainability with a keen focus on its implications in Asia. Anyone who is involved with business sustainability and corporate governance, the financial reporting process, investment decisions, legal and financial advising, assurance functions, and corporate governance education will be interested in this book. It examines business sustainability performance, reporting and assurance and their integration into strategy, governance, risk assessment, performance management, and the reporting process of disclosing governance, ethics, social, environmental, and economic sustainable performance. The book also highlights how people, businesses, and resources collaborate in a business sustainability and accountability model. • Develop an awareness and understanding of the main themes, perspectives, frameworks, and issues pertaining to corporate governance and business sustainability in Asia • Covers a variety of issues relevant to business sustainability in Asia • Authored by an expert who has written extensively on the subject • Understand why organizations worldwide recognize the importance of sustainability performance If you’re a business leader, executive, auditor, or student looking to familiarize yourself with this emerging subject, Business Sustainability in Asia has you covered.
    Note: Online resource; Title from title page (viewed February 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (154 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Serverless computing is radically changing the way we build and deploy applications. With cloud providers running servers and managing machine resources, companies now can focus solely on the application’s business logic and functionality. This hands-on book shows experienced programmers how to build and deploy scalable machine learning and deep learning models using serverless architectures with Microsoft Azure. You’ll learn step-by-step how to code machine learning into your projects using Python and pre-trained models that include tools such as image recognition, speech recognition, and classification. You’ll also examine issues around deployment and continuous delivery including scaling, security, and monitoring. This book is divided into four parts: Cloud-based development: learn the basics of serverless computing with machine learning, functions as a service (FaaS), and the use of APIs Adding intelligence: create serverless applications using Azure Functions; learn how to use pre-built machine-learning and deep-learning models Deployment and continuous delivery: get up to speed with Azure Kubernetes Service, as well as Azure Security Center, and Azure Monitoring Application examples: deliver data at the edge, build conversational interfaces, and use convolutional neural networks for image classification
    Note: Online resource; Title from title page (viewed September 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (552 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to bridge design Bridge Design - Concepts and Analysis provides a unique approach, combining the fundamentals of concept design and structural analysis of bridges in a single volume. The book discusses design solutions from the authors’ practical experience and provides insights into conceptual design with concrete, steel or composite bridge solutions as alternatives. Key features: Principal design concepts and analysis are dealt with in a unified approach. Execution methods and evolution of the static scheme during construction are dealt with for steel, concrete and composite bridges. Aesthetics and environmental integration of bridges are considered as an issue for concept design. Bridge analysis, including modelling and detail design aspects, is discussed for different bridge typologies and structural materials. Specific design verification aspects are discussed on the basis of present design rules in Eurocodes. The book is an invaluable guide for postgraduate students studying bridge design, bridge designers and structural engineers.
    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 ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Overview There is a rapid evolution occurring in machine learning with tools like AutoML that basically automate many of the tedious aspects of machine learning and allow developers to focus on getting results into production. Noah Gift illustrates just now to harness this technology and deploy it successfully on Google Cloud Platform, demonstrating for developers how to employ the current best practices and automated tools to create analytics applications that solve real-world problems. Developers who want to take their Data Science skills to the next level and build AutoML applications in the Cloud will benefit from this unique course, as they learn how to use AutoML, Big Query, Python, and Google App Engine to create sophisticated AI. Description Cloud AutoML is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models specific to their business needs. It relies on Google’s state-of-the-art transfer learning and neural architecture search technology. Developers use Cloud AutoML’s graphical user interface to train, evaluate, improve, and deploy models based on their data. This LiveLesson covers programming components essential to the development of AI and Analytics applications. The focus is on building real-world software engineering applications on the Google Cloud Platform. Several emerging technologies are used to demonstrate the process, including AutoML and Google BigQuery. The Python language is used throughout the course, as Python is becoming the de facto standard language for AI application development in the cloud. Download the supplemental files for this LiveLesson from http://www.informit.com/store/building-ai-applications-on-google-cloud-platform-livelessons-9780135973509 . About the Instructor Noah Gift is a lecturer at the UC Davis Graduate School of Management, MSBA program, the Graduate Data Science program, MSDS, at Northwestern and the Graduate Information and Data Science Program at UC Berkeley. He is teaching and designing graduate machine learning, AI, Data Science, and Cloud Architecture courses. These responsibilities include leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect, AWS Certified Big Data-Specialist, AWS Certified Machine Learning-Specialist, AWS Academy Accredited I...
    Note: Online resource; Title from title screen (viewed August 8, 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 (272 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Bring calm to the chaos in your life. Whether you find yourself checked out, burnt out, or just plain freaked out; you deserve better. Psychologist Alison Hill takes you deep into the key pillars for our happiness, health and sanity to help you live a life filled with purpose and progress. Productivity training or the latest organisational system will only take you so far. To make lasting change you need the right tools, mindset and skills. Boss of Busy helps you find the courage and optimism to live the life you crave, let go of what is holding you back and learn how to prioritise what really matters. Originally published in 2016 as Stand Out , this book has been reviewed and redesigned to become part of the Wiley Be Your Best series - aimed at helping readers acheive professional and personal success.
    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 ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249581
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a brand online through the use of web design, graphic design (Illustrator and Photoshop), outsourcing, social media, and various other strategies. The objective of this video is to help you create a coherent design that speaks to the mission statement of the brand, and that will increase audience engagement and loyalty. The main strategy is to create a brand design that is unique to the business and that has a specific buyer persona in mind (not to try and ‘appeal to everyone’). This will reference Simon Sinek’s ‘Golden Circle’. From there, a logo can be designed or outsourced to reflect that mission statement. This should be simple, re-useable, scalable, and non-cliched, and the design process may involve a mood board. The design should be a vector file and we will look at the technical skills necessary to create such a design. The same branding should then be used through a website, and will help to inform design decisions, as well as across social media. The aim here is 'be everywhere' and 'be consistent'. We will discuss how brand strategy can even influence product design, using Apple as the perfect example. We will also discuss branding in the context of content marketing. What You Will Learn Create a design aesthetic that expresses your company's valuers and ethos Choose a mission statement and find a buyer persona to help you meet your goals Study how you can create and maintain a brand Who This Video is For New startups, entrepreneurs, bloggers, and sole traders looking to create a strong platform online. Businesses currently operating with drab and uninspired branding that are losing potential leads as a result.
    Note: Online resource; Title from title screen (viewed May 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (326 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Ein perfektes Architekturfoto kann die Wirkung eines Gebäudes besser transportieren als jedes andere Medium. Doch welche Ausstattung wird dafür benötigt? Was sind die Voraussetzungen für eine gelungene Aufnahme? Warum sieht ein Gebäude auf einem Foto ganz anders aus als in der Realität? Welche Methoden gibt es, die eigenen Aufnahmen zu verbessern? Welche Möglichkeiten eröffnet die digitale Nachbearbeitung? Anhand zahlreicher neuer Bildbeispiele zeigt der Autor den Weg zum perfekten Architekturfoto. In der überarbeiteten 4. Auflage dieses erfolgreichen Buchs wurden die technischen Aspekte der Architekturfotografie, insbesondere die Kameratechnik, aber auch der Bearbeitungsworkflow den neuesten Entwicklungen angepasst. Weitere neue Kapitel befassen sich mit der Landschaftsarchitekturfotografie, der Architekturfotografie mit Drohnen sowie speziellen Eingabegeräten, die den Workflow in der Architekturfotografie stark beschleunigen können. Ein besonderes Augenmerk wurde außerdem auf das Arbeiten mit Graufiltern und verwischten Objekten sowie auf den kreativen Einsatz von Mehrfachaufnahmen gelegt.
    Note: Online resource; Title from title page (viewed May 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Peachpit Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (225 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Animation is a limitless medium for telling stories. Artists can create worlds, defy gravity, flip from factual to fantasy, and transport audiences to places they never imagined. The challenge is having the discipline to reel it in and be intentional about your storytelling choices. This book shows you how. In Animated Storytelling , learn how to create memorable stories using animation and motion graphics by following 10 simple guidelines that take you through the stages of concept development, pre-production, storyboarding, and design. Explore traditional linear storytelling and learn different processes for creating successful nonlinear animated stories, and also discover the wonders of experimental filmmaking. Award-winning filmmaker, educator, and motivator Liz Blazer uses clear examples and easy-to-follow exercises to provide you with the instruction, encouragement, and tools you need to get your designs moving. Whether your goal is to create exciting shorts for film festivals, effective messaging for broadcast or online, or simply to gain a deeper understanding of the medium, Animated Storytelling simplifies the process of creating clear and engaging stories for animation and motion graphics so you can get started easily. Animated Storytelling teaches you how to: • Write a creative brief for your project • Find and communicate your story's Big Idea • Create tight stories with linear and nonlinear structures • Explore experimental filmmaking techniques • Use storyboards to communicate your visual story • Use color to clarify and enrich your story • Define the rules for your animated world • Ease into the challenging task of animation • Make the work you want to be hired to do • Share your work with the world! “Equal parts inspiring and practical, Animated Storytelling is a step-by-step guide that takes aspiring storytellers from raw idea to final render to distribution. –Justin Cone, Co-founder, Motionographer “This book is the instruction manual for navigating the complex world of animated storytelling. It's informative, inspirational, and extremely entertaining to read. Anyone working (or hoping to work) in the field of animation needs to read this. –Joey Korenman, CEO & Founder, School of Motion
    Note: Online resource; Title from title page (viewed June 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : MIT Sloan Management Review | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (12 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mastering technology is not the only criteria for success in the modern marketing era — the right people and processes must also be put in place to properly develop, manage and nurture the benefits of emerging tools. To be successful in the digital era, marketers should adopt the best new modern practices as well as rethink and refine classic approaches.
    Note: Online resource; Title from title page (viewed April 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SitePoint | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (140 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book outlines the best tools available for UX professionals today. Covering prototyping, wireframing, mind mapping and design handoff tools, you'll discover everything a modern UX professionals needs.
    Note: Online resource; Title from title page (viewed July 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How the radical disruption of the auto industry affects you—and how you can prepare for the soon-to-be “new normal” The combined effect of autonomous driving, electric vehicles, and the sharing economy is on the verge of changing the auto industry—all within the next decade. And this tech/economics revolution will touch virtually every industry. What exactly will change? Jobs: Demand for commercial vehicle drivers, car dealers, mechanics, doctors, and many other professions will shrink Laws: Manually driving cars will be forbidden—and car ownership will be almost nonexistent Housing: Prices will drop and cities and towns will be planned differently Healthcare: Infrastructure will shrink as traffic accidents dramatically decline Global trade: China will become the world’s biggest automotive exporter The Last Driver License Holder Has Already Been Born provides the information and insight you need to position your company for these groundbreaking changes. It reveals the disruptive technologies now taking shape and provides a timeline of when they will take hold. It examines the impact on the industry itself, as well as adjacent sectors, including jobs and professions, city and street design, hospitals, insurances, politics, security, hospitality industry, the oil industry, real estate, and society at large. And it provides the knowledge and insight you need to keep yourself and your organization ahead of the curve—and in front of the competition.
    Note: Online resource; Title from title page (viewed July 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The Complete Project Manager, 2nd Edition updates a respected textbook on project management soft skills to include project management's most vital new trends: agile methods, delivering business value, respecting ethics, and managing diversity. This is a classic, bestselling, practical guide that addresses the "soft" project management skills that are so essential to successful project, program, and portfolio management. Through a storytelling approach, the authors explain the necessary skills and how to use them to create an environment that supports project success. They demonstrate both the "why" and the "how" of creatively applying soft project management skills in the areas of leadership, conflict resolution, negotiations, change management, and more. This second edition features new sections on ethics, business analysis, agile project management, managing across generations and between cultures, and more. Skills like leadership, negotiations, conflict management, and navigating organizational politics have always been important for project managers who want to succeed. Now the authors show how you can adjust and hone those skills given the forces and trends in today's business world.
    Note: Online resource; Title from title page (viewed August 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Over the past decade, Denise Gosnell (DataStax) has helped build some of the largest production applications of graph databases around the world. From those experiences, she’s collected a set of common areas in which teams frequently misstep when getting started with graph technology. It also happens that those themes parallel the experience of playing one of her favorite games, SimCity 2000. Denise walks you through a few of these topics. Know the rules. The introduction of graph data into your application introduces a new paradigm of data modeling: relationship-first design instead of entity-first design. The transition to relationship-first design principles introduces a new set of rules to consider for understanding your application’s performance, just like learning the rules of building a successful metropolis in SimCity . In this section, you’ll dive into the computational overhead introduced into your system from the branching factor and selectivity of your graph traversals. Things can quickly become catastrophic. Relationship-first data modeling can create a sleeping time bomb in your graph data: namely, supernodes. Just like in SimCity , high volumes of progress without proper planning will eventually introduce a catastrophe. To plan for this, you will need to track, mitigate, and eliminate the potential for supernodes within your applications. In this section, Denise introduces supernodes and presents tangible plans for avoiding the disasters which they can create. You’re going to make mistakes. Just like the learning process for understanding the tools and rules for building a successful city, you’ll inevitably make some mistakes when starting down the path of integrating graph technology into your stack. These common mistakes often start out as red herrings that are misinterpreted as graph problems. In this section, you’ll explore three use cases that are frequently misinterpreted as graph problems and learn techniques for avoiding these traps. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...