Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 2015-2019  (9,591)
  • 1960-1964  (5)
  • Boston, MA : Safari  (5,019)
  • Washington, D.C : The World Bank  (4,577)
Datasource
Material
Language
Years
Year
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (848 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how. By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all you need is programming experience to get started. Explore the machine learning landscape, particularly neural nets Use Scikit-Learn to track an example machine-learning project end-to-end Explore several training models, including support vector machines, decision trees, random forests, and ensemble methods Use the TensorFlow library to build and train neural nets Dive into neural net architectures, including convolutional nets, recurrent nets, and deep reinforcement learning Learn techniques for training and scaling deep neural nets
    Note: Online resource; Title from title page (viewed September 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (292 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the aspects of financial modeling with the help of clear and easy-to-follow instructions and a variety of Excel features, functions, and productivity tips Key Features A non-data professional's guide to exploring Excel's financial functions and pivot tables Prepare various models for income and cash flow statements, and balance sheets Perform valuations and identify growth drivers with real-world case studies Book Description Financial modeling is a core skill required by anyone who wants to build a career in finance. Hands-On Financial Modeling with Microsoft Excel 2019 explores terminologies of financial modeling with the help of Excel. This book will provides you with an overview of the steps you should follow to build an integrated financial model. You will explore the design principles, functions, and techniques of building models in a practical manner. Starting with the key concepts of Excel, such as formulas and functions, you will learn about referencing frameworks and other advanced components for building financial models. Later chapters will help you understand your financial projects, build assumptions, and analyze historical data to develop data-driven models and functional growth drivers. The book takes an intuitive approach to model testing and covers best practices and practical use cases. By the end of this book, you will have examined the data from various use cases, and have the skills you need to build financial models to extract the information required to make informed business decisions. What you will learn Identify the growth drivers derived from processing historical data in Excel Use discounted cash flow (DCF) for efficient investment analysis Build a financial model by projecting balance sheets and profit and loss Apply a Monte Carlo simulation to derive key assumptions for your financial model Prepare detailed asset and debt schedule models in Excel Discover the latest and advanced features of Excel 2019 Calculate profitability ratios using various profit parameters Who this book is for This book is for data professionals, analysts, traders, business owners, and students, who want to implement and develop a high in-demand skill of financial modeling in their finance, analysis, trading, and valuation work. This book will also help individuals that have and don't have any experience in data and stats, to get started with building financial models. The book assumes working knowledge with Excel. Downloading the ...
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Apply modern deep learning techniques to build and train deep neural networks using Gorgonia Key Features Gain a practical understanding of deep learning using Golang Build complex neural network models using Go libraries and Gorgonia Take your deep learning model from design to deployment with this handy guide Book Description Go is an open source programming language designed by Google for handling large-scale projects efficiently. The Go ecosystem comprises some really powerful deep learning tools such as DQN and CUDA. With this book, you'll be able to use these tools to train and deploy scalable deep learning models from scratch. This deep learning book begins by introducing you to a variety of tools and libraries available in Go. It then takes you through building neural networks, including activation functions and the learning algorithms that make neural networks tick. In addition to this, you'll learn how to build advanced architectures such as autoencoders, restricted Boltzmann machines (RBMs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), and more. You'll also understand how you can scale model deployments on the AWS cloud infrastructure for training and inference. By the end of this book, you'll have mastered the art of building, training, and deploying deep learning models in Go to solve real-world problems. What you will learn Explore the Go ecosystem of libraries and communities for deep learning Get to grips with Neural Networks, their history, and how they work Design and implement Deep Neural Networks in Go Get a strong foundation of concepts such as Backpropagation and Momentum Build Variational Autoencoders and Restricted Boltzmann Machines using Go Build models with CUDA and benchmark CPU and GPU models Who this book is for This book is for data scientists, machine learning engineers, and AI developers who want to build state-of-the-art deep learning models using Go. Familiarity with basic machine learning concepts and Go programming is required to get the best out of this book. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Hands-On-Deep-Learning-with-Go . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title page (viewed August 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789348262
    Language: English
    Pages: 1 online resource (494 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A definitive guide to PyCharm to help you build business-oriented Python applications ranging from modern web development to data science Key Features Learn basic to advanced PyCharm concepts to improve efficiency of your Python projects Work through practical examples that focus on efficient application development with PyCharm Explore advanced features in PyCharm such as code automation, version control, and GUI debugging Book Description JetBrain's PyCharm is the most popular Integrated Development Environment (IDE) used by the Python community thanks to its numerous features that facilitate faster, more accurate, and more productive programming practices. However, the abundance of options and customizations can make PyCharm seem quite intimidating. Hands-on Application Development with PyCharm starts with PyCharm's installation and configuration process, and systematically takes you through a number of its powerful features that can greatly improve your productivity. You'll explore code automation, version control, graphical debugging/testing, management of virtual environments, and much more. Finally, you'll delve into specific PyCharm features that support web development and data science, two of the fastest growing applications in Python programming. These include the integration of the Django framework as well as the extensive support for IPython and Jupyter Notebook. By the end of this PyCharm book, you will have gained extensive knowledge of the tool and be able to implement its features and make the most of its support for your projects. What you will learn Explore PyCharm functionalities and what makes it stand out from other Python IDEs Set up, configure, and customize your Python projects in PyCharm Understand how PyCharm integrates with Django for web development Discover PyCharm's capabilities in database management and data visualization Perform code automation, GUI testing, and version control in PyCharm Integrate interactive Python tools such as Jupyter Notebooks for building virtual environments Who this book is for If you're a beginner or an expert Python user looking to improve your productivity using one of the best Python IDEs, this book is for you. Basic knowledge of Python programming language is expected. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Hands-on-Application-Development-with-PyCharm ....
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (752 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: A quick, easy-to-consult source of practical overviews on wide-ranging issues of concern for those responsible for the health and safety of workers This new and completely revised edition of the popular Handbook is an ideal, go-to resource for those who need to anticipate, recognize, evaluate, and control conditions that can cause injury or illness to employees in the workplace. Devised as a “how-to” guide, it offers a mix of theory and practice while adding new and timely topics to its core chapters, including prevention by design, product stewardship, statistics for safety and health, safety and health management systems, safety and health management of international operations, and EHS auditing. The new edition of Handbook of Occupational Safety and Health has been rearranged into topic sections to better categorize the flow of the chapters. Starting with a general introduction on management, it works its way up from recognition of hazards to safety evaluations and risk assessment. It continues on the health side beginning with chemical agents and ending with medical surveillance. The book also offers sections covering normal control practices, physical hazards, and management approaches (which focuses on legal issues and workers compensation). Features new chapters on current developments like management systems, prevention by design, and statistics for safety and health Written by a number of pioneers in the safety and health field Offers fast overviews that enable individuals not formally trained in occupational safety to quickly get up to speed Presents many chapters in a "how-to" format Featuring contributions from numerous experts in the field, Handbook of Occupational Safety and Health, 3rd Edition is an excellent tool for promoting and maintaining the physical, mental, and social well-being of workers in all occupations and is important to a company’s financial, moral, and legal welfare.
    Note: Online resource; Title from title page (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (204 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Unzählige kleine und große Entscheidungen prägen IT-Projekte. Sie beziehen sich auf ganz unterschiedliche Themen: die Priorisierung von Anforderungen, das Design und die Architektur oder auch das Vorgehen im Team. Allerdings werden Entscheidungen oft nicht so rational getroffen, wie dies eigentlich wünschenswert wäre. Die Ursachen dafür sind vielfältig. Dieses Buch analysiert die mögliche Ursachen und schlägt praxisorientierte Instrumente vor, mit denen wir alleine oder im Team zu besseren Entscheidungen gelangen können. Das Buch kombiniert dabei Erkenntnisse aus Entscheidungstheorie und Kognitionswissenschaft mit bewährten Praktiken aus IT-Projekten, allem voran aus dem agilen Umfeld.
    Note: Online resource; Title from title page (viewed June 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Harness your company’s incumbent advantages to win the digital disruption game Goliath’s Revenge is the practical guide for how executives and aspiring leaders of established companies can run the Silicon Valley playbook for themselves and capitalize on digital disruption. Technologies like artificial intelligence, robotics, internet of things, blockchain, and immersive experiences are changing the basis of competition in every industry. New competitors are emerging while traditional ones are falling behind. Periods of intense change provide remarkable opportunities. Goliath’s Revenge delivers an insider’s view of how industry leaders like General Motors, NASA, The Weather Channel, Hitachi, Mastercard, Proctor & Gamble, Penn Medicine, Discovery, and Cisco are accelerating innovation, building new skills, and disrupting themselves to come out stronger in this post-digital age. Learn how to leverage your company’s scale, reach, data, and expertise to launch breakthrough offerings that fend off attackers and secure your position as a future industry leader. Using real success cases and recommendations, this invaluable resource shows how to realign your business model, reset your talent development priorities, and retake market share lost to digital-ready competitors. Drawing from extensive experience in digital transformation, leadership development, and strategic planning, the authors show how established companies can switch from defense to offense to thrive in this new digital environment. Learn the six new rules that separate winners from losers in the age of digital disruption Prioritize your innovation investments to rebuild your competitive moat Employ smart cannibalization to defend your core business Deliver step-change customer outcomes to grow into adjacent markets Reframe your purpose and make talent the centerpiece of your digital innovation strategy Goliath’s Revenge is a must-read for business leaders and innovators in small, mid-sized, and large organizations trying to win the digital disruption game. This book helps you reset both your company strategy and professional development priorities for long-term success.
    Note: Online resource; Title from title page (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (36 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Your company creates terabytes and even petabytes of data, but are you actually putting it to work? The majority of enterprises stumble on their way to becoming data driven. Machine learning promises to reverse that trend, and early adopters are already seeing the benefits with increased ROI. In this report, author Alice LaPlante details successful real-world applications for machine learning and shows you how to implement your own machine learning initiative step-by-step. Discover how machine learning can benefit your business and see how companies such as CaixaBank and DX Marketing use machine learning to their advantage. Don’t fall behind while early adopters reap all the gains. Get started with machine learning and tame your data. You’ll learn: Machine learning use cases, including recommendation engines, fraud detection, predictive maintenance, and more The benefits of machine learning Why companies are increasingly moving machine learning implementations to the cloud The six phases of the machine learning lifecycle A five-step process to getting started with machine learning The challenges you may encounter along the way Best practices and advice from early adopters
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (504 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. Practical from the very beginning, the book helps you create a static site in Express and Node. Expanding on that solid foundation, you’ll integrate a MongoDB database, build an API, and add an authentication system. Along the way, you’ll get countless pro tips for building dynamic and responsive data-driven web applications!
    Note: Online resource; Title from title page (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (784 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Comprehensively teaches the fundamentals of supply chain theory This book presents the methodology and foundations of supply chain management and also demonstrates how recent developments build upon classic models. The authors focus on strategic, tactical, and operational aspects of supply chain management and cover a broad range of topics from forecasting, inventory management, and facility location to transportation, process flexibility, and auctions. Key mathematical models for optimizing the design, operation, and evaluation of supply chains are presented as well as models currently emerging from the research frontier. Fundamentals of Supply Chain Theory, Second Edition contains new chapters on transportation (traveling salesman and vehicle routing problems), integrated supply chain models, and applications of supply chain theory. New sections have also been added throughout, on topics including machine learning models for forecasting, conic optimization for facility location, a multi-supplier model for supply uncertainty, and a game-theoretic analysis of auctions. The second edition also contains case studies for each chapter that illustrate the real-world implementation of the models presented. This edition also contains nearly 200 new homework problems, over 60 new worked examples, and over 140 new illustrative figures. Plentiful teaching supplements are available, including an Instructor’s Manual and PowerPoint slides, as well as MATLAB programming assignments that require students to code algorithms in an effort to provide a deeper understanding of the material. Ideal as a textbook for upper-undergraduate and graduate-level courses in supply chain management in engineering and business schools, Fundamentals of Supply Chain Theory, Second Edition will also appeal to anyone interested in quantitative approaches for studying supply chains. Lawrence V. Snyder, PhD, is Professor in the Department of Industrial and Systems Engineering and Co-Director of the Institute for Data, Intelligent Systems, and Computation at Lehigh University. He has written numerous journal articles and tutorials on optimization models for supply chains and other infrastructure systems, with a focus on decision-making under uncertainty. Zuo-Jun Max Shen, PhD, is Professor in the Department of Industrial Engineering and Operations Research and the Department of Civil and Environmental Engineering at the University of California at Berkeley. He is an INFORMS Fellow a...
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Over the past 10 years, big data infrastructure has evolved from flat files in a distributed filesystem to an efficient ecosystem to a fully deconstructed and open source database with reusable components. With Hadoop, we started from a system that was good at looking for a needle in a haystack using snowplows. We had a lot of horsepower and scalability but lacked the subtlety and efficiency of relational databases. But since Hadoop provided the ultimate flexibility compared to the more constrained and rigid RDBMSs, we didn’t mind and plowed through. However, machine learning, recommendations, matching, abuse detection, and data-driven products in general require a more flexible infrastructure. Over time, we started applying everything that had been known to the database world for decades to this new environment. We’d been told loud enough how Hadoop was a huge step backward. And it was true to some degree. The key difference was the flexibility of the Hadoop stack. There are many highly integrated components in a relational database and decoupling them took some time. Today, we see the emergence of key components, such as optimizers, columnar storage, in-memory representation, table abstraction, and batch and streaming execution, as standards that provide the glue between the options available to process, analyze, and learn from our data. We’ve been deconstructing the tightly integrated relational database into flexible reusable open source components. Storage, compute, multitenancy, and batch or streaming execution are all decoupled and can be modified independently to fit every use case. Julien Le Dem (WeWork) discusses the key open source components of the big data ecosystem—including Apache Calcite, Parquet, Arrow, Avro, and Kafka as well as batch and streaming systems—and explains how they relate to each other and how they make the ecosystem more of a database and less of a filesystem. (Parquet is the columnar data layout to optimize data at rest for querying. Arrow is the in-memory representation for maximum throughput execution and overhead-free data exchange. Calcite is the optimizer to make the most of our infrastructure capabilities.) Julien also explores the emerging components that are still missing or haven’t become standard yet to fully materialize the transformation to an extremely flexible database that lets you innovate with your data. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In many industrial ML applications, feature engineering consumes the lion’s share of time, energy, and resources. Deep learning promises to replace feature engineering with models that learn end to end from “close-to-reality” data and has convincingly realized this promise for computer vision and natural language processing. But does this promise apply outside of these domains? Pamela Vagata (Stripe) explains how Stripe has applied deep learning techniques to predict fraud from raw behavioral data. Since fraud detection is a critical business problem for Stripe, the company already had a well-tuned feature-engineered model for comparison. Stripe found that the deep learning model outperforms the feature-engineered model both on predictive performance and in the effort spent on data engineering, model construction, tuning, and maintenance. Join in to discover how common industry practice could shift toward deeper models trained end to end and away from labor-intensive feature engineering. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : New Riders | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (353 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Foundations of Digital Art and Design, Second Edition Fuses design fundamentals and software training into one cohesive approach! All students of digital design and production–whether learning in a classroom or on their own–need to understand the basic principles of design. These principles are often excluded from books that teach software. Foundations of Digital Art and Design reinvigorates software training by integrating design exercises into tutorials that fuse design fundamentals and core Adobe Creative Cloud skills. The result is a comprehensive design learning experience organized into five sections that focus on vector art, photography, image manipulation, typography, and effective work habits for digital artists. Design topics and principles include: Bits, Dots, Lines, Shapes, Unity, Rule of Thirds, Zone System, Color Models, Collage, Appropriation, Gestalt, The Bauhaus Basic Course Approach, Continuity, Automation, and Revision. This book: Teaches art and design principles with references to contemporary digital art alongside digital tools and processes in Adobe Creative Cloud Addresses the growing trend of compressing design fundamentals and design software into the same course in universities and design colleges Times each lesson to be used in 50 to 90-minute class sessions with additional practice materials available online Includes free video screencasts that demonstrate key concepts in every chapter Download work files and bonus chapters, view screencasts, connect with the author online and more; see the Introduction to the book for details. "This ambitious book teaches visual thinking and software skills together. The text leads readers step-by-step through the process of creating dynamic images using a range of powerful applications. The engaging, experimental exercises take this project well beyond the typical software guide." ELLEN LUPTON, co-author of Graphic Design: The New Basics
    Note: Online resource; Title from title page (viewed July 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Military Recruiting is a war. It’s just a different kind of war than what you were prepared and trained to fight for. Recruiting is a war for talent. Smart, competent, and capable people are rare and in high demand. Every organization, from commercial enterprises, healthcare, non-profit, sports, and education, to the military is in an outright battle to recruit and retain these bright and talented people. Rather than bullets and bombs, the war for talent is won through high-impact prospecting activity, time discipline, intellectual agility, emotional intelligence, and human to human relationships. On this highly competitive, ever changing, asymmetrical battlefield, to win, you must operate at a level of excellence beyond anything asked of military recruiters before. Yet, in this new paradigm, many recruiters are struggling, and most recruiting units are staring down the barrel at 50 percent or more of their recruiters consistently missing Mission. It is imperative that we arm military recruiters with the skills they need to win in this challenging environment. The failure to make Mission is an existential threat to the strength and readiness of America’s fighting forces and our democracy. Fanatical Military Recruiting begins where the Recruiting and Retention colleges of the various branches of the military leave off. It is an advanced, master’s level training resource designed specifically for the unique demands of Military Recruiting. In FMR , you’ll learn: The Single Most Important Discipline in Military Recruiting How to Get Out of a Recruiting Slump The 30-Day Rule and Law of Replacement Powerful Time and Territory Management Strategies that Put You in Control of Your Day The 7 Step Telephone Prospecting Framework The 4 Step Email and Direct Messaging Framework The 5 C’s of Social Recruiting The 7 Step Text Message Prospecting Framework How to Leverage a Balanced Prospecting Methodology to Keep the Funnel Full of Qualified Applicants Powerful Human Influence Frameworks that Reduce Resistance and Objections The 3 Step Prospecting Objection Turn-Around Framework Mission Drive and the 5 Disciplines of Ultra-High Performing Military Recruiters In his signature right-to-the-point style that has made him the go-to trainer to a who’s who of the world’s most prestigious organizations, Jeb Blount pulls no punches. He slaps you in the face with the cold, hard truth about what’s really holding you back. Then, he pulls you in with stories, examples, ...
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    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: We never change the amount of work or technical debt; we just shift it, and with it, we change how it emerges and appears. Our systems don’t have to be perfect to be operational—planes, networks, and elite athletes all function at extremely high levels even though they are not operating at 100%. As an industry, we have moved the locus of control from hardware to operating system to virtual machine to container to orchestration, and now we’re approaching serverless. None of that has reduced the amount of work you have to do; it just makes it so you can reuse and conceptually compress the work of others. Since we’re making the work in our tools less visible, we also have less control over how they work. We assume the promises that have been true will continue to be true, but that isn’t in our control. Heidi Waterhouse (LaunchDarkly) explains how to handle this level of uncertainty. You’ll learn to add in error budgets, layered access, and other accommodations for failure and to design your systems for function over form or purity. You’ll leave with some concrete ideas about how to add resiliency to your system by learning to trust but mitigate your reliance on perfect performance of your underlying tools. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IT Governance Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (390 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: EU GDPR – An Implementation and Compliance Guide is a perfect companion for anyone managing a GDPR compliance project. It explains the changes you need to make to your data protection and information security regimes and tells you exactly what you need to do to avoid severe financial penalties.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484252840
    Language: English
    Pages: 1 online resource (357 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Combine the strengths of Angular, the leading framework for developing complex client-side applications, and ASP.NET Core MVC 3, the latest evolution of Microsoft’s framework for server-side applications. This new edition offers updated Angular, ASP.NET Core 3, Entity Framework Core 3 examples, an all-new chapter on interoperability with Blazor, and more! Best-selling author Adam Freeman brings together these two key technologies and explains how to use ASP.NET Core MVC 3 to provide back-end services for Angular applications. This fast-paced and practical guide starts from the nuts and bolts and gives you the knowledge you need to combine Angular and ASP.NET Core MVC 3 in your projects. Each topic is covered clearly and concisely and is packed with the essential details you need to learn to be truly effective. What You Will Learn Gain a solid understanding of how ASP.NET Core MVC 3 and Angular can work together Utilize both Visual Studio and Visual Studio Code to develop Angular/ASP.NET Core MVC projects Create ASP.NET Core RESTful web services to support Angular applications Expose data from Entity Framework Core to Angular applications Use ASP.NET Core Identity to provide security services to Angular applications Understand how Angular and Blazor applications can work together Who This Book Is For This book is for developers with knowledge of ASP.NET Core MVC who are introducing Angular into their projects.
    Note: Online resource; Title from title page (viewed October 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617295027
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Elixir in Action, Second Edition teaches you how to build production-quality distributed applications using the Elixir programming language. Author Saša Juric introduces this powerful language using examples that highlight the benefits of Elixir’s functional and concurrent programming. You’ll discover how the OTP framework can radically reduce tedious low-level coding tasks. You’ll also explore practical approaches to concurrency as you learn to distribute a production system over multiple machines.
    Note: Online resource; Title from title page (viewed February 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Updated and Expanded for Python 3 It’s easy to start developing programs with Python, which is why the language is so popular. However, Python’s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. This second edition of Effective Python will help you master a truly “Pythonic” approach to programming, harnessing Python’s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++ , Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You’ll understand the best way to accomplish key tasks so you can write code that’s easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved. Key features include 30 new actionable guidelines for all major areas of Python Detailed explanations and examples of statements, expressions, and built-in types Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Better techniques and idioms for using comprehensions and generator functions Coverage of how to accurately express behaviors with classes and interfaces Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient and clear approaches to concurrency and parallelism Solutions for optimizing and hardening to maximize performance and quality Techniques and built-in modules that aid in debugging and testing Tools and best practices for collaborative development Effective Python will prepare growing programmers to make a big impact using Python.
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers timely and comprehensive coverage of dynamic system reliability theory This book focuses on hot issues of dynamic system reliability, systematically introducing the reliability modeling and analysis methods for systems with imperfect fault coverage, systems with function dependence, systems subject to deterministic or probabilistic common-cause failures, systems subject to deterministic or probabilistic competing failures, and dynamic standby sparing systems. It presents recent developments of such extensions involving reliability modelling theory, reliability evaluation methods, and features numerous case studies based on real-world examples. The presented dynamic reliability theory can enable a more accurate representation of actual complex system behavior, thus more effectively guiding the reliable design of real-world critical systems. Dynamic System Reliability: Modelling and Analysis of Dynamic and Dependent Behaviors begins by describing the evolution from the traditional static reliability theory to the dynamic system reliability theory, and provides a detailed investigation of dynamic and dependent behaviors in subsequent chapters. Although written for those with a background in basic probability theory and stochastic processes, the book includes a chapter reviewing the fundamentals that readers need to know in order to understand contents of other chapters which cover advanced topics in reliability theory and case studies. The first book systematically focusing on dynamic system reliability modelling and analysis theory Provides a comprehensive treatment on imperfect fault coverage (single-level/multi-level or modular), function dependence, common cause failures (deterministic and probabilistic), competing failures (deterministic and probabilistic), and dynamic standby sparing Includes abundant illustrative examples and case studies based on real-world systems Covers recent advances in combinatorial models and algorithms for dynamic system reliability analysis Offers a rich set of references, providing helpful resources for readers to pursue further research and study of the topics Dynamic System Reliability: Modelling and Analysis of Dynamic and Dependent Behaviors is an excellent book for undergraduate and graduate students, and engineers and researchers in reliability and related disciplines.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In his best-selling book Patterns of Enterprise Application Architecture , Martin Fowler famously coined the first law of distributed computing—"Don’t distribute your objects"—implying that working with this style of architecture can be challenging. A few years ago, Barclays embarked on a journey to migrate its legacy services with the objective of achieving a high level of scale, resilience, and reliability, mainly employing an ecosystem of focused, distributed services. It’s fair to say that the company has discovered through firsthand experience that there’s quite a bit of truth to that statement. Prem Chandrasekaran provides an insider scoop on Barclays’s journey deploying services to a private cloud-based infrastructure making use of foundational patterns such as domain-driven design, event-driven architecture (EDA), command query responsibility segregation (CQRS), and event sourcing, among others. Prem recounts some of the challenges faced during the transformation and sheds light on the things that worked well and those that didn’t. Topics include: How to establish buy-in with senior stakeholders and management How to recruit, onboard, and train new team members How to establish the boundaries of your teams and services How to focus on the right amount and kinds of tests in your pipelines How to ensure database and API compatibility How to centralize and externalize secrets and configuration How to diagnose and pinpoint issues in unattended, asynchronous processes How to decide between blue-green and rolling deployments How to work with private and public cloud implementations This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mit dem LEGO-Boost-Set bauen junge (und jung gebliebene) Konstrukteure Roboter mit vielen Funktionen. Durch visuelles Programmieren können bereits Kinder im Grundschulalter LEGO-Steine mit Code verknüpfen. Doch dem Baukasten fehlt ein gedrucktes Handbuch. Mit dieser ausführlichen Anleitung zum LEGO-Boost-Set entwerfen LEGO-Fans ihre eigenen Roboter und gewinnen spielerisch Einblicke in Grundlagen der Programmierung.Das Buch stellt drei Modelle vor, die mit bunten Schritt-für-Schritt-Anleitungen nachgebaut werden: • MARIO ist ein Rover, ideal für Programmier-Experimente• BrickPecker sortiert LEGO-Steine• CYBOT kann sprechen, auf Objekte schießen und reagiert auf Sprachbefehle LEGO-Boost-Elektronik-Komponenten gehören zur Powered-Up-Produktlinie, die mit ihren Motoren, Leuchten, Sensoren und Bluetooth-Steuerung die bisherige LEGO-Elektronikserie Power Functions ablöst.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Presents the principles, design, development and applications of the Diameter protocol suite The Diameter protocol was born in the Internet Engineering Task Force (IETF) and designed to be a general-purpose Authentication, Authorization, and Accounting (AAA) protocol applicable to many network environments. This book is for everyone who wants to understand the Diameter protocol and its applications. This book explains the place Diameter holds in global telecommunication networks and teaches system architects and designers how to incorporate Diameter into their network environments. Diameter: New Generation AAA Protocol - Design, Practice and Applications begins by describing the foundation of Diameter step-by-step, starting with building blocks of the protocol, and progressing from a simple two-party exchange to a multi-party exchange involving complex routing. It discusses the motivation for using Diameter, talks about its predecessor, RADIUS, and introduces the open source Diameter implementation, freeDiameter. The book expands beyond protocol basics to cover end-to-end communication, security functionality, and real-world applications, extending to the backend infrastructure of mobile telecommunications. In addition, an advanced chapter teaches readers how to develop Diameter extensions for their own AAA applications. Written by an experienced author team who are members of the group that standardized Diameter in the IETF and are at the forefront of this cutting-edge technology Presents the still-developing topic of Diameter from both introductory and advanced levels Makes available for download a virtual machine containing the open source implementation: https://diameter-book.info Provides hands-on experience via freeDiameter examples and exercises throughout the book Diameter: New Generation AAA Protocol - Design, Practice and Applications will appeal to system architects and system designers, programmers, standardization experts new to Diameter, students and researchers interested in technology that is deployed by many network operators.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: It's not easy to design good application interfaces in a world where companies must create compelling, seamless user experiences across an exploding number of channels, screens, and contexts. Design patterns, design systems, and component-based UI frameworks have emerged and now rapidly evolve to meet the challenge. This bestselling book is one of the few reliable sources to help you navigate through the maze of design options. By capturing UI best practices and reusable ideas as design patterns, Designing Interfaces provides solutions to common design problems that you can tailor to the situation at hand. This updated edition includes patterns for mobile apps and social media, as well as web applications and desktop software. Each pattern contains full-color examples and practical design advice that you can use immediately. Experienced designers can use this guide as a sourcebook of ideas; novices will find a roadmap to the world of interface and interaction design.
    Note: Online resource; Title from title page (viewed December 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251010
    Language: English
    Pages: 1 online resource (377 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Start deploying, managing, and scaling containerized applications into AWS container infrastructure using Docker on Amazon EC2, Amazon Elastic Container Service (ECS), and AWS Elastic Kubernetes Service (EKS). This step by step practical book will cover all the available container services on AWS and review the usage of each one based on your required scale and cost. Further, you will see how to set up each environment and finally deploy, manage, and scale containerized applications on each one. In the chapter about Elastic Kubernetes Service (EKS), you will learn the process of building and managing Kubernetes clusters on AWS and see how to provision hosts in a matter of minutes, while deploying containers in seconds and making them available globally. Deploy Containers on AWS shows you how to get started with AWS container offerings and manage production or test environments of containerized applications using a hands-on approach with step-by-step instructions. What You Will Learn Deploy and manage containers with Docker on Amazon EC2 Store and retrieve container images using the Amazon EC2 container registry Orchestrate containers with Amazon Elastic Container Service (ECS) Run Kubernetes-managed infrastructure on AWS (EKS) Monitor, manage, back up, and restore containers on AWS Who This Book Is For Developers, cloud and systems administrators, and architects
    Note: Online resource; Title from title page (viewed October 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Recommender systems support the decision making processes of customers with personalized suggestions. These widely used systems influence the daily life of almost everyone across domains like ecommerce, social media, and entertainment. However, the efficient generation of relevant recommendations in large-scale systems is a very complex task. In order to provide personalization, engines and algorithms need to capture users’ varying tastes and find mostly nonlinear dependencies between them and a multitude of items. Enormous data sparsity and ambitious real-time requirements further complicate this challenge. At the same time, deep learning has been proven to solve complex tasks like object or speech recognition where traditional machine learning failed or showed mediocre performance. Join Marcel Kurovski (inovex) to explore a use case for vehicle recommendations at mobile.de, Germany’s biggest online vehicle market. Marcel shares a novel regularization technique for the optimization criterion and evaluates it against various baselines. To achieve high scalability, he combines this method with strategies for efficient candidate generation based on user and item embeddings—providing a holistic solution for candidate generation and ranking. The proposed approach outperforms collaborative filtering and hybrid collaborative-content-based filtering by 73% and 143% for MAP5. It also scales well for millions of items and users returning recommendations in tens of milliseconds. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (120 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Data professionals are confronting the most disruptive change since relational databases appeared in the 1980s. SQL is still a major tool for data analytics, but conventional relational database management systems can’t handle the increasing size and complexity of today’s datasets. This updated edition teaches you best practices for Greenplum Database, the open source massively parallel processing (MPP) database that accommodates large sets of nonrelational and relational data. Marshall Presser, field CTO at Pivotal, introduces Greenplum’s approach to data analytics and data-driven decisions, beginning with its shared-nothing architecture. IT managers, developers, data analysts, system architects, and data scientists will all gain from exploring data organization and storage, data loading, running queries, and learning to perform analytics in the database. Discover how MPP and Greenplum will help you go beyond the traditional data warehouse. This ebook covers: Greenplum features, use case examples, and techniques for optimizing use Four Greenplum deployment options to help you balance security, cost, and time to usability Why each networked node in Greenplum’s architecture includes an independent operating system, memory, and storage Additional tools for monitoring, managing, securing, and optimizing query responses in the Pivotal Greenplum commercial database
    Note: Online resource; Title from title page (viewed July 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245408
    Language: English
    Pages: 1 online resource (130 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Human attention is in the highest demand it has ever been. The drastic increase in available information has compelled individuals to find a way to sift through the media that is literally at their fingertips. Content recommendation systems have emerged as the technological solution to this social and informational problem, but they’ve also created a bigger crisis in confirming our biases by showing us only, and exactly, what it predicts we want to see. Data versus Democracy investigates and explores how, in the era of social media, human cognition, algorithmic recommendation systems, and human psychology are all working together to reinforce (and exaggerate) human bias. The dangerous confluence of these factors is driving media narratives, influencing opinions, and possibly changing election results. In this book, algorithmic recommendations, clickbait, familiarity bias, propaganda, and other pivotal concepts are analyzed and then expanded upon via fascinating and timely case studies: the 2016 US presidential election, Ferguson, GamerGate, international political movements, and more events that come to affect every one of us. What are the implications of how we engage with information in the digital age? Data versus Democracy explores this topic and an abundance of related crucial questions. We live in a culture vastly different from any that has come before. In a society where engagement is currency, we are the product. Understanding the value of our attention, how organizations operate based on this concept, and how engagement can be used against our best interests is essential in responsibly equipping ourselves against the perils of disinformation. Who This Book Is For Individuals who are curious about how social media algorithms work and how they can be manipulated to influence culture. Social media managers, data scientists, data administrators, and educators will find this book particularly relevant to their work.
    Note: Online resource; Title from title page (viewed July 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Change is the only constant; upgrades are inevitable. Believe it or not, this also applies to your database. There are many drivers for such changes, such as technology stack updates and new data center or event cloud migrations. A database migration isn’t an easy task. Preparation and execution takes time and leaves no room for mistakes. And once you start, there’s no going back. But is this the only way? Adrian Lungu and Serban Teodorescu (Adobe) explain how—inspired by the green-blue deployment technique—the Adobe Audience Manager team developed an active-passive database migration procedure that allows them to test database clusters in production, minimizing the risks without compromising the innovation. It was successfully applied twice to upgrade the entire database technology stack—but it’s never a smooth move when your databases are 200-node Cassandra clusters with hundreds of terabytes of data and downtime is not an option. The first migration was focused only on software upgrades. For the second upgrade, the team’s confidence was so high that they added a twist: a couple of more changes besides the Cassandra version—AWS instance type, operating system, disk settings, memory settings, JVM, and a few more. What could go wrong? Well. . .everything. Adrian and Serban describe the migration technique and present an extensible database client that makes all the active-passive management possible with just a configuration change. Yes, you heard it right. No code changes, just configurations. They then share a series of tales and lessons learned during the migration of over 500 Cassandra nodes. Most of the lessons aren’t Cassandra related but instead apply to hardware, drivers, operating system, or the JVM—debugging for days and searching for that metric anomaly or that log line that would give us a hint on what went wrong. Join in to see how you can avoid some of these pitfalls in your own projects. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (220 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Der Design Sprint ist eine Methode für die Produktentwicklung, um mit der Ausrichtung auf Kundenbedürfnisse schnell innovative Produkte und Services zu entwickeln. Das übergreifende Ziel ist es, eine Idee in kurzer Zeit umzusetzen und diese in einer Feedbackrunde mit Nutzern oder Kunden einem Realitätscheck zu unterziehen.
    Note: Online resource; Title from title page (viewed June 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The successful entrepreneur’s guide to accelerating growth Daring to Compete offers real-world strategies to accelerate the growth of your business and secure your place as a market leader. This expert guide is the result of years of comprehensive research and experience from global professional services organization EY, originator of the celebrated “Entrepreneur Of The Year” program. Employing its worldwide reach and extensive network of successful entrepreneurs, EY has developed a model of sustainable business development—“The 7 Drivers of GrowthTM.” This innovative and highly effective approach to strategic growth is an invaluable resource for high-growth businesses, entrepreneurs, and start-ups. Favoring practical strategies over abstract theories, this book provides clear guidance on the Customer; Funding and Finance; Transactions and Alliances; Risk; People, Behaviors, and Culture; Digital Technology and Analytics; and Operations. This book brings the application of these drivers to life by featuring insights from Entrepreneur Of The Year award-winning entrepreneurs from a wide range of industries and geographic locations. These entrepreneurs share how each driver functions in actual business situations and present first-hand advice on their application and implementation. Planned and sustainable growth is a challenge faced by businesses every day, from developing ventures to leading enterprises. Effective entrepreneurs embrace the drivers of growth and recognize what areas require sharper focus. This book allows you to identify and apply these elements in your own business—facilitating optimal outcomes and accelerating growth. This indispensable guide enables you to: Implement a proven business model to compete more effectively and achieve market leadership Gain the knowledge and confidence to face challenges, anticipate, and overcome obstacles Access research, tools, and services to accelerate growth and compete on a global scale Learn invaluable market leadership strategies from a team of highly successful entrepreneurs Developed from the real-life stories of EY Entrepreneur Of The Year winners, this book is an inspirational and informative must-read guide to business growth and market leadership. Daring to Compete is an invaluable resourcefor both aspiring and experienced entrepreneurs and established business leaders seeking to become more entrepreneurial.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Auf immer ausgeklügelteren Wegen versuchen Kriminelle, sich über das Internet Zugang zu unserem Geld, unseren Daten oder unserer Identität zu verschaffen. Dieses Buch versetzt Sie in die Lage, Betrugsversuche und Datendiebstahl bei der Nutzung von Smartphone oder PC frühzeitig zu erkennen und sich effektiv dagegen zu schützen. Der Autor beschreibt die häufigsten, zum Teil subtilen Betrugsmaschen, die Ihnen beim Surfen, bei der Nutzung von Apps oder beim Abrufen von E-Mails begegnen können. Beschrieben werden z.B. Lockangebote auf betrügerischen Websites, unseriöse Gewinnspiele, Phishingmails, Werbebanner- oder Abofallen. Das Buch zeigt Ihnen, wie Sie Ihren Computer und Ihr Smartphone so einrichten, dass Sie besser vor Betrugsversuchen geschützt sind. Sie erfahren auch, wohin Sie sich wenden können, wenn Sie doch Opfer eines Internetbetrugs geworden sind.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive look at the enormous growth and evolution of distressed debt markets, corporate bankruptcy, and credit risk models This Fourth Edition of the most authoritative finance book on the topic updates and expands its discussion of financial distress and bankruptcy, as well as the related topics dealing with leveraged finance, high-yield, and distressed debt markets. It offers state-of-the-art analysis and research on U.S. and international restructurings, applications of distress prediction models in financial and managerial markets, bankruptcy costs, restructuring outcomes, and more.
    Note: Online resource; Title from title page (viewed March 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Language: English , Spanish
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: El éxito de los vendedores depende de su conocimiento de los procesos automáticos de toma de decisiones y de su capacidad para influir en ellos. La venta depende del filtro que el cliente utilice para juzgar al vendedor y a su producto. En este libro aprenderás cómo funciona el cerebro de los clientes a la hora de tomar decisiones, es decir, qué hace que un cliente tome una decisión u otra, y por qué a veces confía más en un vendedor que en otro; y qué decir, cómo y cuándo para condicionar esos automatismos mentales a tu favor y aumentar significativamente tus probabilidades de conseguir un sí.
    Note: Online resource; Title from title page (viewed April 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Choreographed microservices talk to each other asynchronously, blindly broadcasting notifications into a service cloud. Those notifications are handled by whatever client services are interested. These systems eliminate many of the problems associated with orchestrated systems (which work more like synchronous function calls) and are typically much faster than orchestrated systems, but they have their own idiosyncrasies and implementation challenges. Allen Holub explores the inherent problems in orchestrated systems and then looks at how choreography can solve those problems. Allen explores three approaches to choreography: HTTP based, pub/sub messaging based, and brokerless swarming systems. He introduces appropriate messaging architectures and frameworks and looks at several practical examples. Finally, Allen looks at event storming: one of the best approaches to designing choreographed systems. You’ll leave with an understanding of both why you should be using choreography for most high-level APIs and how to design and build these systems. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Covering a key topic due to growing research into the role of signaling mechanisms in toxicology, this book focuses on practical approaches for informatics, big data, and complex data sets. Combines fundamentals / basics with experimental applications that can help those involved in preclinical drug studies and translational research Includes detailed presentations of study methodology and data collection, analysis, and interpretation Discusses tools like experimental design, sample handling, analytical measurement techniques
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-VCH | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (746 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offering comprehensive coverage of this hot topic, this two-volume handbook and ready reference treats a wide range of important aspects, from synthesis and catalytic properties of carbon materials to their applications as metal-free catalysts in various important reactions and industrial processes. Following a look at recent advances in the development of carbon materials as carbon-based metal-free catalysts, subsequent sections deal with a mechanistic understanding for the molecular design of efficient carbon-based metal-free catalysts, with a special emphasis on heteroatom-doped carbon nanotubes, graphene, and graphite. Examples of important catalytic processes covered include clean energy conversion and storage, environmental protection, and synthetic chemistry. With contributions from world-leading scientists, this is an indispensable source of information for academic and industrial researchers in catalysis, green chemistry, electrochemistry, materials science, nanotechnology, energy technology, and chemical engineering, as well as graduates and scientists entering the field.
    Note: Online resource; Title from title page (viewed January 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Taddy, Matt Business data science
    DDC: 658.4/033
    RVK:
    Keywords: Data Analytics ; Statistische Methodenlehre ; Operations Research ; Künstliche Intelligenz ; Electronic books ; local ; Management ; Entscheidung ; Maschinelles Lernen
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Use machine learning to understand your customers, frame decisions, and drive value The business analytics world has changed, and Data Scientists are taking over. Business Data Science takes you through the steps of using machine learning to implement best-in-class business data science. Whether you are a business leader with a desire to go deep on data, or an engineer who wants to learn how to apply Machine Learning to business problems, you’ll find the information, insight, and tools you need to flourish in today’s data-driven economy. You’ll learn how to: •Use the key building blocks of Machine Learning: sparse regularization, out-of-sample validation, and latent factor and topic modeling •Understand how use ML tools in real world business problems, where causation matters more that correlation •Solve data science programs by scripting in the R programming language Today’s business landscape is driven by data and constantly shifting. Companies live and die on their ability to make and implement the right decisions quickly and effectively. Business Data Science is about doing data science right. It’s about the exciting things being done around Big Data to run a flourishing business. It’s about the precepts, principals, and best practices that you need know for best-in-class business data science.
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Much of the hardest work of creating effective data products in the enterprise is not in the complexity of the algorithms applied but in effective design and integration into downstream systems. Hilary Mason (Cloudera) shares a process for repeatedly creating effective AI products, from idea through process to specific design considerations, and explains how architecture and algorithmic choices can support or hinder this process. This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    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: Analytics and AI are powerful methods for extracting insights hidden in data. However, these methods by themselves cannot convey insights. Visualization is a key requirement for explaining analytical findings, but visualizations such as graphs and charts are not always enough to explain data, especially to a nontechnical audience. This audience may need a different approach to connect with the data. Nancy Rausch (SAS Institute) shares a case study for a project that combined machine learning and art to tell a big data story. She explains how she and her team collected and prepared IoT streaming data from a solar array farm, applied an analytical model to forecast future output, and then visualized the results for general audiences using interactive art. They also used artificial intelligence and natural language processing to allow visitors to interact with the art installation. The project brought solar array technology to life in a way that was able to engage and delight visitors of all ages and backgrounds. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The new, fully-updated edition of the respected guide to understanding financial extremes, evaluating investment opportunities, and identifying future bubbles Now in its second edition, Boombustology is an authoritative, up-to-date guide on the history of booms, busts, and financial cycles. Engaging and accessible, this popular book helps investors, policymakers, and analysts navigate the radical uncertainty that plagues today’s uncertain investing and economic environment. Author Vikram Mansharamani, an experienced global equity investor and prominent Harvard University lecturer, presents his multi-disciplinary framework for identifying financial bubbles before they burst. Moving beyond the typical view of booms and busts as primarily economic occurrences, this innovative book offers a multidisciplinary approach that utilizes microeconomic, macroeconomic, psychological, political, and biological lenses to spot unsustainable dynamics. It gives the reader insights into the dynamics that cause soaring financial markets to crash. Cases studies range from the 17th Century Dutch tulip mania to the more recent US housing collapse. The numerous cross-currents driving today’s markets—trade wars, inverted yield curves, currency wars, economic slowdowns, dangerous debt dynamics, populism, nationalism, as well as the general uncertainties in the global economy—demand that investors, policymakers, and analysts be on the lookout for a forthcoming recession, market correction, or worse. An essential resource for anyone interested in financial markets, the second edition of Boombustology: Adopts multiple lenses to understand the dynamics of booms, busts, bubbles, manias, crashes Utilizes the common characteristics of past bubbles to assist in identifying future financial extremes Presents a set of practical indicators that point to a financial bubble, enabling readers to gauge the likelihood of an unsustainable boom Offers two new chapters that analyze the long-term prospects for Indian markets and the distortions being caused by the passive investing boom Includes a new foreword by James Grant, legendary editor of Grant's Interest Rate Observer A comprehensive exploration of how bubbles form and why they burst, Boombustology, 2nd Edition is packed with a wealth of new and updated information for individual and institutional investors, academics, students, policymakers, risk-managers, and corporate managers alike.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (734 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Dieses Lehrbuch bietet eine umfassende Einführung in die Grundlagen der Betriebssysteme und in die Systemprogrammierung. Im Vordergrund stehen die Prinzipien moderner Betriebssysteme und die Nutzung ihrer Dienste für die systemnahe Programmierung.Methodisch wird ein Weg zwischen der Betrachtung anfallender Probleme und ihren Lösungen auf einer theoretischen und einer praktischen Basis beschritten. Dabei orientiert sich der Autor an den beiden am meisten verbreiteten Systemwelten, nämlich Unix/Linux und Windows. Zudem werden die wichtigsten Prozessorgrundlagen erklärt, soweit sie für das Verständnis der internen Funktionsweise eines Betriebssystems hilfreich sind.Die 4. Auflage ist in zahlreichen Details überarbeitet, an einigen Stellen ergänzt und generell aktualisiert. Neu aufgenommen wurden z.B. das Thread-Pool-Konzept, Completely Fair Scheduler (CFS), Windows Registry und Container-Systeme wie Docker.
    Note: Online resource; Title from title page (viewed September 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244302
    Language: English
    Pages: 1 online resource (433 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Start developing with Oracle SQL. This book is a one-stop introduction to everything you need to know about getting started developing an Oracle Database. You'll learn about foundational concepts, setting up a simple schema, adding data, reading data from the database, and making changes. No experience with databases is required to get started. Examples in the book are built around Oracle Live SQL, a freely available, online sandbox for practicing and experimenting with SQL statements, and Oracle Express Edition, a free version of Oracle Database that is available for download. A marquee feature of Beginning Oracle SQL for Oracle Database 18c is the small chapter size. Content is divided into easily digestible chunks that can be read and practiced in very short intervals of time, making this the ideal book for a busy professional to learn from. Even just a 15-20 minute block of free time can be put to good use. Author Ben Brumm begins by helping you understand what a database is, and getting you set up with a sandbox in which to practice the SQL that you are learning. From there, easily digestible chapters cover, point-by-point, the different aspects of writing queries to get data out of a database. You’ll also learn about creating tables and getting data into the database. Crucial topics such as working with nulls and writing analytic queries are given the attention they deserve, helping you to avoid pitfalls when writing queries for production use. What You'll Learn Create, update, and delete tables in an Oracle database Add, update, delete data from those database tables Query and view data stored in your database Manipulate and transform data using in-built database functions and features Correctly choose when to use Oracle-specific syntax and features Who This Book Is For Those new to Oracle who are planning to develop software using Oracle as the back-end data store. The book is also for those who are getting started in software development and realize they need to learn some kind of database language. Those who are learning software development on the side of their normal job, or learning it as a college student, who are ready to learn what a database is and how to use it also will find this book useful.
    Note: Online resource; Title from title page (viewed August 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254707
    Language: English
    Pages: 1 online resource (214 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Design, build, and justify an optimal Microsoft IoT footprint to meet your project needs. This book describes common Internet of Things components and architecture and then focuses on Microsoft’s Azure components relevant in deploying these solutions. Microsoft-specific topics addressed include: deploying edge devices and pushing intelligence to the edge; connecting IoT devices to Azure and landing data there, applying Azure Machine Learning, analytics, and Cognitive Services; roles for Microsoft solution accelerators and managed solutions; and integration of the Azure footprint with legacy infrastructure. The book concludes with a discussion of best practices in defining and developing solutions and creating a plan for success. What You Will Learn Design the right IoT architecture to deliver solutions for a variety of project needs Connect IoT devices to Azure for data collection and delivery of services Use Azure Machine Learning and Cognitive Services to deliver intelligence in cloud-based solutions and at the edge Understand the benefits and tradeoffs of Microsoft's solution accelerators and managed solutions Investigate new use cases that are described and apply best practices in deployment strategies Integrate cutting-edge Azure deployments with existing legacy data sources Who This Book Is For Developers and architects new to IoT projects or new to Microsoft Azure IoT components as well as readers interested in best practices used in architecting IoT solutions that utilize the Azure platform
    Note: Online resource; Title from title page (viewed November 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 14+ Hours of Video One Line Sell More than 14 hours of video instruction preparing the viewer for the AWS Associate Level Certified Developer exam by discussing and demonstrating the services included in the published blueprint of the exam, including AWS CLI & SDK, IAM, VPC, EC2, Route53 DNS, S3, DynamoDB, etc. Overview This course, “AWS Certified Developer Complete Video Course” focuses on the role-based certification, AWS Developer Associate. According to Amazon, “this exam validates proficiency in developing, deploying, and debugging cloud-based applications using AWS.” Amazon Web Services currently has over 130 individual services available for use. Each service falls into an overarching category such as compute, storage, database, networking, etc. The AWS Developer Associate focuses on those services and concepts relevant to developers using, or intending to use, AWS services to create their applications. This course covers the published blueprint for the Associate level Certified Developer exam. It’s important to note that this course is not intended to teach you to how program or develop applications. The goal is to help you understand the services that are available to run the applications you develop through live demonstration. Each lesson begins with a walk-through to provide an overview of the topic and then goes into demonstration mode. The majority of the demonstrations in this course are accomplished with a free AWS Trial Account so you can follow along. This course takes a lab-based approach to teaching you, which means we will focus on how to develop throughout the training so you can get some hands-on experience working in AWS. You will also learn about the objectives in the exam, but the emphasis is on doing so you can gain the experience needed to actually develop in AWS as well as pass the test. Each lesson has a lab-based exercise that walks you through concepts and also allows you to dive into a project. Lab files are included as downloads with the course so you can work alongside the author and work on projects." Nick Garner has co-founded an IoT company that runs entirely on AWS infrastructure that he manages. He has certifications in AWS, CEH, CISSP and 2 CCIEs (routing/switching and security). He works with Amazon Web Services design on a daily basis, particularly with respect to extending enterprise services into cloud service providers such as Amazon AWS, Microsoft Azure, and Google Compute. Topics include: Module ...
    Note: Online resource; Title from title screen (viewed January 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (592 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? In this fully revised second edition of the best-selling classic Automate the Boring Stuff with Python , you’ll learn how to use Python to write programs that do in minutes what would take you hours to do by hand—no prior programming experience required. You’ll learn the basics Python and explore Python’s rich library of modules for performing specific tasks, like scraping data off websites, reading PDF and Word documents, and automating clicking and typing tasks. The second edition of this international fan favorite includes a brand-new chapter on input validation, as well as tutorials on automating Gmail and Google Sheets, plus tips on automatically updating CSV files. You’ll learn how to create programs that effortlessly perform useful feats of automation to: •Search for text in a file or across multiple files •Create, update, move, and rename files and folders •Search the Web and download online content •Update and format data in Excel spreadsheets of any size •Split, merge, watermark, and encrypt PDFs •Send email responses and text notifications •Fill out online forms Step-by-step instructions walk you through each program, and updated practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in Automate the Boring Stuff with Python, 2nd Edition .
    Note: Online resource; Title from title page (viewed November 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Language: English , Spanish
    Pages: 1 online resource (266 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Te sientes infravalorado en tu trabajo? ¿Lidias con jefes ineptos, desfasados y limitantes? ¿Quieres dar un giro a tu vida profesional? ¿Quieres progresar en tu carrera de forma rápida y eficiente? Si has respondido Sí a alguna de estas cuestiones, ha llegado la hora de plantearte algo nuevo. José Antonio Calvo tiene el don de contagiarte su pasión por el estilo de vida del freelance, por la seducción de gozar de libertad para decidir tu futuro y llevar las propias riendas de tu vida profesional. Y, en el caso de tengas un contrato laboral, te convencerá para hacer un cambio que te libere de la presión de los jefes y de la organización que coartan tus posibilidades. José Antonio es un freelance convencido y te cuenta todos los trucos para que puedas acceder a este colectivo evitando los errores que él cometió y, además, te detalla qué debes hacer para conseguir clientes y cómo gestionarlos, organizar bien tu trabajo para que te consolides y crezcas, llevar las cuentas para que tengas un negocio solvente, crecer a nivel personal, y preparar y gestionar la recta final de tu carrera profesional. Aquí están las respuestas que convertirán tus dudas en certezas. Aquí está el conocimiento que necesitas para desarrollar una carrera profesional de éxito y sin miedo. ¿Estás preparado? Ha llegado la hora de tomar el mando de tu vida. De alcanzar las metas y objetivos que realmente deseas. Ha llegado el momento de ser freelance.
    Note: Online resource; Title from title page (viewed March 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (482 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design clever algorithms that can uncover interesting structures and hidden relationships in unstructured, unlabeled data Key Features Learn how to select the most suitable Python library to solve your problem Compare k-Nearest Neighbor (k-NN) and non-parametric methods and decide when to use them Delve into the applications of neural networks using real-world datasets Book Description Unsupervised learning is a useful and practical solution in situations where labeled data is not available. Applied Unsupervised Learning with Python guides you in learning the best practices for using unsupervised learning techniques in tandem with Python libraries and extracting meaningful information from unstructured data. The book begins by explaining how basic clustering works to find similar data points in a set. Once you are well-versed with the k-means algorithm and how it operates, you'll learn what dimensionality reduction is and where to apply it. As you progress, you'll learn various neural network techniques and how they can improve your model. While studying the applications of unsupervised learning, you will also understand how to mine topics that are trending on Twitter and Facebook and build a news recommendation engine for users. You will complete the course by challenging yourself through various interesting activities such as performing a Market Basket Analysis and identifying relationships between different merchandises. By the end of this book, you will have the skills you need to confidently build your own models using Python. What you will learn Understand the basics and importance of clustering Build k-means, hierarchical, and DBSCAN clustering algorithms from scratch with built-in packages Explore dimensionality reduction and its applications Use scikit-learn (sklearn) to implement and analyze principal component analysis (PCA) on the Iris dataset Employ Keras to build autoencoder models for the CIFAR-10 dataset Apply the Apriori algorithm with machine learning extensions (Mlxtend) to study transaction data Who this book is for This course is designed for developers, data scientists, and machine learning enthusiasts who are interested in unsupervised learning. Some familiarity with Python programming along with basic knowledge of mathematical concepts including exponents, square roots, means, and medians will be beneficial. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at ...
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (60 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Innovation and competition are driving analysts and data scientists toward increasingly complex predictive modeling and machine learning algorithms. This complexity makes these models accurate, but can also make their predictions difficult to understand. When accuracy outpaces interpretability, human trust suffers, affecting business adoption, model validation efforts, and regulatory oversight. In the updated edition of this ebook, Patrick Hall and Navdeep Gill from H2O.ai introduce the idea of machine learning interpretability and examine a set of machine learning techniques, algorithms, and models to help data scientists improve the accuracy of their predictive models while maintaining a high degree of interpretability. While some industries require model transparency, such as banking, insurance, and healthcare, machine learning practitioners in almost any vertical will likely benefit from incorporating the discussed interpretable models, and debugging, explanation, and fairness approaches into their workflow. This second edition discusses new, exact model explanation techniques, and de-emphasizes the trade-off between accuracy and interpretability. This edition also includes up-to-date information on cutting-edge interpretability techniques and new figures to illustrate the concepts of trust and understanding in machine learning models. Learn how machine learning and predictive modeling are applied in practice Understand social and commercial motivations for machine learning interpretability, fairness, accountability, and transparency Get a definition of interpretability and learn about the groups leading interpretability research Examine a taxonomy for classifying and describing interpretable machine learning approaches Gain familiarity with new and more traditional interpretable modeling approaches See numerous techniques for understanding and explaining models and predictions Read about methods to debug prediction errors, sociological bias, and security vulnerabilities in predictive models Get a feel for the techniques in action with code examples
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Architects are leaders. We need to understand our business, our users, and our ecosystem. We need to effectively interact with our stakeholders, productively collaborate with design and product teams, and give direction and motivate our development teams. Achieving these goals requires much more than technical excellence. Seth Dobbs (Bounteous) shares a primer on leadership for architects, focusing on guiding principles that are easy to learn and put into practice. Principles cover both inward focus (personal mastery) and external focus (effective interactions) and include topics such as vision, problem solving, ownership, and conflict. Seth explores material he’s used to train team members ranging from developers and designers up into the executive level but focuses on core guiding principles specific to helping architects be more effective in their roles. Each principle will be presented first with a problem or anti-pattern, then the principle, and then examples of the principle in practice. This approach should be valuable whether you are new in a leadership role and looking to understand the “soft” skills required or have been leading for a while and want to formalize your thinking on leadership. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Algebra II For Dummies, 2nd Edition (9781119543145) was previously published as Algebra II For Dummies, 2nd Edition (9781119090625). While this version features a new Dummies cover and design, the content is the same as the prior release and should not be considered a new or updated product. Your complete guide to acing Algebra II Do quadratic equations make you queasy? Does the mere thought of logarithms make you feel lethargic? You're not alone! Algebra can induce anxiety in the best of us, especially for the masses that have never counted math as their forte. But here's the good news: you no longer have to suffer through statistics, sequences, and series alone. Algebra II For Dummies takes the fear out of this math course and gives you easy-to-follow, friendly guidance on everything you'll encounter in the classroom and arms you with the skills and confidence you need to score high at exam time. Gone are the days that Algebra II is a subject that only the serious 'math' students need to worry about. Now, as the concepts and material covered in a typical Algebra II course are consistently popping up on standardized tests like the SAT and ACT, the demand for advanced guidance on this subject has never been more urgent. Thankfully, this new edition of Algebra II For Dummies answers the call with a friendly and accessible approach to this often-intimidating subject, offering you a closer look at exponentials, graphing inequalities, and other topics in a way you can understand. Examine exponentials like a pro Find out how to graph inequalities Go beyond your Algebra I knowledge Ace your Algebra II exams with ease Whether you're looking to increase your score on a standardized test or simply succeed in your Algebra II course, this friendly guide makes it possible.
    Note: Online resource; Title from title page (viewed January 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (568 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A guide to a multi-disciplinary approach that includes perspectives from noted experts in the energy and utilities fields Advances in Energy Systems offers a stellar collection of articles selected from the acclaimed journal Wiley Interdisciplinary Review: Energy and Environment. The journalcovers all aspects of energy policy, science and technology, environmental and climate change. The book covers a wide range of relevant issues related to the systemic changes for large-scale integration of renewable energy as part of the on-going energy transition. The book addresses smart energy systems technologies, flexibility measures, recent changes in the marketplace and current policies. With contributions from a list of internationally renowned experts, the book deals with the hot topic of systems integration for future energy systems and energy transition. This important resource: Contains contributions from noted experts in the field Covers a broad range of topics on the topic of renewable energy Explores the technical impacts of high shares of wind and solar power Offers a review of international smart-grid policies Includes information on wireless power transmission Presents an authoritative view of micro-grids Contains a wealth of other relevant topics Written forenergy planners, energy market professionals and technology developers, Advances in Energy Systems is an essential guide with contributions from an international panel of experts that addresses the most recent smart energy technologies.
    Note: Online resource; Title from title page (viewed April 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244081
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this video on Azure Functions, you will learn about the most relevant advanced features of Azure Functions. The video is broken down into concise yet complete segments so that you can discover how to write, debug, and diagnose Azure Functions on a need-to-know basis. As various cloud offerings move towards serverless computing, Azure Functions has emerged as Microsoft Azure’s serverless computing platform. This video goes a step beyond coding in the browser and introduces you to a typical view of Azure Functions, including writing in VS Code, debugging, and diagnosing issues. What You Will Learn Orchestrate Azure Functions Diagnose using Kudu Debug Azure Functions Write Azure Functions in VS Code Who This Video Is For NodeJS or C# developers who are interested in learning about Azure Functions. It is a 200 level video; Viewers should have a basic level of familiarity with Azure Functions.
    Note: Online resource; Title from title screen (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789957754
    Language: English
    Pages: 1 online resource (560 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the intricacies of Elasticsearch 7.0 and use it to create flexible and scalable search solutions Key Features Master the latest distributed search and analytics capabilities of Elasticsearch 7.0 Perform searching, indexing, and aggregation of your data at scale Discover tips and techniques for speeding up your search query performance Book Description Building enterprise-grade distributed applications and executing systematic search operations call for a strong understanding of Elasticsearch and expertise in using its core APIs and latest features. This book will help you master the advanced functionalities of Elasticsearch and understand how you can develop a sophisticated, real-time search engine confidently. In addition to this, you'll also learn to run machine learning jobs in Elasticsearch to speed up routine tasks. You'll get started by learning to use Elasticsearch features on Hadoop and Spark and make search results faster, thereby improving the speed of query results and enhancing the customer experience. You'll then get up to speed with performing analytics by building a metrics pipeline, defining queries, and using Kibana for intuitive visualizations that help provide decision-makers with better insights. The book will later guide you through using Logstash with examples to collect, parse, and enrich logs before indexing them in Elasticsearch. By the end of this book, you will have comprehensive knowledge of advanced topics such as Apache Spark support, machine learning using Elasticsearch and scikit-learn, and real-time analytics, along with the expertise you need to increase business productivity, perform analytics, and get the very best out of Elasticsearch. What you will learn Pre-process documents before indexing in ingest pipelines Learn how to model your data in the real world Get to grips with using Elasticsearch for exploratory data analysis Understand how to build analytics and RESTful services Use Kibana, Logstash, and Beats for dashboard applications Get up to speed with Spark and Elasticsearch for real-time analytics Explore the basics of Spring Data Elasticsearch, and understand how to index, search, and query in a Spring application Who this book is for This book is for Elasticsearch developers and data engineers who want to take their basic knowledge of Elasticsearch to the next level and use it to build enterprise-grade distributed search applications. Prior experience of working with Elasticsearch will be us...
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Use Adobe Analytics as a marketer —not a programmer! If you're a marketer in need of a non-technical, beginner's reference to using Adobe Analytics, this book is the perfect place to start. Adobe Analytics For Dummies arms you with a basic knowledge of the key features so that you can start using it quickly and effectively. Even if you're a digital marketer who doesn't have their hands in data day in and day out, this easy-to-follow reference makes it simple to utilize Adobe Analytics. With the help of this book, you'll better understand how your marketing efforts are performing, converting, being engaged with, and being shared in the digital space. Evaluate your marketing strategies and campaigns Explore implementation fundamentals and report architecture Apply Adobe Analytics to multiple sources Succeed in the workplace and expand your marketing skillset The marketing world is continually growing and evolving, and Adobe Analytics For Dummies will help you stay ahead of the curve.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An in-depth description of the state-of-the-art of 3D shape analysis techniques and their applications This book discusses the different topics that come under the title of "3D shape analysis". It covers the theoretical foundations and the major solutions that have been presented in the literature. It also establishes links between solutions proposed by different communities that studied 3D shape, such as mathematics and statistics, medical imaging, computer vision, and computer graphics. The first part of 3D Shape Analysis: Fundamentals, Theory, and Applications provides a review of the background concepts such as methods for the acquisition and representation of 3D geometries, and the fundamentals of geometry and topology. It specifically covers stereo matching, structured light, and intrinsic vs. extrinsic properties of shape. Parts 2 and 3 present a range of mathematical and algorithmic tools (which are used for e.g., global descriptors, keypoint detectors, local feature descriptors, and algorithms) that are commonly used for the detection, registration, recognition, classification, and retrieval of 3D objects. Both also place strong emphasis on recent techniques motivated by the spread of commodity devices for 3D acquisition. Part 4 demonstrates the use of these techniques in a selection of 3D shape analysis applications. It covers 3D face recognition, object recognition in 3D scenes, and 3D shape retrieval. It also discusses examples of semantic applications and cross domain 3D retrieval, i.e. how to retrieve 3D models using various types of modalities, e.g. sketches and/or images. The book concludes with a summary of the main ideas and discussions of the future trends. 3D Shape Analysis: Fundamentals, Theory, and Applications is an excellent reference for graduate students, researchers, and professionals in different fields of mathematics, computer science, and engineering. It is also ideal for courses in computer vision and computer graphics, as well as for those seeking 3D industrial/commercial solutions.
    Note: Online resource; Title from title page (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (410 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Apply design patterns to solve problems in software architecture and programming using C# 7.x and .NET Core 2 Key Features Enhance your programming skills by implementing efficient design patterns for C# and .NET Explore design patterns for functional and reactive programming to build robust and scalable applications Discover how to work effectively with microservice and serverless architectures Book Description Design patterns are essentially reusable solutions to common programming problems. When used correctly, they meet crucial software requirements with ease and reduce costs. This book will uncover effective ways to use design patterns and demonstrate their implementation with executable code specific to both C# and .NET Core. Hands-On Design Patterns with C# and .NET Core begins with an overview of object-oriented programming (OOP) and SOLID principles. It provides an in-depth explanation of the Gang of Four (GoF) design patterns, including creational, structural, and behavioral. The book then takes you through functional, reactive, and concurrent patterns, helping you write better code with streams, threads, and coroutines. Toward the end of the book, you’ll learn about the latest trends in architecture, exploring design patterns for microservices, serverless, and cloud native applications. You’ll even understand the considerations that need to be taken into account when choosing between different architectures such as microservices and MVC. By the end of the book, you will be able to write efficient and clear code and be comfortable working on scalable and maintainable projects of any size. What you will learn Make your code more flexible by applying SOLID principles Follow the test-driven development (TDD) approach in your .NET Core projects Get to grips with efficient database migration, data persistence, and testing techniques Convert a console application to a web application using the right MVP Write asynchronous, multithreaded, and parallel code Implement MVVM and work with RxJS and AngularJS to deal with changes in databases Explore the features of microservices, serverless programming, and cloud computing Who this book is for If you have a basic understanding of C# and the .NET Core framework, this book will help you write code that is easy to reuse and maintain with the help of proven design patterns that you can implement in your code. Downloading the example code for this ebook: You can download the example code files for th...
    Note: Online resource; Title from title page (viewed July 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (84 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Blockchains have many uses beyond cryptocurrencies such as Bitcoin. These shared, distributed ledgers also enable businesses to record transactions between parties in an efficient, verifiable, and permanent manner—unlike traditional methods. Using a blockchain in business can still pose numerous challenges, however. This ebook explains how developers can establish a blockchain network to handle business-to-business transactions while maintaining privacy and confidentiality. Members of IBM’s global blockchain team show you how to start using these open, distributed ledgers to add value to your business networks. Unlike simple ledgers and contracts, blockchains offer irrefutable proof that all parties involved in a transaction agree to the details—creating a source of truth that today’s conventional business-to-business systems lack. You’ll learn: How blockchains for business provide a shared, distributed ledger with smart contracts How to identify and implement the scenarios for which blockchain is most suited What developers need to know about enterprise blockchain The important design and architectural considerations when building a blockchain-based platform How chaincode encapsulates business logic to define assets and the terms of transactions How to implement a blockchain application based on a commercial paper case study What the future holds for blockchain
    Note: Online resource; Title from title page (viewed July 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Game-theoretic probability and finance come of age Glenn Shafer and Vladimir Vovk’s Probability and Finance , published in 2001, showed that perfect-information games can be used to define mathematical probability. Based on fifteen years of further research, Game-Theoretic Foundations for Probability and Finance presents a mature view of the foundational role game theory can play. Its account of probability theory opens the way to new methods of prediction and testing and makes many statistical methods more transparent and widely usable. Its contributions to finance theory include purely game-theoretic accounts of Ito’s stochastic calculus, the capital asset pricing model, the equity premium, and portfolio theory. Game-Theoretic Foundations for Probability and Finance is a book of research. It is also a teaching resource. Each chapter is supplemented with carefully designed exercises and notes relating the new theory to its historical context. Praise from early readers “Ever since Kolmogorov's Grundbegriffe , the standard mathematical treatment of probability theory has been measure-theoretic. In this ground-breaking work, Shafer and Vovk give a game-theoretic foundation instead. While being just as rigorous, the game-theoretic approach allows for vast and useful generalizations of classical measure-theoretic results, while also giving rise to new, radical ideas for prediction, statistics and mathematical finance without stochastic assumptions. The authors set out their theory in great detail, resulting in what is definitely one of the most important books on the foundations of probability to have appeared in the last few decades.” – Peter Grünwald, CWI and University of Leiden “Shafer and Vovk have thoroughly re-written their 2001 book on the game-theoretic foundations for probability and for finance. They have included an account of the tremendous growth that has occurred since, in the game-theoretic and pathwise approaches to stochastic analysis and in their applications to continuous-time finance. This new book will undoubtedly spur a better understanding of the foundations of these very important fields, and we should all be grateful to its authors.” – Ioannis Karatzas, Columbia University
    Note: Online resource; Title from title page (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Grammar Essentials For Dummies (9781119589617) was previously published as Grammar Essentials For Dummies (9780470618370). While this version features a new Dummies cover and design, the content is the same as the prior release and should not be considered a new or updated product. For students competing for the decreasing pool of college scholarships, writing a stellar entrance essay can make all the difference. With discrete explanations of vital grammar rules, common usage errors, and the other key concepts people need to refer to most often, Grammar Essentials For Dummies provides crucial information to help students communicate accurately and effectively. This guide is also a perfect reference for parents who need to review critical grammar concepts as they help students with homework assignments or college entrance essays, as well as for adult learners headed back into the classroom and people learning English as a next language. The Essentials For Dummies Series Dummies is proud to present our new series, The Essentials For Dummies. Now students who are prepping for exams, preparing to study new material, or who just need a refresher can have a concise, easy-to-understand review guide that covers an entire course by concentrating solely on the most important concepts. From algebra and chemistry to grammar and Spanish, our expert authors focus on the skills students most need to succeed in a subject.
    Note: Online resource; Title from title page (viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216244
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use Photoshop to create Facebook ads, Instagram posts, newsletters, YouTube thumbnails, CVs, business cards, and more! About This Video Practical Photoshop techniques that can be immediately applied Graphic Design skills that are frequently needed in all manner of projects You'll create, from scratch, Facebook ads, Instagram posts, YouTube thumbnails, newsletters, CVs, business cards, and much more Professional Photoshop workflows that you can immediately incorporate into your projects In Detail This course is a must for everyone who needs any type of graphics for their business or career. You'll learn how to create all sort of designs that are very much required in today's digital age: Clickable Facebook ads Instagram posts that will get you tons of likes YouTube thumbnails that will get you clicks Newsletters that will improve your open-rate and click-through rate CVs (résumés) that will get you hired or promoted Business cards that will make a lasting impression Logo design principles that will leave you shocked! Beautiful cover images for your social media profiles All these projects will be done in Photoshop, but the great thing about it is you don't need any serious experience with it. If you have a very basic understanding of the program, this course will teach you everything you need to know. If, however, you have never opened Photoshop and have no clue about it, then this course may not be for you. Photoshop is not just about manipulating photos, making your waist smaller, or removing acne! Through this course, you'll learn how to use it like the powerful tool it is, and you'll be able to supercharge your career or personal projects.
    Note: Online resource; Title from title screen (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (390 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ace the CompTIA Security+ exam with over 700 practice exam questions written using the style and format of the Security+ exam Key Features Get a detailed breakdown of the type of questions and the exam environment Discover a step-by-step process that guides you through the study process week-by-week Reinforce your learning by solving 100 questions for each domain Book Description Security+ certification is the most popular entry-level certification for cybersecurity professionals. It has no work experience requirement, making it accessible to everyone willing to put in the time to prepare for the exam. Security+® Practice Tests are the perfect tools to prepare for the CompTIA Security+ exam. The first six chapters each cover one of the six Security+ domains. Each of those chapters contains around 100 practice test questions covering the material from that domain. The last two chapters each contain a full-length Security+ practice test that's designed to assess your readiness to take the actual test. At the end of each chapter, you'll find the answers to all of the questions along with detailed explanations to help reinforce your learning of the material. By the end of the book, you'll have enough practice to easily ace the CompTIA Security+ exam. What you will learn Familiarize yourself with the format of the Security+ exam Target your test preparation on each of the Security+ domains Brush up on your understanding by testing yourself on realistic practice questions Discover areas for improvement by comparing your responses to the answers provided Measure your readiness with full-length practice tests Know what to expect on test day and Learn helpful strategies for tackling the different question types Who this book is for This book is designed for service desk analysts, system support engineers, and other IT professionals who want to start their career in managing the IT infrastructure of an organization. Basic knowledge of hardware, software, other relevant components of the IT industry will help you easily grasp the concepts explained in this book.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (39 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: There’s a powerful new tool in the fight against malware. The US National Security Agency (NSA) recently released its reverse engineering framework, Ghidra, as free and open source software. This practical report explains how engineers can use Ghidra to analyze malware and determine its impact on vulnerable systems. Developers can also use this tool to get a detailed look at compiled programs. Information security experts Ric Messier and Matthew Berninger show you how Ghidra helps you to analyze compiled code on Linux, Windows, and macOS. You’ll be able to visually inspect a program, follow the path of execution, and analyze the code from function call to function call. The more you work with Ghidra, the more you’ll understand how effective this platform is. Get a feature overview of Ghidra, including a quick look into its origins Explore program use cases, including malware analysis, compiler comparison, and efficiency improvements Learn the advantages of running this Java-based framework in a container Perform code analysis by disassembling and graphing a program using Ghidra’s CodeBrowser tool Run Ghirdra on innocuous programs before analyzing code that may be infected
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Games are wonderful contained problem spaces, making them great places to explore AI—even if you’re not a game developer. Paris Buttfield-Addison (Secret Lab Pty. Ltd.), Mars Geldard (University of Tasmania), and Tim Nugent (lonely.coffee) teach you how to use Unity to train, explore, and manipulate intelligent agents that learn. You’ll train a quadruped to walk, then train it to explore, fetch, and manipulate the world. It’s a little bit technical, a little bit creative. Join Paris, Mars, and Tim to learn how to use game technologies such as Unity to further your understanding of machine learning fundamentals and solve problems. Topics include: How video game engines are a perfect environment to constrain a problem and train an agent How easy it is to get started, using Unity How to build up a model and use it in the engine to explore a particular idea or problem This session was recorded at the 2019 O'Reilly Artificial Intelligence Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SAS Institute | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (404 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Unlock the essentials of SAS programming! Fundamentals of Programming in SAS: A Case Studies Approach gives a complete introduction to SAS programming. Perfect for students, novice SAS users, and programmers studying for their Base SAS certification, this book covers all the basics, including: working with data creating visualizations data validation good programming practices Experienced programmers know that real-world scenarios require practical solutions. Designed for use in the classroom and for self-guided learners, this book takes a novel approach to learning SAS programming by following a single case study throughout the text and circling back to previous concepts to reinforce material. Readers will benefit from the variety of exercises, including both multiple choice questions and in-depth case studies. Additional case studies are also provided online for extra practice. This approach mirrors the way good SAS programmers develop their skills—through hands-on work with an eye toward developing the knowledge necessary to tackle more difficult tasks. After reading this book, you will gain the skills and confidence to take on larger challenges with the power of SAS.
    Note: Online resource; Title from title page (viewed July 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    ISBN: 9781484251973
    Language: English
    Pages: 1 online resource (221 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Become an expert who can use window functions to solve T-SQL query problems. Replace slow cursors and self-joins with queries that are easy to write and perform better. This new edition provides expanded examples, including a chapter from the world of sports, and covers the latest performance enhancements through SQL Server 2019. Window functions are useful in analytics and business intelligence reporting. They came into full blossom with SQL Server 2012, yet they are not as well known and used as often as they ought to be. This group of functions is one of the most notable developments in SQL, and this book shows how every developer and DBA can benefit from their expressive power in solving day-to-day business problems. Once you begin using window functions, such as ROW_NUMBER and LAG, you will discover many ways to use them. You will approach SQL Server queries in a different way, thinking about sets of data instead of individual rows. Your queries will run faster, be easier to write, and easier to deconstruct, maintain, and enhance in the future. Just knowing and using these functions is not enough. You also need to understand how to tune the queries. Expert T-SQL Window Functions in SQL Server clearly explains how to get the best performance. The book also covers the rare cases when older techniques are the best bet. What You Will Learn Solve complex query problems without cumbersome self-joins that run slowly and are difficult to read Create sliding windows in a result set for computing such as running totals and moving averages Return aggregate and detail data simultaneously from the same SELECT statement Compute lag and lead and other values that access data from multiple rows in a result set Understand the OVER clause syntax and how to control the window Avoid framing errors that can lead to unexpected results Who This Book Is For Anyone who writes T-SQL queries, including database administrators, developers, business analysts, and data scientists. Before reading this book, you should understand how to join tables, write WHERE clauses, and build aggregate queries.
    Note: Online resource; Title from title page (viewed October 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    ISBN: 9780135971673 , 0135971675
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 32 min.)
    Edition: 1st edition
    Keywords: Internet videos ; Streaming video ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: 6+ Hours of Video Instruction More than 6 hours of video instruction to help you manage your organization’s Windows 10 desktops and prepare for Exam MD-101 Managing Modern Desktops; one of the exams required to achieve Microsoft 365 Certified: Modern Desktop Administrator Associate. Overview This engaging, self-paced instructional video course demonstrates how to deploy and update operating systems, manage policies and profiles, protect devices, and manage apps and data. If you’re planning to take Exam MD-101 Managing Modern Desktops, this video course covers the exam objective domains published by Microsoft in a logical way for learning the technology and preparing for the exam. Throughout each lesson, Microsoft certified trainer and technical author Andrew Warren describes key concepts and puts them into action with demonstrations and real-world scenarios. About the Instructor Andrew Warren has more than 30 years of experience in the IT industry, many of which he has spent teaching and writing. He is a Microsoft Certified Trainer and has been involved as a subject matter expert in many of the Windows Server 2016 courses and as the technical lead in many Windows 10 courses. He also has been involved in developing TechNet sessions about Microsoft Exchange Server. He is the co-author of Exam Ref MD-100 Windows 10 , Exam Ref MD-101 Managing Modern Desktops , Exam Ref 70-741 Networking with Windows Server 2016 , and Exam Ref 70-742 Identity with Windows Server 2016 published by Microsoft Press. Andrew is based in the United Kingdom and lives in rural Somerset where he runs his own IT training and education consultancy. Skill Level Intermediate Learn How To Deploy and update operating systems Manage policies and profiles Manage and protect devices Manage apps and data Who Should Take This Course IT professionals who deploy, configure, secure, manage, and monitor devices and client applications in an enterprise environment IT professionals who manage identity, access, policies, updates, and apps IT professionals who want to explore new and updated features in Windows 10 Candidates preparing for Exam MD-101 Managing Modern Desktops Course Requirements Experience deploying, configuring, and maintaining Windows 10 and non-Windows devices Familiarity with M365 workloads
    Note: Online resource; Title from title screen (viewed October 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Much progress has been made over the past decade on process and tooling for managing large-scale, multitier cloud apps and APIs, but there is far less common knowledge on best practices for managing machine-learned models (classifiers, forecasters, etc.), especially beyond the modeling, optimization, and deployment process once these models are in production. A key mindset shift required to address these issues is understanding that model development is different than software development in fundamental ways. David Talby (Pacific AI) shares real-world case studies showing why this is true and explains what you can do about it, covering key best practices that executives, solution architects, and delivery teams must take into account when committing to successfully deliver and operate data science-intensive systems in the real world. Topics include: Concept drift (Machine-learned models begin degrading as soon as they’re deployed and must adapt to a changing environment.) Locality and limited reuse and generalization of models A/B testing challenges, which make it very hard in practice to know which model will perform better in production Semisupervised and adversarial learning scenarios, which require modeling and optimizing models only once they’re in production The impact of all of the above on product planning, staffing, and client expectation management This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-Blackwell | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The first book to provide a detailed overview of Geosynthetic Reinforced Soil Walls Geosynthetic Reinforced Soil (GRS) Walls deploy horizontal layers of closely spaced tensile inclusion in the fill material to achieve stability of a soil mass. GRS walls are more adaptable to different environmental conditions, more economical, and offer high performance in a wide range of transportation infrastructure applications. This book addresses both GRS and GMSE, with a much stronger emphasis on the former. For completeness, it begins with a review of shear strength of soils and classical earth pressure theories. It then goes on to examine the use of geosynthetics as reinforcement, and followed by the load-deformation behavior of GRS mass as a soil-geosynthetic composite, reinforcing mechanisms of GRS, and GRS walls with different types of facing. Finally, the book finishes by covering design concepts with design examples for different loading and geometric conditions, and the construction of GRS walls, including typical construction procedures and general construction guidelines. The number of GRS walls and abutments built to date is relatively low due to lack of understanding of GRS. While failure rate of GMSE has been estimated to be around 5%, failure of GRS has been found to be practically nil, with studies suggesting many advantages, including a smaller susceptibility to long-term creep and stronger resistance to seismic loads when well-compacted granular fill is employed. Geosynthetic Reinforced Soil (GRS) Walls will serve as an excellent guide or reference for wall projects such as transportation infrastructure—including roadways, bridges, retaining walls, and earth slopes—that are in dire need of repair and replacement in the U.S. and abroad. Covers both GRS and GMSE (MSE with geosynthetics as reinforcement); with much greater emphasis on GRS walls Showcases reinforcing mechanisms, engineering behavior, and design concepts of GRS and includes many step-by-step design examples Features information on typical construction procedures and general construction guidelines Includes hundreds of line drawings and photos Geosynthetic Reinforced Soil (GRS) Walls is an important book for practicing geotechnical engineers and structural engineers, as well as for advanced students of civil, structural, and geotechnical engineering.
    Note: Online resource; Title from title page (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Provides detailed mathematical exposition of the fundamentals of fuzzy set theory, including intuitionistic fuzzy sets This book examines fuzzy and intuitionistic fuzzy mathematics and unifies the latest existing works in literature. It enables readers to fully understand the mathematics of both fuzzy set and intuitionistic fuzzy set so that they can use either one in their applications. Each chapter of Fuzzy Set and Its Extension: The Intuitionistic Fuzzy Set begins with an introduction, theory, and several examples to guide readers along. The first one starts by laying the groundwork of fuzzy/intuitionistic fuzzy sets, fuzzy hedges, and fuzzy relations. The next covers fuzzy numbers and explains Zadeh's extension principle. Then comes chapters looking at fuzzy operators; fuzzy similarity measures and measures of fuzziness; and fuzzy/intuitionistic fuzzy measures and fuzzy integrals. The book also: discusses the definition and properties of fuzzy measures; examines matrices and determinants of a fuzzy matrix; and teaches about fuzzy linear equations. Readers will also learn about fuzzy subgroups. The second to last chapter examines the application of fuzzy and intuitionistic fuzzy mathematics in image enhancement, segmentation, and retrieval. Finally, the book concludes with coverage the extension of fuzzy sets. This book: Covers both fuzzy and intuitionistic fuzzy sets and includes examples and practical applications Discusses intuitionistic fuzzy integrals and recent aggregation operators using Choquet integral, with examples Includes a chapter on applications in image processing using fuzzy and intuitionistic fuzzy sets Explains fuzzy matrix operations and features examples Fuzzy Set and Its Extension: The Intuitionistic Fuzzy Set is an ideal text for graduate and research students, as well as professionals, in image processing, decision-making, pattern recognition, and control system design.
    Note: Online resource; Title from title page (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    ISBN: 9788494660092
    Language: English , Spanish
    Pages: 1 online resource (156 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Alberto Baltasar es el protagonista de una historia que todo jefe de ventas ha vivido de una u otra forma. Después de diez años como vendedor, logra el ascenso: la vertiginosa responsabilidad de liderar su área. Responder a las expectativas propias, del equipo y de las jefaturas no es tarea simple. Pero Alberto no está solo. El consultor de ventas Víctor Kowalski aparece como el guía fundamental para orientar y construir con fuertes cimientos su éxito profesional. El método Kowalski ofrece un indispensable modelo para enfocar al director de ventas sus tareas principales en el desarrollo de sus funciones. Su autor, Víctor Barajas, pone a disposición de todos quienes empiezan este desafío —o aspiran a hacerlo— su experiencia en empresas y en formación de vendedores. En forma novelada, este libro ofrece una metodología que evitará a muchas empresas invertir en recursos innecesarios y permitirá ordenar sus esfuerzos por conseguir una venta. Una obra que sin duda revolucionará la forma de entender y ejecutar el liderazgo, planificación y evaluación del equipo de ventas en cualquier empresa. https://www.librosdecabecera.com/el-metodo-kowalski
    Note: Online resource; Title from title page (viewed January 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (35 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Imagine a situation where your service reports as healthy and serving but you receive multiple user reports of poor availability. How are these users accessing your service? Most likely, they’re using a client application, such as a mobile phone. Traditionally, SRE has only supported systems and services running in data centers rather than code running on the client, which has impeded issue detection. This report examines the challenges of client-side reliability and provides a useful set of SRE concepts and tools you can apply to your own apps. Four site reliability engineers from Google share their experiences developing and supporting first-party native mobile applications. You’ll learn core concepts critical to engineering reliable client apps as well as phenomena unique to mobile applications and key takeaways from issues caused by or related to them, including: Designing mobile apps that are resilient to unexpected inputs Rolling out changes in a controlled, metric-driven way Monitoring apps in production by measuring critical user interactions Releasing changes using feature flags so they can be evaluated and rolled back independently Understanding and preparing for your app’s impact on servers Using practices that avoid feedback patterns between your apps and services
    Note: Online resource; Title from title page (viewed July 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Newnes | Boston, MA : Safari
    ISBN: 9780128189252
    Language: English
    Pages: 1 online resource (511 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Electric Motors and Drives: Fundamentals, Types and Applications, Fifth Edition is intended primarily for non-specialist users or students of electric motors and drives, but many researchers and specialist industrialists have also acknowledged its value in providing a clear understanding of the fundamentals. It bridges the gap between specialist textbooks (too analytical for the average user) and handbooks (full of detail but with little insight) providing an understanding of how each motor and drive system works. The fifth edition has been completely revised, updated and expanded. All of the most important types of motor and drive are covered, including d.c., induction, synchronous (including synchronous reluctance and salient Permanent Magnet), switched reluctance, and stepping. There has been significant innovation in this area since the fourth edition, particularly in the automotive, aircraft and industrial sectors, with novel motor topologies emerging, including hybrid designs that combine permanent magnet and reluctance effects. We now include a physical basis for understanding and quantifying torque production in these machines, and this leads to simple pictures that illuminate the control conditions required to optimise torque. The key converter topologies have been brought together, and the treatment of inverter switching strategies expanded. A new chapter is devoted to the treatment of Field Oriented control, reflecting its increasing importance for all a.c. motor drives. A unique physically-based approach is adopted which builds naturally on the understanding of motor behaviour developed earlier in the book: the largely non-mathematical treatment dispels much of the mystique surrounding what is often regarded as a difficult topic. Helps users acquire knowledge and understanding of the capabilities and limitations of motors and drives without struggling through unnecessary math and theory Presents updated material on the latest and most widely-used motors and drives, including brushless servo motors Includes additional diagrams and worked examples throughout this updated edition Includes a physical basis for the understanding and quantifying torque production
    Note: Online resource; Title from title page (viewed August 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (186 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get the most out of Elasticsearch 7's new features to build, deploy, and manage efficient applications Key Features Discover the new features introduced in Elasticsearch 7 Explore techniques for distributed search, indexing, and clustering Gain hands-on knowledge of implementing Elasticsearch for your enterprise Book Description Elasticsearch is one of the most popular tools for distributed search and analytics. This Elasticsearch book highlights the latest features of Elasticsearch 7 and helps you understand how you can use them to build your own search applications with ease. Starting with an introduction to the Elastic Stack, this book will help you quickly get up to speed with using Elasticsearch. You'll learn how to install, configure, manage, secure, and deploy Elasticsearch clusters, as well as how to use your deployment to develop powerful search and analytics solutions. As you progress, you'll also understand how to troubleshoot any issues that you may encounter along the way. Finally, the book will help you explore the inner workings of Elasticsearch and gain insights into queries, analyzers, mappings, and aggregations as you learn to work with search results. By the end of this book, you'll have a basic understanding of how to build and deploy effective search and analytics solutions using Elasticsearch. What you will learn Install Elasticsearch and use it to safely store data and retrieve it when needed Work with a variety of analyzers and filters Discover techniques to improve search results in Elasticsearch Understand how to perform metric and bucket aggregations Implement best practices for moving clusters and applications to production Explore various techniques to secure your Elasticsearch clusters Who this book is for This book is for software developers, engineers, data architects, system administrators, and anyone who wants to get up and running with Elasticsearch 7. No prior experience with Elasticsearch is required.
    Note: Online resource; Title from title page (viewed October 24, 2019)
    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
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Make the leap and become an entrepreneur today Are you living for the weekend? Are you dissatisfied at work? Are you itching to do something that is important to you? How can you avoid the pitfalls that many first-time entrepreneurs have fallen into? How do you explore whether entrepreneurship is right for you without giving up your day job? Employee to Entrepreneur is your guide to leaving your job behind and building something for yourself. Author and employee-turned-entrepreneur Steve Glaveski, shows you how to navigate the challenges, find the entrepreneurial success that is right for you and become a better person along the way. Employee to Entrepreneur combines storytelling with a step-by-step framework to teach you how to effectively explore and leverage entrepreneurship to gain freedom, fulfillment and financial security. understand what you want to do by first understanding yourself explore if entrepreneurship is right for you without giving up your day job avoid the common pitfalls faced by first-time entrepreneurs fund, test and prioritise your ideas in a fast and cost-effective way develop the mindset to succeed in your business. If you’re ready to leave your cushy employee life behind and build a business and a life you believe in, reading this essential guidebook is your first step to making it happen.
    Note: Online resource; Title from title page (viewed January 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Language: English , Spanish
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Cuántas veces las emociones te han jugado una mala pasada? Tienes que tomar decisiones y la intensidad del momento hace que respondas sin casi tomarte unos minutos de respiro para buscar la mejor alternativa. ¿Crees que te falta foco? ¿Pasas mucho tiempo en piloto automático? ¿Te gustaría reducir el estrés, manejar mejor las emociones, tener más claridad mental, comunicarte mejor, en definitiva, vivir más plenamente y liderando con tus propias decisiones? El mindfulness, también conocido como atención plena, plena conciencia o atención consciente, fortalece a nivel personal y contribuye a tomar decisiones más coherentes con nuestros valores, desarrollando la autoconfianza y permitiendo trabajar con más satisfacción. Larraitz Urrestilla, experimentada coach e instructora de mindfulness, ha escrito El líder mindful, un libro estructurado en un proceso de diez pasos, en el que se entrenan las cualidades mentales que se requieren para liderar desde una perspectiva humana, con atención plena, generosidad y compasión. Con ello podrás impulsar una cultura centrada en las personas, facilitando una motivación intrínseca y activando resultados extraordinarios. El libro se divide en dos fases, la primera se centra en desarrollar el autoliderazgo, mientras que la segunda se enfoca en liderar a las personas de la organización y a esta en sí misma. https://www.librosdecabecera.com/el-lider-mindful
    Note: Online resource; Title from title page (viewed January 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    ISBN: 9788494810671
    Language: English , Spanish
    Pages: 1 online resource (262 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ¿Notas que cada día es más difícil vender o que los clientes están cambiando? Los teléfonos inteligentes, la geolocalización, los comparadores de precios, las facilidades logísticas, la economía colaborativa, etc. han dado más poder a los consumidores. En este contexto, los clientes demandan actitudes, acciones y responsabilidades que están lejos de los procedimientos habituales de las empresas. ¿Sabes cómo dar respuesta? Seas empresa industrial, de servicios o un profesional, es necesario que adaptes tu cultura empresarial al nuevo cliente. ¿Y qué relación tiene todo esto con el mundo del retail, del comercio en el sentido más amplio? Pues que podemos aprovechar ideas que ya están funcionando en el retail para llegar con más facilidad y acierto al cliente. Así lo vio Jacinto Llorca, conferenciante, escritor y consultor de negocio, a partir de su experiencia profesional. Observó factores de éxito y los destiló hasta crear el Código Retail, un compendio de buenas prácticas que se explican de forma ágil a lo largo del libro y se ilustran con casos reales muy interesantes, tanto del mundo analógico como del digital. https://www.librosdecabecera.com/el-codigo-retail
    Note: Online resource; Title from title page (viewed January 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (14 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This IBM Redpaper describes a case study that involves software and hardware from Cisco Systems, Inc. Specifically, a Cisco FirePOWER module — also known as a SourceFire (SFR) module — was installed on a Cisco Adaptive Security Appliance (ASA). The case study reveals the steps, issues, and decision points of such an installation. The scope of this case study is as follows: FirePOWER 6.2.0 on an ASA 5525-X running code level 9.6.2 from the Command Line Interface (CLI). We do not discuss the ASDM installation method. This document addresses the needs of Network Administrators, Security Administrators, and other staff who install and manage Intrusion Prevention or Intrusion Detection systems (IPS / IDS). The reader should have a basic understanding of computer networking and be familiar with basic networking terms such as Interface, Access Control Lists (ACL), Domain Name Service (DNS), and Internet Protocol (IP) address.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (356 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Aktuell zu Firmware 3.0 und Imaging Edge Mobile Die Sony Alpha 7 III ist eine spiegellose Systemkamera mit Vollformat-Bildsensor, die gegenüber den erfolgreichen Vorgängerkameras viele Verbesserungen und Neuerungen aufwiest. Das Buch eignet sich für ambitionierte Einsteiger ebenso wie für erfahrene Amateurfotografen und beschreibt die Funktionsvielfalt der Kamera im Detail. Praktische Workshops befähigen den Leser, die Kamera sicher zu beherrschen, und bereichern seine Kenntnisse der Fotografie.Die verständlichen und präzisen Erklärungen werden mithilfe von schematischen Grafiken und technischen Abbildungen illustriert. Anhand zahlreicher Fotos aus den Bereichen Porträt, Landschaft sowie Nah- und Makrofotografie werden die Funktionsweisen der Kamera beispielhaft dargestellt. Ein Zubehörkapitel gibt einen Überblick über die Erweiterungsmöglichkeiten der Systemkamera.
    Note: Online resource; Title from title page (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    ISBN: 9783747500118
    Language: English , German
    Pages: 1 online resource (536 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ausgewählt von der Financial Times als eines der Best Books of the Year 2018 (Technology) Die international bekanntesten KI-Experten im Interview: Geoffrey Hinton, Yoshua Bengio, Yann LeCun und viele mehr Breit gefächertes Themenspektrum von technischen Aspekten über die Zukunft der KI bis hin zu ihren Auswirkungen auf Wirtschaft und Gesellschaft Wohin wird uns die Künstliche Intelligenz in Zukunft führen? Welchen Einfluss wird sie auf den Arbeitsmarkt, die Wirtschaft und die Gesellschaft nehmen? Welche Chancen und Probleme entstehen, wenn die Entwicklung der KI immer weiter fortschreitet? In diesem Buch führt Martin Ford über zwanzig Interviews mit bedeutenden Köpfen der KI aus dem englischsprachigen Raum und lässt dabei Forscher, Unternehmer und Kritiker zu Wort kommen. Gemeinsam mit seinen Gesprächspartnern beleuchtet er den aktuellen Stand der Technik, künftige Entwicklungsmöglichkeiten der KI sowie deren Auswirkungen auf unser soziales und wirtschaftliches Leben. Themen der Interviews sind zum Beispiel Erkenntnisse zur emotionalen Intelligenz der KI (Rana el Kaliouby), die Notwendigkeit für mehr Diversität in der KI-Forschung (Fei-Fei Li) sowie Analysen der Auswirkungen von KI auf Unternehmen und Wirtschaft (James Manyika). Sie erhalten auch Einblick in verschiedene KI-Methoden, u.a. von Preisträgern des Turing Awards, Forschern am MIT und Entwicklern bei bekannten Unternehmen wie Google und Facebook. Werden Roboter in Zukunft die Pflege älterer und kranker Menschen übernehmen und Computerchips in unseren Gehirnen unsere menschlichen Fähigkeiten optimieren? Oder müssen wir uns doch eher vor amoklaufenden Killerrobotern oder einer totalen Machtübernahme durch Maschinen fürchten? Mit einem Vorwort von KI-Pionier Jürgen Schmidhuber, dessen Team an der TU München und am Schweizer Forschungsinstitut IDSIA die tiefen neuronalen Netze entwickelt hat, die zum Kern der KI auf Milliarden von Smartphones wurden. Er erläutert die weltweiten historischen Entwicklungen in der KI-Forschung und stellt ergänzend die richtungsweisenden Pioniere vor, die nicht aus dem englischsprachigen Raum kommen. Martin Ford spricht mit: Yoshua Bengio (University of Montreal), Stuart Russell (University of California, Berkeley), Geoffrey Hinton (University of Toronto und Google), Nick Bostrom (University of Oxford), Yann LeCun (Facebook), Fei-Fei Li (Stanford University und Google), Demis Hassabis (DeepMind), Andrew Ng (AI Fund), Rana el Kaliouby (Affectiva), Ray Kurzwei...
    Note: Online resource; Title from title page (viewed October 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (77 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: DevOps is much more than a set of practices to eliminate silos between development and operations groups. If your company’s DevOps transformation is to succeed, you need to blur the lines between business and technology domains. This report helps engineering leaders understand what drives the business and provides best practices for aligning technology with business goals to increase efficiency and improve the bottom line. Author Leon Fayer, vice president of software development at Teaching Strategies, provides methods and techniques to help your organization improve cross-departmental processes, cooperation, and visibility. Getting IT and business groups to adopt DevOps principles will go a long way toward accomplishing that goal. This report shows you how. Use practical strategies to teach stakeholders how DevOps can provide value for the business Quantify the ROI value of DevOps implementation and culture changes Determine the best ways to position technology groups to support business outcomes Improve communication efficiency to identify mistakes and optimize service delivery Understand the importance of continuous insight into business performance Build empathy and trust by encouraging people to support common goals and solve problems together
    Note: Online resource; Title from title page (viewed July 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: What are the challenges to creating, running, and supporting cloud native microservices? In this report, developer advocates from IBM explain what you need to know when building new cloud-based applications. Software developers will learn how to work with Java and several modern techniques to develop, deploy, and secure microservices in a cloud native environment. You’ll examine the key principles for microservices—such as data consistency and continuous delivery—that not only are important for a cloud application but also support the operational and deployment needs of today’s applications in general. Learn exactly what cloud native means and why open source, open communities, and open standards are critical to the future of these highly available applications. Understand why open source technologies are ideal for cloud development Work with the author’s example coffee-shop application Learn the Java runtimes and frameworks that offer the best foundation for cloud native applications Start by implementing service components that have a direct relation to your business use case Secure REST services, handle service faults, and communicate what your services do Consider the observability of your cloud-native application before writing its functionality
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Dive into a secure future Professionals look to Ethereum as a blockchain-based platform to develop safe applications and conduct secure transactions. It takes a knowledgeable guiding hand to understand how Ethereum works and what it does — and Ethereum For Dummies provides that guidance. Written by one of the leading voices in the blockchain community and best selling author of Blockchain For Dummies , this book demystifies the workings of Ethereum and shows how it can enhance security, transactions, and investments. As an emerging application of blockchain technology, Ethereum attracts a wide swath of professionals ranging from financial pros who see it as a way to enhance their business, security analysts who want to conduct secure transactions, programmers who build apps that employ the Ethereum blockchain, or investors interested in cashing in on the rise of cryptocurrency. Ethereum For Dummies offers a starting point to all members of this audience as it provides easy-to-understand explanation of the tools and techniques of using Ethereum. Understand the fundamentals of Ethereum Build smart contracts Create decentralized applications Examine public and private chains If you need to get a grip on one of the biggest applications of blockchain technology, this book makes it easier.
    Note: Online resource; Title from title page (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive overview of fluid dynamic models and experimental results that can help solve problems in centrifugal compressors and modern techniques for a more efficient aerodynamic design. Design and Analysis of Centrifugal Compressors isacomprehensive overview of the theoretical fluid dynamic models describing the flow in centrifugal compressors and the modern techniques for the design of more efficient centrifugal compressors. The author — a noted expert in the field, with over 40 years of experience — evaluates relevant numerical and analytical prediction models for centrifugal compressors with special attention to their accuracy and limitations. Relevant knowledge from the last century is linked with new insights obtained from modern CFD. Emphasis is to link the flow structure, performance and stability to the geometry of the different compressor components. Design and Analysis of Centrifugal Compressors is an accessible resource that combines theory with experimental data and previous research with recent developments in computational design and optimization. This important resource Covers the basic information concerning fluid dynamics that are specific for centrifugal compressors and clarifies the differences with axial compressors Provides an overview of performance prediction models previously developed in combination with extra results from research conducted by the author Describes helpful numerical and analytical models for the flow in the different components in relation to flow stability, operating range and performance Includes the fundamental information for the aerodynamic design of more efficient centrifugal compressors Explains the use of computational fluid dynamics (CFD) for the design and analysis of centrifugal compressors Written for engineers, researchers and designers in industry as well as for academics specializing in the field, Design and Analysis of Centrifugal Compressors offers an up to date overview of the information needed for the design of more effective centrifugal compressors.
    Note: Online resource; Title from title page (viewed April 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take a deep dive into deep learning Deep learning provides the means for discerning patterns in the data that drive online business and social media outlets. Deep Learning for Dummies gives you the information you need to take the mystery out of the topic—and all of the underlying technologies associated with it. In no time, you’ll make sense of those increasingly confusing algorithms, and find a simple and safe environment to experiment with deep learning. The book develops a sense of precisely what deep learning can do at a high level and then provides examples of the major deep learning application types. Includes sample code Provides real-world examples within the approachable text Offers hands-on activities to make learning easier Shows you how to use Deep Learning more effectively with the right tools This book is perfect for those who want to better understand the basis of the underlying technologies that we use each and every day.
    Note: Online resource; Title from title page (viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Rocky Nook | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: David Busch’s Sony Alpha a6400/ILCE-6400 Guide to Digital Photography is the most comprehensive reference and guide book available for Sony’s advanced APS-C mirrorless camera. This enthusiast digital camera has a more powerful processor and upgraded autofocus with enhanced real-time tracking and advanced Eye AF. Its new LCD swivels to face forward, making the camera excellent for self-portraits, vlogging, and other applications. The a6400 features a 24 megapixel sensor with 425 embedded phase-detect pixels for lightning-fast autofocus at up to 11 frames per second. With an electronic shutter that provides a silent shooting option, stunning 4K/UHD video capabilities, and new time-lapse photography features, the a6400/ILCE-6400 is a versatile digital camera that’s simple to use, yet boasts features demanded by the most avid photo buff. With this book in hand, you will discover all the capabilities of the Sony Alpha a6400/ILCE-6400 as you explore the world of digital photography, develop your creativity, and capture the best photographs you’ve ever taken. Filled with detailed how-to steps and full-color illustrations, David Busch’s Sony Alpha a6400/ILCE-6400 Guide to Digital Photography describes every feature of this sophisticated camera in depth, from taking your first photos through advanced details of setup, exposure, lens selection, lighting, and more. It relates each feature to specific photographic techniques and situations. Also included is the handy camera “roadmap,” an easy-to-use visual guide to the a6400/ILCE-6400’s features and controls. Learn when to use every option and, more importantly, when not to use them, by following the author’s recommended settings for every menu entry. With best-selling photographer and mentor David Busch as your guide, you’ll quickly have full creative mastery of your camera’s capabilities, whether you’re shooting on the job, taking pictures as an advanced enthusiast pushing the limits of your imagination, or are just out for fun. Start building your knowledge and confidence, while bringing your vision to light with the Sony Alpha a6400/ILCE-6400.
    Note: Online resource; Title from title page (viewed July 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (728 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The world has become increasingly networked and unpredictable. Decision makers at all levels are required to manage the consequences of complexity every day. They must deal with problems that arise unexpectedly, generate uncertainty, are characterised by interconnectivity, and spread across traditional boundaries. Simple solutions to complex problems are usually inadequate and risk exacerbating the original issues. Leaders of international bodies such as the UN, OECD, UNESCO and WHO — and of major business, public sector, charitable, and professional organizations — have all declared that systems thinking is an essential leadership skill for managing the complexity of the economic, social and environmental issues that confront decision makers. Systems thinking must be implemented more generally, and on a wider scale, to address these issues. An evaluation of different systems methodologies suggests that they concentrate on different aspects of complexity. To be in the best position to deal with complexity, decision makers must understand the strengths and weaknesses of the various approaches and learn how to employ them in combination. This is called critical systems thinking. Making use of over 25 case studies, the book offers an account of the development of systems thinking and of major efforts to apply the approach in real-world interventions. Further, it encourages the widespread use of critical systems practice as a means of ensuring responsible leadership in a complex world. Comments on a previous version of the book: Russ Ackoff: ‘the book is the best overview of the field I have seen’ JP van Gigch: ‘Jackson does a masterful job. The book is lucid ...well written and eminently readable’ Professional Manager (Journal of the Chartered Management Institute): ‘Provides an excellent guide and introduction to systems thinking for students of management’
    Note: Online resource; Title from title page (viewed April 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (20 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: When you are using IBM® FlashCore Modules with IBM FlashSystem® 9100, for most use cases the best practice is to use Data Reduction Pools with fully allocated volumes. This sheet guides you through the process to create these volumes.
    Note: Online resource; Title from title page (viewed October 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to the friction, contact and impact on robot control and force feedback mechanism Dynamics and Control of Robotic Manipulators with Contact and Friction offers an authoritative guide to the basic principles of robot dynamics and control with a focus on contact and friction. The authors discuss problems in interaction between human and real or virtual robot where dynamics with friction and contact are relevant. The book fills a void in the literature with a need for a text that considers the contact and friction generated in robot joints during their movements. Designed as a practical resource, the text provides the information needed for task planning in view of contact, impact and friction for the designer of a robot control system for high accuracy and long durability. The authors include a review of the most up-to-date advancements in robot dynamics and control. It contains a comprehensive resource to the effective design and fabrication of robot systems and components for engineering and scientific purposes. This important guide: Offers a comprehensive reference with systematic treatment and a unified framework Includes simulation and experiments used in dynamics and control of robot considering contact, impact and friction Discusses the most current tribology methodology used to treat the multiple–scale effects Contains valuable descriptions of experiments and software used Presents illustrative accounts on the methods employed to handle friction in the closed loop, including the principles, implementation, application scope, merits and demerits Offers a cohesive treatment that covers tribology and multi-scales, multi-physics and nonlinear stochastic dynamics control Written for graduate students of robotics, mechatronics, mechanical engineering, tracking control and practicing professionals and industrial researchers, Dynamics and Control of Robotic Manipulators with Contact and Friction offers a review to effective design and fabrication of stable and durable robot system and components.
    Note: Online resource; Title from title page (viewed February 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In the past few years, going cloud native has been a big advantage for many companies. But it’s a tough technique to get right, especially for enterprises with critical legacy systems. This practical hands-on guide examines effective architecture, design, and cultural patterns to help you transform your organization into a cloud native enterprise—whether you’re moving from older architectures or creating new systems from scratch. By following Wealth Grid, a fictional company, you’ll understand the challenges, dilemmas, and considerations that accompany a move to the cloud. Technical managers and architects will learn best practices for taking on a successful company-wide transformation. Cloud migration consultants Pini Reznik, Jamie Dobson, and Michelle Gienow draw patterns from the growing community of expert practitioners and enterprises that have successfully built cloud native systems. You’ll learn what works and what doesn’t when adopting cloud native—including how this transition affects not just your technology but also your organizational structure and processes. You’ll learn: What cloud native means and why enterprises are so interested in it Common barriers and pitfalls that have affected other companies (and how to avoid them) Context-specific patterns for a successful cloud native transformation How to implement a safe, evolutionary cloud native approach How companies addressed root causes and misunderstandings that hindered their progress Case studies from real-world companies that have succeeded with cloud native transformations
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (176 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: C – kurz & gut ist die praktische Taschenreferenz für jeden C-Programmierer. Das Buch ist ein nützlicher Begleiter, um schnell Informationen über ein bestimmtes Syntaxelement oder eine Bibliothek zu finden – unabhängig davon, ob Sie bereits mit C Erfahrung haben oder mit der Sprache noch nicht vertraut sind. Einsteiger in C können sich einen ersten Überblick über die Sprachfeatures verschaffen, für fortgeschrittene Programmierer ist das Buch die ideale Schnellreferenz. Das Buch besteht aus zwei Teilen: einer kompakten Beschreibung der Sprache und einer thematisch strukturierten Referenz der Standardbibliothek. Das Buch wurde für die 2. Auflage vollständig aktualisiert, erweitert und durch Neuerungen wie beispielsweise die Multithreading-Bibliothek ergänzt. Es deckt jetzt den ISO-Standard C18 ab.
    Note: Online resource; Title from title page (viewed September 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Choreographed microservices talk to each other asynchronously, blindly broadcasting notifications into a service cloud. Those notifications are handled by whatever client services are interested. These systems eliminate many of the problems associated with orchestrated systems (which work more like synchronous function calls) and are typically much faster than orchestrated systems, but they have their own idiosyncrasies and implementation challenges. Allen Holub explores the inherent problems in orchestrated systems and then looks at how choreography can solve those problems. Allen explores three approaches to choreography: HTTP based, pub/sub messaging based, and brokerless swarming systems. He introduces appropriate messaging architectures and frameworks and looks at several practical examples. Finally, Allen looks at event storming: one of the best approaches to designing choreographed systems. You’ll leave with an understanding of both why you should be using choreography for most high-level APIs and how to design and build these systems. This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Comprehensive coverage of every domain on the CCSP exam This highly effective self-study guide covers all six domains of the 2019 release of the challenging Certified Cloud Security Professional exam as well as the CCSP Common Body of Knowledge, developed by the International Information Systems Security Certification Consortium (ISC)2®. CCSP Certified Cloud Security Professional All-in-One Exam Guide, Second Edition offers clear explanations, real-world examples, and practice questions that match the content, tone, and format of those on the actual exam. To aid in retention, each chapter includes exam tips that highlight key information, a summary that serves as a quick review of salient points, and practice questions that allow you to test your comprehension. “Notes,” “Tips,” and “Cautions” throughout provide additional insight. Covers all six exam domains: • Cloud Concepts, Architecture, and Design • Cloud Data Security • Cloud Platform & Infrastructure Security • Cloud Application Security • Cloud Security Operations • Legal, Risk, and Compliance Online content includes: • 300 practice questions
    Note: Online resource; Title from title page (viewed December 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: More than 7.5 Hours of Video Instruction Overview Nearly every company in the world is evaluating its digital strategy and looking for ways to capitalize on the promise of digitization. Big data analytics and machine learning are central to this strategy. Understanding the fundamentals of data processing and artificial intelligence is becoming required knowledge for executives, digital architects, IT administrators, and operational telecom (OT) professionals in nearly every industry. In Data Analytics and Machine Learning Fundamentals LiveLessons , experienced CCIEs Robert Barton and Jerome Henry provide more than 7 1/2 hours of personal instruction exploring the principles of big data analytics, supervised learning, unsupervised learning, and neural networks. In addition to delving into the fundamental concepts, Barton and Henry address sample big data and machine learning use cases in different industries and present demos featuring the most common tools (such as Hadoop, TensorFlow, Matlab/Octave, R, and Python) in various fields used by data scientists and researchers. At the conclusion of this video course, you will be armed with knowledge and application skills required to become proficient in articulating big data analytics and machine learning principles and possibilities. Skill Level Beginner to intermediate data analytics/machine learning knowledge Learn How To * Understand how static and real-time streaming data is collected, analyzed, and used * Understand the key tools and methods that enable machines to learn and mimic human thinking * Bring together unstructured data in preparation for analysis and visualization * Compare and contrast the various big data architectures * Apply supervised learning/linear regression, data fitting, and reinforcement learning to machines to yield the information results you’re looking for * Apply classification techniques to machine learning to better analyze your data * Exploit the benefits of unsupervised learning to glean data you didn’t even know you were looking for * Understand how artificial neural networks (ANNs) perform deep learning with surprising (and useful) results * Apply principal components analysis (PCA) to improve the management of data analysis * Understand the key approaches to implementing machine learning on real systems and the considerations you must make when undertaking a machine learning project Who Should Take This Course * Anyone who wants to learn about machine learni...
    Note: Online resource; Title from title screen (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : BCS Learning & Development Limited | Boston, MA : Safari
    ISBN: 9781780174563 , 178017456X , 1780174578 , 9781780174570
    Language: English
    Pages: 1 online resource (76 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 658.15224
    Keywords: Proposal writing in business ; Electronic books ; local ; Affaires ; Rédaction de projets ; LANGUAGE ARTS & DISCIPLINES / Composition & Creative Writing ; LANGUAGE ARTS & DISCIPLINES / Rhetoric ; REFERENCE / Writing Skills ; Proposal writing in business
    Abstract: A business case is a logical, structured argument to bring about business change, aimed at the decision makers in an organisation. A persuasive, well-written business case can win over your readers and get you the all important approval you need. In this book you’ll discover the do’s and don’ts of pitching your ideas through a business case. You'll learn what the essential components of a business case are, including what key questions you should be answering, how to structure your business case, factors to consider when thinking about benefits and risks, and how best to tackle ROI. --- 'Presents a practical and down to earth approach to business case development.' Peter Wheatcroft , Moderator for the UK IT Industry Awards, Service Desk and Incident Manager
    Note: Online resource; Title from title page (viewed January 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Que | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Updated for the Latest Windows 10 2019 This is today’s best beginner’s guide to using your computer or tablet with the Windows 10 operating system. Make the most of your Windows 10 notebook or desktop computer—without becoming a technical expert! This is the fastest way to get comfortable, get productive, get online, get started with social networking, make more connections, and have more fun! Even if you’ve never used a Windows computer before, this book shows you how to do what you want, one incredibly clear and easy step at a time. Here’s a small sample of what you’ll learn: Set up your computer and use the Windows 10 Start menu and desktop Connect to the Internet and browse the Web with Microsoft Edge Get started with social networking on Facebook, Twitter, Pinterest, and LinkedIn Use Windows 10’s built-in apps—and find great new apps in the Windows Store Connect printers and external storage, and set up automatic file backup Connect to a home wireless network or public Wi-Fi hotspot Go online to shop and sell—and smart search with Microsoft Cortana® Get work done quickly with Microsoft Office Organize, view, and share photos Listen to streaming music with Pandora and Spotify Watch streaming movies and TV shows with Amazon Prime Video, Hulu, Netflix, and more Protect yourself against viruses, spyware, and spam Keep your system running reliably at top speed
    Note: Online resource; Title from title page (viewed November 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248782
    Language: English
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the right way to code in Python. This book provides the tips and techniques you need to produce cleaner, error-free, and eloquent Python projects. Your journey to better code starts with understanding the importance of formatting and documenting your code for maximum readability, utilizing built-in data structures and Python dictionary for improved maintainability, and working with modules and meta-classes to effectively organize your code. You will then dive deep into the new features of the Python language and learn how to effectively utilize them. Next, you will decode key concepts such as asynchronous programming, Python data types, type hinting, and path handling. Learn tips to debug and conduct unit and integration tests in your Python code to ensure your code is ready for production. The final leg of your learning journey equips you with essential tools for version management, managing live code, and intelligent code completion. After reading and using this book, you will be proficient in writing clean Python code and successfully apply these principles to your own Python projects. What You’ll Learn Use the right expressions and statements in your Python code Create and assess Python Dictionary Work with advanced data structures in Python Write better modules, classes, functions, and metaclasses Start writing asynchronous Python immediately Discover new features in Python Who This Book Is For Readers with a basic Python programming knowledge who want to improve their Python programming skills by learning right way to code in Python.
    Note: Online resource; Title from title page (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (412 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: Design a complete Voice over IP (VoIP) or traditional PBX system with Asterisk, even if you have only basic telecommunications knowledge. This bestselling guide makes it easy with a detailed roadmap that shows you how to install and configure this open source software, whether you’re upgrading your existing phone system or starting from scratch. Ideal for Linux administrators, developers, and power users, this updated fifth edition shows you how to set up VoIP-based private telephone switching systems within the enterprise. You’ll get up to speed on the features in Asterisk 16, the latest long-term support release from Digium. This book also includes new chapters on WebRTC and the Asterisk Real-time Interface (ARI). Discover how WebRTC provides a new direction for Asterisk Gain the knowledge to build a simple but complete phone system Build an interactive dialplan, using best practices for Asterisk’s advanced features Learn how ARI has emerged as the API of choice for interfacing web development languages with Asterisk
    Note: Online resource; Title from title page (viewed June 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (246 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: When you need answers about using C# 8.0, this tightly focused and practical book tells you exactly what you need to know without long intros or bloated samples. Easy to browse, C# 8.0 Pocket Reference is ideal as a quick source of information or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier C# version. All programs and code snippets are available as interactive samples in LINQPad. You can edit these samples and instantly see the results without needing to set up projects in Visual Studio. Written by the author of C# 7.0 in a Nutshell , this pocket reference covers C# 8.0 without skimping on detail, including: C# fundamentals and features new to C# 8.0 Advanced topics like operator overloading, type constraints, iterators, nullable types, operator lifting, lambda expressions, and closures LINQ: sequences, lazy execution, standard query operators, and query expressions Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation
    Note: Online resource; Title from title page (viewed November 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (108 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to build dynamic schema-driven forms with Vue from scratch Key Features Understand the basics of form component composition Scale and integrate your forms with libraries such as Vuex and Vuelidate Convert any form into a self-generated schema-driven app Book Description Almost every web application and site out there handles user input in one way or another, from registration forms and log-in handling to registration and landing pages. Building Forms with Vue.js follows a step-by-step approach to help you create an efficient user interface (UI) and seamless user experience (UX) by building quick and easy-to-use forms. You'll get off to a steady start by setting up the demo project. Next, you'll get to grips with component composition from creating reusable form components through to implementing the custom input components. To further help you develop a convenient user input experience, the book will show you how to enhance custom inputs with v-mask. As you progress, you'll get up to speed with using Vuelidate and Vuex to effectively integrate your forms. You'll learn how to create forms that use global state, reactive instant user input validation and input masking, along with ensuring that they are completely schema-driven and connected to your application's API. Every chapter builds on the concepts learned in the previous chapter, while also allowing you to skip ahead to the topics you're most interested in. By the end of this book, you will have gained the skills you need to transform even the simplest form into a crafted user and developer experience with Vue. What you will learn Learn all about the basics of creating reusable form components with the Vue framework Understand v-model and how it plays a role in form creation Create forms that are completely powered and generated by a schema, either locally or from an API endpoint Understand how Vuelidate allows for easy declarative validation of all your form's inputs with Vue's reactivity system Connect your application with a Vuex-powered global state management Use the v-mask library to enhance your inputs and improve user experience (UX) Who this book is for If you are a developer with basic Vue experience who wants to enhance your forms, then this book is for you. No previous experience with any of the libraries used in the book is required.
    Note: Online resource; Title from title page (viewed October 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...