Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 2015-2019  (4,469)
  • 1975-1979
  • Safari, an O’Reilly Media Company  (2,176)
  • Safari, an O’Reilly Media Company.  (1,872)
  • Safari, an O'Reilly Media Company.  (421)
Datasource
Material
Language
Years
Year
Author, Corporation
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Productivity Press | Boston, MA : Safari
    ISBN: 9781000056488
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: In this classic text, Taiichi Ohno--inventor of the Toyota Production System and Lean manufacturing--shares the genius that sets him apart as one of the most disciplined and creative thinkers of our time. Combining his candid insights with a rigorous analysis of Toyota's attempts at Lean production, Ohno's book explains how Lean principles can improve any production endeavor. A historical and philosophical description of just-in-time and Lean manufacturing, this work is a must read for all students of human progress. On a more practical level, it continues to provide inspiration and instruction for those seeking to improve efficiency through the elimination of waste.
    Note: Online resource; Title from title page (viewed December 17, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781260455434
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Audiobooks
    Abstract: An unprecedented inside look at how Airbnb and its host community create dynamic customer experiences and build brand loyalty
    Note: Online resource; Title from title screen (viewed October 14, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Estimating software development often produces more angst than value, but it doesn't have to. Identify the needs behind estimate requests and determine how to meet those needs simply and easily. Choose estimation techniques based on current needs and available information, gaining benefit while reducing cost and effort. Detect bad assumptions that might sink your project if you don't adjust your plans. Discover what to do when an estimate is wrong, how to recover, and how to use that knowledge for future planning. Learn to communicate about estimates in a healthy and productive way, maximizing advantage to the organization and minimizing damage to the people. In a world where most developers hate estimation and most managers fear disappointment with the results, there is hope for both. It requires giving up some widely held misconceptions. Let go of the notion that "an estimate is an estimate" and estimate for the particular need you, and your organization, have. Realize that estimates have a limited shelf-life, and reestimate frequently if it's important. When reality differs from your estimate, don't lament; mine that disappointment for the gold that can be the longer-term jackpot. Estimate in comparison to past experience, by modeling the work mathematically, or a hybrid of both. Learn strategies for effective decomposition of work and aspects of the work that likely affect your estimates. Hedge your bets by comparing the results of different approaches. Find out what to do when an estimate proves wrong. And they will. They're estimates, after all. You'll discover that you can use estimates to warn you of danger so you can take appropriate action in time. Learn some crucial techniques to understand and communicate with those who need to understand. Address both the technical and sociological aspects of estimation, and you'll help your organization achieve its desired goals with less drama and more benefit. What You Need: No software needed, just your past experience and concern for the outcomes.
    Note: Online resource; Title from title page (viewed December 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic Bookshelf | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (358 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights and completely updated for Phoenix 1.4, this definitive guide will be your constant companion in your journey from Phoenix novice to expert, as you build the next generation of web applications. Phoenix is the long-awaited web framework based on Elixir, the highly concurrent language that combines a beautiful syntax with rich metaprogramming. The best way to learn Phoenix is to code, and you'll get to attack some interesting problems. Start working with controllers, views, and templates within the first few pages. Build an in-memory context, and then back it with an Ecto database layer, complete with changesets and constraints that keep readers informed and your database integrity intact. Craft your own interactive application based on the channels API for the real-time applications that this ecosystem made famous. Write your own authentication plugs, and use the OTP layer for supervised services. Organize code with modular umbrella projects. This edition is fully updated for Phoenix 1.4, with a new chapter on using Channel Presence to find out who's connected, even on a distributed application. Use the new generators and the new ExUnit features to organize tests and make Ecto tests concurrent. This is a book by developers and for developers, and we know how to help you ramp up quickly. Any book can tell you what to do. When you've finished this one, you'll also know why to do it. What You Need: To work through this book, you will need a computer capable of running Erlang 18 or higher, Elixir 1.5 or higher, and Phoenix 1.4 or higher. A rudimentary knowledge of Elixir is also highly recommended.
    Note: Online resource; Title from title page (viewed October 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (484 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Troubleshoot query performance issues, identify anti-patterns in code, and write efficient T-SQL queries Key Features Discover T-SQL functionalities and services that help you interact with relational databases Understand the roles, tasks, and responsibilities of a T-SQL developer Explore solutions for carrying out database querying tasks, database administration, and troubleshooting Book Description Transact-SQL (T-SQL) is Microsoft's proprietary extension to the SQL language that is used with Microsoft SQL Server and Azure SQL Database. This book will be a useful guide to learning the art of writing efficient T-SQL code in modern SQL Server versions as well as the Azure SQL Database. The book will get you started with query processing fundamentals to help you write powerful, performant T-SQL queries. You will then focus on query execution plans and leverage them for troubleshooting. In later chapters, you will explain how to identify various T-SQL patterns and anti-patterns. This will help you analyze execution plans to gain insights into current performance, and determine whether or not a query is scalable. You will also build diagnostic queries using dynamic management views (DMVs) and dynamic management functions (DMFs) to address various challenges in T-SQL execution. Next, you will work with the built-in tools of SQL Server to shorten the time taken to address query performance and scalability issues. In the concluding chapters, the book will guide you through implementing various features, such as Extended Events, Query Store, and Query Tuning Assistant, using hands-on examples. By the end of this book, you will have developed the skills to determine query performance bottlenecks, avoid pitfalls, and discover the anti-patterns in use. Foreword by Conor Cunningham, Partner Architect - SQL Server and Azure SQL - Microsoft What you will learn Use Query Store to understand and easily change query performance Recognize and eliminate bottlenecks that lead to slow performance Deploy quick fixes and long-term solutions to improve query performance Implement best practices to minimize performance risk using T-SQL Achieve optimal performance by ensuring careful query and index design Use the latest performance optimization features in SQL Server 2017 and SQL Server 2019 Protect query performance during upgrades to newer versions of SQL Server Who this book is for This book is for database administrators, database developers, data analysts, data ...
    Note: Online resource; Title from title page (viewed May 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Enhance your programming skills to build exciting robotic projects Key Features Build an intelligent robot that can detect and avoid obstacles and respond to voice commands Detect and track objects and faces using OpenCV Control your robot with a GUI button designed using Qt5 Book Description C++ is one of the most popular legacy programming languages for robotics, and a combination of C++ and robotics hardware is used in many leading industries. This book will bridge the gap between Raspberry Pi and C/C++ programming and enable you to develop applications for Raspberry Pi. You'll even be able to implement C programs in Raspberry Pi with the WiringPi library. The book will guide you through developing a fully functional car robot and writing programs to move it in different directions. You'll then create an obstacle-avoiding robot using an ultrasonic sensor. In addition to this, you'll find out how to control the robot wirelessly using your PC or Mac. This book will also help you work with object detection and tracking using OpenCV, and guide you through exploring face detection techniques. Finally, you will create an Android app and control the robot wirelessly with an Android smartphone. By the end of this book, you will have gained experience in developing a robot using Raspberry Pi and C/C++ programming. What you will learn Install software on a Raspberry Pi compatible with C++ programming Program the Raspberry Pi in C++ to run a motor Control a Raspberry Pi-powered robot wirelessly with your laptop or PC Program a Raspberry Pi camera using OpenCV Control a Raspberry Pi robot with voice commands Implement face and object detection with Raspberry Pi Who this book is for This book is for developers, programmers, and robotics enthusiasts interested in leveraging C++ to build exciting robotics applications. Prior knowledge of C++ is necessary to understand the projects covered in this book.
    Note: Online resource; Title from title page (viewed March 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838986841
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build an opener with animations, video footage, and visual effects using After Effects in this beginners' tutorial About This Video Build a fun and flashy intro to a comic book while learning and implementing Adobe After Effects Step-by-step instructions will ease you through your first professional project Learn not only how to use After Effects, but also the concepts behind high-quality work In Detail Whether you are a hobbyist or keen to become a professional video editor, learning a powerful tool such as Adobe After Effects can be a daunting task; however, in just 3.5 hours, this course breaks down the essentials of what you need to know to complete your first project. The course starts with a quick overview of the After Effects interface and some key concepts in motion graphics. In the following sections, you'll start working with the core features of After Effects by delving into video footage, graphics, animations, and effects. You will gain hands-on experience of professional concepts such as animation principles, typography, and color correction. Each section jumps right in and takes you through each step using fun artwork and new features to help build your skills. You will gain the foundational knowledge you need to create exceptional visual effects, extraordinary motion graphics, and exciting animated text for amazing video effects. You will learn how to animate objects; put them in motion; and change their size, rotation, and opacity over time and you'll discover how to apply and animate visual effects. Also, you will explore how to create shapes, perform color correction, and animate text. Through taking this course, you will create a professional-looking Intro for a comic book series, learning the core basics of After Effects along the way and becoming familiar with its newly-released features. By the end of this course, you will have the skills and knowledge of Adobe After Effects CC you need to produce compelling digital-media projects.
    Note: Online resource; Title from title screen (viewed January 31, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (612 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the world of neural networks by building powerful deep learning models using the R ecosystem Key Features Get to grips with the fundamentals of deep learning and neural networks Use R 3.5 and its libraries and APIs to build deep learning models for computer vision and text processing Implement effective deep learning systems in R with the help of end-to-end projects Book Description Deep learning has a range of practical applications in several domains, while R is the preferred language for designing and deploying deep learning models. This Learning Path introduces you to the basics of deep learning and even teaches you to build a neural network model from scratch. As you make your way through the chapters, you'll explore deep learning libraries and understand how to create deep learning models for a variety of challenges, right from anomaly detection to recommendation systems. The Learning Path will then help you cover advanced topics, such as generative adversarial networks (GANs), transfer learning, and large-scale deep learning in the cloud, in addition to model optimization, overfitting, and data augmentation. Through real-world projects, you'll also get up to speed with training convolutional neural networks (CNNs), recurrent neural networks (RNNs), and long short-term memory networks (LSTMs) in R. By the end of this Learning Path, you'll be well-versed with deep learning and have the skills you need to implement a number of deep learning concepts in your research work or projects. What you will learn Implement credit card fraud detection with autoencoders Train neural networks to perform handwritten digit recognition using MXNet Reconstruct images using variational autoencoders Explore the applications of autoencoder neural networks in clustering and dimensionality reduction Create natural language processing (NLP) models using Keras and TensorFlow in R Prevent models from overfitting the data to improve generalizability Build shallow neural network prediction models Who this book is for This Learning Path is for aspiring data scientists, data analysts, machine learning developers, and deep learning enthusiasts who are well versed in machine learning concepts and are looking to explore the deep learning paradigm using R. A fundamental understanding of R programming and familiarity with the basic concepts of deep learning are necessary to get the most out of this Learning Path.
    Note: Online resource; Title from title page (viewed May 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781260457858
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Audiobooks
    Abstract: Business psychologist, advisor, and consultant to organizations across six continents, Dr. Melanie Katzman provides 52 proven ways to ignite productivity and to create a deeply rewarding work life by connecting to yourself, your organization, and the wider world. Readers will discover the outsized effect of small behavioral changes that will reduce the sense of loneliness and frustration at work and help them establish respect, grow loyalty, resolve conflict, fight fear, and make a real, lasting impact on others.
    Note: Online resource; Title from title screen (viewed October 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781260458183
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Audiobooks
    Abstract: Popular Follow My Lead Podcaster John Eades delivers a proven method to boost staff performance, improve retention, and build a world-class team culture. Building the Best challenges readers to rethink what it means to be a leader today and gives them the tools to determine their current leadership style.
    Note: Online resource; Title from title screen (viewed November 5, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Joshua Malina - Senior Machine Learning Engineer at AMEX Time series data is really fun to play with, but you have to know how to do it. In this talk, I dive into an open source data set to show you how Pandas makes time series data investigation more accessible. After this presentation, you will know about, time series decomposition, hypothesis testing and investigation, data quality issues related to time series, and resampling methods.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An entertaining, informative, and eminently useful guide that draws on psychology, data, and real-world experience to explain what really drives successful fundraising. In The Forgotten Foundations of Fundraising , Jeremy Beer and Jeff Cain, cofounders of American Philanthropic, a leading consulting firm for nonprofit organizations, offer practical lessons and unconventional wisdom for both nonprofit leaders and novices in the art and science of raising money. Drawing upon a wealth of experience, deploying an army of anecdotes, and using eye-opening American Philanthropic survey data, the authors provide a brisk, irreverent, and supremely useful introduction to fundraising for charities and nonprofits. The book explains the hows and whys of a variety of fundraising techniques, from direct mail to planned giving programs. It explores the benefits and pitfalls of prospect research, the keys to donor retention, and the essential elements of a healthy nonprofit culture. It gives insightful advice on making personal meetings count, soliciting foundations, and training young fundraisers. And it does so with sprightly prose and sharp observations. You'll never read another fundraising book quite like this one. Expertly deflating the pretensions of those who would make fundraising a bureaucratic and esoteric profession, Beer and Cain elucidate the practical knowledge and relationship skills that still matter more than anything else. They make an impassioned plea for the importance of civil society to American democracy and build a compelling case for fundraising as an honorable component of a healthy civic culture. Philanthropy is not about bottom lines and return on investment-successful fundraisers provide a platform for donors to affirm their ideals, values, and morals. Fundraising is serious, but learning about it needn't be a chore. The Forgotten Foundations of Fundraising is at once eminently practical and absolutely delightful.
    Note: Online resource; Title from title page (viewed March 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (214 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Information in all its forms is at the heart of the economic intelligence process. It is also a powerful vector of innovation and, more than ever, a balance between economic and societal forces. That is why a large part of Strategic Intelligence for the Future 2 analyzes the various aspects of information, from traditional processing and research to the psychological and epigenetic aspects of its development. This leads to a new vision of its integration into organizations. In addition, new technologies offer extensive access to information, including social networks which are critically analyzed here. In a complex world where geopolitics and the new concept of information warfare are becoming increasingly important, it becomes imperative to better apprehend and understand our environment, in order to develop critical thinking that will reinforce the different global aspects of security in economic intelligence.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: Your quick guide to using QuickBooks Online Searching for a cloud-based solution for your small business' accounting needs? Master the fundamentals of QuickBooks Online-the world's most popular software for fast and easy mobile accounting! QuickBooks Online brings this popular accounting software to your browser for a monthly fee, allowing you access to its tools from any device with an Internet connection. From generating financial reports to simplifying tax preparation to tracking business finances, QuickBooks Online For Dummies covers it all! Handle your financial and business management tasks more effectively Get the most out of QuickBooks' features Create invoices and memos with ease Pay bills, prepare payroll, and record sales receipts If you use QuickBooks Online-or want to implement it-this new edition gets you up and running fast.
    Note: Online resource; Title from title page (viewed June 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 10th edition
    Keywords: Electronic books ; local
    Abstract: Build a winning portfolio-and reduce your risk-with this bestselling guide Online investing has never been easier-or more potentially confusing. Now that every broker or finance site has its own app, data, or approach, it can be all too easy to be misled and make a bad decision. Online Investing for Dummies helps you reduce risk and separate the gimmicks from the gold, pointing investors of all experience levels to the pro-tips, calculators, databases, useful sites, and peer communities that will lead to success. Updated to include information on mobile trading and the influence of social media on the markets, the book also covers the basics-showing you how to figure out how much to invest, find data online, and pick an online broker. It then progresses through to more advanced topics, such as calculating returns, selecting mutual funds, buying bonds, options, commodities, and IPOs, taking you and your money wherever you want to go in the global market. Set expectations and assess your risk Analyze stocks and financial statements Assemble the suite of tools to calculate your performance Get tips on choosing the right online broker and on protecting your information online It's time to get a pro strategy, and Online Investing for Dummies has all the inside information you need to build up that winning portfolio.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The corporate start-up incubator is currently developing in large companies as an essential approach to open innovation. It faces a global system involving varied contexts, issues and actors. Its implementation is an art and to succeed the corporate incubator must become a real "interaction architect". Using testimonials and real case studies, the author takes a dive into the structural and social mysteries of corporate incubators. By analyzing the complex mechanisms of interactions, this book decrypts and reveals the keys to the success of these devices and to opening innovation in a broad sense. The concept of an "interaction architect" is related to the art of building fruitful interactions within human systems. Being aware that social systems exist is good, but knowing how to manage them is better.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Fullstack developers often earn higher salaries and have more career opportunities than developers who only specialize in front- or backends. Creating a Simple Angular App expands your Java skills by teaching you to build reactive, responsive, functional frontends using the Angular framework. You don't need any existing knowledge of Angular or JavaScript-everything required to start building stunning frontends is covered in the course. By referencing Java and Java web technology examples, this course makes it quick and easy for Java developers to upgrade their skills to Angular. In the first in a running series of five videos, you'll learn what Angular is, how to install Angular and set up a development environment, and how to build your first simple application. about the subject The Angular framework is used by millions of developers, powering frontends from simple prototypes to Google's own web apps. Prized for its scalability, Angular also offers lightning fast speed and response times and the chance to reuse code for both web and mobile. Best of all, it can be integrated with backends built in Java. about the video Angular for Java Developers is a five-part course that teaches Java programmers how to use Angular and JavaScript to build applications that are maintainable, testable, and secure. In Part One, you'll get to grips with how Angular works, what an Angular application looks like, and get started by creating your first simple Angular app. The video lays the groundwork for the case study example app you'll build throughout all five videos, the architecture of Angular applications, as well as creating your own custom components. Inside: Part 1 of 5 videos covering Angular frontends for Java applications Building responsive and reactive front-ends with Angular Installing Angular and setting up a development environment Building your first simple application For viewers with basic Java experience. Matt Greencroft has over twenty years of experience as a programmer, primarily working in the banking sector. Matt now teaches for Virtual Pair Programmers. His specialties are Microservices, Spring Boot, Apache Spark and Kotlin.
    Note: Online resource; Title from title screen (viewed December 6, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Consumers today are less brand loyal and primarily driven by rewards, benefits and experiences. Constant changing customer preferences and card business economics point to a need for being hyper focused on customer engagement. In this presentation, Visa Consulting & Analytics showcases some of the approaches to increase customer engagement and improve retention using Machine Learning techniques on transactional data.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: One of the challenges seemingly all data scientists face is finding a clean data set which contains the state of the player right before they take some event in the system. Typically we need to interact with event-driven systems and/or databases that only maintain the current snapshot of the player. In this talk we highlight some work we have done to recreate the up to date snapshot of the player captured before each event and demonstrate how we can leverage this dataset to improve personalization and model the players' likelihood to churn.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781260455595
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Audiobooks
    Abstract: From the top name in business leadership excellence-Zenger Folkman-this edition is updated with copious new research conducted over the past ten years. This landmark work gives serious business leaders everything they need to transform themselves from effective managers to extraordinary leaders.
    Note: Online resource; Title from title screen (viewed November 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282339
    Language: English
    Pages: 1 online resource (56 pages)
    Edition: 1st edition
    Keywords: Apple's Notes (Application software) ; Note-taking ; Electronic books ; local ; Prise de notes ; COMPUTERS ; Software Development & Engineering ; Quality Assurance & Testing ; Note-taking
    Abstract: Apple's Notes has come a long way since it was first introduced with the iPhone as a simple note-taking app, but many users are still unaware of its expanded capabilities. Now available on Macs, on iOS/iPadOS devices, and on the web at iCloud.com, Notes has become a surprisingly powerful tool for writing, sketching, organizing, and sharing information of all kinds. In Take Control of Notes , TidBITS Managing Editor Josh Centers provides a quick but thorough guide to this deceptively simple app, showing you how to master its many tools-and avoid or work around its limitations. Among many other things, you'll learn how to: Choose where to stores notes (iCloud, IMAP, or a device) and whether or how they sync Import notes from other apps and services Apply and modify character-level and paragraph-level formatting in a note Make lists (including checklists and lists with multiple levels of indentation) Work with tables in notes Encrypt notes with a password Add photos, videos, audio, maps, and other content to your notes Scan printed documents into Notes and save them as PDF attachments Draw and sketch using your finger or an Apple Pencil Share notes with other users Organize your notes into folders and search their contents
    Note: Online resource; Title from title page (viewed October 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: If you want to start with Rust I recommend this course without a doubt. Roberto Gammino, e-power In Rust in Motion , premier Rust experts Carol Nichols and Jake Goulding, introduce you to the Rust programming language! Designed for modern systems programming, Rust delivers impressive speed and thread-safe concurrency. As coauthor of The Rust Programming Language , Carol literally helped write "The Book," as the Rust community affectionately calls it. Jake created the Rust FFI Omnibus , and he's also the #1 contributor to the Rust tag on Stack Overflow. If you're ready to get started writing production-quality lightning-fast systems code, this course is for you! Rust in Motion is an all-access pass to Rust, brought to you by top authorities on the subject. Carol and Jake's masterful instruction jumpstarts your learning with a spotlight on what's different and special about Rust! This skilled duo challenges you to dig deeply into the nuts and bolts of variables, primitive data types, functions, control flow constructs, defining enums and structs, and adding behavior to them with methods. You'll learn memory management via ownership and borrowing, techniques for error handling, lifetime annotations, and other unique Rust concepts. With this course's code examples, inspired by real-world scenarios, you'll be ready to hit the ground running! Rust's popularity is surging among systems programmers. Aiming to be an alternative to C and C++, Rust's extraordinary speed comes largely from its memory safety, which it achieves without resource-greedy garbage collection. Other enticing features of this hot systems programming language include its rich type system, heavy functional programming influence, and freedom from a runtime requirement. Command line applications, networking, embedded services, and WebAssembly are some of the areas where Rust really shines! Inside: How to determine the data types of variables Rust's primitive data types How to write idiomatic functions Control flow constructs, including the match expression Defining your own data types using enums and structs Adding behavior to enums and structs with methods Ownership and borrowing Error handling Lifetime annotations Perfect for programmers with experience in a language like Java, JavaScript, Ruby, or Python. Carol Nichols co-authored The Rust Programming Language and is a member of the Rust Core Team. Jake Goulding is the creator of The Rust FFI Omnibus, a member of the Rust Inf...
    Note: Online resource; Title from title screen (viewed November 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the capabilities of GPUs for solving high performance computational problems Key Features Understand effective synchronization strategies for faster processing using GPUs Write parallel processing scripts with PyCuda and PyOpenCL Learn to use CUDA libraries such as CuDNN for deep learning on GPUs Book Description GPUs are proving to be excellent general purpose-parallel computing solutions for high-performance tasks such as deep learning and scientific computing. This book will be your guide to getting started with GPU computing. It begins by introducing GPU computing and explaining the GPU architecture and programming models. You will learn, by example, how to perform GPU programming with Python, and look at using integrations such as PyCUDA, PyOpenCL, CuPy, and Numba with Anaconda for various tasks such as machine learning and data mining. In addition to this, you will get to grips with GPU workflows, management, and deployment using modern containerization solutions. Toward the end of the book, you will get familiar with the principles of distributed computing for training machine learning models and enhancing efficiency and performance. By the end of this book, you will be able to set up a GPU ecosystem for running complex applications and data models that demand great processing capabilities, and be able to efficiently manage memory to compute your application effectively and quickly. What you will learn Utilize Python libraries and frameworks for GPU acceleration Set up a GPU-enabled programmable machine learning environment on your system with Anaconda Deploy your machine learning system on cloud containers with illustrated examples Explore PyCUDA and PyOpenCL and compare them with platforms such as CUDA, OpenCL, and ROCm. Perform data mining tasks with machine learning models on GPUs Extend your knowledge of GPU computing in scientific applications Who this book is for Data scientists, machine learning enthusiasts, or professionals who want to get started with GPU computation and perform the complex tasks with low-latency will find this book useful. Intermediate knowledge of Python programming is assumed.
    Note: Online resource; Title from title page (viewed May 14, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800203709
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master 75+ Excel tips and techniques and become a certified POWER USER, with unique hands-on demos and real-world projects to help you wrangle, analyze, and visualize your data in Excel. About This Video Master some of the most powerful and effective tools and techniques used by Excel professionals Unique hands-on demos and real-world case studies Learn tools and techniques in quick, bite-sized lessons In Detail This course is not an introduction to Excel. It features some of the most powerful and effective tools and techniques used by Excel professionals, and shares them through crystal-clear demos and unique, real-world case studies. Unlike most Excel courses, this course is non-linear and constantly evolving, which means that you can jump to different sections or individual lectures freely. Each video is designed to be an independent and self-contained demo, to help you learn these tools and techniques in quick, bite-sized lessons. The Excel tips and techniques covered in this course fall into six categories: Productivity tips (navigation, flash fill, cell protection, advanced sorting & filtering, and more) Formatting tips (freeze panes, row/column grouping, advanced custom formats, and more) Formula tips (formula auditing tools, fuzzy lookups, detecting duplicates, randomization, and more) Visualization tips (sparklines, filled maps, custom templates, Excel form controls, and more) Pivot Table tips (slicers & timelines, custom layouts, value calculations, and more) Analytics tips (outlier detection, Monte Carlo simulation, forecasting, CUBE functions, and more) While the level of difficulty varies considerably, the demos generally start simple and become progressively more complex within each section. There are no strict prerequisites for this course, but keep in mind that some demos may be challenging without a strong foundational knowledge of underlying Excel concepts (such as Pivot Tables or formulas, for example). The codes are placed in the GitHub link as below- https://github.com/sanjanapackt/PacktPublishing-Excel-Pro-Tips-75--Tips-to-go-from-Excel-Beginner-to-Pro
    Note: Online resource; Title from title screen (viewed December 31, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781788834995
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Gain insights into the C++ STL using real-world examples About This Video Explore the latest C++ as the most important language and library features, including containers, algorithms, regular expressions, threads, and more Learn how to leverage the set of rich, fast, and well-tested utilities and functions provided by the C++ STL Take your development skills to new heights by making your applications fast, robust, and scalable In Detail C++ is one of the most widely used programming languages. Fast, efficient, and flexible, it is used to solve many problems. In particular, it is the Standard Template Library (STL) that gives C++ its power. In this course, we show you how. Using real-world examples, we focus on how STL handles and manipulates data. We examine containers and iterators, and how data can be transformed into meaningful information using algorithms. There is coverage of I/O streams, strings and numerical methods, and how performance can be optimized through careful consideration of memory allocation and manipulation. We also demonstrate how multitasking and shared data is handled through concurrency and parallelism classes and utilities. By the end of the course, you will understand the newer aspects of C++ STL and will be able to overcome tasks that are time-consuming or would break your stride while developing.
    Note: Online resource; Title from title screen (viewed October 17, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (590 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore distributed ledger technology, decentralization, and smart contracts, and develop real-time decentralized applications with Ethereum and Solidity Key Features Get to grips with the underlying technical principles and implementations of blockchain Build powerful applications using Ethereum to secure transactions and create smart contracts Gain advanced insights into cryptography and cryptocurrencies Book Description Blockchain technology is a distributed ledger with applications in industries such as finance, government, and media. This Learning Path is your guide to building blockchain networks using Ethereum, JavaScript, and Solidity. You will get started by understanding the technical foundations of blockchain technology, including distributed systems, cryptography and how this digital ledger keeps data secure. Further into the chapters, you'll gain insights into developing applications using Ethereum and Hyperledger. As you build on your knowledge of Ether security, mining, smart contracts, and Solidity, you'll learn how to create robust and secure applications that run exactly as programmed without being affected by fraud, censorship, or third-party interference. Toward the concluding chapters, you'll explore how blockchain solutions can be implemented in applications such as IoT apps, in addition to its use in currencies. This Learning Path also highlights how you can increase blockchain scalability, and discusses the future scope of this fascinating and powerful technology. By the end of this Learning Path, you'll be equipped with the skills you need to tackle pain points encountered in the blockchain life cycle and confidently design and deploy decentralized applications. What you will learn Understand why decentralized applications are important Discover the mechanisms behind bitcoin and alternative cryptocurrencies Master how cryptography is used to secure data with the help of examples Maintain, monitor, and manage your blockchain solutions Create Ethereum wallets Explore research topics and the future scope of blockchain technology Who this book is for This Learning Path is designed for blockchain developers who want to build decentralized applications and smart contracts from scratch using Hyperledger. Basic familiarity with any programming language will be useful to get started with this Learning Path.
    Note: Online resource; Title from title page (viewed May 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (664 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master an array of machine learning techniques with real-world projects that interface TensorFlow with R, H2O, MXNet, and other languages Key Features Gain expertise in machine learning, deep learning, and predictive modeling techniques Build intelligent end-to-end projects for finance, social media, and a variety of other domains Implement multi-class classification, regression, and clustering in your models Book Description R is one of the most popular languages when it comes to exploring the mathematical side of machine learning and easily performing computational statistics. This Learning Path shows you how to leverage the R ecosystem to build efficient machine learning applications that carry out intelligent tasks within your organization. You'll work through realistic projects such as building powerful machine learning models with ensembles to predict employee attrition. Next, you'll explore different clustering techniques to segment customers using wholesale data and even apply TensorFlow and Keras-R for performing advanced computations. Each chapter will help you implement advanced machine learning algorithms using real-world examples. You'll also be introduced to reinforcement learning along with its use cases and models. Finally, this Learning Path will provide you with a glimpse into how some of these black box models can be diagnosed and understood. By the end of this Learning Path, you'll be equipped with the skills you need to deploy machine learning techniques in your own projects. What you will learn Develop a joke recommendation engine to show jokes that match users' tastes Build autoencoders for credit card fraud detection Work with image recognition and convolutional neural networks Make predictions for casino slot machines using reinforcement learning Implement natural language processing (NLP) techniques for sentiment analysis and customer segmentation Produce simple and effective data visualizations for improved insights Use NLP to extract insights for text Implement tree-based classifiers including random forest and boosted tree Who this book is for If you're a data analyst, data scientist, or machine learning developer who wants to master machine learning techniques using R, this is an ideal Learning Path for you. Each project will help you test your skills in implementing machine learning algorithms and techniques. A basic understanding of machine learning and working knowledge of R programming is necessary to get the ...
    Note: Online resource; Title from title page (viewed May 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The essential not-for-profit GAAP reference, updated with the latest standards Wiley Not-for-Profit GAAP 2019 is the essential accounting resource for not-for-profit organizations, providing quick access to the most up-to-date standards and practical tools for implementation. Designed help you find the answers you need quickly and easily, this guide features helpful visual aids alongside detailed explanations tailored to the not-for-profit sector. Authoritative discussion covers Financial Accounting Standards Board (FASB) Accounting Standards Codification, which includes the standards originally issued in the Statements, Interpretations and Technical Bulletins; Accounting Principles Board Opinions, Accounting Research Bulletins, AICPA Statements of Position and FASB Emerging Issues Task Force statements relevant to the not-for-profit organization. The unique characteristics of the not-for-profit organization demand adherence to specific GAAP; auditors and preparers must understand these standards, stay up-to-date as they continue to evolve and know how to apply them in the course of real-world financial statement preparation. This book provides the guidance you need in a user-friendly format. Get up to date on the latest changes to GAAP affecting not-for-profit organizations Reference authoritative standards for measurement, presentation and disclosure Consult flowcharts, diagrams and charts to find answers at a glance Double-check disclosures against a checklist of GAAP requirements Accounting standards are constantly changing, and the special requirements targeting not-for-profits add an additional challenge to full compliance. Instead of wading through dozens of volumes of official pronouncements to locate relevant information, consult an all-in-one resource targeted specifically to not-for-profit GAAP - one that is updated annually to bring you the most current information available. Wiley Not-for-Profit GAAP 2019 provides clear answers and practical guidance to help you streamline GAAP implementation and ensure compliance.
    Note: Online resource; Title from title page (viewed September 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Focal Press | Boston, MA : Safari
    ISBN: 9781351016414
    Language: English
    Pages: 1 online resource (396 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Game Audio Strategy Guide is a comprehensive text designed to turn both novices and experienced audio designers into technical game audio pros. Providing both a theoretical foundation and practical insights, The Game Audio Strategy Guide offers a thorough look at the tools and methods needed to create industry-quality music and sound design for games. The text is supported by an extensive companion website, featuring numerous practical tutorials and exercises, which allows the reader to gain hands-on experience creating and implementing audio assets for games. The Game Audio Strategy Guide is the essential manual for anyone interested in creating audio for games, inside or outside the classroom.
    Note: Online resource; Title from title page (viewed December 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sustainable Enterprise Performance details a method for evaluating an enterprise's readiness and progress toward sustainable performance through a comprehensive set of qualitative and quantitative indicators. These indicators cover enterprise strategy for meeting both the impact of the enterprise within the framework of corporate social responsibility and the expectations of stakeholders, evolving and monitoring the product and service offerings and business processes. The second half of the book focuses more closely on fundamental determinants of performance, such as digital transformation and artificial intelligence, corporate culture, ethics and compliance, branding and e-reputation and best-practice Lean management, and provides practical measures against which companies may assess the maturity of their sustainable performance.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson | Boston, MA : Safari
    ISBN: 9780135404799
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. For introductory-level Python programming and/or data-science courses. A groundbreaking, flexible approach to computer science and data science The Deitels' Introduction to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud offers a unique approach to teaching introductory Python programming, appropriate for both computer-science and data-science audiences. Providing the most current coverage of topics and applications, the book is paired with extensive traditional supplements as well as Jupyter Notebooks supplements. Real-world datasets and artificial-intelligence technologies allow students to work on projects making a difference in business, industry, government and academia. Hundreds of examples, exercises, projects (EEPs), and implementation case studies give students an engaging, challenging and entertaining introduction to Python programming and hands-on data science. The book's modular architecture enables instructors to conveniently adapt the text to a wide range of computer-science and data-science courses offered to audiences drawn from many majors. Computer-science instructors can integrate as much or as little data-science and artificial-intelligence topics as they'd like, and data-science instructors can integrate as much or as little Python as they'd like. The book aligns with the latest ACM/IEEE CS-and-related computing curriculum initiatives and with the Data Science Undergraduate Curriculum Proposal sponsored by the National Science Foundation.
    Note: Online resource; Title from title page (viewed May 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This monograph studies the relationships between fractional Brownian motion (fBm) and other processes of more simple form. In particular, this book solves the problem of the projection of fBm onto the space of Gaussian martingales that can be represented as Wiener integrals with respect to a Wiener process. It is proved that there exists a unique martingale closest to fBm in the uniform integral norm. Numerical results concerning the approximation problem are given. The upper bounds of distances from fBm to the different subspaces of Gaussian martingales are evaluated and the numerical calculations are involved. The approximations of fBm by a uniformly convergent series of Lebesgue integrals, semimartingales and absolutely continuous processes are presented. As auxiliary but interesting results, the bounds from below and from above for the coefficient appearing in the representation of fBm via the Wiener process are established and some new inequalities for Gamma functions, and even for trigonometric functions, are obtained.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (456 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A wide-ranging exploration of the science and practice of food frying Frying is one of the world's most popular methods of food preparation. Whether using oils or fats, it is valued for the particular flavors and textures it can bring, and represents a multibillion-dollar sector of the global economy. Food Frying: Chemistry, Biochemistry and Safety explores this important cooking technique in its scientific dimensions, charting the relationships between the chemical reactions produced during frying, the changes in food quality that these engender, and associated digestive and health-related issues. By outlining these connections, the author provides an aid to a safer, healthier approach to food frying. Topics covered range from culturally specific forms of frying to detailed analyses of the chemical and biochemical processes involved in its practice. Delivering these insights in a practical and easy-to-follow manner, this unique text includes: A complete survey of food frying, encompassing cultural, chemical, biochemical, and toxicological concerns Guidance on the accurate assessment of health, quality, and safety issues associated with food frying Coverage of the latest technologies and methods involved with frying Information on the possible future development of fried foods Food Frying: Chemistry, Biochemistry and Safety is an invaluable resource for all those who work with fried foods, whether they be food industry professionals, food scientists, or workers in the oil and fat industries.
    Note: Online resource; Title from title page (viewed March 18, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cyber threats are ever increasing. Adversaries are getting more sophisticated and cyber criminals are infiltrating companies in a variety of sectors. In today's landscape, organizations need to acquire and develop effective security tools and mechanisms - not only to keep up with cyber criminals, but also to stay one step ahead. Cyber-Vigilance and Digital Trust develops cyber security disciplines that serve this double objective, dealing with cyber security threats in a unique way. Specifically, the book reviews recent advances in cyber threat intelligence, trust management and risk analysis, and gives a formal and technical approach based on a data tainting mechanism to avoid data leakage in Android systems
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Over the last 30 years, the pace of innovation has exploded while available resources have become increasingly scarce. Open Innovation is the solution, with client-supplier relationships being the main expedient. However, collaborating in innovation is full of obstacles, from uncertainties in innovation as a whole to difficulties with managing a business relationship. Co-innovation Dynamics, based on a deep-dive ethnographic inquiry enlightened by state-of-the-art management research, presents the daily life story of a collaborative innovation project. Also, based on two other qualitative and quantitative studies on co-innovation management, this book offers lessons and tips on how to manage the dynamics of collaborative innovation in the client-supplier relationship.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (326 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Digital transformation is shaping a new landscape for businesses and their customers. For marketing professionals, advancing technology (artificial intelligence, robots, chatbots, etc.) and the explosion of personal data available present great opportunities to offer customers experiences that are ever richer, more fluid and more connected. For customers, this ecosystem is synonymous with new roles. They are more autonomous and have power alongside the company: they influence, innovate, punish and more. These developments push companies to implement new customer strategies. It is in this context, marked by pitfalls and paradoxes, that the authors of this book reflect on the customer relationship, what it has become and what it will be tomorrow. The book provides practitioners, teacher-researchers and Master's students with a state of the art and a prospective vision of customer relations in a digital world. It is aimed at those who want to gain an up-to-date understanding of the field and find all the keys needed to project themselves into the future.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Bojan Babic - Sr. Software Engineer at Groupon Groupon is a dynamic Marketplace where we try to match millions of the deals organized in different verticals and taxonomies with the demand across 20 countries around the world. Modeling such complex relationships requires sophisticated machine learning models that utilize hundreds of user and deal features. Customers discover deals by directly entering the search query or browsing on the mobile or desktop devices. The purpose of this paper is to describe a series of techniques used to improve various parts of Search and Ranking algorithms by utilizing the embeddings representations of the user and deal features. The paper will describe improvements made in Query Understanding, Deal Classification, Similar Deals Recommendations and computation of an Image Propensity to Purchase that leverage respective embedding feature representations.
    Note: Online resource; Title from title screen (viewed February 21, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (440 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gain a holistic view of agricultural (re)insurance and capital market risk transfer Increasing agricultural production and food security remain key challenges for mankind. In order to meet global food demand, the Food and Agriculture Organisation estimates that production has to increase by 50% by 2050 and requires large investments. Agricultural insurance and financial instruments have been an integral part to advancing productivity and are becoming more important in increasingly globalized and specialized agricultural supply chains in the wake of potentially more frequent and severe natural disasters in today's key producing markets. Underwriting, pricing and transferring agricultural risks is complex and requires a solid understanding of the production system, exposure, perils and the most suitable products, which vastly differ among developed and developing markets. In the last decade, new insurance schemes in emerging agricultural markets have greatly contributed to the large growth of the industry from a premium volume of US$10.1 billion (2006) to US$30.7 billion (2017). This growth is bound to continue as insurance penetration and exposure increase and new schemes are being developed. Agricultural (re)insurance has become a cornerstone of sovereign disaster risk financing frameworks. Agricultural Risk Transfer introduces the main concepts of agricultural (re)insurance and capital market risk transfer that are discussed through industry case studies. It also discusses best industry practices for all main insurance products for crop, livestock, aquaculture and forestry risks including risk assessment, underwriting, pricing, modelling and loss adjustment. Describes agricultural production risks and risk management approaches Covers risk transfer of production and financial risks through insurance and financial instruments Introduces modelling concepts for the main perils and key data sources that support risk transfer through indemnity- and index-based products Describes risk pricing and underwriting approaches for crop, livestock, aquaculture and forestry exposure in developed and developing agricultural systems Become familiar with risk transfer concepts to reinsurance and capital markets Get to know the current market landscape and main risk transfer products for individual producers, agribusinesses and governments through theory and comprehensive industry case studies Through Agricultural Risk Transfer , you'll gain a holistic view of ...
    Note: Online resource; Title from title page (viewed March 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Finding the right audience is the core marketing puzzle of all e-commerce businesses. While in the past this was mostly achieved using coarse segmentation and personas the broad availability of data makes nowadays possible to learn individual consumer preferences by training large scale machine learning models which can combine knowledge from thousands of dimensions and measurements. HelloFresh is the largest meal kit delivery service worldwide; in this talk, we will review how we use machine learning (gradient boosting machines) to acquire millions of customers every year and describe our large scale model training and scoring infrastructure.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Connie Yee - Data Scientist at Bloomberg As the leading provider of financial and company data, Bloomberg has access to vast amounts of data on a daily basis. There are two common challenges when working directly with raw data. One is the need to discover and extract data represented in the natural document format that is not machine-readable. Another requirement is validating and ensuring that the data is of high-quality since it is required for building models for predictions, classifications, and various analytics tasks. This talk will cover ways in which data science and machine learning can be used to address these two challenges: (1) ingesting your data by extracting what is contained in natural document format and (2) cleaning your ingested data.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification
    Language: English
    Pages: 1 online resource (570 pages)
    Edition: 1st edition.
    Abstract: Clearly explains core concepts, terminology, challenges, technologies, and skills Covers today's latest attacks and countermeasures The perfect beginner's guide for anyone interested in a computer security career Chuck Easttom brings together complete coverage of all basic concepts, terminology, and issues, along with all the skills you need to get started. Drawing on 20+ years of experience as a security instructor, consultant, and researcher, Easttom helps you take a proactive, realistic approach to assessing threats and implementing countermeasures. Writing clearly and simply, he addresses crucial issues that many introductory security books ignore, while addressing the realities of a world where billions of new devices are Internet-connected. This guide covers web attacks, hacking, spyware, network defense, security appliances, VPNs, password use, and much more. Its many tips and examples reflect new industry trends and the state-of-the-art in both attacks and defense. Exercises, projects, and review questions in every chapter help you deepen your understanding and apply all you've learned. Whether you're a student, a professional, or a manager, this guide will help you protect your assets-and expand your career options.
    Note: Online resource; Title from title page (viewed September 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (250 pages)
    Edition: 1st edition.
    Keywords: Electronic books
    Abstract: Despite many uncertainties in cloud computing, one truth is evident: costs will always tend to go up unless you're actively engaged in the process. Whether you're new to managing cloud spend or a seasoned pro, this book will clarify the often misunderstood workings of cloud billing fundamentals and provide expert strategies on creating a culture of cloud cost management in your organization. Drawing on real-world examples of successes and failures of large-scale cloud spenders, this book outlines a road map for building a culture of FinOps in your organization. Beginning with the fundamental concepts required to understand cloud billing concepts, you'll learn how to enable an efficient and effective FinOps machine. Learn how the cloud works when it comes to financial management Set up a FinOps team and build a framework for making spend efficiency a priority Examine the anatomy of a cloud bill and learn how to manage it Get operational recipes for maximizing cloud efficiency Understand how to motivate engineering teams to take cost-saving actions Explore the FinOps lifecycle: Inform, Optimize, and Operate Learn the DNA of a highly functional cloud FinOps culture.
    Note: Online resource; Title from title page (viewed December 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get ready to qualify for the security industry job of your dreams The Securities Industry Essentials (SIE) Exam is a new test administered by FINRA beginning in October 2018. This exam is required as a prerequisite to each series level knowledge exam (such as Series 7). If you're prepping for the exam, you need a trusted resource to ensure your very best performance. Securities Industry Essentials Exam For Dummies with Online Practice gives you everything you need to score high on this important exam. With two practice tests in the book, plus two bonus tests online, you can practice your way to a calm and confident experience on exam day. Take 4 full-length practice tests with answers and full explanations Get 1-year access to practice and tests online Find strategies and tips for breaking into the securities industry Increase your chances of scoring higher SIE scores are expected to be a critical factor in determining qualification to enter the securities industry, so the stakes are high. With the help of this book, you'll up your chances of breaking into this field and landing your dream job.
    Note: Online resource; Title from title page (viewed January 7, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245460
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Transition from hosting your PeopleSoft applications in a traditional, on-premises data center to hosting those same applications in the Oracle Cloud infrastructure. This functional and technical book helps you install and support PeopleSoft Cloud Manager and makes the case for moving applications to the Oracle Cloud technology stack. You will learn about the use and cost of PeopleSoft instances in the cloud and how to configure your PeopleSoft environments to take advantage of the Oracle Cloud platform. Managing PeopleSoft on the Oracle Cloud is a resource for the functional analyst or IT manager tasked with moving PeopleSoft to the Oracle Cloud, as well as for the PeopleSoft system administrator or developer tasked with keeping a PeopleSoft installation running smoothly. Multiple cloud use cases illustrate PeopleSoft system configuration best practices, spell out specific requirements for running PeopleSoft Cloud Manager on the Oracle Cloud, and outline tips and tricks for running PeopleSoft instances in the cloud. What You'll Learn Install and configure PeopleSoft Cloud Manager Subscribe to maintenance releases and updates Create new topologies and build new environment templates Instantiate and manage PeopleSoft instances using Cloud Manager Transition PeopleSoft from on site to in the cloud Who This Book Is For Technical PeopleSoft administrators looking for best practices, tips, and tricks for moving PeopleSoft to the Oracle Cloud, as well as for IT managers building a case for such a move. The book is an excellent choice for both functional and technical teams who are just starting out on their PeopleSoft cloud journey.
    Note: Online resource; Title from title page (viewed October 26, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The bestselling guide to your new Samsung This book documents all the features and capabilities of Samsung Galaxy S10 device, approaching them from the point of view of a user who is intimidated by the technology and baffled by the documentation and online support that comes with the phones. All aspects of the suite of devices are covered, from setup and configuration, to extensive use of the phone features and capabilities: texting, e-mailing, accessing the Internet, maps, navigation, camera and video, social networking, taking pictures, watching movies, downloading apps, synching with a PC, and expanding the phone's potential with new software releases. The accessible and fun writing style provides clear direction and doesn't hinder the book's important content and coverage. Readers will keep this book close by, referring to it often as they explore the features of their new Samsung Galaxy S10 smartphone. Navigate your phone Use mobile data technology Send and receive messages Have fun with apps If you're baffled by the documentation and online support that comes with your phone, your solution is here!
    Note: Online resource; Title from title page (viewed May 29, 2019) , Mode of access: World Wide Web.
    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: 9781484244111
    Language: English
    Pages: 1 online resource (261 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get started with functional testing of both web apps and Windows apps using different test frameworks. This book will take you on a deep dive into integrating functional automation testing with deployment pipelines. Hands-On Functional Test Automation contains step-by-step lessons that will give you an understanding of how to do functional test automation using Selenium with C# and Python. Also, you will learn how to enhance your test automation development with third-party frameworks. You will configure test clients, run functional tests through Azure DevOps release management, and carry out performance and load-testing to gain a good understanding of how to do cloud-based load testing. Each lesson comprises an introduction to the related concepts to help you understand how things work. This will broaden your knowledge so you can implement test automation in the correct way. At the end of each lesson alternative options and other enhancement possibilities are discussed to allow you to do further exploration. You will: · Implement functional test automation of Windows and web applications · Use Visual Studio for load and performance testing · Configure and run cloud-based load testing · Integrate testing with deployment pipelines
    Note: Online resource; Title from title page (viewed May 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119527503
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming paradigm makes algorithms used for math calculations easier to understand and provides a concise method of coding algorithms by people who aren't developers. Current books on the market have a significant learning curve because they're written for developers, by developers-until now. Functional Programming for Dummies explores the differences between the pure (as represented by the Haskell language) and impure (as represented by the Python language) approaches to functional programming for readers just like you. The pure approach is best suited to researchers who have no desire to create production code but do need to test algorithms fully and demonstrate their usefulness to peers. The impure approach is best suited to production environments because it's possible to mix coding paradigms in a single application to produce a result more quickly. Functional Programming For Dummies uses this two-pronged approach to give you an all-in-one approach to a coding methodology that can otherwise be hard to grasp. Learn pure and impure when it comes to coding Dive into the processes that most functional programmers use to derive, analyze and prove the worth of algorithms Benefit from examples that are provided in both Python and Haskell Glean the expertise of an expert author who has written some of the market-leading programming books to date If you're ready to massage data to understand how things work in new ways, you've come to the right place!
    Note: Online resource; Title from title page (viewed February 6, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000705232
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This 4-colour practical guide explores how the design of interior spaces impacts wellbeing. In the built environment, this topic is generally overlooked, even though it is one of the most important topics in sustainable building. This book will enable project teams to understand how specific decisions about sustainable design and materials can be implemented on a day to day basis. Each Part ends by placing each issue into context, exploring how it is a part of sustainable design and includes practical examples. This books raises awareness of the impact interior environments have on wellbeing, and provide details and guidance on how to immediately apply the knowledge in this book to short and long term projects. It also quantifies the impacts in financial and other value terms, making this book immediately useful in a designer's day-to-day work.
    Note: Online resource; Title from title page (viewed August 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484242216
    Language: English
    Pages: 1 online resource (310 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get the most out of this foundational reference and improve the productivity of your software teams. This open access book collects the wisdom of the 2017 "Dagstuhl" seminar on productivity in software engineering, a meeting of community leaders, who came together with the goal of rethinking traditional definitions and measures of productivity. The results of their work, Rethinking Productivity in Software Engineering , includes chapters covering definitions and core concepts related to productivity, guidelines for measuring productivity in specific contexts, best practices and pitfalls, and theories and open questions on productivity. You'll benefit from the many short chapters, each offering a focused discussion on one aspect of productivity in software engineering. Readers in many fields and industries will benefit from their collected work. Developers wanting to improve their personal productivity, will learn effective strategies for overcoming common issues that interfere with progress. Organizations thinking about building internal programs for measuring productivity of programmers and teams will learn best practices from industry and researchers in measuring productivity. And researchers can leverage the conceptual frameworks and rich body of literature in the book to effectively pursue new research directions. What You'll Learn Review the definitions and dimensions of software productivity See how time management is having the opposite of the intended effect Develop valuable dashboards Understand the impact of sensors on productivity Avoid software development waste Work with human-centered methods to measure productivity Look at the intersection of neuroscience and productivity Manage interruptions and context-switching Who Book Is For Industry developers and those responsible for seminar-style courses that include a segment on software developer productivity. Chapters are written for a generalist audience, without excessive use of technical terminology.
    Note: Online resource; Title from title page (viewed May 7, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: "Superb...full of real-world examples, this book is an IT specialist's best friend." Olivier Deveault, Voxco Group Learn Windows PowerShell in a Month of Lunches, Third Edition is an innovative tutorial designed for busy IT professionals. This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet. PowerShell is both a scripting language and an administrative shell that lets you control and automate nearly every aspect of Windows. It accepts and executes commands interactively and you can write scripts to manage most Windows servers like Exchange, IIS, and SharePoint, as well as online services like Azure and Office 365. Learn Windows PowerShell in a Month of Lunches, Third Edition is an innovative tutorial designed for busy IT professionals. Just set aside one hour a day - lunchtime would be perfect - for a month, and you'll be automating Windows tasks faster than you ever thought possible. This updated edition covers PowerShell features that run on Windows 7, Windows Server 2008 R2 and later, PowerShell v3 and later, and includes v5 features like PowerShellGet. Inside: Learn PowerShell from the beginning, no experience required! Covers PowerShell v3 and up, Windows 7, and Windows Server 2008 R2 and later Each lesson takes you an hour or less Experience with Windows administration is helpful. No programming or scripting experience needed. Veteran PowerShell MVPs Don Jones and Jeffery Hicks bring years as successful trainers to this concise, easy-to-follow book/course. Your key to learning Windows PowerShell. Noreen Dertinger, Dertinger Informatics A must-have...both novice and expert will benefit from this book. Tiklu Ganguly, Mazik Global Learn PowerShell fundamentals from the experts. James Berkenbile, Berkenbile Consulting NARRATED BY LOU FERNANDEZ
    Note: Online resource; Title from title screen (viewed February 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119607885
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get a handle on macOS Catalina It doesn't matter if you're doing your computing on an old reliable Macbook or a brand-new Mac desktop, both rely on macOS to help you get things done. It helps to have an equally reliable guidebook to steer you through the tasks and steps that make macOS run efficiently. This fun and friendly guide provides the direction you need to easily navigate the classic and brand new features in macOS Catalina. Longtime expert Bob "Dr. Mac" LeVitus shares his years of experience to help you better understand Catalina and make it a timesaving tool in your life. Take a tour of the macOS Catalina interface Get organized and save time with macOS applications Find pro tips on speeding up your Mac Back up your data macOS Catalina For Dummies is perfect for new and inexperienced macOS users looking to grasp the fundamentals of the operating system.
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Posts & Telecom Press | Boston, MA : Safari
    ISBN: 9787115524003
    Language: English , Chinese
    Pages: 1 online resource (330 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 如今,移动App驱动着我们的生活,程序的异步性和响应式至关重要。反应式编程技术能够帮助我们编写易于扩展、性能良好且可靠性强的代码。在这本注重实战的图书中,Java开发人员首先将会学习如何以反应式的方式看待问题,然后再借助这一令人兴奋的编程范式的优秀特性构建程序。 本书包含了一些使用RxJava的具体样例,用来解决Android设备和服务器端的实际性能问题。你将会学到RxJava如何借助并行和并发解决当前的问题。本书还特别收录了2.0版本的基本情况。 编写对多个异步源输入进行响应的程序,避免陷入“回调地狱” 理解如何以反应式的方式解决问题 处理Observable生产数据太快的问题 探索调试和测试反应式程序的策略 在程序中高效利用并行和并发 学习如何迁移至RxJava 2.0版本
    Note: Online resource; Title from title page (viewed December 1, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781947282247
    Language: English
    Pages: 1 online resource (123 pages)
    Edition: 1st edition
    DDC: 004.1675068
    Keywords: Computer networks ; Computer network protocols ; Computer Communication Networks ; Electronic books ; local ; Electronic books ; Réseaux d'ordinateurs ; Protocoles de réseaux d'ordinateurs ; Computer network protocols ; Computer networks
    Abstract: Perhaps you already have a Wi-Fi network running in your home and office, but you're dissatisfied with it. Or maybe you're setting up a new house, apartment, business, or school room with Wi-Fi and need to know the basics about what to get and how to configure it. In either case, this book is for you. After over 16 years of writing regularly about Wi-Fi and answering reader questions, author Glenn Fleishman finds that the same issues still crop up: How do I spend the least money to the best effect? What's the best place to put my Wi-Fi gateways? How can I get both high throughput (speed) on my network and solid coverage across everywhere I want to use Wi-Fi? What can I do to secure my network against outsiders near my house and elsewhere on the internet? How do I add networked hard drives and printers? Interference is slowing my network; what can I do to reduce it? What's the best way to extend my network to a garage, yard, or nearby building? This book answers those questions in depth, as well as many others related to Wi-Fi, including how to set up a personal or mobile hotspot with all major operating systems, how to access computers on your network remotely, and why you should use a VPN (virtual private network). If you have any question about overhauling your network, setting up a new one, or just finally figuring out something that's never worked, this book has the answer. Covers macOS, Windows, iOS, Android, and Chrome OS.
    Note: Online resource; Title from title page (viewed October 21, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119538226 , 111953822X , 9781119538196
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 5th edition
    Parallel Title: Erscheint auch als
    DDC: 343.04
    Keywords: Tax planning ; Electronic books ; local ; Planification fiscale ; Tax planning
    Abstract: An essential, timesaving guide for accountants, lawyers, nonprofit executives and directors, consultants, and volunteers This book is an indispensable guide to navigating the complex maze of nonprofit tax rules and regulations. A clear and fully cited description of the requirements for the various categories of tax-exempt entities from public charities, private foundations, civic associations, business leagues, and social clubs to title-holding companies and governmental entities can be found. Practical guidance on potential for income tax on revenue-producing enterprises along with explanations of many exceptions to taxability is provided. Issues raised by Internet activity, advertising, publishing, providing services, and much more are explained. This useful guide covers the many significant issues facing nonprofit organizations, including compensation and possible private inurement, affiliation, separations and mergers, donor disclosures, lobbying and electioneering, and employment taxes. Offers a supplemental, annual update to keep subscribers current on relevant changes in IRS forms, requirements, and related tax procedures Includes easy-to-use checklists highlighting such critical concerns as tax-exempt eligibility, reporting to the IRS, and comprehensive tax compliance issues Features a variety of sample documents for private foundations, including penalty abatement requests and sharing space agreements Provides helpful practice aids, such as a comparison of the differences between public and private charities, charts reflecting lobbying limits for different types of entities, and listings of rulings and cases that illustrate permissible activity for each type of organizations compared to impermissible activity Filled with practical tips and suggestions for handling such critical situations as preparing for and surviving an IRS examination, Tax Planning and Compliance for Tax-Exempt Organizations, Fifth Edition provides guidance for the significant issues facing nonprofit organizations.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469076546
    Language: English
    Pages: 1 online resource (7119 pages)
    Edition: 1st edition
    DDC: 303.3
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Gaining power can help you influence others and bring about change. But the misuse of power, especially as a leader, can lead to mistrust, corruption, and abusive behavior. How do you strike the right balance to have the greatest positive impact? This book explains how wielding power affects your emotions and decision making and helps you avoid the traps that lead to negative consequences. With the latest psychological research and practical advice from leading experts, you'll learn how to use soft power to persuade others, fix unhealthy power dynamics in your team, use compassion to connect better with others, and remain ethical in your choices and actions. How to be human at work. HBR's Emotional Intelligence series features smart, essential commentary on the human side of professional life from the pages of Harvard Business Review. Each book in the series offers proven research showing how our emotions impact our work lives, practical advice for managing difficult people and situations, and inspiring essays on what it means to tend to our emotional well-being at work. Uplifting and practical, these books describe the social skills that are critical for ambitious professionals to master.
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469074726
    Language: English
    Pages: 1 online resource (28923 pages)
    Edition: 1st edition
    DDC: 306.3613
    Keywords: Business ; Audiobooks ; Business ; Affaires
    Abstract: While most people work ever-longer hours, international statistics suggest that the average time spent on non-work activities per employee is around two hours a day. How is this possible, and what are the reasons behind employees withdrawing from work? In this thought-provoking book, Roland Paulsen examines organizational misbehavior, specifically the phenomenon of "empty labor," defined as the time during which employees engage in private activities during the working day. This study explores a variety of explanations, from under-employment to workplace resistance. Building on a rich selection of interview material and extensive empirical research, it uses both qualitative and quantitative data to present a concrete analysis of the different ways empty labor unfolds in the modern workplace. This book offers new perspectives on subjectivity, rationality, and work simulation and will be of particular interest to academic researchers and graduate students in organizational sociology, organization studies, and human resource management.
    Note: Online resource; Title from title page (viewed December 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469099019
    Language: English
    Pages: 1 online resource (19809 pages)
    Edition: 1st edition
    DDC: 302/.1
    Keywords: Business ; Audiobooks ; Business ; Affaires
    Abstract: Take charge of your career by eliminating communication barriers and taking charge of your business relationships. Make your work environment less tense and more productive by improving communication skills. Set relationship expectations, work with people how they like to work, and give positive feedback and constructive feedback. In How to Say Anything to Anyone, you'll learn how to ask for what you want at work; improve communication skills; strengthen all types of working relationships; reduce the gossip and drama in your office; tell people when you're frustrated and have difficult conversations in a way that resonates; take action on your ideas and feelings; and get honest positive feedback and constructive feedback on your performance. Harley shares the real-life stories of people who have struggled to get what they want at work. With her clear and specific business communication roadmap in hand, Harley enables you to improve communication skills and create the career and business relationships you really want-and keep them.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469075501
    Language: English
    Pages: 1 online resource (18722 pages)
    Edition: 1st edition
    DDC: 302.2/26
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; Business ; Affaires
    Abstract: We've all heard that a picture is worth a thousand words, but what if we don't understand what we're looking at? Social media has made charts, infographics, and diagrams ubiquitous-and easier to share than ever. We associate charts with science and reason; the flashy visuals are both appealing and persuasive. Pie charts, maps, bar and line graphs, and scatter plots (to name a few) can better inform us, revealing patterns and trends hidden behind the numbers we encounter in our lives. In short, good charts make us smarter-if we know how to read them. However, they can also lead us astray. Charts lie in a variety of ways-displaying incomplete or inaccurate data, suggesting misleading patterns, and concealing uncertainty-or are frequently misunderstood, such as the confusing cone of uncertainty maps shown on TV every hurricane season. To make matters worse, many of us are ill-equipped to interpret the visuals that politicians, journalists, advertisers, and even our employers present each day, enabling bad actors to easily manipulate them to promote their own agendas. In How Charts Lie, data visualization expert Alberto Cairo teaches us to not only spot the lies in deceptive visuals, but also to take advantage of good ones to understand complex stories.
    Note: Online resource; Title from title page (viewed October 15, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Language: English , Spanish
    Pages: 1 online resource (210 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Qué es la Cuarta Revolución Industrial? ¿Cómo nos va a afectar a las personas y a la sociedad, en general? ¿Cómo pueden adaptarse las empresas? Las claves de la Cuarta Revolución Industrial es un texto divulgativo escrito por cuatro expertos en disciplinas técnicas y en la repercusión de los avances tecnológicos en la sociedad actual. El libro describe las tecnologías que están transformando el mundo, su impacto en los negocios, en los sectores económicos, en el empleo, en la educación y en las personas. El libro va dirigido a los empresarios y directivos inquietos por los cambios que están aconteciendo y por cómo trasladarlos a los negocios; a los empleados, para cuidar su empleabilidad; a los educadores, que quieren saber cómo preparar a las nuevas generaciones y, en general, a cualquier persona que se pregunte cómo va a encajar en la sociedad de la Cuarta Revolución Industrial.
    Note: Online resource; Title from title page (viewed October 7, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Editions First | Boston, MA : Safari
    Language: English , French
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Entrez de plain-pied dans le monde fascinant la data science avec cet ouvrage pratique, véritable pense bête de tous les data scientists, ingénieurs ou programmeurs Vous aussi participez à la révolution qui ramène l'intelligence artificielle au coeur de notre société, grace aux data scientists. La data science consiste à traduire des problèmes de toute autre nature, en problèmes de modélisation quantitative, résolus par des algorithmes de traitement. Au programme : Les différentes versions de Python L'apprentissage non supervisé et le préprocessing Représenter les données Processus de validation Algorithmes, chaînes et pipeline Travailler avec des données de type texte Utiliser Sikit-learn
    Note: Online resource; Title from title page (viewed March 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Hanbit Media, Inc. | Boston, MA : Safari
    Language: English , Korean
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 비트코인은 블록체인 기술의 집약체입니다. 이더리움, 이오스 같은 2, 3세대 블록체인은 비트코인을 바탕으로 확장, 발전한 개념입니다. 디앱 개발에서 머무르지 않고 블록체인 개발자로 성장하기 위해서는 ‘비트코인 코어’를 가장 먼저 배워야 합니다. 무한한 상상력을 블록체인 기술로 실현하려면 비트코인 코어의 구성 요소와 작동 원리를 이해하고 구현할 수 있어야 합니다. 이 책은 비트코인 코어의 구성요소를 파이썬으로 직접 구현하면서 비트코인 핵심을 깊이 이해할 수 있습니다. 유한체 기본부터 암호화폐를 이루는 수학과 암호학, 블록, 트랜잭션을 파헤치고 블록체인 결제 시스템까지 확장합니다. 이 책을 마치면 비트코인 코어에 필요한 핵심 요소를 직접 코딩하면서 암호화폐라는 무대 뒤에서 무엇이 어떻게 돌아가는지 알게 됩니다. 트랜잭션을 생성하고 P2P 네트워크에서 데이터를 가져와 네트워크 프로토콜에 따라 트랜잭션을 전파시킬 수 있습니다. 블록체인으로 응용프로그램이나 서비스를 개발하거나 이 분야에 처음 뛰어든 사람은 반드시 읽어야 하는 책입니다
    Note: Online resource; Title from title page (viewed November 1, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Jasmine Ngo, Mgr, Analytics & Marketing Science at Deutsch Sometimes, conversations on social media don’t reflect the mass’ sentiments accurately (think about people who rarely use Twitter or have a public profile on Facebook). That’s when local news come into play – local articles can sometimes reflect sentiments on certain topics by specific areas. By scraping thousands of articles online and using NLP / other methodologies to analyze them, we can get interesting insights on different topic. This talk introduces a tool to do that.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Anusua Trivedi, Sr Data Scientist Lead, AI for Good at Microsoft AI serves the purpose of enabling human beings in making better decisions. In this session, we talk about how the actions of AI are the result of the human inputs going into its programming. We talk about how an AI’s bias is not its own, but the human bias with which it has been programmed. We emphasize the choice of the right metric and the type of data used for testing and training to avoid such bias. We discuss the need to understand the dependence between the data used and the models employed and optimize only areas that matter. We discuss how to focus on feature engineering and be thoughtful about the ethics of ML applications. Other issues such as the need for regulations and other considerations within it that require deliberation are also touched upon.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Helion | Boston, MA : Safari
    Language: English , Polish
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Uczenie maszynowe jest dziś wykorzystywane w różnych dziedzinach życia: w biznesie, w polityce, w organizacjach non profit i oczywiście w nauce. Samouczące się algorytmy maszynowe stanowią wyjątkową metodę przekształcania danych w wiedzę. Powstało sporo książek wyjaśniających sposób działania tych algorytmów i prezentujących nieraz spektakularne przykłady ich wykorzystania. Do dyspozycji pozostają też narzędzia przeznaczone do tego rodzaju zastosowań, takie jak biblioteki Pythona, w tym pandas i scikit-learn. Problemem pozostaje implementacja rozwiązań codziennych problemów związanych z uczeniem maszynowym. Z tej książki najwięcej skorzystają profesjonaliści, którzy znają podstawowe koncepcje związane z uczeniem maszynowym. Osoby te potraktują ją jako przewodnik ułatwiający rozwiązywanie konkretnych problemów napotykanych podczas codziennej pracy z uczeniem maszynowym. Dzięki zawartym tu recepturom takie zadania jak wczytywanie danych, obsługa danych tekstowych i liczbowych, wybór modelu czy redukcja wymiarowości staną się o wiele łatwiejsze do wykonania. Każda receptura zawiera kod, który można wstawić do swojego programu, połączyć lub zaadaptować według potrzeb. Przedstawiono także analizy wyjaśniające poszczególne rozwiązania i ich kontekst. Z tą książką płynnie przejdziesz od rozważań teoretycznych do opracowywania działających aplikacji i praktycznego korzystania z zalet uczenia maszynowego. Receptury w tej książce dotyczą: wektorów, macierzy i tablic obsługi danych liczbowych i tekstowych, obrazów, a także związanych z datą i godziną redukcji wymiarowości za pomocą wyodrębniania i wyboru cech oceny i wyboru modelu oraz regresji liniowej i logistycznej maszyn wektorów nośnych (SVM), naiwnej klasyfikacji bayesowskiej, klasteryzacji i sieci neuronowych zapisywania i wczytywania wytrenowanych modeli Uczenie maszynowe w Pythonie - użyj sprawdzonych receptur kodu!
    Note: Online resource; Title from title page (viewed March 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Alta Books | Boston, MA : Safari
    Language: English , Portuguese
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Não é segredo que o mundo à sua volta está cada vez mais conectado, configurável, programável e computacional. Você pode continuar como um participante passivo ou pode apren­der a programar. Com Use a Cabeça! Aprenda a Programar você aprenderá a pensar computacionalmente e a escrever código para fazer com que qualquer coisa com um CPU faça coisas por você. Usando a linguagem de programação Python, você aprenderá os conceitos centrais da programação, além dos tópicos funda­mentais da ciência da computação, como estruturas de dados, armazenamento, abstração, recursão e modularidade.
    Note: Online resource; Title from title page (viewed January 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Jennifer Esteche, Machine Learning Research Engineer at Tryolabs Determining prices for retail products manually is an extremely time-consuming process and leads to neither cost-effective nor consistent pricing. In this talk, we will introduce you to the tremendous potential of machine learning for automated pricing. We will share our learnings from building a machine learning system able to determine prices based on product metadata and images, implemented by a large online consignment marketplace. As a result, the company prices more than half of the products in their catalog automatically. You will learn what kind of data is valuable for an automated pricing system, what machine learning models can be used, some major challenges in building an intelligent pricing system and how to overcome them. Further, we will explore opportunities on how retailers can use machine learning for optimizing their prices for revenue.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Lauren Lombardo - Senior Data Scientist at Nielsen Products underpinned by traditional statistical methods, big data, and artificial intelligence increasingly provide new and unique insight into the rapidly growing media landscape. How can you make sure that your product will have the impact that you expect it to? What factors do you need to consider when developing a product to ensure that the tool is understood by the market and used appropriately? To what extent is this the concern of a data scientist? This talk will discuss how these questions apply to those hoping to deliver data-oriented insight to the media and entertainment industry.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Anupama Joshi Companies are moving towards AI/Machine learning very fast. Data scientist are building models and training models. But challenges come when deploying models in production. How to maintain multiple models? Creating a common platform that allows model management and deployment easily and reliably is becoming a necessity for organizations to accelerate product development. In this talk, I will talk about the challenges faced and the solutions used to make this process easy.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Dunod | Boston, MA : Safari
    Language: English , French
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Kubernetes a pour objectif de simplifier radicalement les tâches de création, de déploiement et de maintenance des systèmes distribués. Ce livre a été rédigé pour vous aider à atteindre de meilleurs niveaux de vitesse, de fiabilité et d'efficacité avec vos infrastructures. Les premiers chapitres décrivent les avantages de Kubernetes sans entrer dans les détails. Ils expliquent les notions de conteneurs et de développement d'applications dans des conteneurs, ainsi que la procédure de déploiement de Kubernetes. Sont ensuite expliqués : Les commandes courantes (chapitre 4). Les pods (chapitre 5). Les étiquettes et les annotations (chapitre 6). Les services (chapitre 7). Les ReplicaSets (chapitre 8). Les Daemons Sets (chapitre 9). Les jobs (chapitre 10). Les ConfigMaps et les secrets (chapitre 11). Les déploiements (chapitre 12). L'intégration du stockage (chapitre 13)
    Note: Online resource; Title from title page (viewed January 1, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Editions First | Boston, MA : Safari
    Language: English , French
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Un best-seller US enfin traduit en France Ce livre est destiné à éléver l'expérience de tout programmeur Java 7 et 8 à un niveau d'excellence. Rempli d'exemples de programmes mettant en oeuvre les toutes dernières APIs Java et donnant des principes de programmation afin d'optimiser l'écriture et l'exécution du code Java, il deviendra vite indispensable à tout programmeur digne de ce nom.
    Note: Online resource; Title from title page (viewed March 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000706796
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Defining and reducing the carbon footprint of a new or refurbished building can be a daunting task. There are lots of tools to measure the environmental impact of buildings, but they all measure energy and CO2 in different ways, and they do not measure the whole carbon footprint. What Colour is your Building? provides practical and pragmatic guidance on how to calculate and then compare the whole carbon footprint of buildings using one simple method looking at operating, embodied and transport energy. It will equip designers, building owners, occupiers, planners and policy makers with the tools and knowledge that they will need to make decisions early on about where the big impacts will be in terms of reducing the carbon footprint of the building, including: A new, simple approach to understanding the whole carbon impact of buildings Benchmarking data for operating energy performance A clear, transparent method of separating landlord energy performance from tenant energy performance Simple diagrams and numbers to put renewable energy into perspective.
    Note: Online resource; Title from title page (viewed July 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Hanbit Media, Inc. | Boston, MA : Safari
    Language: English , Korean
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 이 책은 쿠버네티스 기능을 최대로 활용하고 싶은 개발자와 운영자를 위한 책입니다. 쿠버네티스의 구성 방식과 작동 원리를 분석하고 주요 개념을 정리합니다. 그 후 특정 유스 케이스에 맞게 클러스터를 구축, 유지, 조정하는 관리 방법도 알아봅니다. API 서버에서 컨테이너 스케줄링과 네트워킹, 사용자 관리, 모니터링, 재해 복구, 업그레이드까지! 쿠버네티스 창시자인 브렌던 번스와 헵티오 엔지니어 크레이그 트레이시와 함께 쿠버네티스 운영을 위한 중요한 개념을 쉽고 빠르게 정리해보길 바랍니다.
    Note: Online resource; Title from title page (viewed June 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838828103
    Language: English
    Pages: 1 online resource (698 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design and implement professional-level programs by leveraging modern data structures and algorithms in Rust Key Features Improve your productivity by writing more simple and easy code in Rust Discover the functional and reactive implementations of traditional data structures Delve into new domains of Rust, including WebAssembly, networking, and command-line tools Book Description Rust is a powerful language with a rare combination of safety, speed, and zero-cost abstractions. This Learning Path is filled with clear and simple explanations of its features along with real-world examples, demonstrating how you can build robust, scalable, and reliable programs. You'll get started with an introduction to Rust data structures, algorithms, and essential language constructs. Next, you will understand how to store data using linked lists, arrays, stacks, and queues. You'll also learn to implement sorting and searching algorithms, such as Brute Force algorithms, Greedy algorithms, Dynamic Programming, and Backtracking. As you progress, you'll pick up on using Rust for systems programming, network programming, and the web. You'll then move on to discover a variety of techniques, right from writing memory-safe code, to building idiomatic Rust libraries, and even advanced macros. By the end of this Learning Path, you'll be able to implement Rust for enterprise projects, writing better tests and documentation, designing for performance, and creating idiomatic Rust code. This Learning Path includes content from the following Packt products: Mastering Rust - Second Edition by Rahul Sharma and Vesa Kaihlavirta Hands-On Data Structures and Algorithms with Rust by Claus Matzinger What you will learn Design and implement complex data structures in Rust Create and use well-tested and reusable components with Rust Understand the basics of multithreaded programming and advanced algorithm design Explore application profiling based on benchmarking and testing Study and apply best practices and strategies in error handling Create efficient web applications with the Actix-web framework Use Diesel for type-safe database interactions in your web application Who this book is for If you are already familiar with an imperative language and now want to progress from being a beginner to an intermediate-level Rust programmer, this Learning Path is for you. Developers who are already familiar with Rust and want to delve deeper into the essential data structures and algorithms i...
    Note: Online resource; Title from title page (viewed May 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9780730382164
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Slowing down is not a luxury, it is a necessity Have you ever felt as though everyone wants too much from you? Does your life feel so full there is no room to do the things you enjoy? Do you feel as though life at full throttle is consuming you? Occupational therapist Angela Lockwood shows you how to recognise overwhelm and overstimulation, build habits that help you flick the switch, and re-energise both your mind and body. With Switch Off and Find Calm , you will learn to recognise when it's time to switch off and discover practical ways to make that happen.
    Note: Online resource; Title from title page (viewed November 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119430230
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Fuel yourself and others with positive energy—inspirational quotes and encouraging messages to live by from bestselling author, Jon Gordon. Ever since he wrote the mega bestseller The Energy Bus , Jon Gordon has been sharing inspirational messages and encouragement via his talks, books, and social media posts. After many requests to create a collection of his quotes, Jon teamed up with his long-time friend, Daniel Decker, to create Stay Positive . Stay Positive is more than a book of positive quotes. This book is a resource you can turn to each day for encouragement to help you take on your daily challenges, pursue your goals and dreams, and create positive momentum in your life. The power of positive thoughts is not about being Pollyanna Positive; it’s the real stuff that makes a proven difference in your perspective and life. After all, we don’t give up because it’s hard; we give up because we get discouraged. By fueling yourself with encouragement and positive energy, you’ll have greater power to overcome negativity, neutralize the naysayers, and conquer adversity. Stay Positive is more than a phrase. It’s an approach to life that says when you get knocked down, you'll get back up and find a way forward one faithful step and optimistic day at a time. Start your day with a message from the book, or pick it up anytime you need a mental boost. You can start from the beginning, or open the book to any page and find a message that speaks to you. However you decide to use Stay Positive , it’s a go-to resource for anyone wanting to inject a healthy dose of positivity into their life.
    Note: Online resource; Title from title page (viewed December 5, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000701432
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This is a growing sector undergoing a huge period of change - with local authorities able to build their own housing for the first time in decades. Social Housing: Definitions and Design Exemplars explores how social/affordable housing has been delivered and designed with success throughout the UK in the last 10 years. Weaving together exemplar case studies, essays and interviews with social housing pioneers and clients, this book demonstrates real-life best practice responses to the challenges associated with housing provision, with a focus on design ideas.
    Note: Online resource; Title from title page (viewed July 26, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by John Peach, Sr Data Scientist at Amazon Alexa Science is facing a crisis around reproducibility and data science is not immune. Literate Statistical Programming is a workflow that binds the code used in an analysis to the interpretation of the results. While this creates reproducibility it also addresses issues around, auditing, re-usability and allows for rapid iteration and experimentation. This talk will describe a workflow that I have successfully used on small-scale data-sets in start-ups and on Amazon-scale problems in my work on Alexa. The talk will cover the tooling, workflow, and the philosophy you need to master Literate Statistical Programming.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sybex | Boston, MA : Safari
    ISBN: 9781119650515
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A clear and concise resource, the ideal guide to Windows for IT beginners Windows Operating System Fundamentals covers everything you need to know about Windows 10. Learn to master the installation process and discover the cool new features of Windows 10, including Edge, Cortana, and more. And because this book follows the Windows Server Operating System Fundamentals MTA Certification, it is perfect for IT professionals who are new to the industry and need an entry point into IT certification. This book covers the basics of the Windows operating system, from setting up user accounts to using the start menu, running applications, and setting up internet access. You’ll be prepared to upgrade a computer to Windows 10 and to master the basic tools necessary to work effectively within the OS. Each chapter closes with a quiz so you can test your knowledge before moving to the next section. Learn to configure your Windows 10 operating system, optimize account controls, configure user profiles, customize system options, and more! Understand how to use Windows applications and tools for managing LAN settings, configuring Microsoft Edge, and setting up remote assistance Use Windows to manage devices like printers, cloud storage, OneDrive, and system devices Maintain, update, protect, and backup your data by configuring Windows Update, automated backup, and system recovery and restore With Windows Operating System Fundamentals , IT Professionals looking to understand more about Windows 10 will gain the knowledge to effectively use applications, navigate files and folders, and upgrade client systems. Thanks to the troubleshooting tools and tips in this book, you can apply your new skills in real-world situations and feel confident while taking the certification exam.
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9780730381969
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Reboot your entrepreneurial spirit and excel in the digital age The days of being locked into a single career for life are long gone. It's time to reinvent yourself, transform your life and work the new economy for everything it's worth. With the industrial age quickly vanishing in the rearview mirror, Think Like a Startup is your instruction manual for hacking your mind and acquiring the skills to take control of your life and fortunes in the digital age. Inspirational, subversive, and with a wealth of insightful guidance, Think Like a Startup will help you to break from a lifetime of legacy programming and take full advantage of the technology revolution.
    Note: Online resource; Title from title page (viewed November 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sybex | Boston, MA : Safari
    ISBN: 9781119601944
    Language: English
    Pages: 1 online resource (784 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: The only official body of knowledge for SSCP—(ISC)2’s popular credential for hands-on security professionals—fully revised and updated. Systems Security Certified Practitioner (SSCP) is an elite, hands-on cybersecurity certification that validates the technical skills to implement, monitor, and administer IT infrastructure using information security policies and procedures. SSCP certification—fully compliant with U.S. Department of Defense Directive 8140 and 8570 requirements—is valued throughout the IT security industry. The Official (ISC)2 SSCP CBK Reference is the only official Common Body of Knowledge (CBK) available for SSCP-level practitioners, exclusively from (ISC)2, the global leader in cybersecurity certification and training. This authoritative volume contains essential knowledge practitioners require on a regular basis. Accurate, up-to-date chapters provide in-depth coverage of the seven SSCP domains: Access Controls; Security Operations and Administration; Risk Identification, Monitoring and Analysis; Incident Response and Recovery; Cryptography; Network and Communications Security; and Systems and Application Security. Designed to serve as a reference for information security professionals throughout their careers, this indispensable (ISC)2guide: Provides comprehensive coverage of the latest domains and objectives of the SSCP Helps better secure critical assets in their organizations Serves as a complement to the SSCP Study Guide for certification candidates The Official (ISC)2 SSCP CBK Reference is an essential resource for SSCP-level professionals, SSCP candidates and other practitioners involved in cybersecurity.
    Note: Online resource; Title from title page (viewed December 5, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Ali Vanderveld, Director of Data Science at ShopRunner ShopRunner is an e-commerce company that receives feeds of product data from over 100 different retailer partners, including large department stores and retailers that specialize in electronics, appliances, nutritional products, and more. In order to provide a great user experience on our website and in our mobile app, we need to have one easy-to-navigate product taxonomy. We also would like to have sets of attribute tags that make it easy to filter down to exactly what any shopper is looking for. In this talk I will describe how we are using computer vision and natural language processing to place all of the products from our retailer partners into one easy-to-navigate shopping experience.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Liang Wu, Machine Learning Data Scientist at Airbnb Choosing the correct optimization metric is key to success of a search engine. Unlike in traditional web searches, where clicks are clearly the main objective to optimize, many emerging vertical search engines like E-Commerce search may require a different optimization metric, such as conversions, revenue, and quality. Selection of a good metric may depend on the query type (transactional vs. navigational vs. informational) and also on the goal of a business (profitability vs. growth). For example, a typical product search engine may focus on maximizing the number of transactions and total revenue, while navigational search may aim at minimizing the total number of clicks. In this talk, we will investigate factors needed to be considered when we are in search for a good metric, and we will also walk through an example of designing an optimization metric for a particular business, including how it is selected, mathematically defined, and optimized with a machine learning framework.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Julie Hollek, Sr Data Scientist at Twitter Data scientists are the people behind the scenes, helping others deliver better, smarter results in their daily work. This is especially true for product data scientists who must hone their craft to determine what things are working for a given product, where do we want to take it next, and how can we make product decisions aligned with company is trying to build? Cross-functional communications are critical to success in this role; you need to be able to craft a message that is born out of math to make compelling arguments that are digestible by stakeholders across the business. In this session, we’ll define Product Data Science and discuss contributing factors to success.
    Note: Online resource; Title from title screen (viewed February 21, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000701524
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sustainability is part of a brand new series providing must-read practical guidance to running efficient and successful projects using the new RIBA Plan of Work 2013. Each guide takes a core project task – in this case those associated with achieving sustainable design and construction - and explains the essential activities required at each stage. Concise and easy to use with a consistent format these guides provide the ultimate quick reference support at your desk or on-site. An authoritative ‘how to’ full of pragmatic advice, examples and in-text features such as ‘hints and tips’ that illuminate best practice and clever solutions. Designed to be used on all projects – large and small – and across all types of procurement, they are task rather than role-oriented acknowledging that a variety of people take on these responsibilities. They are also invaluable for architectural students at Part 3 who are getting to grips with the realities of practice.
    Note: Online resource; Title from title page (viewed July 5, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Jason Dolatshahi – Director of Data Science at Stash Stash is the digital platform for saving & investing that promises financial inclusion for all. When we launched our checking account at the end of last year, we already had millions of customers, but we were about to make first contact with a formidable new foe: bank fraud. As a data science team, how do you develop and deploy a model when the dimensions of the problem are brand new and changing quickly? How do you ensure your stakeholders have the information they need to manage the liability risk to the business? How do you keep the user experience delightful while keeping out bad actors? Come find out!
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Data Science Salon | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Presented by Kabir Seth - VP Machine Learning & AI Strategy, Wall Street Journal & Alex Siegman - AI Technical Program Manager, Dow Jones Walking through the steps necessary to appropriately leverage AI in a large organization, including tips and tricks for identifying business opportunities that lend themselves to AI, as well as best practices for each step of the AI project management process, all while navigating complex organizational structures.
    Note: Online resource; Title from title screen (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this session, Angie Brown, VP of Store Technology at The Home Depot, will showcase how this leading do-it-yourself retailer is hammering the application of open source technology to build their award-winning customer experiences across their interconnected environment. You’ll hear how they use open source for their OS in stores, online search, order management, analytics and more.
    Note: Online resource; Title from title screen (viewed June 10, 2019) , Mode of access: World Wide Web.
    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: 9781838983208
    Language: English
    Pages: 1 online resource (696 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Leverage the power of SQL Server 2017 Integration Services to build data integration solutions with ease Key Features Work with temporal tables to access information stored in a table at any time Get familiar with the latest features in SQL Server 2017 Integration Services Program and extend your packages to enhance their functionality Book Description Microsoft SQL Server 2017 uses the power of R and Python for machine learning and containerization-based deployment on Windows and Linux. By learning how to use the features of SQL Server 2017 effectively, you can build scalable apps and easily perform data integration and transformation. You'll start by brushing up on the features of SQL Server 2017. This Learning Path will then demonstrate how you can use Query Store, columnstore indexes, and In-Memory OLTP in your apps. You'll also learn to integrate Python code in SQL Server and graph database implementations for development and testing. Next, you'll get up to speed with designing and building SQL Server Integration Services (SSIS) data warehouse packages using SQL server data tools. Toward the concluding chapters, you'll discover how to develop SSIS packages designed to maintain a data warehouse using the data flow and other control flow tasks. By the end of this Learning Path, you'll be equipped with the skills you need to design efficient, high-performance database applications with confidence. This Learning Path includes content from the following Packt books: SQL Server 2017 Developer's Guide by Milos Radivojevic, Dejan Sarka, et. al SQL Server 2017 Integration Services Cookbook by Christian Cote, Dejan Sarka, et. al What you will learn Use columnstore indexes to make storage and performance improvements Extend database design solutions using temporal tables Exchange JSON data between applications and SQL Server Migrate historical data to Microsoft Azure by using Stretch Database Design the architecture of a modern Extract, Transform, and Load (ETL) solution Implement ETL solutions using Integration Services for both on-premise and Azure data Who this book is for This Learning Path is for database developers and solution architects looking to develop ETL solutions with SSIS, and explore the new features in SSIS 2017. Advanced analysis practitioners, business intelligence developers, and database consultants dealing with performance tuning will also find this book useful. Basic understanding of database concepts and T-SQL is required to ...
    Note: Online resource; Title from title page (viewed August 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Decision makers are busy. Businesses can hire people to analyze data for them, but most companies are resource constrained and can’t hire a small army to look through all their data. Wayde Fleener explains how General Mills implemented automation to enable decision makers to quickly focus on the metrics that matter and cut through everything else that does not.
    Note: Online resource; Title from title screen (viewed July 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Leemay Nassery discusses the importance of data collection pipelines and explains how to efficiently store datasets with the intention of making them easily accessible by a downstream machine learning platform.
    Note: Online resource; Title from title screen (viewed August 26, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Launched 10 years ago, the BBC's iPlayer on TV has become the largest iPlayer platform. David Buckhurst and Ross Wilson explore the evolution of the BBC's TV application architecture, from the early days courting different native technologies to the development of an open source library and standards-based platform that supports multiple BBC applications across thousands of TVs.
    Note: Online resource; Title from title screen (viewed May 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000705010
    Language: English
    Pages: 1 online resource (160 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: An authoritative and practical road map for those implementing and managing BIM workflows. With the 2016 deadline for BIM level 2 fast approaching and the growing realisation of the huge benefits BIM brings these skills are becoming industry essentials. Concentrating on the how rather than the why this will help you to adapt by clearly, and without jargon, explaining standard BIM processes, Government standards and the effective coordination of design, construction and asset information. Spanning both organisational strategy and day-to-day practical tasks it explores bottom line business reasoning as well as potential risks and challenges. This is the go-to guide for BIM Coordinators and Managers, architectural principals, design team leaders and architectural technicians ensuring you are ‘BIM ready’ in 2016. It will also be invaluable for Part 3 students getting to grips with BIM strategy and implementation.
    Note: Online resource; Title from title page (viewed July 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119551447
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Bland, David J., 1976 - Testing business ideas
    DDC: 658.4/034
    RVK:
    Keywords: Strategisches Management ; Geschäftsmodell ; Produktentwicklung ; Electronic books ; local ; Geschäftsidee ; Produkttest
    Abstract: A practical guide to effective business model testing 7 out of 10 new products fail to deliver on expectations. Testing Business Ideas aims to reverse that statistic. In the tradition of Alex Osterwalder’s global bestseller Business Model Generation , this practical guide contains a library of hands-on techniques for rapidly testing new business ideas. Testing Business Ideas explains how systematically testing business ideas dramatically reduces the risk and increases the likelihood of success for any new venture or business project. It builds on the internationally popular Business Model Canvas and Value Proposition Canvas by integrating Assumptions Mapping and other powerful lean startup-style experiments. Testing Business Ideas uses an engaging 4-color format to: Increase the success of any venture and decrease the risk of wasting time, money, and resources on bad ideas Close the knowledge gap between strategy and experimentation/validation Identify and test your key business assumptions with the Business Model Canvas and Value Proposition Canvas A definitive field guide to business model testing, this book features practical tips for making major decisions that are not based on intuition and guesses. Testing Business Ideas shows leaders how to encourage an experimentation mindset within their organization and make experimentation a continuous, repeatable process.
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000705171
    Language: English
    Pages: 1 online resource (160 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book examines the trends and innovations at the cutting edge of office design in the UK today. Selected from British Council for Offices Award winners since 2002 and interpreting empirical analyses by Davis Langdon, the varied and stunningly illustrated case studies presented here demonstrate the latest thinking from the world of workplace design. Taken together, they offer insight and inspiration for architects, developers, clients and anyone interested in getting the very best out of places of work. The text is sharp and authoritative, and complemented by colour photographs, floor plans, elevations and detail drawings. The chapters are organised into salient topics the Workplace, Location, Structure, Cost and Sustainability but along the way take account of numerous critical issues such as light levels and staff amenities. A wide-ranging end chapter, written by Jeremy Myerson and Paul Warner, knits together contemporary socio-cultural influences to imagine the future of the office.
    Note: Online resource; Title from title page (viewed July 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9780730382072
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Future-proof your career and plan your leap forward Gone are the days of slowly making your way up the corporate ladder to retirement. Now, with the rise of freelancing and the gig economy, the workplace is becoming more flexible and independent — which can leave hardworking people scrambling to find a way to stay relevant. Author Michelle Gibbings addresses your worries and gives you a way forward. This book sheds light on what you can do to reignite, reshape and liberate your career and offers a fool-proof plan for getting your career back on track. With Get Career Fit , you can build a career ready for any change the future may bring.
    Note: Online resource; Title from title page (viewed November 18, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119607823
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Right now is always the right time to become a Mac expert! It’s never too late to become an expert on Macs—and this friendly, updated guide written specifically for the 50+ set is the easy way to do it! Featuring larger text and figures, Macs for Seniors for Dummies takes you through all you need to know to get the most out of your Apple computer. It makes it simple for you to stay in touch with family and friends, enjoy your favorite music, TV, and movies, and hang with the younger generation using the latest social apps and video games. Beginning with which Mac to choose for your needs, you’ll learn about setting up your computer, understanding files and folders, getting the most from the latest operating system, navigating the desktop, and troubleshooting common problems. And once you’ve found your feet there, it’ll be time to get creative with home movies and photography, chat face-to-face live on video, communicate through email—the sky’s the limit! Set up and customize your Mac Make FaceTime calls and send emails Store photos and files using iCloud Play video, movies, podcasts, and games Macs are for all ages! Show the Millennials in your life a thing or two and become a pro with yours today!
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789807356
    Language: English
    Pages: 1 online resource (386 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take your first steps to become a fully qualified data analyst by learning how to explore large relational datasets Key Features Explore a variety of statistical techniques to analyze your data Integrate your SQL pipelines with other analytics technologies Perform advanced analytics such as geospatial and text analysis Book Description Understanding and finding patterns in data has become one of the most important ways to improve business decisions. If you know the basics of SQL, but don't know how to use it to gain the most effective business insights from data, this book is for you. SQL for Data Analytics helps you build the skills to move beyond basic SQL and instead learn to spot patterns and explain the logic hidden in data. You'll discover how to explore and understand data by identifying trends and unlocking deeper insights. You'll also gain experience working with different types of data in SQL, including time-series, geospatial, and text data. Finally, you'll learn how to increase your productivity with the help of profiling and automation. By the end of this book, you'll be able to use SQL in everyday business scenarios efficiently and look at data with the critical eye of an analytics professional. What you will learn Perform advanced statistical calculations using the WINDOW function Use SQL queries and subqueries to prepare data for analysis Import and export data using a text file and psql Apply special SQL clauses and functions to generate descriptive statistics Analyze special data types in SQL, including geospatial data and time data Optimize queries to improve their performance for faster results Debug queries that won't run Use SQL to summarize and identify patterns in data Who this book is for If you're a database engineer looking to transition into analytics, or a backend engineer who wants to develop a deeper understanding of production data, you will find this book useful. This book is also ideal for data scientists or business analysts who want to improve their data analytics skills using SQL. Knowledge of basic SQL and database concepts will aid in understanding the concepts covered in this book.
    Note: Online resource; Title from title page (viewed August 23, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: After a slow start, the finance industry is quickly catching up with others in its adoption of AI. Joe Rothermich explains how Thomson Reuters Labs is using AI to perform research in building quantitative investment models and discusses the company's research in deep learning for credit risk, machine learning and NLP for unlocking alternative datasets, and financial graph-based analytics.
    Note: Online resource; Title from title screen (viewed July 15, 2019) , Mode of access: World Wide Web.
    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 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The National Security Agency (NSA) uses a lot of open source software, but it’s traditionally been a challenge for developers to navigate the processes, policy, and mechanics of contributing back to the community. Jacob DePriest explains how a group of open source evangelists are trying to strengthen the open source software ecosystem at the NSA and make it a normal part of developers’ jobs.
    Note: Online resource; Title from title screen (viewed September 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Hiring teams have long relied on intuition and experience to scout talent. Increased data and data-science techniques give us a chance to test common recruiting wisdom. Drawing on results from her recent behavioral experiments and analyses of over 10 million jobs and their outcomes, Maryam Jahanshahi illustrates how often innocuous recruiting decisions have dramatic impacts on hiring outcomes.
    Note: Online resource; Title from title screen (viewed September 2, 2019) , Mode of access: World Wide Web.
    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...