Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Online Resource  (554)
  • Musical Score  (2)
  • 2025-2025  (3)
  • 2015-2019  (556)
  • 1985-1989  (3)
  • 1980-1984  (3)
  • Safari, an O'Reilly Media Company  (553)
  • Jöde, Fritz
Material
  • Online Resource  (554)
  • Musical Score  (2)
Language
Years
Year
  • 1
    Language: German
    Note: Texte in Fraktur
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Hamburg : Selbstverl | Wolfenbüttel : Möseler
    Show associated volumes/articles
    Language: German
    Pages: Digitalisierungsvorlage: Primärausgabe
    Edition: Online-Ausg. Hamburg Staats- und Universitätsbibliothek 2015 Online-Ressource
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Musical Score
    Musical Score
    Wolfenbüttel : Möseler
    Language: German
    Note: Teilw. im Verl. Zwißler, Wolfenbüttel, und im Verl. Kallmeyer, Wolfenbüttel, erschienen
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255162
    Language: English
    Pages: 1 online resource (189 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Dive into the world of developing for all of Apple platforms with SwiftUI, Apple's new framework that makes writing applications faster and easier with fewer lines of code. This book teaches the basics of SwiftUI to help you write amazing native applications using XCode. For developers already familiar with ReactNative, this book reviews the declarative, state-based DSL that manages the UI and updates it automatically will feel just like what they're used to. You'll see how SwiftUI reduces the number of lines of code required to achieve the same effects by over 60% and provides a much better experience. Like the announcement of Swift in 2014, SwiftUI is expected to fundamentally change the way developing programmers approach coding iPhone and iPad applications. This book examines how SwiftUI lowers the entry barrier for developers to write amazing cross-platform applications for iOS and iPadOS as well as WatchOS, Mac OS, and TVOS. What You'll Learn Write code in the new SwiftUI syntax Combine views to arrange them for an application Add gestures and controls to an application Who This Book Is For Anyone who wants to learn to develop apps for the Mac, iPhone, iPad, and Apple Watch using the Swift programming language. No previous programming experience is necessary.
    Note: Online resource; Title from title page (viewed November 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253557
    Language: English
    Pages: 1 online resource (351 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Immerse yourself in learning Python and introductory data analytics with this book's project-based approach. Through the structure of a ten-week coding bootcamp course, you'll learn key concepts and gain hands-on experience through weekly projects. Each chapter in this book is presented as a full week of topics, with Monday through Thursday covering specific concepts, leading up to Friday, when you are challenged to create a project using the skills learned throughout the week. Topics include Python basics and essential intermediate concepts such as list comprehension, generators and iterators, understanding algorithmic complexity, and data analysis with pandas. From beginning to end, this book builds up your abilities through exercises and challenges, culminating in your solid understanding of Python. Challenge yourself with the intensity of a coding bootcamp experience or learn at your own pace. With this hands-on learning approach, you will gain the skills you need to jumpstart a new career in programming or further your current one as a software developer. What You Will Learn Understand beginning and more advanced concepts of the Python language Be introduced to data analysis using pandas, the Python Data Analysis library Walk through the process of interviewing and answering technical questions Create real-world applications with the Python language Learn how to use Anaconda, Jupyter Notebooks, and the Python Shell Who This Book Is For Those trying to jumpstart a new career into programming, and those already in the software development industry and would like to learn Python programming.
    Note: Online resource; Title from title page (viewed November 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253137
    Language: English
    Pages: 1 online resource (294 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn the fundamentals of version control through step-by-step tutorials that will teach you the ins-and-outs of Git. This book is your complete guide to how Git and GitHub work in a professional team environment. Divided into three parts - Version Control, Project Management and Teamwork - this book reveals what waits for you in the real world and how to resolve the problems you may run into. Once past the basics of Git, you'll see how to manage a software project, and finally how to utilize Git and GithHub to work effectively as a team. You'll examine how to plan, follow and execute a project with GitHub, and then apply those concepts to real-world situations. Workaround the pitfalls that most programmers fall into when driving a project with Git by using proven tactics to avoid them. You will also be taught the easiest and quickest ways to resolve merge conflicts. A lot of modern books on Git don't go into depth about non-technical topics. Beginning Git and GitHub will help you cover all the bases right at the start of your career. What You'll Learn Review basic and advanced concepts of Git Apply Project Management skills using GitHub Solve conflicts or, ideally, avoid them altogether Use advanced concepts for a more boosted workflow Who This book Is For New developers, developers that have never worked in a team environment before, developers with basic knowledge of Git or GitHub, or anyone who works with text documents.
    Note: Online resource; Title from title page (viewed November 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251904
    Language: English
    Pages: 1 online resource (223 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This quick Julia programming language guide is a condensed code and syntax reference to the Julia 1.x programming language, updated with the latest features of the Julia APIs, libraries, and packages. It presents the essential Julia syntax in a well-organized format that can be used as a handy reference. This book provides an introduction that reveals basic Julia structures and syntax; discusses data types, control flow, functions, input/output, exceptions, metaprogramming, performance, and more. Additionally, you'll learn to interface Julia with other programming languages such as R for statistics or Python. You will learn how to use Julia packages for data analysis, numerical optimization and symbolic computation, and how to disseminate your results in dynamic documents or interactive web pages. In this book, the focus is on providing important information as quickly as possible. It is packed with useful information and is a must-have for any Julia programmer. What You Will Learn Set up the software needed to run Julia and your first Hello World example Work with types and the different containers that Julia makes available for rapid application development Use vectorized, classical loop-based code, logical operators, and blocks Explore Julia functions by looking at arguments, return values, polymorphism, parameters, anonymous functions, and broadcasts Build custom structures in Julia Interface Julia with other languages such as C/C++, Python, and R Program a richer API, modifying the code before it is executed using expressions, symbols, macros, quote blocks, and more Maximize your code's performance Who This Book Is For Experienced programmers new to Julia, as well as existing Julia coders new to the now stable Julia version 1.0 release.
    Note: Online resource; Title from title page (viewed November 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become more culturally competent in an increasingly diverse world Recent years have seen dramatic changes to several institutions worldwide. Our increasingly interconnected, digitized, and globalized world presents immense opportunities and unique challenges. Modern businesses and schools interact with individuals and organizations from a diverse range of cultural and national backgrounds-increasing the likelihood for miscommunication, errors in strategy, and unintended consequences in the process. This has also spilled into our daily lives and the way we consume information today. Understanding how to navigate these and other pitfalls requires adaptability, nuanced cross-cultural communication, and effective conflict resolution. Use Your Difference to Make a Difference provides readers with a skills-based, actionable plan that transforms differences into agents of inclusiveness, connection, and mutual understanding. This innovative and timely guide illustrates how to leverage differences to move beyond unconscious biases, manage a culturally-diverse workplace, create an environment for more tolerant schooling environments, more trusted media, communicate across borders, find and retain diverse talent, and bridge the gap between working locally and expanding globally. Expert guidance on a comprehensive range of topics-teamwork, leadership styles, information sharing, delegation, supervision, giving and receiving feedback, coaching and motivation, recruiting, managing suppliers and customers, and more-helps you manage the essential aspects of international relationships and cultural awareness. This valuable resource contains the indispensable knowledge required to: Develop self-awareness needed to be a cross-cultural communicator Develop content, messaging techniques, marketing plans, and business strategies that translate across cultural borders Help your employees to better understand and collaborate with clients and colleagues from different backgrounds Help teachers build safe environments for students to be themselves Strengthen cross-cultural competencies in yourself, your team, and your entire organization Understand the cultural, economic, and political factors surrounding our world Use Your Difference to Make a Difference is a must-have resource for any educator, parent, leader, manager, or team member of an organization that interacts with co-workers and customers from diverse cultural backgrounds.
    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 ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254790
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: New or intermediate developers will want to use this hands-on guide to prepare for the Salesforce Certified Platform App Builder credential, awarded for designing, building, and implementing applications using the declarative customization capabilities of the Salesforce Platform. This is the first book available covering this content, and Salesforce training is very costly. This book is filled with real-world examples and hands-on exercises, enabling you to prepare for the certification exam in a short span of time. Multiple-choice study questions and exercises are included to help you apply what you learn in each chapter. Author Rakesh Gupta explains Salesforce Platform fundamentals, including knowledge about the limitations of the declarative platform and when to use programmatic development versus the AppExchange. Data management and data analytics are covered. And you will learn how to set up organization-wide features that affect the look and feel of your application. Sandbox design patterns and process automation tools available in Salesforce are discussed and you will know when to use them. You will become familiar with a wide array of topics, including designing a mobile app and reporting in Salesforce. What You Will Learn Know when to use declarative development versus programmatic development versus the AppExchange Understand the Salesforce data model, field type (when to use which fields), and how and when to use an external object in Salesforce Be familiar with security and settings in Salesforce See how easily users can migrate to the Lightning experience from the classic platform Implement business process automation using declarative features Apply the automation process in Salesforce Utilize Process Builder and manage its power to automate business processes Use sandboxes and deployment tools Who This Book Is For New or intermediate Salesforce developers or anyone in the Salesforce development arena who wants to learn or explore the platform
    Note: Online resource; Title from title page (viewed December 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253403
    Language: English
    Pages: 1 online resource (302 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the 3D-modeling and animation power of Blender 3D. This book starts with a brief introduction to Blender 3D including installation and the user interface. The following two chapters then introduce you to the upgraded tools in Blender 2.80 for 3D modeling, texturing, shading, and animation. The last chapter discusses the Blender game engine and all its core features. Along the way you'll see why Blender 3D has proved its competency in UV unwrapping, texturing, raster graphic editing, rigging, sculpting, animating, motion graphics, and video editing through the years. Modeling and Animation Using Blender gives a thorough tour of Blender Eevee, covering its new features and how to make best use of them. After reading this book you will have the confidence to choose Blender for your next project. What You Will Learn Master the features of Blender Eevee Work with modeling, animation, and much more using the updated software Understand important concepts such as physics and particles Who This Book Is For Art enthusiasts and professionals who want to learn Blender 3D. Blender 3D professionals who want to learn about the latest version would find the book useful.
    Note: Online resource; Title from title page (viewed December 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253281
    Language: English
    Pages: 1 online resource (270 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore the modern market of data analytics platforms and the benefits of using Snowflake computing, the data warehouse built for the cloud. With the rise of cloud technologies, organizations prefer to deploy their analytics using cloud providers such as Amazon Web Services (AWS), Microsoft Azure, or Google Cloud Platform. Cloud vendors are offering modern data platforms for building cloud analytics solutions to collect data and consolidate into single storage solutions that provide insights for business users. The core of any analytics framework is the data warehouse, and previously customers did not have many choices of platform to use. Snowflake was built specifically for the cloud and it is a true game changer for the analytics market. This book will help onboard you to Snowflake, present best practices to deploy, and use the Snowflake data warehouse. In addition, it covers modern analytics architecture and use cases. It provides use cases of integration with leading analytics software such as Matillion ETL, Tableau, and Databricks. Finally, it covers migration scenarios for on-premise legacy data warehouses. What You Will Learn Know the key functionalities of Snowflake Set up security and access with cluster Bulk load data into Snowflake using the COPY command Migrate from a legacy data warehouse to Snowflake integrate the Snowflake data platform with modern business intelligence (BI) and data integration tools Who This Book Is For Those working with data warehouse and business intelligence (BI) technologies, and existing and potential Snowflake users
    Note: Online resource; Title from title page (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254165
    Language: English
    Pages: 1 online resource (196 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore and learn introductory topics about programming mechanisms for memory management available for Microsoft Windows. This book uses C++ pointers and specialized APIs such as the smart pointers of the C++ Standard Library and Microsoft UCRT functions. You'll also see how to work with lvalue and rvalue references . Introducing Mechanisms and APIs for Memory Management begins with topics about hardware features on the Intel x86 and Intel 64 (x64/amd64) hardware architectures and memory management. After reading this book you will be able to begin work with Windows memory management APIs. What You Will Learn Understand concepts and hardware features for Intel x86 and Intel 64 (x64/amd64) and memory management Discover C++ programming language techniques and smart pointers Work with Microsoft UCRT management APIs for memory management Who This Book Is For Software and cloud developers working on Microsoft Windows.
    Note: Online resource; Title from title page (viewed November 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254288
    Language: English
    Pages: 1 online resource (348 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the Ada programming language by being gently guided through the various parts of the language and its latest available stable release. The goal in this book is to slowly ease you into the different topics. It is understood that you do not always have ample free time, so the text is easy to digest and concepts are spoon fed to the reader. Starting with the simplest of topics, detailed explanations demonstrate the how and why of Ada. You are strongly encouraged to experiment and break things (without which the learning process is linear and quite dull). At the end of Beginning Ada Programming , you will have an excellent understanding of the general topics that make up the Ada programming language and can tackle far more challenging topics. Each chapter builds on what was previously described. Furthermore, each code example is independent of others and will run all by itself. Instructions are provided where you can obtain an Ada compiler and how to debug your code. What You Will Learn Master basic types, control structures, procedures, and functions in Ada Use Ada arrays, records, and access types Implement OO programming using Ada Handle the basics of I/O and interfacing with the operating system Take advantage of string operators, data containers, multiprocessing with tasks, and more Work with contracts and proofs, networks, and various Ada libraries Who This Book Is For Programmers who are new to Ada, with at least some experience in programming, especially scientific programming.
    Note: Online resource; Title from title page (viewed December 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255223
    Language: English
    Pages: 1 online resource (365 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Compile and run Bitcoin full nodes, lightning nodes, and user-friendly web-apps that help abstract the complexities of Bitcoin. This book not only explains the tools and techniques to help readers build their own banks and banking apps, but it also tells a story. Starting with the origins of Bitcoin-what it is and why we need it-find out what its strengths and limitations are. Understand the nature of mining and why so much energy is put into it. The blockchain itself will be reviewed, as well, and compared to other options such as a normal SQL database or a simple spreadsheet. With this book, you can control Bitcoin wallets via RPC commands on a Raspberry Pi. Configure, compile, and run two implementation of the Lightning Network-compatible daemons: LND and c-lightning. And employ user-friendly web apps that abstract the complexities of Bitcoin/Lightning-Network. The Internet of Information is currently transitioning to the Internet of Things, which in turn may well be followed by the Internet of Value (or Money). However, there is no evolution without happy users and Bitcoin will never reach the same heights like the original internet without having offered "useful" and "easy to use" tools. Just like nobody would ever want to use UUCP to send messages via web the same applies to current cryptocurrency tools. These are hard to use and very unforgiving. But, the evolution doesn't stop here and many easy-to-use tools are already available. We will meet some of them when building apps for the Lightning Network, a new technology running on top of Bitcoin's blockchain that makes it possible to generate billions of transactions within a single second. What You'll Learn Control Bitcoin wallets via console RPC commands Run two implementation of the Lightning Network compatible daemons Simplify the complexities of Bitcoin and the Lightning network with user-friendly web apps Who This Book Is For This book is for Makers familiar with the basics of Linux command line processes.
    Note: Online resource; Title from title page (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    ISBN: 9781484250952
    Language: English
    Pages: 1 online resource (323 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Know how to design and use identity management to protect your application and the data it manages. At a time when security breaches result in increasingly onerous penalties, it is paramount that application developers and owners understand identity management and the value it provides when building applications. This book takes you from account provisioning to authentication to authorization, and covers troubleshooting and common problems to avoid. The authors include predictions about why this will be even more important in the future. Application best practices with coding samples are provided. Solving Identity and Access Management in Modern Applications gives you what you need to design identity and access management for your applications and to describe it to stakeholders with confidence. You will be able to explain account creation, session and access management, account termination, and more. What You'll Learn Understand key identity management concepts Incorporate essential design principles Design authentication and access control for a modern application Know the identity management frameworks and protocols used today (OIDC/ OAuth 2.0, SAML 2.0) Review historical failures and know how to avoid them Who This Book Is For Developers, enterprise or application architects, business application or product owners, and anyone involved in an application's identity management solution
    Note: Online resource; Title from title page (viewed December 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    ISBN: 9781484248973
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn the intricate workings of DAX and the mechanics that are necessary to solve advanced Power BI challenges. This book is all about DAX (Data Analysis Expressions), the formula language used in Power BI-Microsoft's leading self-service business intelligence application-and covers other products such as PowerPivot and SQL Server Analysis Services Tabular. You will learn how to leverage the advanced applications of DAX to solve complex tasks. Often a task seems complex due to a lack of understanding, or a misunderstanding of core principles, and how certain components interact with each other. The authors of this book use solutions and examples to teach you how to solve complex problems. They explain the intricate workings of important concepts such as Filter Context and Context Transition. You will learn how Power BI, through combining DAX building blocks (such as measures, table filtering, and data lineage), can yield extraordinary analytical power. Throughout Pro Dax with Power BI these building blocks are used to create and compose solutions for advanced DAX problems, so you can independently build solutions to your own complex problems, and gain valuable insight from your data. What You Will Learn Understand the intricate workings of DAX to solve advanced problems Deconstruct problems into manageable parts in order to create your own recipes Apply predefined solutions for addressing problems, and link back step-by-step to the mechanics of DAX, to know the foundation of this powerful query language Get fully on board with DAX, a new and evolving language, by learning best practices Who This Book Is For Anyone who wants to use Power BI to build advanced and complex models. Some experience writing DAX is helpful, but not essential if you have experience with other data query languages such as MDX or SQL.
    Note: Online resource; Title from title page (viewed December 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484256602
    Language: English
    Pages: 1 online resource (1 video file, approximately 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this video, you'll learn how to create an ecommerce store to integrate into a website, you'll see how to design and promote that store for optimum success, you'll learn to choose and price products, and you'll understand the benefits of selling digital vs. physical items. The web puts us in touch with billions of potential customers and provides countless ways for us to contact and engage with them. If you can sell directly to this gigantic market, then you can create a highly efficient business model and grow your brand and profits significantly. Marrying internet marketing techniques with a store selling products is the ideal business model. What You Will Learn Set up ecommerce stores with the major platforms Integrate a store with WordPress Promote a store on social media, including via the use of integrated tools Who This Video is For Anyone who has an audience or a product and wants to sell conveniently through the web. That includes influencers and bloggers/vloggers, as well as small-to-medium businesses.
    Note: Online resource; Title from title screen (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254943
    Language: English
    Pages: 1 online resource (154 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Data science is expanding across industries at a rapid pace, and the companies first to adopt best practices will gain a significant advantage. To reap the benefits, decision makers need to have a confident understanding of data science and its application in their organization. It is easy for novices to the subject to feel paralyzed by intimidating buzzwords, but what many don't realize is that data science is in fact quite multidisciplinary-useful in the hands of business analysts, communications strategists, designers, and more. With the second edition of The Decision Maker's Handbook to Data Science , you will learn how to think like a veteran data scientist and approach solutions to business problems in an entirely new way. Author Stylianos Kampakis provides you with the expertise and tools required to develop a solid data strategy that is continuously effective. Ethics and legal issues surrounding data collection and algorithmic bias are some common pitfalls that Kampakis helps you avoid, while guiding you on the path to build a thriving data science culture at your organization. This updated and revised second edition, includes plenty of case studies, tools for project assessment, and expanded content for hiring and managing data scientists Data science is a language that everyone at a modern company should understand across departments. Friction in communication arises most often when management does not connect with what a data scientist is doing or how impactful data collection and storage can be for their organization. The Decision Maker's Handbook to Data Science bridges this gap and readies you for both the present and future of your workplace in this engaging, comprehensive guide. What You Will Learn Understand how data science can be used within your business. Recognize the differences between AI, machine learning, and statistics. Become skilled at thinking like a data scientist, without being one. Discover how to hire and manage data scientists. Comprehend how to build the right environment in order to make your organization data-driven. Who This Book Is For Startup founders, product managers, higher level managers, and any other non-technical decision makers who are thinking to implement data science in their organization and hire data scientists. A secondary audience includes people looking for a soft introduction into the subject of data science.
    Note: Online resource; Title from title page (viewed November 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254554
    Language: English
    Pages: 1 online resource (605 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Experience an in-depth exploration of logical volume management and the use of file managers to manipulate files and directories and the critical concept that, in Linux, everything is a file and some fun and interesting uses of the fact that everything is a file. This book builds upon the skills you learned in Volume 1 of this course and it depends upon the virtual network and virtual machine created there. More experienced Linux users can begin with this volume and download the assigned script that will set up the VM for the start of Volume 2. Instructions with the script will provide specifications for configuration of the virtual network and the virtual machine. Refer to the volume overviews in the book's introduction to select the volume of this course most appropriate for your current skill level. You'll see how to manage and monitor running processes, discover the power of the special filesystems, monitor and tune the kernel while it is running - without a reboot. You'll then turn to regular expressions and the power that using them for pattern matching can bring to the command line, and learn to manage printers and printing from the command line and unlock the secrets of the hardware on which your Linux operating system is running. Experiment with command line programming and how to automate various administrative tasks, networking, and the many services that are required in a Linux system. Use the logs and journals to look for clues to problems and confirmation that things are working correctly, and learn to enhance the security of your Linux systems and how to perform easy local and remote backups. What You Will Learn Understand Logical Volume Management, using file managers, and special filesystems Exploit everything in a file Perform command line programming and basic automation Configure printers and manage other hardware Manage system services with systemd, user management, security, and local and remote backups using simple and freely available tools Who This Book Is For Anyone who wants to continue to learn Linux in depth as an advanced user and system administrator at the command line while using the GUI desktop to leverage productivity.
    Note: Online resource; Title from title page (viewed December 11, 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: 9781484254011
    Language: English
    Pages: 1 online resource (363 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build reliable, asynchronous, and distributed applications using message queuing and task orchestration capabilities of Amazon Web Services (AWS) Application Integration. This book prepares you to build distributed applications and administrators, and manage queues, workflows, and state machines. You'll start by reviewing key AWS prerequisite services such as EC2, Lambda, S3, DynamoDB, CloudWatch, and IAM. Simple Queue Service (SQS) and SNS Simple Notification Service (SNS) are then covered to show how applications interact with each other in a reliable and resilient fashion. Next, workflow building with (Simple Workflow Service (SWF) for orchestration of tasks is explained and in the final chapter learn the techniques for building a state using Step Functions, Simple Workflow Service along with Flow Framework. The book illustrates all the concepts using numerous examples that work with SDK, CLI, and Console. Most of the code examples are in Java, followed by Python and JavaScript. What You Will Learn Understand the important prerequisites of AWS, such as EC2, Lambda, S3, and DynamoDB Work with SQS, SNS, and SWS functions Review Step functions Who This Book Is For AWS developers and software developers proficient in Java, Python and JavaScript.
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Lessons from HubSpot, Salesforce, Gainsight and Other Iconic Brands "The Uber of this" "The Salesforce of that" "It's like Instagram, but for..." There is no such thing as an original idea anymore - right? Actually, it turns out that the world's most innovative companies have created so much more than just brand new products and technology. They've created entirely new market categories. The challenge is that successfully building new categories requires a perfect storm of luck and timing. Or does it? Category Creation is the first and only book on the topic written by executives and marketers actively building new categories. It explains how category creation has become the Holy Grail of marketing, and more importantly, how it can be planned and orchestrated. It's not about luck. You can use the same tactics that other category-defining companies have used to delight customers, employees, and investors. There's no better strategy that results in faster growth and higher valuations for the company on top. Author Anthony Kennada, former Chief Marketing Officer at Gainsight, explains how he led Gainsight in creating the "customer success" category, and shares success stories from fellow category-creators like Salesforce, HubSpot and others. It requires much more than just having the best product. You have to start and grow a conversation that doesn't yet exist, positioning a newly discovered problem in addition to your company and product offerings. The book explains the 7 key principles of category creation, including the importance of creating a community of early adopters who will rally around the problem they all share-especially if someone will lead them. · Identify the "go" and "no go" signals for category creation in your business · Activate customers and influencers as brand ambassadors · Grow a community by investing in live events and experiences · Prove the impact of category creation investments on growth, customer success, and company culture Written for entrepreneurs, marketers, and executives from startups to large enterprises, Category Creation is the exclusive playbook for building a category defining brand in the modern economy.
    Note: Online resource; Title from title page (viewed October 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255346
    Language: English
    Pages: 1 online resource (152 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build, enrich, and transform customer experience using SharePoint Online. This book will discuss different SharePoint Online approaches that you can use to enhance customer experience, including digital portals, enterprise content management, Microsoft Teams and much more. Augmenting Customer Experience with SharePoint Online starts with an introduction to SharePoint Online features you can adopt to create better digital customer experience and transformation. Next, you will learn about augmentation for user and customer experience followed by guidelines and methods to develop smart and intelligent portals. Moving forward, you will cover enterprise and web content management in detail along with the challenges and benefits of using SharePoint Online. The partner ecosystem is discussed next with a detailed discussion on working with suppliers, partners, and vendors. Along the way, you will see how to create smart solutions using SharePoint Online and how to manage customer references. Finally, you will go through the use of SharePoint Online in different business sectors with the help of case studies. After reading the book, you will be able to adopt SharePoint Online features to augment customer and user experience. What You Will Learn Augment customer experience Create smart and intelligent portals for various business needs Efficiently manage enterprise and web content Enhance your partner ecosystem for better collaboration Build SharePoint Online solutions Who This Book Is For Anyone wanting to adopt SharePoint Online to develop portals, content management systems, knowledge hubs, reference captures, or online foundries.
    Note: Online resource; Title from title page (viewed December 17, 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: 9781484251942
    Language: English
    Pages: 1 online resource (197 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover Bazel, a new build and software test set of tools for today's programmers and developers. This book shows you how to speed up your builds and tests, and how to use Bazel in the context of your favorite programming language. You'll see that the languages and SDKs supported include Java, Android, iOS, and Go. What You Will Learn Use Bazel as a build tool Test software with Bazel Work with Java, C++, Android, iOS, Go, and other programming languages Run Bazel on Linux, macOS, and Windows Scale and extend Bazel to other languages and platforms Who This Book Is For Experienced programmers looking for alternative build/test tools.
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254462
    Language: English
    Pages: 1 online resource (203 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build and develop web applications with Blazor in C#. This book will cover all three types of Blazor - server-side, client-side, and hosted along with other features of the technology. You'll see that Blazor is a web UI framework based on C#, Razor, and HTML and how it runs front-end logic using C# either on the server or on the browser using WebAssembly. The author starts by introducing WebAssembly and gives an overview of Blazor along with its various categories. Next, you'll get started with Blazor where you learn the basics, including Razor syntax implementation. Here you will go over the major differences between Blazor and Razor and how the syntax works. A demo of the layout and navigation for server-side Blazor is followed by usage of Razor syntax to control an application in client-side Blazor. Further, you will go through the project layout, navigation, and routes for the API. Here, you will understand how to access the API from the front end and use the shared library for different models. Moving forward, you will discover how Blazor works with storage, files, and JavaScript. Finally, you will create web applications in Blazor using practical implementations and real-life scenarios for server-side, client-side, and hosted applications. After reading this book you will be able to build web applications with Blazor in C# and .NET Core 3.0. What You Will Learn Bind one-way and two-way data Combine Blazor and JavaScript Understand layout in server-side and client-side applications Execute the general syntax in Razor Who This Book Is For C# and .NET Core developers
    Note: Online resource; Title from title page (viewed November 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251744
    Language: English
    Pages: 1 online resource (571 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Using the Pi Camera and a Raspberry Pi board, expand and replicate interesting machine learning (ML) experiments. This book provides a solid overview of ML and a myriad of underlying topics to further explore. Non-technical discussions temper complex technical explanations to make the hottest and most complex topic in the hobbyist world of computing understandable and approachable. Machine learning, also commonly referred to as deep learning (DL), is currently being integrated into a multitude of commercial products as well as widely being used in industrial, medical, and military applications. It is hard to find any modern human activity, which has not been "touched" by artificial intelligence (AI) applications. Building on the concepts first presented in Beginning Artificial Intelligence with the Raspberry Pi , you'll go beyond simply understanding the concepts of AI into working with real machine learning experiments and applying practical deep learning concepts to experiments with the Pi board and computer vision. What you learn with Machine Learning with the Raspberry Pi can then be moved on to other platforms to go even further in the world of AI and ML to better your hobbyist or commercial projects. What You'll Learn Acquire a working knowledge of current ML Use the Raspberry Pi to implement ML techniques and algorithms Apply AI and ML tools and techniques to your own work projects and studies Who This Book Is For Engineers and scientists but also experienced makers and hobbyists. Motivated high school students who desire to learn about ML can benefit from this material with determination.
    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 ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250495
    Language: English
    Pages: 1 online resource (645 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Become a Linux sysadmin and expert user of Linux, even with no previous Linux experience and learn to manage complex systems with ease. Volume 1 of this three volume training course introduces operating systems in general and Linux in particular. It briefly explores the The Linux Philosophy for SysAdmins in preparation for the rest of the course. This book provides you with the tools necessary for mastering user management; installing, updating, and deleting software; and using command line tools to do performance tuning and basic problem determination. You'll begin by creating a virtual network and installing an instance of Fedora - a popular and powerful Linux distribution - on a VirtualBox VM that can be used for all of the experiments on an existing Windows or Linux computer. You'll then move on to the basics of using the Xfce GUI desktop and the many tools Linux provides for working on the command line including virtual consoles, various terminal emulators, BASH, and other shells. Explore data streams and the Linux tools used to manipulate them, and learn about the Vim text editor, which is indispensable to advanced Linux users and system administrators, and be introduced to some other text editors. You'll also see how to install software updates and new software, learn additional terminal emulators, and some advanced shell skills. Examine the sequence of events that take place as the computer boots and Linux starts up, configure your shell to personalize it in ways that can seriously enhance your command line efficiency, and delve into all things file and filesystems. What You Will Learn Install Fedora Linux and basic configuration of the Xfce desktop Access the root user ID, and the care that must be taken when working as root Use Bash and other shells in the Linux virtual consoles and terminal emulators Create and modify system configuration files with Use the Vim text editor Explore administrative tools available to root that enable you to manage users, filesystems, processes, and basic network communications Configure the boot and startup sequences Who This Book Is For Anyone who wants to learn Linux as an advanced user and system administrator at the command line while using the GUI desktop to leverage productivity.
    Note: Online resource; Title from title page (viewed December 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253465
    Language: English
    Pages: 1 online resource (253 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use the full range of features of Dynamics 365 Portal to develop and implement end user portals to provide your audience an online location to communicate and collaborate. This book guides you through implementation and highlights the best practices for each feature. Author Sanjaya Yapa begins with an introduction to end user portals in Dynamics 365 and takes you through a practical example that explains the features in detail. He then teaches you how the portal security works and best practices involved while configuring security such as local and federated authentication, web roles, and access rules. Helpful illustrations and directives guide you in setting up your portal with Dynamics 365 Customer Engagement (CE), basic customizations, content management, and web forms. You learn how to configure and manage document storage and learn about liquid templates, which is important when implementing custom web experiences for your end users. After reading this book, you will be able to implement a portal with Dynamics 365 CE and incorporate best practices in your enterprise-scale solutions. What You Will Learn Set up Dynamics 365 Portal within your Dynamics 365 instance Get familiar with Portal Management Interface and its features Know the security models and how to choose the best option Use Entity Forms, lists, displaying charts, and customize Portal Refer to practical examples and case studies for developing and implementing advanced liquid templates Who This Book Is For Developers working in a Dynamics 365 CE environment
    Note: Online resource; Title from title page (viewed November 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251812
    Language: English
    Pages: 1 online resource (322 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Create iOS and Android apps with Flutter using just one codebase. App development on multiple platforms has historically been difficult and complex. This book breaks down complex concepts and tasks into easily digestible segments with examples, pictures, and hands-on labs with starters and solutions. In doing so, you'll develop a basic understanding of the Dart programming language; the entire Flutter development toolchain; the differences between stateful and stateless widgets; and a working knowledge of the architecture of apps. All the most important parts of app development with Flutter are covered in this book. Work with themes and styles. Develop custom widgets. Teach your app to respond to gestures like taps, swipes, and pinches. Design, create and control the layout of your app. Create tools to handle form data entry from users. And ultimately create killer multiscreen apps with navigation, menus, and tabs. Flutter is Google's new framework for creating mobile apps that run on iOS and Android phones both.You had to be a super-developer to write apps for iOS or Android alone. But writing for both? Forget about it! You had to be familiar with Swift, Java/Kotlin, Xcode, Eclipse, and a bunch of other technologies simultaneously. Beginning App Development with Flutter simplifies the entire process. What You'll Learn Get the most out of great Flutter widgets Create custom widgets, both stateless and stateful Exercise expert control over your Flutter layouts Make your app respond to gestures like swiping, pinching and tapping Initiate async Ajax calls to RESTful APIs - including Google Firebase! Who This Book Is For Developers who have coded in Java, C#, C++, or any similar language. It brings app development within the reach of younger developers, so STEM groups are likely to pick up the technology. Managers, product owners, and business analysts need to understand Flutter's capabilities.
    Note: Online resource; Title from title page (viewed December 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Want Red Team offensive advice from the biggest cybersecurity names in the industry? Join our tribe. The Tribe of Hackers team is back with a new guide packed with insights from dozens of the world's leading Red Team security specialists. With their deep knowledge of system vulnerabilities and innovative solutions for correcting security flaws, Red Team hackers are in high demand. Tribe of Hackers Red Team: Tribal Knowledge from the Best in Offensive Cybersecurity takes the valuable lessons and popular interview format from the original Tribe of Hackers and dives deeper into the world of Red Team security with expert perspectives on issues like penetration testing and ethical hacking. This unique guide includes inspiring interviews from influential security specialists, including David Kennedy, Rob Fuller, Jayson E. Street, and Georgia Weidman, who share their real-world learnings on everything from Red Team tools and tactics to careers and communication, presentation strategies, legal concerns, and more Learn what it takes to secure a Red Team job and to stand out from other candidates Discover how to hone your hacking skills while staying on the right side of the law Get tips for collaborating on documentation and reporting Explore ways to garner support from leadership on your security proposals Identify the most important control to prevent compromising your network Uncover the latest tools for Red Team offensive security Whether you're new to Red Team security, an experienced practitioner, or ready to lead your own team, Tribe of Hackers Red Team has the real-world advice and practical guidance you need to advance your information security career and ready yourself for the Red Team offensive.
    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 ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484256589
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video explains what a gig economy is, why working online is good for the seller, and why it is good for the buyer - and thus why it is the inevitable future. It will explain the term as it relates to the web, and why this is more positive than the way it is often used by the media (see for example, the controversies around Uber, etc.). You will be able to make a living doing what you love, escape the 9-5, and hugely increase your earning potential. You'll learn about types of gigs, and the services and skills that you can sell. The video will also explore where you can sell your work - freelancing sites and other places to find clients. W hat You Will Learn Gain skills and certifications Sell yourself and build a personal brand Work out how much to charge, turn around times, and techniques for dealing with awkward clients Discover lifestyle design and how to make it work for you Who This Video is For For professionals - both in tech and outside of it.
    Note: Online resource; Title from title screen (viewed December 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Become a savvy entrepreneur with your own LLC Limited Liability Companies For Dummies, 3rd Edition offers a clear, concise guide that explains the pros and cons of LLCs, and shares insider tips on everything from choosing your members and your company name to creating and filing your Articles of Organization and managing day-to-day operations. You'll find the most current, real-world advice on customizing an LLC for your specific business needs, creating a great operating agreement, keeping accurate records, and new information on federal regulations and fees that are applicable to LLCs, as well as a link to online tools, forms, and documents Most of the previous drawbacks to forming an LLC have all but disappeared with the IRS having loosened restrictions and individual states following suit. Because LLCs are now more flexible, they remain an attractive option for those launching a new business or reorganizing an existing business. This book shows how to form and tap into the power of an LLC: Keep up on the latest information on federal taxes, regulations, and fees Discover the advances in technology, including online tools that streamline the processes Get up-to-the minute documents and forms on new filing requirements Learn how to set-up a real estate LLC or an LLC among family members This hands-on guide addresses everything you need to know about LLCs, and will help you organize, launch, and run your business as a limited liability company just like the experts do! Limited Liability Companies For Dummies, 3rd Edition (9781119602187) was previously published as Limited Liability Companies For Dummies, 3rd Edition (9781118852989). 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.
    Note: Online resource; Title from title page (viewed July 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484256619
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this video course, you'll learn how to use PyGame, an easy-to-learn Python library, to create interactive experiences such as games, demonstrations, and exercises. You'll start with an overview of PyGame and see how to install it. Next, you'll cover the basics of using programming with PyGame including creating drawing surfaces; the coordinate system and the Rect class to define the location and sizes of images and shapes; the different ways to represent colors; and how to respond to keys and mouse actions. Further, you will see the game loop, another key part of PyGame programming. You then look at examples of PyGame creations, and some of the best places to find images, sounds, and other resources, to help you kick start your own. You will also have access to step-by-step instructions for writing two different simple games. Next, you'll dive into the detail of using PyGame and will cover most of its core functionality. This starts with drawing shapes, such as rectangles, circles, and lines, which can all be surprisingly useful and make a great start for a wide variety of games and other interactive experiences. You will conclude by seeing how to use sound and music in PyGame, from quiet background music to lively explosions. Make a strong start with PyGame by watching the video then access the accompanying example code as a basis for your own games or to confirm your understanding of the different features. What You Will Learn Use PyGame to develop games Discover the core functionalities of PyGame Work with the game loop Add sound and music in PyGame Who This Video is For Intermediate to experienced Python programmers who want to create games and other interactive experiences. Passionate gamers who want to create their own games would find this course useful
    Note: Online resource; Title from title screen (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-Scrivener | Boston, MA : Safari
    ISBN: 9781119407898 , 1119407893 , 9781119407874 , 1119407877 , 9781119407744
    Language: English
    Pages: 1 online resource (768 pages)
    Edition: 2nd edition
    Keywords: Saline water conversion ; Water Purification ; Water Purification ; Electronic books ; local ; Eau salée ; Dessalement ; Eau ; Épuration ; TECHNOLOGY & ENGINEERING ; Environmental ; General ; Saline water conversion ; Water ; Purification
    Abstract: "Blue is the new green." This is an all-new revised edition of a modern classic on one of the most important subjects in engineering: Water. Featuring a total revision of the initial volume, this is the most comprehensive and up-to-date coverage of the process of desalination in industrial and municipal applications, a technology that is becoming increasingly more important as more and more companies choose to "go green." This book covers all of the processes and equipment necessary to design, operate, and troubleshoot desalination systems, from the fundamental principles of desalination technology and membranes to the much more advanced engineering principles necessary for designing a desalination system. Earlier chapters cover the basic principles, the economics of desalination, basic terms and definitions, and essential equipment. The book then goes into the thermal processes involved in desalination, such as various methods of evaporation, distillation, recompression, and multistage flash. Following that is an exhaustive discussion of the membrane processes involved in desalination, such as reverse osmosis, forward osmosis, and electrodialysis. Finally, the book concludes with a chapter on the future of these technologies and their place in industry and how they can be of use to society. This book is a must-have for anyone working in water, for engineers, technicians, scientists working in research and development, and operators. It is also useful as a textbook for graduate classes studying industrial water applications.
    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 ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255773
    Language: English
    Pages: 1 online resource (186 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This quick C# 8 guide is a condensed code and syntax reference to the C# programming language, updated with the latest features of C# 8 for .NET and Windows 10. This book presents the essential C# 8 syntax in a well-organized format that can be used as a handy reference. Specifically, it covers nullable reference types, async streams, ranges and indices, default implementations of interface members, recursive patterns, switch expressions, target-typed new-expressions, platform dependencies and more. In the C# 8 Quick Syntax Reference , you will find a concise reference to the C# language syntax: short, simple, and focused code examples; a well laid out table of contents; and a comprehensive index allowing easy review. You won't find any technical jargon, bloated samples, drawn-out history lessons, or witty stories. What you will find is a language reference that is to the point and highly accessible. The book is packed with useful information and is a must-have for any C# programmer. What You Will Learn Discover what's new in C# 8 and .NET for Windows 10 programming Employ nullable reference types Explore the advanced async streams now available in C# 8 Work with ranges and indices Apply recursive patterns to your applications Use switch expressions Who This Book Is For Those with some experience in programming, looking for a quick, handy reference. Some C# or .NET recommended but not necessary.
    Note: Online resource; Title from title page (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251652
    Language: English
    Pages: 1 online resource (205 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover how poor identity and privilege management can be leveraged to compromise accounts and credentials within an organization. Learn how role-based identity assignments, entitlements, and auditing strategies can be implemented to mitigate the threats leveraging accounts and identities and how to manage compliance for regulatory initiatives. As a solution, Identity Access Management (IAM) has emerged as the cornerstone of enterprise security. Managing accounts, credentials, roles, certification, and attestation reporting for all resources is now a security and compliance mandate. When identity theft and poor identity management is leveraged as an attack vector, risk and vulnerabilities increase exponentially. As cyber attacks continue to increase in volume and sophistication, it is not a matter of if, but when, your organization will have an incident. Threat actors target accounts, users, and their associated identities, to conduct their malicious activities through privileged attacks and asset vulnerabilities. Identity Attack Vectors details the risks associated with poor identity management practices, the techniques that threat actors and insiders leverage, and the operational best practices that organizations should adopt to protect against identity theft and account compromises, and to develop an effective identity governance program. What You Will Learn Understand the concepts behind an identity and how their associated credentials and accounts can be leveraged as an attack vector Implement an effective Identity Access Management (IAM) program to manage identities and roles, and provide certification for regulatory compliance See where identity management controls play a part of the cyber kill chain and how privileges should be managed as a potential weak link Build upon industry standards to integrate key identity management technologies into a corporate ecosystem Plan for a successful deployment, implementation scope, measurable risk reduction, auditing and discovery, regulatory reporting, and oversight based on real-world strategies to prevent identity attack vectors Who This Book Is For Management and implementers in IT operations, security, and auditing looking to understand and implement an identity access management program and manage privileges in these environments
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251539
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn to configure a Raspberry Pi into multiple different devices capable of playing retro games. Beyond theory, this book focuses heavily on projects-such as making a console to attach to a TV or computer display and making a tabletop arcade machine. It also teaches you how to install and use the Kodi media center on your retro game player. tart with the big-picture of the Raspberry Pi retro-gaming landscape and the wide range of exciting project opportunities that exist. You'll then discover the various retro-gaming emulation platforms, such as RetroPie and Recalbox, and how to work with ROM files. This book even goes a step further and teaches you how to create game ROMs from your old cartridges! You'll also study the types of game playing equipment people have made using Raspberry Pis and how to set up a Raspberry Pi with those devices. Retro-gaming enthusiasts are using the Pi to make a dizzying variety of game playing hardware. There are players that fit in an Altoids mint tin, players that look like classic systems, and players that let you choose from over 20,000 game titles. And there are emulators for every platform imaginable, and many models available online to download and make on a 3D printer or laser cutter. Raspberry Pi Retro Gaming includes everything you need to know about playing retro games on a Raspberry Pi and making cool machines that play thousands of retrogames. What You'll Learn Use Tinkercad to design your own cases Get your case 3D printed if you don't have a 3D printer Design parts for laser cutting or jigsaw cutting Solder and use electronics components, batteries, and power supplies Select and set up different kinds of displays Who This Book Is For Anyone interested in playing retrocomputer games and making their own retro-game players.
    Note: Online resource; Title from title page (viewed November 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254882
    Language: English
    Pages: 1 online resource (381 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Virtual reality is quickly becoming the next medium to communicate your ideas. Once siloed in make-believe world of science fiction, virtual reality can now touch any aspect of your life. This book shows you how to create original virtual reality content using the Unity game engine and the Virtual Reality Tool Kit. By the end of the book you'll be creating your own virtual reality experience using the fundamental building blocks within. You'll start by reviewing spatial computing, an emerging field that encompasses self-driving cars to space exploration. You'll also create your own virtual reality environments for use on headsets such as those from Oculus and HTC. Using the Unity3D game engine and the Virtual Reality Toolkit on a computer or laptop, you will walk through the fundamentals of virtual reality with as little code as possible. That is the beauty of Unity and the Virtual Reality Toolkit. You will discover how to use buttons in a virtual space, gaze-tracking for user input, and physics for enabling interaction between a human and a virtual space. From game design to education to healthcare to human resources, virtual reality offers new and creative ways to engage users, students, patients, customers, and more. Not a coding book, Virtual Reality with VRTK4 shows that you don't need to be a computer or graphics whiz to begin creating your own virtual reality experiences. What You'll Learn Grasp Virtual Reality Toolkit and its interaction with Unity3D Explore the fundamental science of virtual reality Review the inner workings of Unity3D and its integration with VRTK Understand the big picture of C# coding in Unity3D Incorporate head and hand movement into virtual experiences Who This Book Is For Creative professionals or students who are familiar with computer design programs and want to begin prototyping their own original virtual reality work as quickly as possible.
    Note: Online resource; Title from title page (viewed December 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253113
    Language: English
    Pages: 1 online resource (1 video file, approximately 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Understand the foundations of blockchain technologies such as Bitcoin and Ethereum, and learn the importance of blockchain for software developers in Microsoft Azure Cloud. This video introduces the basic concepts of cryptography used in blockchain and focuses on describing the popular blockchain platform Ethereum and how it is different from Bitcoin. It discusses the structure of a transaction, the cryptographic security involved, the prevention of double spending, and the consensus mechanism. Moving forward, you will go through examples of the architecture designs of blockchain solutions built on Azure along with common integration patterns in Azure Blockchain Workbench and the Blockchain API. Finally, you will see practical use cases of blockchain in the real world, including finance and capital investment markets, government, education, healthcare, supply chain, and energy. After watching the video, you will understand how blockchain works.You will also discover how blockchain can help optimize business processes and reduce operating costs, with practical implementations using Microsoft Azure Cloud as the delivery platform. What You Will Learn Get a firm foundation of knowledge of blockchain technologies such as Bitcoin and Ethereum Leverage Microsoft Azure Cloud as a delivery platform Discover the Blockchain API Who This Video Is For Azure developers and anyone with an interest in blockchain.
    Note: Online resource; Title from title screen (viewed December 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253984
    Language: English
    Pages: 1 online resource (363 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the pillars of AWS infrastructure automation, starting with API-driven infrastructure concepts and its immediate benefits such as increased agility, automation of the infrastructure life cycle, and flexibility in experimenting with new architectures. With this base established, the book discusses infrastructure-as-code concepts in a general form, establishing principled outcomes such as security and reproducibility. Inescapably, we delve into how these concepts enable and underpin the DevOps movement. The Definitive Guide to AWS Infrastructure Automation begins by discussing services and tools that enable infrastructure-as-code solutions; first stop: AWS's CloudFormation service. You'll then cover the ever-expanding ecosystem of tooling emerging in this space, including CloudFormation wrappers such as Troposphere and orchestrators such as Sceptre, to completely independent third-party tools such as Terraform and Pulumi. As a bonus, you'll also work with AWS' newly-released CDK (Cloud Development Kit). You'll then look at how to implement modular, robust, and extensible solutions across a few examples -- in the process building out each solution with several different tools to compare and contrast the strengths and weaknesses of each. By the end of the journey, you will have gained a wide knowledge of both the AWS-provided and third-party ecosystem of infrastructure-as-code/provisioning tools, and the strengths and weaknesses of each. You'll possess a mental framework for how to craft an infrastructure-as-code solution to solve future problems based on examples discussed throughout the book. You'll also have a demonstrable understanding of the hands-on operation of each tool, situational appropriateness of each tool, and how to leverage the tool day to day. What You Will Learn Discover the technological and organizational benefits to infrastructure-as-code solutions Examine the overall landscape of infrastructure-as-code tooling and solutions available to consumers of AWS services See the strengths and weaknesses of these tools relative to one another as examined through hands-on implementation of several solutions Gain hands-on experience, best practices, and tips and tricks learned through several years' real-world experience delivering solutions using these very tools in a wide variety of scenarios Engineer solid solutions that leave room for new requirements and changes without requir...
    Note: Online resource; Title from title page (viewed December 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    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 practical handbook for using Exponential Organization to transform your organization-and disrupt your industry-in 10 weeks Today's top business challenge is adapting to accelerating technological and global change. In his bestselling book Exponential Organizations, author Salim Ismail described a new type of organization that thrives amidst industry disruption. Since then, he has helped organizations disrupt their own industries-by applying Exponential Organization (ExO) principles. From this work emerged the 10-week transformation process explained in this book, called the ExO Sprint. Exponential Transformation is the detailed implementation handbook for becoming an Exponential Organization. The book enables organizations to speed up their transformation and overcome the obstacles to success. Lead a 10-week ExO Sprint Evolve in order to navigate industry disruption Become an Exponential Organization Block the immune-system response of organizations during transformation Companies such as Visa, Procter & Gamble, HP, and Black & Decker have already benefited from ExO process. Exponential Transformation is a must-have resource for participants of any ExO Sprint, as well as those seeking to apply Exponential principles in their organizations.
    Note: Online resource; Title from title page (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255469
    Language: English
    Pages: 1 online resource (119 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn how to make better decisions and write cleaner Ruby code. This book shows you how to avoid messy code that is hard to test and which cripples productivity. Author Carleton DiLeo shares hard-learned lessons gained from years of experience across numerous codebases both large and small. Each chapter covers the topics you need to know to make better decisions and optimize your productivity. Many books will tell you how to do something; this book will tell you why you should do it. Start writing code you love. What You Will Learn Build better classes to help promote code reuse Improve your decision making and make better, smarter choices Identify bad code and fixed it Create quality names for all of your variables, classes, and modules Write better, concise classes Improve the quality of your methods Properly use modules Clarify your Boolean logic See when and how you refactor Improve your understanding of TDD and write better tests Who This Book Is For This book is written for Ruby developers. There is no need to learn a new language or translate concepts to Ruby.
    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 ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253885
    Language: English
    Pages: 1 online resource (796 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Working effectively with Apple platforms at a corporate or business level includes not only infrastructure, but a mode of thinking that administrators have to adopt to find success. A mode of thinking that forces you to leave 30 years of IT dogma at the door. This book is a guide through how to integrate Apple products in your environment with a minimum of friction. Because the Apple ecosystem is not going away. You'll start by understanding where Apple, third-party software vendors, and the IT community is taking us. What is Mobile Device Management and how does it work under the hood. By understanding how MDM works, you will understand what needs to happen on your networks in order to allow for MDM, as well as the best way to give the least amount of access to the servers or services that's necessary. You'll then look at management agents that do not include MDM, as well as when you will need to use an agent as opposed to when to use other options. Once you can install a management solution, you can deploy profiles on a device or you can deploy profiles on Macs using scripts. With Apple Device Management as your guide, you'll customize and package software for deployment and lock down devices so they're completely secure. You'll also work on getting standard QA environments built out, so you can test more effectively with less effort. Apple is forging their own path in IT. They trade spots with Amazon, Google, and Microsoft as the wealthiest company to ever exist. And they will not be constrained by 30 or more years of dogma in the IT industry. You can try to shoehorn Apple devices into outdated modes of device management, or you can embrace Apple's stance on management with the help of this book. What You'll Learn Deploy profiles across devices effectively and securely Install apps remotely both from the app store and through custom solutions Work natively with Apple environments rather than retrofitting older IT solutions Who This Book Is For Mac administrators within organizations that want to integrate with the current Apple ecosystem, including Windows administrators learning how to use/manage Macs, mobile administrators working with iPhones and iPads, and mobile developers tasked with creating custom apps for internal, corporate distribution.
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    ISBN: 9781484254257
    Language: English
    Pages: 1 online resource (290 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use Azure Repos to manage your code in both centralized and distributed version control systems. This book will show you how to work with Team Foundation Version Control (TFVC) and distributed version control (Git), while exploring their best practices. You'll start with an introduction to Azure Repos, focusing on TFVC and Git, and then gradually transition to hands on lessons of working with TVFC. Next, you'll see how to set up and work with TFVC branches and tracking systems followed by usage of command line and security in TFVC Repos. Create and work on Git Repos in Azure DevOps and use branching with Azure Git Repos and Git command line in Visual Studio and vscode. The book then explores security in Git Repos and advanced options you can use to import from external Repos. With Hands-on Azure Repos as your guide, you'll be able to work with these version control tools on any platform and with any language. What You'll Learn Integrate Azure Repos with Azure Boards to enable tracking work with code. Create guidelines to tackle difficult situations in using Azure Repos Clone Azure Repo to local using Visual Studio and vscode Work with shelvesets, code reviews and lock types Perform activities using REST API with Azure Repos Who This Book Is For Software developers, tech leads and architects.
    Note: Online resource; Title from title page (viewed December 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    ISBN: 9781484252123
    Language: English
    Pages: 1 online resource (209 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Eliminate the guesswork involved in writing and deploying a cloud application. This step-by-step guide uses PHP to minimize the complexity of the code and setup, but the tools and techniques can be applied on any platform using any language. Everything that you need to jumpstart your application on the cloud is right here. Clear diagrams, step-by-step configuration information, and complete code listings tell you everything you need to get off the ground and start developing your cloud application today. This book introduces several cloud architectures and technologies that will help you accelerate your application in the cloud. Chapters cover load-balanced clusters, database replication, caching configuration, content delivery networks, infinite-scale file storage, and cloud system administration. Cloud computing has dramatically changed the landscape of web hosting. Instead of spending weeks negotiating contracts for servers, new servers can be deployed with the push of a button, and your application can be resized almost instantly to meet today's needs. No matter what size of web application you are developing, you can benefit from modern cloud servers, and this is the guide to tell you how. What You'll Learn Use the cloud and its various platforms with Docker management tools Build a simple PHP-based scalable web application Create a basic cloud cluster Work with Amazon and Google Cloud Platform in your PHP web application development Who This Book Is For Developers who have some prior programming experience, including PHP, and who are new to building applications
    Note: Online resource; Title from title page (viewed November 27, 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: 9781484254851
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Manage complex systems with ease and equip yourself for a new career. This book builds upon the skills you learned in Volumes 1 and 2 of this course and it depends upon the virtual network and virtual machine you created there. However, more experienced Linux users can begin with this volume and download an assigned script that will set up the VM for the start of Volume 3. Instructions with the script will provide specifications for configuration of the virtual network and the virtual machine. Refer to the volume overviews in the book's introduction to select the volume of this course most appropriate for your current skill level. Start by reviewing the administration of Linux servers and install and configure various Linux server services such as DHCP, DNS, NTP, and SSH server that will be used to provide advanced network services. You'll then learn to install and configure servers such as BIND for name services, DHCP for network host configuration, and SSH for secure logins to remote hosts. Other topics covered include public/private keypairs to further enhance security, SendMail and IMAP and antispam protection for email, using Apache and WordPress to create and manage web sites, NFS, SAMBA, and Chrony. This volume also covers SELinux, and building RPMs to distribute automation scripts. All of these services are installed on a single server host over the course of the book and by the time you are finished you will have a single server that provides these services for your network. What You Will Learn Install, configure, and manage several Linux server services such as email with spam management and single and multiple web sites Work with NTP time synchronization, DHCP, SSH, and file sharing with Unix/Linux and Windows clients Create RPMs for distribution of scripts and administrative programs. Understand and work with enhanced security. Who This Book Is For Those who are already Linux power users - SysAdmins who can administer Linux workstation hosts that are not servers - who want to learn to administer the services provided by Linux servers such as web, time, name, email, SSH, and more.
    Note: Online resource; Title from title page (viewed December 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254820
    Language: English
    Pages: 1 online resource (204 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn to use Bulma in your HTML file by applying easy-to-understand practical examples to create responsive and mobile-first websites. Featuring a step-by-step approach, this book encourages you to modify its code examples and review the changes produced in the output, to thereby reveal the subtle nuances of this awesome utility. Bulma is an impressive, modern framework utility that allows the easy construction of web pages thanks to the highly flexible Flex-box grid styles and simple syntax. You'll see how to use Bulma's intuitive CSS capabilities to create interactive websites that support responsive design by dynamically adjusting the layout resulting in an optimal viewing experience. You'll then delve into typical modifiers, columns, Flex-box grid styles, forms, elements, utilities, CSS components, and more. By the end of this book, you will be familiar with the inner workings of Bulma at an intermediate level and be equipped to aptly leverage Bulma's utilities to streamline your web designing experience. What You'll Learn Get started quickly with Bulma Use the grid system, layout, content, and modifiers Leverage Bulma's built-in CSS utilities Streamline the web design experience with Bulma's flexible attributes Effectively take a mobile-first approach Who This Book Is For Beginners who have a basic understanding of HTML, CSS and JavaScript.
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: The new edition of the bestselling guide on creating and using key performance indicators-offers significant new and revised content Key Performance Indicators (KPIs) help define and measure the organizational goals which are fundamental to an organization's current and future success. Having solid KPIs is crucial for companies that are implementing performance management systems, such as balanced scorecards, six sigma, or activity-based management. In many organizations, KPIs are often too numerous, randomly assembled, and overly complex-essentially rendering them ineffectual, or at worse, counterproductive. Key Performance Indicators provides a model for simplifying the complex areas of KPIs while helping organizations avoid common mistakes and hazards. Now in its fourth edition, this bestselling guide has been extensively revised and updated to incorporate practical lessons drawn from major implementations. Fresh content includes a more concise KPI methodology with clear implementation guidance, original insights on how other areas of performance management can be corrected, and new in-depth case studies. A revised starter kit is included to identify critical success factors, and the KPI resource kit contains updated worksheets, workshop programs, and questionnaires. Helping readers to better define and measure progress toward goals, this important guide: Dispels the myths of performance measurement and explains a simple, yet powerful KPI methodology Explains the 12-step model for developing and using KPIs with guidelines Helps readers brainstorm performance measures, sell KPI projects to the Board and senior management, and accurately report performance Features the "KPI Project Leaders Corner" which provides readers with essential information and useful exercises Includes an array of practical tools-templates, checklists, performance measures-and a companion website (www.davidparmenter.com) Key Performance Indicators: Developing, Implementing, and Using Winning KPIs, 4th Edition is important resource for C-suite executives, senior management, project teams, external project facilitators, and team coordinators involved in all aspects of performance management systems.
    Note: Online resource; Title from title page (viewed October 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    ISBN: 9781484255377
    Language: English
    Pages: 1 online resource (342 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the methodologies and best practices for getting started with Google Cloud Platform relational services - CloudSQL and CloudSpanner. The book begins with the basics of working with the Google Cloud Platform along with an introduction to the database technologies available for developers from Google Cloud. You'll then take an in-depth hands on journey into Google CloudSQL and CloudSpanner, including choosing the right platform for your application needs, planning, provisioning, designing and developing your application. Sample applications are given that use Python to connect to CloudSQL and CloudSpanner, along with helpful features provided by the engines. You''ll also implement practical best practices in the last chapter. Hands On Google Cloud SQL and Cloud Spanner is a great starting point to apply GCP data offerings in your technology stack and the code used allows you to try out the examples and extend them in interesting ways. What You'll Learn Get started with Big Data technologies on the Google Cloud Platform Review CloudSQL and Cloud Spanner from basics to administration Apply best practices and use Google's CloudSQL and CloudSpanner offering Work with code in Python notebooks and scripts Who This Book Is For Application architects, database architects, software developers, data engineers, cloud architects.
    Note: Online resource; Title from title page (viewed December 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Develop faster with DevOps DevOps embraces a culture of unifying the creation and distribution of technology in a way that allows for faster release cycles and more resource-efficient product updating. DevOps For Dummies provides a guidebook for those on the development or operations side in need of a primer on this way of working. Inside, DevOps evangelist Emily Freeman provides a roadmap for adopting the management and technology tools, as well as the culture changes, needed to dive head-first into DevOps. Identify your organization's needs Create a DevOps framework Change your organizational structure Manage projects in the DevOps world DevOps For Dummies is essential reading for developers and operations professionals in the early stages of DevOps adoption.
    Note: Online resource; Title from title page (viewed August 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781990783104 , 1990783104
    Language: English
    Pages: 1 online resource (249 pages)
    Edition: 3rd edition
    DDC: 005.265
    Keywords: Electronic books ; local
    Abstract: Updated November 21, 2019 Looking for ways to work smarter and faster with your Mac? In this updated and expanded third edition of his popular guide to Mac automation, Joe Kissell shows how anyone, at any level of experience, can save time and effort, and avoid unnecessary errors, by using automation techniques that range from the simplest keyboard shortcut to the most complicated script. In this book, Joe teaches you how to automate routine tasks in a wide variety of ways. You can begin by making the most of productivity features such as Siri, Spotlight (for launching apps), and text replacement-and then move on to the more sophisticated automation tools built into macOS, such as Automator, AppleScript, services, and shell scripts. In addition, Joe gives extensive information about third-party automation apps that can make a huge difference to your work efficiency, such as Keyboard Maestro, TextExpander, OmniGraffle, and many more. As an extra bonus, the book includes coupons for discounts on 10 automation apps, adding up to more than $100 in savings! Whether you're new to automation, you just need a refresher, or you're experienced with automation but want to go deeper, this book can teach you the skills you need to automate with ease. Take back your time, work more efficiently, and have more fun with your Mac, with Take Control of Automating Your Mac, Third Edition ! With this book, you'll learn how to: Get started with the built-in macOS automation tools, including Automator, AppleScript, and shell scripts Take full advantage of input devices to save clicks Customize toolbars and your Touch Bar to put hard-to-find controls at your fingertips Use your voice to control your Mac with Siri, dictation, and Voice Control/Dictation Commands Automate text expansion for faster, more consistent typing Control the Finder with a launcher and by organizing files with Hazel Supercharge your clipboard to remember and reformat previous copies Write macros in Microsoft Office and Nisus Writer Pro Create rules to file email automatically in Apple Mail and Outlook Log in to websites faster with a password manager Automate cloud services with IFTTT and Zapier Set up automatic backup and syncing Use Omni Automation for JavaScript-based automation tasks Control nearly anything on your Mac with Keyboard Maestro
    Note: Online resource; Title from title page (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985844
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 60 min.)
    Edition: 1st edition
    DDC: E VIDEO
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A comprehensive study guide for the AWS Certified Cloud Practitioner exam About This Video You'll understand the fundamentals of cloud computing and business/technical strategies to help you deploy highly available, fault-tolerant, scalable, and cost-effective IT solutions for your business. Build applications and solutions for your business and clients with fast turnaround times and gain a competitive edge This course will prepare you for the AWS Certified Cloud Practitioner Certification exam In Detail This AWS Certified Cloud Practitioner course is for anyone keen to learn and understand Amazon AWS Cloud's core offerings. It targets individuals who have no prior knowledge of Amazon AWS and wish to grow their career by effectively demonstrating an overall understanding of the AWS Cloud, its services, and how it can help deliver cost-effective IT solutions to meet business demands. After taking the AWS Certified Cloud Practitioner course, you will be able to demonstrate a detailed understanding of cloud concepts, AWS services, security and compliance, architectural concepts, cloud-pricing concepts, and support models. You will be able to confidently work on the AWS Cloud platform and start building cloud solutions. This course will prepare you for the AWS Certified Cloud Practitioner Certification exam.
    Note: Online resource; Title from title screen (viewed November 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (29 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The demand for data scientists is well-known, but when it comes time to build solutions based on data, your company also needs data engineers-people with strong data warehousing and programming backgrounds. In fact, whether you're powering self-driving cars or creating music playlists, this field has emerged as one of the most important in modern business. In this report, Lewis Gavin explores key aspects of data engineering and presents a case study from Spotify that demonstrates the tremendous value of this role.
    Note: Online resource; Title from title page (viewed December 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In today's increasingly demanding online world, one of the quickest ways to drive existing or potential customers and users to a competitor is by having a nonperformant website or app. With users becoming more discerning, you need to ensure that you're providing the best web experience possible. This reality has pushed performance optimization to be one of the most important disciplines in app and website development. Well-designed and smooth-performing apps and sites can lead to greater conversion rates and a better user experience (UX) in all contexts. In this video course, designed for intermediate-level developers with an understanding of HTML, CSS, JavaScript, and web technologies in general, your host Max Firtman, shows you some of the most important things you can do to boost the performance of your web assets. As the saying goes, you can't fix what you can't measure, so to begin, you'll learn the important metrics to monitor and how to measure them. Max also shows you how to set goals for your web content, find issues that can negatively affect UX, and apply some basic techniques that will improve user perception. You'll also benefit from practical examples and formative assessment to help you absorb and retain what you've learned. This video course is only the beginning of your optimization journey, so at the end we provide suggestions on how to continue along the path to delivering the best web assets you can. What you'll learn-and how you can apply it Set modern performance goals for your web content Detect problems and bottlenecks, and create a plan to mitigate them Enhance the user experience of your content, improving engagement and conversion rates Audit your website and web apps to see what's missing and how you can improve perception metrics This video course is for you because... You're a web developer or designer looking to increase user experience and perception You're a web performance engineer looking to understand the modern metrics and techniques You work with webs and PWAs looking to offer the fastest possible experience to your users You want to become a performance engineer looking to understand the basics of web performance optimization Prerequisites: You should have a basic understanding of HTML, CSS, and JavaScript You should have some knowledge of web technologies such as server-side rendering versus client-side rendering with JavaScript You should be familiar with how a website is rendered on browsers and how to u...
    Note: Online resource; Title from title screen (viewed December 31, 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 (44 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Blockchain-based protocols like Bitcoin and Ethereum have made sending digital values in the form of tokens as cheap and easy as sending an email. But while cryptographic tokens (sometimes called "cryptocurrencies") may be as important to the next-generation internet as the World Wide Web was to Web 1.0, people aren't yet sure how to best design tokens or even what to do with them. In this report, Shermin Voshmgir, director of the Research Institute for Crypto Economics at the Vienna University of Economics, walks you through the different types of tokens, along with their properties and both operational and conceptual use cases. You'll get a concise overview of the current state of tokenization in our economy and explore the potential effects and dynamics of a future "token economy." You'll learn: What a token is A framework for determining the properties of a token Common use cases for different token types The relationship between tokens and money (including the functions of money that most current tokens don't fulfill) Where the token economy is headed
    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 ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617295744
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: WebAssembly in Action teaches you how to write and run high-performance browser-based applications using C++ and other languages supported by WebAssembly. In it, you'll learn to create native WebAssembly modules, interact with JavaScript components, and maximize performance with web workers and pthreads. And you'll love how the clearly organized sections make it a breeze to find the important details about every function, feature, and technique.
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (31 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Facing unprecedented challenges, the financial services industry is undergoing a fundamental transformation. Regulatory requirements to minimize systemic risk now encourage fair competition and transparency, transforming the "winner takes all" concept into a "co-opetition" environment. Now, companies must compete and collaborate to remain relevant in today's digital economy. How exactly will this work? That's where Distributed Ledger Technologies (DLT) come into play. This report-a resource for business and tech professionals alike-examines the potential that DLT and blockchain have for transforming the banking industry. Jorge Lesmes, Global Head of everis Blockchain Banking Practice, examines how these technologies have moved from pilot projects to in-production applications that provide real value and benefits to end users. In three separate use cases, you'll learn how DLT and blockchain can help bring about the "Internet of Value"-a secure method of sending and receiving value in the same way we transact data. You'll examine: How DLT platforms have the power to make the Internet of Value a reality How DLT and blockchain are used in real production environments The current challenges associated with DLT platform interconnectivity Using DLT to enable self-sovereign digital identity management Enabling interoperability among DLT platforms and traditional ledgers Using DLT to enable streaming micropayments
    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 ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254769
    Language: English
    Pages: 1 online resource (178 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: We are entering the next wave of digital transformation. Artificial intelligence has an ever-increasing significance in our daily lives, and there is no difference when it comes to our workplaces. It is up to you to choose how to utilize these new tools to sharpen your organization's competitive advantage, improve your team's well-being, and help your business thrive. In The AI-Powered Workplace , author Ronald Ashri provides a map of the digital landscape to guide you on this timely journey. You'll understand how the combination of AI, data, and conversational collaboration platforms-such as Slack, Microsoft Teams, and Facebook Workplace-is leading us to a radical shift in how we communicate and solve problems in the modern workplace. Our ability to automate decision-making processes through the application of AI techniques and through modern collaboration tools is a game-changer. Ashri skillfully presents his industry expertise and captivating insights so you have a thorough understanding of how to best combine these technologies with execution strategies that are optimized to your specific needs. The AI-Powered Workplace is an essential technical, cultural, and business handbook that arms you with clear steps to redefine and improve how you get work done. Software is now a proactive workplace partner revolutionizing all aspects of our professional lives from how we collaborate in the digital sphere to the literal physical environments in which we operate our business. This book not only ensures that you do not get left behind, but that you are consistently light years ahead of the pack. What You'll Learn Learn how the introduction of AI-powered applications in the workplace replaces or augments our capabilities and enables activities that were not possible before Realize how the combination of AI, data, and messaging platforms (Slack, Microsoft Teams, Skype, WhatsApp) leads to a radical shift in how we communicate, collaborate, and solve problems Develop strategies for the digital transformation of organizations through the use of AI-powered applications (from simple chatbots to more complex conversational applications) that operate within messaging environments we use to collaborate with our colleagues daily Know the dangers and ethical questions that the introduction of these technologies can cause in the workplace Who This Book is For Professionals at all levels interested in learning how AI, conversational platforms, and data can change...
    Note: Online resource; Title from title page (viewed December 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838986995
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to Code Swift 5 with Mac's Xcode Playgrounds or Linux or Windows. make iOS 12 iPhone Apps or Command Line Tools About This Video Use Swift 5 to make iOS 12 Apps or Command Line Tools Discover all the essential information you need to write Swift code A Practical course to discover what's new in Swift to build your iOS apps In Detail Have you ever wanted to try out programming but didn't know where to start? Have you previously tried to learn Swift but got fed up with incomplete YouTube videos and poorly written tutorials? Or are you looking to move your code from Swift 4 to 5? If your answer to any of these questions is yes, this course is for you! In this Swift 5 course, you'll be taken through all the knowledge you need to write Swift code. Being a self-taught programmer, the author knows just what it feels like to start from scratch, and he's designed this course with you in mind! What is Swift? Swift is a programming language that allows you to write software for iPhones, iPads, Macs, Apple Watches, Apple TVs, desktops, servers, and anything else that runs code! Swift is great for new programmers because it is very intuitive and continues to evolve as Apple adds new features. It is relatively easy to catch software bugs in Swift and you can check the results immediately by running code in a playground. Also, Swift is open source, so you can take this course even if you are using a Linux or Windows computer! Come learn what's new in Swift 5 and gain a new skill! 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/PacktPublishing/Swift-5-Programming-for-Beginners . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219474
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the art of test-driven development in Ruby using the popular RSpec Gem. No previous testing experience is needed! About This Video Master the syntax and structure of RSpec, the most popular Ruby Gem for testing Explore the wide collection of RSpec matches available to test your code In Detail This course offers a comprehensive overview of the RSpec testing library for the Ruby programming library. RSpec is the most popular Ruby Gem of all time, with over 300 million downloads to date. If you're new to the topic, testing is the practice of writing code that confirms that other code works as expected. Tests control for regressions, which are changes to the code that break the program. The benefits of testing extend beyond the codebase. Adopting a test-driven approach will also make you a better developer. Tests force you to think critically about a program and its features: classes, objects, methods and more. Testing Ruby with RSpec: The Complete Guide begins with the essentials and proceeds to more complex topics, including: Installation Project initialization Test-Driven Development (TDD) let variables before and after hooks Subjects Shared examples Shared context Built-in matchers Mocks and doubles Instance doubles Class doubles At the completion of this course, you'll have acquired hands-on Ruby testing experience with this awesome RSpec library
    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 ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987558
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Advanced Tutorial to Learn essential skills needed to transform your career from QA Engineer to SDET/Test Architect About This Video This course provides a lot of real-world experience by giving good examples with Selenium Grid, Automation Testing concepts, Test Infrastructure, Jenkins and other interesting things. In Detail If you have a passion to take up your Automation career to the next level? If yes then join me on this journey. The one and only Best "Full Stack QA tutorial" which touches upon technical challenges in every phase of Automation by providing smart solutions using latest technologies like Dockers, Jackson API, Jenkin Pipelines, Data Structures using Java Streams, Window Batch Scripting, Database readers, GIt and many more! After successful course completion, you should be able to apply for any Test Architect /SDET positions or lead the Challenging Automation projects from Scratch. Below are in detail Scenarios we are going to cover in this Tutorial Dockerization, integrating Selenium Grid with Docker, Building JSON/XML from database results, Parsing JSON into Java objects with Jackson API, Jenkins pipeline Scripting for CI/CD, Dynamically monitoring Server Logs with Java, Windows Batch job scripting, Data provider to Excel Integration, Java streams, Lambda expressions, GIT version control system and many more, 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/PacktPublishing/SDET-Test-Architect-Essentials--Road-to-Full-stack-QA . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (220 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Your essential guide to calculating return on investment. Build and refine your measurement and evaluation skills through ROI Basics , perfect for beginners challenged to implement a comprehensive evaluation process as well as those taking a proactive approach to accountability. Its five-level evaluation framework includes: Level 1: Reaction and Planned Action Level 2: Learning Level 3: Application and Implementation Level 4: Impact Level 5: Return on Investment ROI Basics provides a baseline exploration of ROI for the talent development function and the steps to successful evaluation: evaluation planning, data collection, data analysis, and results optimization. In this second edition, experts Patti and Jack Phillips go deeper into aligning programs to the business, detecting payoff needs, and identifying specific business measures that need to improve. They explore how the process applies beyond training to talent development and suggest how new technologies can influence ROI adoption and implementation in your organization. This updated book offers a review of two essential-and often overlooked-steps in the ROI process: isolating program impact and sustaining momentum.
    Note: Online resource; Title from title page (viewed October 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Every quota challenge has a story. Sales quotas aren't all about the numbers. Quotas! Using Design Thinking to Solve Your Biggest Sales Challenge sheds new light on quota challenges, the story behind them, and the methods to solve them. Many organizations struggle to reach effective, market-driven sales quotas, with more than half reporting quota setting as one of their top sales dilemmas. Instead of wrestling over the number, author Mark Donnolo contends that organizations can better achieve effective sales quotas by applying a problem-solving approach. With decades of experience working with major organizations on successful sales strategies, he offers engaging stories embedded with business problems and poses challenge questions to prompt a creative, five-step design-thinking process. Chapters feature quota design frameworks and a range of applicable, scalable methods. You'll also find rare, expert guidance through the candid perspectives and advice of CEOs and other senior leaders. This book is a must-read for those who help set quotas as well as those who fulfill them.
    Note: Online resource; Title from title page (viewed October 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : A Book Apart | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (105 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Finding your bearings as a manager can feel overwhelming-but you don't have to fake it to make it, and you don't have to go it alone. Lara Hogan shares her recipe for supporting and leading a tech team-from developing your mentoring and coaching skills, to getting comfortable with having difficult conversations, to boosting trust among teammates-while staying grounded along the way.
    Note: Online resource; Title from title page (viewed June 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838829797
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the key elements of RPA, build your first robot using UiPath, and get ready for the future! About This Video Learn key elements of Robotic Process Automation (RPA) and how it works Learn to build a robot using the UiPath RPA platform In Detail Automation is driving a new way of working. In the time to come, workplaces will feature a blend of human and digital workers ("bots"), and this symbiotic relationship will create many new exciting career possibilities. Are you ready to seize the opportunities that arise as we move into this automated era? If not, now is a good time to get trained and certified in the most in-demand and high-paying skill for jobs of the future-Robotic Process Automation (RPA). Robotic Process Automation is a game-changing technology designed to automate high-volume, repeatable tasks that take up a large percentage of a worker's time. With this course, you'll get a clear overview of what RPA is, how it works, and when to apply it. You'll even gain hands-on experience building a robot that automates a simple business process in the UiPath Studio RPA software. This way, you'll understand the bigger picture and find out how the technology works in practice. Further, the course demonstrates how to pilot the technology in an enterprise setting so that you know what steps to take to succeed with any RPA initiative in your organization. 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/PacktPublishing/Robotic-Process-Automation-RPA-Fundamentals-and-Build-a-Robot . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 11, 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: 9781484250525
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build and deploy secure Spring Framework and Spring Boot-based enterprise Java applications with the Spring Security Framework. This book explores a comprehensive set of functionalities to implement industry-standard authentication and authorization mechanisms for Java applications. Pro Spring Security, Second Edition has been updated to incorporate the changes in Spring Framework 5 and Spring Boot 2. It is an advanced tutorial and reference that guides you through the implementation of the security features for a Java web application by presenting consistent examples built from the ground up. This book also provides you with a broader look into Spring security by including up-to-date use cases such as building a security layer for RESTful web services and Grails applications. What You Will Learn Explore the scope of security and how to use the Spring Security Framework Master Spring security architecture and design Secure the web tier in Spring Work with alternative authentication providers Take advantage of business objects and logic security Extend Spring security with other frameworks and languages Secure the service layer Who This Book Is For Experienced Spring and Java developers with prior experience in building Spring Framework or Boot-based applications.
    Note: Online resource; Title from title page (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    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: Programming with Types teaches type-based techniques for writing software that's safe, correct, easy to maintain, and practically self-documenting. Designed for working developers, this clearly written tutorial sticks with the practical benefits of type systems for everyday programming tasks. Following real-world examples coded in TypeScript, you'll build your skills from primitive types up to more-advanced concepts like functors and monads.
    Note: Online resource; Title from title page (viewed November 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214608
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the ins and outs of Microsoft Visio 2016 and create incredible flowcharts and diagrams About This Video Master how to create flowcharts and diagrams in Microsoft Visio 2016 Understand the Microsoft Ribbon, the Quick Access Toolbar, and Backstage View. In Detail In this course, you'll find out what's new in Microsoft Visio 2016, the basics of diagram creation, and how to work in the user interface. From keyboard shortcuts to grids and rulers, you'll discover pro techniques that save time and effort on this sophisticated software platform. You'll learn to create, size, and connect shapes and text-and add compelling images to your diagrams. Precise object alignment, layers, and shape data management can turn an amateur effort into a professional presentation. With this course, you'll learn to seamlessly integrate hyperlinks into your designs. This course describes how to create time-saving custom templates, optimize print settings for Visio drawings, and produce large-scale diagrams. You'll even find out how to manage shape sheets and perform basic coding in Microsoft Visio 2016. Whether you're new to this software platform or just need an update on the latest features and pro tips, this course has everything you need to create sophisticated and compelling diagrams! 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/PacktPublishing/Microsoft-Visio-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Que | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Covers All iPads Running iPadOS 13 Easy, clear, readable, and focused on what you want to do. Full-color, step-by-step tasks walk you through getting and keeping your iPad working just the way you want. Learn how to Discover all the new features of iPadOS 13 Wirelessly connect to and browse the Internet, at home or away Personalize the way your iPad looks and works-including the new Dark Mode Make your iPad easier to use if you have trouble seeing or tapping the screen Use Siri's voice commands to control your iPad and find useful information Communicate with friends and family via email, text messaging, and FaceTime video chats Shoot, share, and view photos and videos Listen to streaming music and watch streaming movies and TV shows online Connect and use the Apple Pencil and Smart Keyboard Use iCloud to store and share your photos and other important data online Troubleshoot common iPad problems
    Note: Online resource; Title from title page (viewed December 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210914
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Beginner's step-by-step guide to Microsoft Project 2016 About This Video Learn to develop a plan, assign resources to tasks, track progress, manage your budget, and analyze workloads using MS Project 2016 A practical course designed to help project managers master MS Project 2016 In Detail MS Project helps you develop a plan, assign resources to tasks, track progress, manage your budget, and analyze workloads. This video course, taught by a professional trainer with a background in project management, takes you, step-by-step from the very beginning, through all these functions. You'll go from very simple projects to a more complete knowledge of Project's capabilities and how it works. This course starts right at the very beginning. It doesn't assume you know anything about Microsoft Project, so beginners will feel right at home. You'll learn how to get your own copy of Project 2016, see what's new in version 2016, and explore the structure of this course. The second chapter supplies the basics you need to begin using Project 2016. It first discusses the Help section, where you can get answers and tutorials for any question that comes up. This chapter also discusses creating a workspace, using toolbars, ribbons, and the Status Bar. You'll go on to learn how to use Touch, task basics and project options. By now, you will have become proficient with Project 2016. These more advanced topics carry you through tracking costs, tracking projects, budgeting, and reporting. Upon completion of the course, you'll have mastered Microsoft Project 2016. 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/PacktPublishing/Microsoft-Project-Beginners-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219832
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn and master Excel 2019 by learning advanced functions and formulas About This Video Learn and understand advanced Excel features that delve into high-level consolidation, analysis, and reporting of financial information Learn and master advanced charting and graphing in Excel In Detail Get beyond the basics and supercharge your current skill level in Excel. With this 9-hour, expert-led video training course, you'll gain an in-depth understanding of more advanced Excel features that delve into high-level consolidation, analysis and reporting of financial information. Upon completion of this course, you'll be able to create charts that have an impact from databases that communicate data and financial records efficiently and effectively. You will be able to report data in various formats including: tables, graphs and PivotTables. Once completed you'll have advanced understanding of Excel that will positively impact your professional capability. 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/PacktPublishing/Microsoft-Excel-Advanced-2019 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214219
    Language: English
    Pages: 1 online resource (1 video file, approximately 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Know all about Linear Algebra for Data Science in Python About This Video Learn linear algebra for data science and understand the essential concepts Understand matrix, scalars, and vectors and learn how to use them In Detail Vectorizing your code is an essential skill to make your calculations faster and take advantage of the capabilities of modern machine and deep learning packages. This course will get you up and running with linear algebra fundamentals for data science in Python. In this course, you will learn about scalars, vectors, and matrices and the geometrical meaning of these objects. You will also learn how you should use linear algebra in your Python code. In addition to this, you'll be able to perform operations such as addition, subtraction and dot product. As you cover further sections, you'll focus on the different syntactical errors you can encounter while vectorizing your code. By the end of this course, you will have gained the skills you need to use linear algebra confidently in your data science projects. 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/PacktPublishing/Linear-Algebra-for-Data-Science-in-Python . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (504 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Simplify your DevOps roles with DevOps tools and techniques Key Features Learn to utilize business resources effectively to increase productivity and collaboration Leverage the ultimate open source DevOps tools to achieve continuous integration and continuous delivery (CI/CD) Ensure faster time-to-market by reducing overall lead time and deployment downtime Book Description The implementation of DevOps processes requires the efficient use of various tools, and the choice of these tools is crucial for the sustainability of projects and collaboration between development (Dev) and operations (Ops). This book presents the different patterns and tools that you can use to provision and configure an infrastructure in the cloud. You'll begin by understanding DevOps culture, the application of DevOps in cloud infrastructure, provisioning with Terraform, configuration with Ansible, and image building with Packer. You'll then be taken through source code versioning with Git and the construction of a DevOps CI/CD pipeline using Jenkins, GitLab CI, and Azure Pipelines. This DevOps handbook will also guide you in containerizing and deploying your applications with Docker and Kubernetes. You'll learn how to reduce deployment downtime with blue-green deployment and the feature flags technique, and study DevOps practices for open source projects. Finally, you'll grasp some best practices for reducing the overall application lead time to ensure faster time to market. By the end of this book, you'll have built a solid foundation in DevOps, and developed the skills necessary to enhance a traditional software delivery process using modern software delivery tools and techniques What you will learn Become well versed with DevOps culture and its practices Use Terraform and Packer for cloud infrastructure provisioning Implement Ansible for infrastructure configuration Use basic Git commands and understand the Git flow process Build a DevOps pipeline with Jenkins, Azure Pipelines, and GitLab CI Containerize your applications with Docker and Kubernetes Check application quality with SonarQube and Postman Protect DevOps processes and applications using DevSecOps tools Who this book is for If you are a developer or a system administrator interested in understanding continuous integration, continuous delivery, and containerization with DevOps tools and techniques, this book is for you.
    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 ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255032
    Language: English
    Pages: 1 online resource (170 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: In the next few years, brands are on track to spend billions of dollars on influencer marketing. This form of marketing-currently utilized with great success on Instagram and YouTube-is not a short-lived fad, but a tectonic shift for the future of digital advertising. It's the way of the future, and the responsibility is on business leaders to keep up. Modern marketing professionals looking to adopt influencer marketing for their brands face equally modern challenges. Like finding the right talent, tracking and measuring results and quantifying how this new marketing opportunity aligns with the overall strategy. Influencer Marketing for Brands is the field guide for the digital age. After working with hundreds of brands from across the globe, author Aron Levin shares his insider knowledge gained from research, strategy, and hands-on experience from more than 10,000 successful collaborations with influencers on Instagram and YouTube. He provides you with valuable insights that help you eliminate guesswork and avoid common mistakes. More importantly, he shows you how to turn influencer marketing into a scalable and sustainable marketing channel. The digital media landscape grows more complicated by the hour, and influencer marketing is no exception. Influencer Marketing for Brands breaks down the art and science of influencer marketing and helps you synthesize, contextualize and transform this new way of creating and distributing content with powerful formulas, proven strategies, and real-world examples. What You Will Learn Plan effective influencer marketing campaigns using a simple 3-step formula Create top performing YouTube videos that drive website traffic, app installs and sales Understand what to pay for influencer marketing and how much you should invest if you're just starting out Who This Book is For Marketing and agency professionals, influencers and content creators, marketing students, those who are looking for more effective forms of advertising and are generally interested in understanding the new and evolving digital media landscape.
    Note: Online resource; Title from title page (viewed November 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A major challenge architects face is planning how to successfully move an existing system to an improved architecture while keeping the system up and running during the process. Ray Mitchell (Fairway Technologies) reviews two real-world scenarios where failing systems were rescued by guiding development toward practical, improved architectures. You'll see examples of how different techniques and methodologies were applied to move real-world systems to new architectures while allowing for incremental improvements along the way. The first scenario focuses on a data aggregation system responsible for collecting power-usage data from a variety of sources to be consumed by multiple applications. The existing system suffered from a proliferation of services without clear responsibility boundaries. This limited scalability and made using the services more complex than necessary. Through domain-driven design, a more clearly defined organization became clear, and an incremental roadmap to move to this architecture enabled immediate gains and long-term success. The second scenario focuses on a reporting system built to provide insight into educational test results at both macro and micro levels. The original system struggled with scaling to generate reports within the required time frame at all levels. An architecture supporting separate optimized data stores for each level of report was designed that would enable all reports to run efficiently. Through careful planning, the existing system continued to deliver, as the improved architecture was incrementally added, allowing for improvements to be seen along the way. 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 ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253052
    Language: English
    Pages: 1 online resource (180 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Program in Python on a Raspberry Pi or PC by developing six computer games. Each game project is split into several chapters of the book. Rather than taking you through programming techniques as standalone concepts, this book explains concepts as they are used within a game. You'll learn about variables; integer, real, Boolean and string data types; conditional if statements; fixed loops and conditional loops; modularity; arrays and lists; and predefined functions. You'll also discover the PyGame library, which is popularly used in the development of 2D games. Key programming concepts are revisited in subsequent projects in the book to consolidate prior learning. Beyond teaching you how to code, this book explains the programming logic behind each project-exemplifying the process of designing and writing a computer game. All the projects in this book are supported by Code Angel (mycodeangel.com). Code Angel Code Angel largely serves students and new developers and the projects work by encouraging you to 'Learn...then play'. Taking this approach, you'll be able to build fun 2D games and enjoy playing them by yourself or with friends. Developing games in this way keeps you engaged, gives a purpose as you work through each project, and offers a sense of achievement when each game is finished. What You'll Learn Integrate the fundamentals of the Python 3 programming language Program fun, classic computer games you can then play Develop computational thinking skills and abilities that can be applied to other ventures Who This Book Is For Students, hobbyists, new developers or anyone wishing to learn how to design and write computer games.
    Note: Online resource; Title from title page (viewed November 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : A Book Apart | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (126 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The design of information on the web changes the way people find, understand, and use that information-for better or for worse. Lisa Maria Martin shows you how to leverage the principles and practices of information architecture in order to craft more thoughtful and effective digital spaces. Learn how to analyze your site's content and structure, build clear and consistent taxonomies, and develop more strategic sitemaps. Because when we're intentional about how we organize web content, we create better experiences for everyone.
    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 ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255728
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use TensorFlow to classify images automatically. This video starts by explaining the basics of computerized image classification. You'll understand how software processes images and how you can control and manipulate the images with that process. Then you'll dive into the basics of artificial intelligence and machine learning, understanding the limitations of traditional machine learning algorithms, and learning the new avenues opened up by deep learning and advanced AI. What You Will Learn Apply the TensorFlow and Keras libraries to complex problems Move past traditional machine learning algorithms into more advanced deep learning Develop proficiency in convolutional neural network development Who This Video Is For Advanced programmers and engineers, such as data scientists, machine learning experts, Python developers, and research analysts.
    Note: Online resource; Title from title screen (viewed December 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Center for Creative Leadership | Boston, MA : Safari
    Language: English , Polish
    Pages: 1 online resource (28 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This guidebook outlines the benefits of effective delegation and the fears and concerns that can prevent or hinder it, then offers four key ideas that leaders can use to enable better delegation.
    Note: Online resource; Title from title page (viewed November 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253618
    Language: English
    Pages: 1 online resource (270 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Gain insight into fuzzy logic and neural networks, and how the integration between the two models makes intelligent systems in the current world. This book simplifies the implementation of fuzzy logic and neural network concepts using Python. You'll start by walking through the basics of fuzzy sets and relations, and how each member of the set has its own membership function values. You'll also look at different architectures and models that have been developed, and how rules and reasoning have been defined to make the architectures possible. The book then provides a closer look at neural networks and related architectures, focusing on the various issues neural networks may encounter during training, and how different optimization methods can help you resolve them. In the last section of the book you'll examine the integrations of fuzzy logics and neural networks, the adaptive neuro fuzzy Inference systems, and various approximations related to the same. You'll review different types of deep neuro fuzzy classifiers, fuzzy neurons, and the adaptive learning capability of the neural networks. The book concludes by reviewing advanced neuro fuzzy models and applications. What You'll Learn Understand fuzzy logic, membership functions, fuzzy relations, and fuzzy inference Review neural networks, back propagation, and optimization Work with different architectures such as Takagi-Sugeno model, Hybrid model, genetic algorithms, and approximations Apply Python implementations of deep neuro fuzzy system Who This book Is For Data scientists and software engineers with a basic understanding of Machine Learning who want to expand into the hybrid applications of deep learning and fuzzy logic.
    Note: Online resource; Title from title page (viewed November 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As teams and projects grow, code review becomes increasingly important to support the maintainability of complex code bases. But code reviews aren't as straightforward as they appear because the people involved in them aren't always predictable. Nina Zakharenko (Microsoft) dives deep into guidelines for writing consistent code, linting and analysis tools for various languages, and common code review gotchas. You'll learn about style guides and how they can help make your code more consistent and easier to maintain, as well as what tools are available to help automate the review process. You'll have better code reviews with your teams at work by giving code reviews with empathy using reviews as tools for sharing knowledge instead of turning the process into a competition. You'll also discover a better approach to code reviews in open source projects. What you'll learn Understand how to make reviews an opportunity for developers to learn from each other and encourage technical growth
    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 ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Building microservices applications introduces more complexity into your architecture. Highly distributed applications on elastic, ephemeral infrastructure that communicate heavily over the network make for an environment where an application is always in a fluid, partially failing state at all times. To help developers transition from the monolithic way of designing and building software to a more service-oriented approach, we need to bridge the gap in tooling to help diagnose and understand what a normal state looks like and how to recover from a non-normal state. Mitchell Kelley and Scott Cranton (solo.io) discuss the types of failures that can occur, namely networking, application behavior/code, and storage, and present a systemic workflow for prodding and exploring a system to detect faults and abnormal behavior. This framework builds on the practices known as chaos engineering. Mitchell and Scott take a look at two open source projects that aim to complement this workflow: the Squash project, for step-by-step distributed microservices debugging, and Gloo Shot, a newly created chaos engineering framework. Prerequisite knowledge Familiarity with debugging applications and building distributed applications A basic understanding of services-oriented applications What you'll learn Understand chaos engineering Learn how to debug distributed applications with appropriate tooling Investigate the requisite workflow to apply toward system behavior exploration This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (626 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get started with C++ programming by learning how to build applications using its data structures and algorithms Key Features Explore data structures such as arrays, stacks, and graphs with real-world examples Study the trade-offs between algorithms and data structures and discover what works and what doesn't Discover how techniques such as bloom filters and multi-way heaps boost real-world applications Book Description C++ is a mature multi-paradigm programming language that enables you to write high-level code with a high degree of control over the hardware. Today, significant parts of software infrastructure, including databases, browsers, multimedia frameworks, and GUI toolkits, are written in C++. This book starts by introducing C++ data structures and how to store data using linked lists, arrays, stacks, and queues. In later chapters, the book explains the basic algorithm design paradigms, such as the greedy approach and the divide-and-conquer approach, which are used to solve a large variety of computational problems. Finally, you will learn the advanced technique of dynamic programming to develop optimized implementations of several algorithms discussed in the book. By the end of this book, you will have learned how to implement standard data structures and algorithms in efficient and scalable C++ 14 code. What you will learn Build applications using hash tables, dictionaries, and sets Explore how modern hardware affects the actual run-time performance of programs Apply common algorithms such as heapsort and merge sort for string data types Use C++ template metaprogramming to write code libraries Implement a URL shortening service using a bloom filter Use appropriate modern C++ idioms such as std:: array instead of C-style arrays Who this book is for This book is for developers or students who want to revisit basic data structures and algorithm design techniques. Although no mathematical background is required, basic knowledge of complexity classes and Big O notation along with a qualification in an algorithms course will help you get the most out of this book. Familiarity with C++ 14 standard is assumed.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: You built your system, you deployed it, you rolled it up in production, but it's just the beginning. The life of your system just started. It will grow, evolve, and wake you up in the middle of the night. Usually, at this point you start thinking about fault tolerance and error handling. Fault-tolerance concepts sound simple: modern frameworks promise to effortlessly solve it for you. But what's hiding behind the simplicity? Alex Borysov (Google) and Mykyta Protsenko (Netflix) take you along for a sneak peak at how to design and build truly fault-tolerant Java systems. They make it real by trying failure scenarios against a live system (you'll watch it recover in real time) and then review the recipes (with gRPC and REST examples and a number of open source tools) that you can use right away to make your code more resilient and your system more robust. Prerequisite knowledge A basic understanding of microservice architecture This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217975
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn Blender 3D modeling, animation, UV mapping, and texture painting; build game assets; and learn 3D Game Development with Unity About This Video Learn Blender from absolute basics up, and build example 3D models Create a complete 3D game in Unity In Detail Learn the basic concepts, tools, and functions that you will need to build fully functional 3D models with Blender and use them in the Unity 3D game engine. Learning the fundamentals of Blender game design puts a powerful and very useful tool at your fingertips. Blender is free and, easy to learn, has excellent documentation, and is used for 3D modeling and game development. Jobs in Blender 3D modeling & game development are plentiful, and learn 3D Modeling with Blender will give you a strong background so you can more easily build awesome 3D game models. Throughout this course, suitable for novice artists and programmers, you'll learn all of the 3D modeling fundamentals and establish a strong understanding of the concepts behind Blender 3D modeling. 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/PacktPublishing/Blender-3D-Modeling-and-Animation-Build-20-3D-Projects-in-Blender . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250617
    Language: English
    Pages: 1 online resource (544 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Employ essential and hands-on tools and functions of the MATLAB and Simulink packages, which are explained and demonstrated via interactive examples and case studies. This book contains dozens of simulation models and solved problems via m-files/scripts and Simulink models which help you to learn programming and modeling essentials. You'll become efficient with many of the built-in tools and functions of MATLAB/Simulink while solving engineering and scientific computing problems. Beginning MATLAB and Simulink explains various practical issues of programming and modelling in parallel by comparing MATLAB and Simulink. After reading and using this book, you'll be proficient at using MATLAB and applying the source code from the book's examples as templates for your own projects in data science or engineering. What You Will Learn Get started using MATLAB and Simulink Carry out data visualization with MATLAB Gain the programming and modeling essentials of MATLAB Build a GUI with MATLAB Work with integration and numerical root finding methods Apply MATLAB to differential equations-based models and simulations Use MATLAB for data science projects Who This Book Is For Engineers, programmers, data scientists, and students majoring in engineering and scientific computing.
    Note: Online resource; Title from title page (viewed November 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3+ Hours of Video Instruction Overview Implementing effective monitoring in Amazon Web Services (AWS) requires a fundamental understanding of several services and features in the ecosystem. AWS Monitoring Strategies Livelessons was specifically created to focus on monitoring in AWS to explain the various tools available in the AWS ecosystem for monitoring, including performance, availability, log, and security monitoring features. Monitoring is a critical piece of infrastructure that is often neglected. Monitoring in the cloud, and in AWS specifically, requires knowledge of specific principles as well as hands-on experience working with monitoring services and features. This course is dedicated to providing that knowledge, along with enough demonstrations to show how implementation actually works. About the Instructor Chad Smith is the principal cloud architect at Brightkey.cloud. He is a certified architect for both Amazon Web Services and Google Cloud Platform. He brings a wealth of relevant experience in cloud adoption, infrastructure design, data security, and cloud operations. Chad holds current AWS certifications in Architecture (Associate and Professional), SysOps, and Security. Skill Level Beginner/Intermediate Learn How To Determine the best monitoring services for your situation Determine the difference between passive and active response Use CloudWatch Dashboard Navigate a Route 53 Failover and Route 53 health checks Use logs and metrics to determine what is happening to your system Use thresholds and alarms Use CloudTrail, GuardDuty, AWS Config, and AWS Systems Manager Who Should Take This Course AWS architects AWS SysOps professionals AWS security professionals Beginner to intermediate AWS users Course Requirements Basic understanding of the AWS ecosystem and infrastructure architecture Working knowledge of traditional monitoring techniques Experience with automation strategies, including scripting languages Lesson descriptions Lesson 1, "Foundations of Monitoring," covers the elements of a 360-degree view of infrastructure and the differences between passive and active responses to alarms. Lesson 2, "Monitoring in AWS Overview," discusses how monitoring in AWS differs from monitoring traditional architectures in an on-premises data center. Monitoring access, permissions are covered along with hybrid architectures and how they make monitoring more complicated. Lesson 3, "Performance Monitoring," introduces CloudWatch and its dashb...
    Note: Online resource; Title from title screen (viewed November 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983031
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master Apache Maven to Build and Deploy your Java and Spring Boot Applications About This Video Develop and deploy Java and Spring Boot applications using Apache Maven Learn to configure Apache Maven plugins for real-world use cases In Detail Apache Maven is the most popular Java build tool. Companies and open source communities around the world consider Apache Maven the 'go-to' build tool for their Java projects. Apache Maven is the most popular Java build tool. Companies and open source communities around the world consider Apache Maven the 'go-to' build tool for their Java projects. In this course, you will gain comprehensive insights into Apache Maven for building and deploying your apps. You'll explore Maven build lifecycles, before going on to understanding how to use Maven to build and package Java projects. The course will then demonstrate how to use Maven with popular alternative JVM languages including Groovy, Kotlin, and Scala. Next, you will configure Maven to run your unit and integration tests written in JUnit 3, JUnit 4, JUnit 5, TestNG, and Spock. You will then delve into generating source code from XML and JSON schemas. In addition to this, the course will get you started with leveraging annotation processing at compile time for Project Lombok and Mapstruct. The course will help you further build on your knowledge with insights into the Apache Maven plugin system, along with guiding you through how plugins are used in the build lifecycle. From building Spring Boot apps, and improving code quality with code coverage and spot bug reports, through to unlocking the capabilities of the Spring Boot Maven plugins, this course helps you learn efficiently at your own pace. Finally, you'll be able to deploy project artifacts to Maven repositories, and later develop multi-module Maven projects. By the end of this course, you will have comprehensive knowledge of Apache Maven, along with the skills to use it for developing and deploying robust applications. 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/PacktPublishing/Apache-Maven-Beginner-to-Guru . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838984083
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Shell scripting and programming to automate your daily tedious tasks About This Video Benefit from the real-time scripts section Learn with the help of a comprehensive course focused on real-life examples In Detail This course is designed for you if you have experience in Linux and want to develop or enhance your Linux shell scripting skills. Most of the scripts practiced in this training are based on real-life examples. While the hobbyists will find it fun work through the examples, these are essential skills for aspiring Linux system admins, and for experienced Linux engineers, these are skills to be consolidated. Lab setup Shell scripting basics Scripting standards Basic shell scripts Real-life scripts Additional resources 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/PacktPublishing/A-Complete-Course-on-Linux-Bash-Shell-Scripting-with-Real-Life-Examples . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 5, 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 (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: As our industry matures, there's been an evolution in attitude toward design. From Google to startups, there's a burgeoning belief that the competitive advantage lies in user experience. That said, most of us don't work with trained user experience designers. On small or dev-focused teams, we need to be scrappy, and often it's developers and engineers who make crucial user experience decisions-from workflows to errors to labels. Regardless of your team composition, having some rock-solid user experience principles will help improve the products you build and make your users' wildest dreams come true. Okay, maybe that's a stretch, but they'll definitely be glad you're willing to give them some love. Josh Clark and Mike Biglan (Twenty Ideas) give you some tools to use so that you, as a developer, can be a UX beast. They explore how to nurture curiosity as a means of understanding the user; how to leverage psychology, including decision science, in the process of developing workflows; how to communicate and argue well; and how to become a UX developer unicorn-winning friends and influencing people (including your boss) to become a more valuable and critical member of any team. Prerequisite knowledge Experience developing products What you'll learn Understand what UX is, why it's important, and how to think about UX front and center and work with experienced UX designers This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210747
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to effectively integrate and build RESTful API clients into Java and Spring Boot applications using WireMock. About This Video This course will help students to learn about how to write unit tests involving RESTful API integrations Write unit tests that cover all possible scenarios in a REST-based interaction In Detail WireMock is a simulator for HTTP-based APIs or MockServer. REST APIs are everywhere today as they're the modern and easiest way to build functionality and expose them to the real world. When it comes to writing unit test cases that involve REST-based interactions, there is always a challenge in testing error responses, network faults, latency, and timeouts. WireMock will solve the problem of application code that depends on an external service by mocking the actual service. In the microservices architecture, It is pretty common for services to depend on one another and it's always a challenge to write test cases for code that depends on other external services. WireMock provides the necessary tools to simulate an external service so that code that depends on the external service can be tested; this helps to build a robust REST client. This course covers the following techniques using WireMock: Service virtualization Simulating an external service Simulating latency Simulating error responses Simulating network errors Learn to integrate the most powerful HTTP Mock library, WireMock, into your applications to build a resilient and robust REST API client.
    Note: Online resource; Title from title screen (viewed October 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119611042
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Have you ever felt stuck with methods, tools and skills that do not match the increasing complexity you are part of? Would you like to work in new ways that strengthen thinking, communication and collaboration? Visual Collaboration introduces a new and innovative way of working and collaborating that will help you successfully manage complexity for yourself, your team, and your entire organization. The method of this book unlocks any team's ability to collaborate in complex projects and processes. By using a systematic and proven approach to drawing and visualizing. Visual Collaboration is a unique visual business book that will enable you to develop visual languages to fit any scenario, create engaging and powerful questions to assist your visual process design and turn a white canvas into a visual template that can improve any meeting, project, or process. The core of the book - a practical and easy-to-follow method - THE FIVE BUILDING BLOCKS will most likely become your preferred way of working. The method is supported by plentiful examples, 4-color drawing, chapter summaries, and clearly defined learning objectives. Enjoyable and powerful, this book will help you: Use visualization as a tool to explore opportunities and challenges Translate complex concepts into easy-to-understand actions Engage employees and team members with effective strategic processes Incorporate drawing into your strategic organizational toolbox to strengthen communication and collaboration Develop and apply powerful visual literacy skills The authors , internationally-recognized experts in strategy communication and visual facilitation, have helped incorporate visual collaboration into more than 500 organizations such as LEGO, IKEA, the Red Cross, the United Nations, and many others. This book is the must-have resource for you to follow their example.
    Note: Online resource; Title from title page (viewed November 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838556518
    Language: English
    Pages: 1 online resource (404 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Get up to speed with a series of performance-enhancing coding techniques and methods that will help you improve the performance of your Unity applications Key Features Optimize graphically intensive games using the latest features of Unity such as Electronic Clearance Service (ECS) and the Burst compiler Explore techniques for solving performance issues with your VR projects Learn best practices for project organization to save time through an improved workflow Book Description Unity engine comes with a great set of features to help you build high-performance games. This Unity book is your guide to optimizing various aspects of your game development, from game characters and scripts, right through to animations. You'll explore techniques for writing better game scripts and learn how to optimize a game using Unity technologies such as ECS and the Burst compiler. The book will also help you manage third-party tooling used with the Unity ecosystem. You'll also focus on the problems in the performance of large games and virtual reality (VR) projects in Unity, gaining insights into detecting performance issues and performing root cause analysis. As you progress, you'll discover best practices for your Unity C# script code and get to grips with usage patterns. Later, you'll be able to optimize audio resources and texture files, along with effectively storing and using resource files. You'll then delve into the Rendering Pipeline and learn how to identify performance problems in the pipeline. In addition to this, you'll learn how to optimize the memory and processing unit of Unity. Finally, you'll cover tips and tricks used by Unity professionals to improve the project workflow. By the end of this book, you'll have developed the skills you need to build interactive games using Unity and its components. What you will learn Apply the Unity Profiler to find bottlenecks in your app, and discover how to resolve them Discover performance problems that are critical for VR projects and learn how to tackle them Enhance shaders in an accessible way, optimizing them with subtle yet effective performance tweaks Use the physics engine to keep scenes as dynamic as possible Organize, filter, and compress art assets to maximize performance while maintaining high quality Use the Mono framework and C# to implement low-level enhancements that maximize memory usage and prevent garbage collection Who this book is for The book is intended for intermediate Unity game devel...
    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 ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219924
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the fundamentals of the Flask framework and its various extensions About This Video Build Python-based web apps using Flask. Learn the most popular Flask extensions to add more power to your apps. Deploy Flask apps to Heroku, Python Anywhere, and a Linux server. In Detail Welcome to The Ultimate Flask Course! This course will teach you how to build Flask apps using both Flask and its popular extensions. We don't just cover the basics of the Flask framework, but also how to use its many extensions to make it easier to add functionality to your Flask apps. You'll start by learning the basics of Flask. You'll learn enough to use templates, and how to connect and use an SQLite database in your Flask apps. You will then explore three example apps using only the Flask framework. After those examples, you will learn many popular Flask extensions. Finally, you'll explore three more example apps that use some of the extensions you've learned in the course. The skills you learn in this course will help you create your web apps. By the end of the course, you should understand the fundamentals of building web applications in Flask via its extensions. With this knowledge, you can continue with Flask or try other frameworks, because the principles of web development are the same everywhere.
    Note: Online resource; Title from title screen (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The revolutionary guide that challenged businesses around the world to stop selling to their buyers and start answering their questions to get results; revised and updated to address new technology, trends, the continuous evolution of the digital consumer, and much more In today's digital age, the traditional sales funnel-marketing at the top, sales in the middle, customer service at the bottom-is no longer effective. To be successful, businesses must obsess over the questions, concerns, and problems their buyers have, and address them as honestly and as thoroughly as possible. Every day, buyers turn to search engines to ask billions of questions. Having the answers they need can attract thousands of potential buyers to your company-but only if your content strategy puts your answers at the top of those search results. It's a simple and powerful equation that produces growth and success: They Ask, You Answer . Using these principles, author Marcus Sheridan led his struggling pool company from the bleak depths of the housing crash of 2008 to become one of the largest pool installers in the United States. Discover how his proven strategy can work for your business and master the principles of inbound and content marketing that have empowered thousands of companies to achieve exceptional growth. They Ask, You Answer is a straightforward guide filled with practical tactics and insights for transforming your marketing strategy. This new edition has been fully revised and updated to reflect the evolution of content marketing and the increasing demands of today's internet-savvy buyers. New chapters explore the impact of technology, conversational marketing, the essential elements every business website should possess, the rise of video, and new stories from companies that have achieved remarkable results with They Ask, You Answer . Upon reading this book, you will know: How to build trust with buyers through content and video. How to turn your web presence into a magnet for qualified buyers. What works and what doesn't through new case studies, featuring real-world results from companies that have embraced these principles. Why you need to think of your business as a media company, instead of relying on more traditional (and ineffective) ways of advertising and marketing. How to achieve buy-in at your company and truly embrace a culture of content and video. How to transform your current customer base into loyal brand advocates for your company. They...
    Note: Online resource; Title from title page (viewed August 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838824532
    Language: English
    Pages: 1 online resource (664 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cut through the noise and get real results with a step-by-step approach to learning HTML and CSS programming Key Features An HTML and CSS tutorial with step-by-step exercises and activities Structured to let you progress at your own pace, on your own terms Use your physical print copy to redeem free access to the online interactive edition Book Description You already know you want to learn HTML and CSS, and a smarter way to learn HTML and CSS is to learn by doing. The HTML and CSS Workshop focuses on building up your practical skills so that you can build your own static web pages from scratch, or work with existing themes on modern platforms like WordPress and Shopify. It's the perfect way to get started with web development. You'll learn from real examples that lead to real results. Throughout The HTML and CSS Workshop, you'll take an engaging step-by-step approach to beginning HTML and CSS development. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day or spend an entire weekend learning about CSS pre-processors. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical print copy of The HTML and CSS Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track progress, and receive free content updates. You'll even earn a secure credential that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your HTML CSS book. Fast-paced and direct, The HTML and CSS Workshop is the ideal companion for a HTML and CSS beginner. You'll build and iterate on your code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Get to grips with the key features of HTML5 and CSS3 Learn how to integrate animation, media, and custom themes Understand how you can easily customize and maintain CSS Develop your own mobile-first approach while designing websites Learn how to diagnose and resolve common style and structural problems Who this book is for Our goal at Packt is to help you be successful, in whatever it is ...
    Note: Online resource; Title from title page (viewed November 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (322 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An advanced exploration of the skills and knowledge required for operating Kubernetes clusters, with a focus on metrics gathering and alerting, with the goal of making clusters and applications inside them autonomous through self-healing and self-adaptation. Key Features The sixth book of DevOps expert Viktor Farcic's bestselling DevOps Toolkit series, with an overview of advanced core Kubernetes techniques,-oriented towards monitoring and alerting. Takes a deep dive into monitoring, alerting, logging, auto-scaling, and other subjects aimed at making clusters resilient, self-sufficient, and self-adaptive Discusses how to customise and create dashboards and alerts Book Description Building on The DevOps 2.3 Toolkit: Kubernetes, and The DevOps 2.4 Toolkit: Continuous Deployment to Kubernetes, Viktor Farcic brings his latest exploration of the Docker technology as he records his journey to monitoring, logging, and autoscaling Kubernetes. The DevOps 2.5 Toolkit: Monitoring, Logging, and Auto-Scaling Kubernetes: Making Resilient, Self-Adaptive, And Autonomous Kubernetes Clusters is the latest book in Viktor Farcic's series that helps you build a full DevOps Toolkit. This book helps readers develop the necessary skillsets needed to be able to operate Kubernetes clusters, with a focus on metrics gathering and alerting with the goal of making clusters and applications inside them autonomous through self-healing and self-adaptation. Work with Viktor and dive into the creation of self-adaptive and self-healing systems within Kubernetes. What you will learn Autoscaling Deployments and Statefulsets based on resource usage Autoscaling nodes of a Kubernetes cluster Debugging issues discovered through metrics and alerts Extending HorizontalPodAutoscaler with custom metrics Visualizing metrics and alerts Collecting and querying logs Who this book is for Readers with an advanced-level understanding of Kubernetes and hands-on experience.
    Note: Online resource; Title from title page (viewed November 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251591
    Language: English
    Pages: 1 online resource (129 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Launching a startup is now easier than ever before. Building a lasting brand, however, remains a mystery for even the savviest of founders. An impactful, recognizable brand is perhaps a company's most valuable intellectual property. And any strong brand starts with a strategy. The Brand Strategy Canvas has arrived to coach you beyond buzzword-laden tips and tricks, and instead offers you thorough, practical techniques to jump-start your strategy creation process. Author Patrick Woods distills fundamental questions to guide your strategy into a revolutionary single-page tool known as the titular Brand Strategy Canvas. The book takes you through each of the simple yet thought-provoking questions of the tool to develop your strategy, including considering audience insight, assessing benefits, creating a positioning statement, and identifying key messages. You will explore real-world case studies along the way and build a message map that ensures your organization drives home a consistent, clear, and authentic message to your target audience. No matter where you are in the business creation process, The Brand Strategy Canvas is the tool you need to build a brand from scratch that you can enthusiastically and effectively implement in real time. This book provides value to team members in companies of all sizes and stages, and is fit for any level of professional wanting to kickstart their entrepreneurial goals. A brand created today must be built for all of tomorrow's possibilities, and The Brand Strategy Canvas is the book you will want by your side. What You Will Learn Examine the key differences between strategy and execution Understand how you can avoid brand debt Craft meaningful messages with the Features〉Benefits Continuum Develop a positioning statement that differentiates from the competition and inspires your marketing Discover your distinctive brand personality and how it impacts your marketing Equip your team with guidance and inspiration to ensure consistent and inspiring voice and personality throughout all your messaging Who This Book I s For This book is for startup founders who are looking for tools to help them build a brand their team can actually implement. This book will also resonate with and provide value to team members in tech companies of all sizes and stages.
    Note: Online resource; Title from title page (viewed December 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282346
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master Slack for work and fun! Updated December 10, 2019 The Slack group messaging system has become an integral part of work life (and even social life) for millions of people. It's a feature of the modern business landscape, but how can you make the best use of this powerful, 21st-century tool to both get your job done and have fun? In this book, Glenn Fleishman addresses every major type of Slack user: New user: If you're interested in or tempted by Slack but have never used it, this book will help you get up to speed quickly. Experienced user: If you use Slack already and want to get more out of it, this book will guide you to more efficient and more sophisticated use and control. Reluctant user: If Slack is a requirement for your workplace, nonprofit group, or other organization, this book will help you overcome frustration and confusion. Slack can make your work life better. This book helps you master Slack! It shows you things you'll never learn by reading the online documentation or simply poking around, based on Glenn's years of experience in multiple Slack teams. Among the many questions this book answers are: How do I get started using Slack, including creating my first workspace? How can I manage the number (and manner) of notifications I get on my desktop and on my mobile devices? Is there any way to edit the message I just posted so I can fix a mistake? How do I find other channels in my Slack workspace-or make new ones? How do I make audio or video calls in Slack, or use screen sharing? What are the differences between direct messages and public messages in Slack? How much privacy can I expect in Slack from coworkers, bosses, owners, and Slack itself? How much can I do in Slack for free? What features make sense to pay for? How do people find and enter emoji in messages? What does it mean when names in the sidebar are bold or italic? What do the numbers next to channel or conversation names indicate? What exactly is Slackbot, and why is it talking to me? How do I perform advanced searches to find what I need? How do I find and install Slack apps? Take Control of Slack replaces two previous titles: Take Control of Slack Basics and Take Control of Slack Admin . Although this new book borrows some elements from its predecessors, it's a brand-new, completely rethought guide that's up to date with the latest versions of Slack (right down to its brand-new icon!).
    Note: Online resource; Title from title page (viewed December 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Many presentations on microservices offer a high-level view of the architecture; rarely do you hear what it's like to work in such an environment. Individual services are somewhat trivial to develop, but now you suddenly have countless others to track. You'll become obsessed over how they communicate. You'll have to start referring to the whole thing as "the Platform." You'll have to take on some considerable DevOps work and start learning about deployment pipelines, metrics, and logging. Don't panic. Stephen Pember (Toast) shares what he's learned over the past six years migrating from a monolith to microservices across several companies. He examines what a development lifecycle might look like for adding a new service, developing a feature, or fixing bugs. You'll see how team communication is more important than one might realize, as coordinating on architecture designs and implementation is crucial. Most importantly, he'll show how-while an individual service is simple-the infrastructure demands are now much more more complicated: your organization will need to introduce and become increasingly dependent on various technologies, procedures, and tools ranging from the ELK stack to Grafana to Kubernetes. You'll leave understanding why your resident SREs should be the most valued members of your team.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839211508
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Configure NGINX and Apache, install free SSL/TLS certificates from Let's Encrypt, configure Cloudflare, and create CSR requests About This Video TLS certificate structure Cloudflare reverse proxy with free SSL certificates CSR (Certificate Signing Request), domain validation, and certificate installation In Detail This course is all about securing websites with SSL/TLS certificates. We start by exploring the basics of symmetric encryption algorithms such as AES, asymmetric encryption (RSA), and hashing protocols (MD5 and SHA). Also, we will explain the fundamentals of computer networks and TCP/IP stacks; for that, we use the Wireshark traffic analyzer. You will learn about the structure of SSL/TLS certificates. Also, you will understand why CAs (Certificate Authorities) are needed and how the chain of trust is built. We will perform multiple practice activities: Buy a domain and configure DNS settings Use the Certbot ACME client to automatically obtain a free SSL certificate from Let's Encrypt With the help of OpenSSL, generate RSA keys and self-signed certificates Secure WordPress with Apache using SSL/TLS certificates Create a CSR (Certificate Signing Request) via OpenSSL and submit it to the CA server Configure Cloudflare for your domain and set up different SSL operation modes Install and configure NGINX web servers for SSL/TLS certificates Migrate from HTTP to HTTPS Redirect all traffic using HTTP 301 redirect from HTTP to HTTPS No prior knowledge of computer networks, encryption, or configuring web servers is required. This course will teach you everything from scratch-from simple setups to complex solutions. If you want to master SSL and HTTPS in-depth, this course is for you!
    Note: Online resource; Title from title screen (viewed August 20, 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...