Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Boston, MA : Safari  (1,479)
  • [Shelter Island, New York] : Manning Publications  (54)
  • Audiobooks  (1,530)
  • Affaires  (99)
  • Computer-assisted instruction
Datasource
Material
Language
  • 1
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 6 min.))
    Edition: Second edition.
    DDC: 005.4/46
    Keywords: Microsoft Windows (Computer file) ; Windows PowerShell (Computer program language) ; Application software Development ; Windows PowerShell (Langage de programmation) ; Logiciels d'application ; Développement ; Audiobooks ; Livres audio
    Abstract: Learn PowerShell Scripting in a Month of Lunches, Second Edition is a hands-on introduction to PowerShell automation and toolbuilding. Updated for the latest version of PowerShell, this thoroughly revised bestseller teaches you how to write efficient scripts, find and squash bugs, and organize your tools into libraries. Along the way, you’ll even pick up tips for securing and managing Linux and macOS systems.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 21, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (4 hr., 25 min.))
    Edition: [First edition].
    DDC: 005.1/17
    Keywords: Object-oriented programming (Computer science) ; Programmation orientée objet (Informatique) ; Audiobooks ; Livres audio
    Abstract: Simple Object-Oriented Design: Create clean, maintainable applications presents practical design principles you can use to keep an object-oriented codebase simple as it grows and changes. Written as a collection of practical techniques you can apply in any OO language, it offers tips for concise code, managing dependencies and modules, and designing flexible abstractions. Illuminating figures, real-world examples, and insightful exercises make each principle stick.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 21, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (7 hr., 29 min.))
    Edition: [First edition].
    DDC: 005.1/4
    Keywords: Java (Computer program language) ; Debugging in computer science ; Audiobooks
    Abstract: Effectively reading and understanding existing code is a developer's superpower. In this book, you'll master techniques for code profiling, advanced debugging, and log evaluation to find and fix bugs and performance problems. In Troubleshooting Java: Read, debug, and optimize JVM applications you will learn how to: Determine what code does the first time you see it Expose code logic problems Evaluate heap dumps to find memory leaks Monitor CPU consumption to optimize execution Use thread dumps to find and solve deadlocks Easily follow a service-oriented or microservices system Properly use logging to better understand Java app execution Use Java debuggers efficiently Searching for bugs, detangling messy legacy code, or evaluating your codebase for new features sucks up much of a developer's time. Troubleshooting Java: Read, debug, and optimize JVM applications teaches code investigation techniques that will help you efficiently understand how Java apps work, how to optimize them, and how to fix the bugs that break them. You'll go from the basics of debugging to advanced methods for locating problems in microservices architectures, and save yourself hours--or even days--of time. Each new technique is explained with lively illustrations and engaging real-world examples. About the Technology Fact: Over the course of your career, you'll spend far more time reading code than you will writing it. The code investigation skills in this book will radically improve your efficiency in understanding and improving Java applications. About the Book Troubleshooting Java: Read, debug, and optimize JVM applications presents practical techniques for exploring and repairing unfamiliar code. In it, you'll learn timesaving practices for discovering hidden dependencies, discovering the root causes of crashes, and interpreting unexpected results. Go beyond profiling and debugging and start understanding how Java applications really work. What's Inside Determine what code does the first time you see it Evaluate heap dumps to find memory leaks Monitor CPU consumption to optimize execution Use thread dumps to find and solve deadlocks Uncover glitches in code logic Locate intermittent runtime problems About the Reader For intermediate Java developers. About the Author Laurențiu Spilcă is a skilled Java and Spring developer and an experienced technology instructor. He is the author of Spring Start Here and Spring Security in Action. Quotes We spend more time trying to understand code than writing it. This book shows you how to use that time wisely. - Brent Honadel, Infor Finally a book that illustrates how to troubleshoot and reason about Java apps in production! It just might save the day! - Atul Shriniwas Khot, SquareOne Insights I wish I had this collection of efficient and usable techniques at the beginning of my career. - Andriy Stosyk, EPAM Systems A great book with deep explanations about debugging techniques. - Cătălin Matei, Endava Understand how Java applications work under the hood. - Fernando Bernardino, Wise.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (7 hr., 40 min.))
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Logiciels d'application ; Développement ; Audiobooks ; Livres audio
    Abstract: The next generation of containers is here. Learn Podman directly from its creator, discover its exceptional security features, and start managing rootless containers that integrate easily into your systems. In Podman in Action you will learn how to: Build and run containers in rootless mode Develop and manage pods Use SystemD to oversee a container's lifecycle Work with the Podman service via Python Keep your containers confined using Podman security features Manage containerized applications on edge devices Podman in Action shows you how to deploy containerized applications on Linux, Windows, and MacOS systems using Podman. Written by Daniel Walsh, who leads the Red Hat Podman team, this book teaches you how to securely manage the entire application lifecycle without human intervention. You'll quickly get to grips with Podman's unique advantages over Docker, and learn how easy it is to migrate your Docker-based infrastructure. It also demonstrates how, with Podman, you can easily convert containerized applications into Kubernetes-based microservices. About the Technology It's time to upgrade your container engine! The Podman container manager delivers flexible image layer control, seamless Kubernetes compatibility, and rootless containers that can be created, run, and managed by users without admin rights. Plus, its OCI-compliant support for the Docker API lets you shift existing containers to Podman without breaking your scripts or changing the way you work. About the Book Podman in Action introduces the Podman container manager. The easy-to-follow explanations and examples give you a clear view of what containers are, how they work, and how to manage them using Podman's powerful features. You'll get a deep look at the Linux components Podman uses and even learn more about Docker along the way. You'll especially appreciate author Dan Walsh's unique insights into container security. What's Inside Develop and manage pods Key security concepts including SELinux and SECCOMP Use systemd to oversee a container's lifecycle Keep your containers confined using Podman security Manage containerized applications on edge devices Install and run Podman on MacOS and Windows About the Reader For developers or system administrators experienced with Linux and Docker. About the Author Daniel Walsh is a senior distinguished engineer at Red Hat, and leads the team that created Podman. Quotes Red Hat's own master of container security beautifully explains this important container ecosystem. - Michael Bright, mjbright Consulting Filled to the brim with examples and best practices. - Mladen Knežić, CROZ Showcases Podman's architecture, advanced security features, rootless containers, integration with systemd, and much more. I highly recommend it. - Andrea Monacchi, Chili.com A must-read for anyone who wants to harness the power of Podman and the nextgen container ecosystem. - Gowtham Sadasivam, Acceldata.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 29, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (8 hr., 41 min.))
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Electronic data processing ; Audiobooks
    Abstract: Master Python techniques and libraries to reduce run times, efficiently handle huge datasets, and optimize execution for complex machine learning applications. Fast Python is a toolbox of techniques for high performance Python including: Writing efficient pure-Python code Optimizing the NumPy and pandas libraries Rewriting critical code in Cython Designing persistent data structures Tailoring code for different architectures Implementing Python GPU computing Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and simplify your datasets without sacrificing accuracy. Written for experienced practitioners, this book dives right into practical solutions for improving computation and storage efficiency. You'll experiment with fun and interesting examples such as rewriting games in Cython and implementing a MapReduce framework from scratch. Finally, you'll go deep into Python GPU computing and learn how modern hardware has rehabilitated some former antipatterns and made counterintuitive ideas the most efficient way of working. About the Technology Face it. Slow code will kill a big data project. Fast pure-Python code, optimized libraries, and fully utilized multiprocessor hardware are the price of entry for machine learning and large-scale data analysis. What you need are reliable solutions that respond faster to computing requirements while using less resources, and saving money. About the Book Fast Python is a toolbox of techniques for speeding up Python, with an emphasis on big data applications. Following the clear examples and precisely articulated details, you'll learn how to use common libraries like NumPy and pandas in more performant ways and transform data for efficient storage and I/O. More importantly, Fast Python takes a holistic approach to performance, so you'll see how to optimize the whole system, from code to architecture_._ What's Inside Rewriting critical code in Cython Designing persistent data structures Tailoring code for different architectures Implementing Python GPU computing About the Reader For intermediate Python programmers familiar with the basics of concurrency. About the Author Tiago Antao is one of the co-authors of Biopython, a major bioinformatics package written in Python. Quotes.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 15, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (1 audio file (9 hr., 35 min.))
    Edition: [First edition].
    DDC: 658.4/038011
    Keywords: Management information systems ; Business Data processing ; Big data ; Audiobooks
    Abstract: Revolutionize the way your organization approaches data with a data mesh! This new decentralized architecture outpaces monolithic lakes and warehouses and can work for a company of any size. In Data Mesh in Action you will learn how to: Implement a data mesh in your organization Turn data into a data product Move from your current data architecture to a data mesh Identify data domains, and decompose an organization into smaller, manageable domains Set up the central governance and local governance levels over data Balance responsibilities between the two levels of governance Establish a platform that allows efficient connection of distributed data products and automated governance Data Mesh in Action reveals how this groundbreaking architecture looks for both startups and large enterprises. You won't need any new technology--this book shows you how to start implementing a data mesh with flexible processes and organizational change. You'll explore both an extended case study and real-world examples. As you go, you'll be expertly guided through discussions around Socio-Technical Architecture and Domain-Driven Design with the goal of building a sleek data-as-a-product system. Plus, dozens of workshop techniques for both in-person and remote meetings help you onboard colleagues and drive a successful transition. About the Technology Business increasingly relies on efficiently storing and accessing large volumes of data. The data mesh is a new way to decentralize data management that radically improves security and discoverability. A well-designed data mesh simplifies self-service data consumption and reduces the bottlenecks created by monolithic data architectures. About the Book Data Mesh in Action teaches you pragmatic ways to decentralize your data and organize it into an effective data mesh. You'll start by building a minimum viable data product, which you'll expand into a self-service data platform, chapter-by-chapter. You'll love the book's unique "sliders" that adjust the mesh to meet your specific needs. You'll also learn processes and leadership techniques that will change the way you and your colleagues think about data. What's Inside Decompose an organization into manageable domains Turn data into a data product Set up central and local governance levels Build a fit-for-purpose data platform Improve management, initiation, and support techniques About the Reader For data professionals. Requires no specific programming stack or data platform. About the Authors Jacek Majchrzak is a hands-on lead data architect. Dr. Sven Balnojan manages data products and teams. Dr. Marian Siwiak is a data scientist and a management consultant for IT, scientific, and technical projects. Quotes This book teleports you into the seat of the chief architect on a data mesh project. - From the Foreword by Jean-Georges Perrin, PayPal A must-read for anyone who works in data. - Prukalpa Sankar, Co-Founder of Atlan Satisfies all those 'what', 'why', and 'how' questions. A unique blend of process and technology, and an excellent, example-driven resource. - Shiroshica Kulatilake, WSO2 The starting point for your journey in the new generation of data platforms. - Arnaud Castelltort, University of Montpellier
    Note: Online resource; title from title details screen (O'Reilly, viewed October 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Language: English
    Pages: 1 online resource (1 audio file (3 hr., 44 min.))
    Edition: [First edition].
    DDC: 006.3
    Keywords: Regular expressions (Computer science) ; Artificial intelligence Computer programs ; Audiobooks
    Abstract: Learn how AI-assisted coding using ChatGPT and GitHub Copilot can dramatically increase your productivity (and fun) writing regular expressions and other programs. Regular Expression Puzzles and AI Coding Assistants is the story of two competitors. On one side is David Mertz, an expert programmer and the author of the Web's most popular Regex tutorial. On the other are the AI powerhouse coding assistants, GitHub Copilot and OpenAI ChatGPT. Here's how the contest works: David invents 24 Regex problems he calls puzzles and shows you how to tackle each one. When he's done, he has Copilot and ChatGPT work the same puzzles. What they produce intrigues him. Which side is likelier to get it right? Which will write simple and elegant code? Which makes smarter use of lesser known Regex library features? Read the book to find out. David also offers AI best practices, showing how smart prompts return better results. By the end, you'll be a master at solving your own Regex puzzles, whether you use AI or not. About the Technology Groundbreaking large language model research from OpenAI, Google, Amazon, and others have transformed expectations of machine-generated software. But how do these AI assistants, like ChatGPT and GitHub Copilot, measure up against regular expressions--a workhorse technology for developers used to describe, find, and manipulate patterns in text. Regular expressions are compact, complex, and subtle. Will AI assistants handle the challenge? About the Book Regular Expression Puzzles and AI Coding Assistants is the perfect starting point for programmers of any experience level who want to understand the capabilities--and the limitations--of these exciting new tools. Author David Mertz presents 24 challenging regex puzzles, their traditional human-made solutions, and the fascinating answers given by popular AI assistants. Alongside these eye-opening puzzles you'll learn how to write prompts, integrate AI-generated coding suggestions, and interact with the assistant to get the results you want. By the end of the book, you'll have a clear understanding of where AI assistants can reliably write code for you and where you'll still need a human touch. Plus, you'll learn a lot about regular expressions! About the Reader Code examples use simple Python and Regular Expressions. No experience with AI coding tools required. About the Author David Mertz is the founder of KDM Training and an acclaimed contributor to the Python community. He is also the author of The Puzzling Quirks of Regular Expressions, Cleaning Data for Effective Data Science: Doing the Other 80% of the Work, and other books. Quotes AI coding assistants are here, and they're transforming how programming is and will be done. If you know regular expressions, pick up this book and learn all about AI coding assistants. If you don't know regular expressions, well, pick it up anyway and experience how you learn with AI coding assistants. - Dr. Daniel Zingaro University of Toronto, author of Algorithmic Thinking How these tools can be both so very amazing in what they produce, and simultaneously so utterly doltish in their numerous failures, is the main thing this book tries to understand. For reasons I attempt to elucidate throughout, of all the domains of computer programming, games with regular expressions are particularly well suited for getting a grasp on the peculiar behaviors of AI. - From the Preface I am a strong believer in Augmented Intelligence and welcome tools such as ChatGPT & Co-Pilot. To take meaningful steps toward Augmented Intelligence, we will need to understand both Humans' and Machines' strengths and weaknesses. This is where David's book comes in. Through the puzzles, David was able to show it well. Strongly recommended for anyone who is looking to use Artificial Intelligence for their business, to tap into its strength and prepare for potential risks. - Koo Ping Shung, Data Science Rex.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 2, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (9 hr., 40 min.))
    Edition: [First edition].
    DDC: 006.3
    Keywords: Artificial intelligence ; Audiobooks
    Abstract: Generative AI tools like ChatGPT are amazing--but how can you get the most out of them in your daily work? This book introduces cutting-edge AI tools and the practical techniques you need to use them safely and effectively. Introduction to Generative AI gives you the hows-and-whys of generative AI in accessible language. In this easy-to-read introduction, you'll learn: How large language models (LLMs) work How to integrate generative AI into your personal and professional work Balancing innovation and responsibility The social, legal, and policy landscape around generative AI Societal impacts of generative AI Where AI is going Anyone who uses ChatGPT for even a few minutes can tell that it's truly different from other chatbots or question-and-answer tools. Introduction to Generative AI guides you from that first eye-opening interaction to how these powerful tools can transform your personal and professional life. In it, you'll get no-nonsense guidance on generative AI fundamentals to help you understand what these models are (and aren't) capable of, and how you can use them to greatest advantage. about the book In Introduction to Generative AI: An ethical, societal, and legal overview, AI engineers Numa Dhamani and Maggie Engler reveal both the power and limitations of AI tools and explore their impact on society, the economy, and the law. Our expert authors share best practices for responsibly using LLMs, drawing on years of experience in machine learning, data security, and ethical AI. You'll learn strategies for getting accurate and useful responses, techniques for integrating generative AI in your workflow, and even how to handle misuse and adversarial attacks. about the audience For anyone interested in generative AI. about the authors Numa Dhamani is a natural language processing expert with domain expertise in information warfare, security, and privacy. She has developed machine learning systems for Fortune 500 companies and social media platforms, as well as for startups and nonprofits. Numa has advised companies and organizations, served as the Principal Investigator on the United States Department of Defense's research programs, and contributed to multiple international peer-reviewed journals. Maggie Engler is an engineer and researcher currently working on safety for large language models. She focuses on applying data science and machine learning to abuses in the online ecosystem, and is a domain expert in cybersecurity and trust and safety. Maggie is also an adjunct instructor at the University of Texas at Austin School of Information.
    Note: Online resource; title from title details screen (O'Reilly, viewed November 15, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (12 hr., 13 min.))
    Edition: [First edition].
    DDC: 658.4/038
    Keywords: Information technology Management ; Strategic planning ; Chief information officers ; Audiobooks
    Abstract: An effective Chief Technology Officer shapes almost every aspect of a modern business. This book shares the experience and advice of veteran CTOs and industry experts for handling IT crises, leading tech teams, and creating an inspiring vision for your company. In Think Like a CTO you will learn: Effective interaction and relationship-building with other C-level executives Creating long term visions and executing on short term goals Interviewing, hiring, and terminating team members Negotiating salaries and managing promotions Architecting future-proofed systems Handling security breaches and ransomware attacks Putting together budgets and working with your CFO Identifying and managing outsourced vendor opportunities Managing and communicating bad news by leading with data, not passion Being the kind of leader that employees want to follow and emulate Becoming a CTO is an incredible accomplishment. It's also one of the hardest transitions a technologist can make. This high-power and high-pressure role demands skills that are rarely developed as a software engineer. Think Like a CTO shines a light on all the areas an aspiring CTO needs to master to succeed. You'll learn how to build incredible working relationships with the rest of the C-suite, transform a company with private equity, and recruit and manage your development team. With this book as your guide, you'll quickly become a trusted leader figure with an inspiring vision for your company. About the Technology The Chief Technology Officer balances business needs with the constantly evolving world of technology. Think Like a CTO helps you develop the skills and mindset you need to take on this critical role and emerge as a successful leader. Packed with insights from industry experts and veteran CTOs, this book shares practical strategies for navigating the high-stakes world of technology leadership. About the Book Think Like a CTO shares hard-won lessons on how to thrive in the fast-paced role of Chief Technology Officer. Inside, you'll learn to establish successful technology platforms and teams, with practical frameworks for software selection and implementation, bias-free interviews and performance reviews, and earning your place at the table with other senior leaders. You'll appreciate the no-nonsense advice, insights, and war stories from CTO mentor Alan Williamson. What's Inside Building productive relationships with other C-level executives Negotiating salaries and managing promotions Architecting future-proof systems Handling security breaches and ransomware attacks About the Reader For technology leaders working in or aspiring towards a CTO role. About the Author Alan Williamson has advised numerous CTOs who were catapulted into the big leagues by private equity investment, acquisition, and rapid growth. Quotes Comprehensive and insightful views on becoming, and thriving as, a technology executive. Alan provides remarkable solutions to challenges every tech leader faces. - From the Foreword by Ankit Mathur, Co-Founder, Roundtrip Health and Founder, Press Play Technologies Interesting and very useful. I could have used this as I moved into CTO roles early in my career. - Jothy Rosenberg, Dover Microsystems An awesome collection of strategies and real-life stories! Every paragraph describes a situation many of us have experienced or an actionable step to deal with it. - Matt Ferderer, Mighty Gnomes.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 2, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (12 hr., 52 min.))
    Edition: Third edition.
    DDC: 006.7/8
    Keywords: Amazon Web Services (Firm) ; Amazon.com (Firm) ; Web services ; Cloud computing ; Audiobooks
    Abstract: Master essential best practices for deploying and managing applications on Amazon Web Services. This revised bestseller is packed with techniques for building highly available and scalable architectures and automating deployment with Infrastructure as Code. Leverage globally distributed data centers to launch virtual machines with EC2 Store and archive large volumes of data with EBS, S3, and EFS Persist and query data with highly available and scalable database systems with RDS and DynamoDB Enhance performance with caching data in-memory with ElastiCache and MemoryDB Use Infrastructure as Code to automate your cloud infrastructure Secure workloads running in the cloud with VPC and IAM Build fault-tolerant web applications with ALB and SQS Automate common sysadmin tasks with Lambda, CLI, and SDK Build cloud-native applications based on containers with AppRunner, ECS, Fargate Thousands of developers have chosen Amazon Web Services in Action: An in-depth guide to AWS to help them succeed with the AWS cloud. Readers love this all-practical handbook for its complete introduction to computing, storage, and networking, along with best practices for all core AWS services. This revised third edition features new chapters on containerization, along with a variety of AWS innovations. You'll also learn how automating your infrastructure with IAC is a game changer for your cloud deployment, delivering a massive boost to efficiency and quality. About the Technology Amazon Web Services, the leading cloud computing platform, offers customers APIs for on-demand access to computing services. Rich in examples and best practices of how to use AWS, this Manning bestseller is now released in its third, revised, and improved edition. About the Book In Amazon Web Services in Action, Third Edition: An in-depth guide to AWS, the Wittig brothers give you a comprehensive, practical introduction to deploying and managing applications on the AWS cloud platform. With a sharp focus on the most important AWS tasks and services, they will save you hours of unproductive time. You'll learn hands-on as you complete real-world projects like hosting a WordPress site, setting up a private cloud, and deploying an app on containers. What's Inside Leverage globally distributed data centers to launch virtual machines Enhance performance with caching data in-memory Secure workloads running in the cloud with VPC and IAM Build fault-tolerant web applications with ALB and SQS About the Reader Written for mid-level developers, DevOps or platform engineers, architects, and system administrators. About the Author Andreas Wittig and Michael Wittig are software engineers and consultants focused on AWS. Together, they migrated the first bank in Germany to AWS in 2013. Quotes Up-to-date coverage. Code examples and configurations are all excellent. Even containerization is very well explained. This is the bible for Amazon Web Services. - Mohammad Shahnawaz Akhter, Bank of America It has never been so easy to learn AWS. - Jorge Ezequiel Bo, TravelX Essential for those who decide to embark on the Amazon cloud journey. - Matteo Rossi, UnipolSai Assicurazioni A complete introduction to the most important AWS Services with very useful practical examples. - Matteo Battista, GamePix.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 25, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716835
    Language: English
    Pages: 1 online resource (13576 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Leadership is a set of abilities with which a lucky few are born. They're the natural relationship builders, master negotiators and persuaders, and agile and strategic thinkers. The good news for the rest of us is that those abilities can be developed. In The Leader's Brain: Enhance Your Leadership, Build Stronger Teams, Make Better Decisions, and Inspire Greater Innovation with Neuroscience, Wharton Neuroscience Initiative director Michael Platt explains how. Over two decades as a professor and practitioner in neuroscience, psychology, and marketing, Platt's pioneering research has deepened our understanding of how key areas of the brain work-and how that understanding can be applied in business settings. In The Leader's Brain, Platt explains: why two managers, when presented with the same set of information, make very different decisions; why some companies (Apple) build strong social and emotional connections with their customers and others do not (Samsung); how some of the most significant events in sports history, like the "Miracle on Ice," contain insights for how to build a team; and why even some of the most visionary business leaders can make disastrous decisions, and how to fix that. The Leader's Brain relates findings like these, and many more, to help enhance leadership in an ever-shifting world entering a "new normal."
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717399
    Language: English
    Pages: 1 online resource (24823 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In The Resilient Founder, Mahendra Ramsinghani gathers insights from over a hundred founders to deliver an intuitive and insightful guide to understanding our psychology and navigating the psychological pressures of startup leadership. Venture backed companies are expected to grow at high velocity, raise large amounts of capital, and build teams effectively to achieve unicorn, no decacorn status. Yet the journey is long, filled with uncertainties, extremities, and black swan events. It can wear out the best and the brightest. The role of a founder can be lonely, frustrating, and filled with high-highs and low-lows-all of this leading to anxiety, depression, and even suicide. The Resilient Founder addresses the fundamentals of understanding our own inner workings and explores practical ways of overcoming our inner hurdles. Filled with simple, yet concrete strategies, lessons and insights, founders and business leaders can work with stress, anxiety, and other mental challenges presented by the life of an entrepreneur. In this book, listeners will learn to: understand the basics of founder psychology, and how our inner workings can help or hurt us; the importance of building a healthy ego, leading to resilience; and draw on the lessons of established startup leaders on how to wrestle with their own mental and emotional challenges.
    Note: Online resource; Title from title page (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718150
    Language: English
    Pages: 1 online resource (4755 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In today's world, leadership is all about establishing community and connectivity so everyone can be part of something bigger than themselves. To have the grace to create this kind of leadership, we need greater self-awareness and genuine connection to others. In The Five Graces of Life and Leadership, CEO of the celebrated consulting firm Korn Ferry delivers a meaningful and thought-provoking exploration of leadership, emphasizing the five kinds of grace that leaders must have to lead their teams in today's evolving workscape. In the book, you'll learn how to the best leaders make their teams feel comforted, safe, and secure that they're headed in the right direction. It includes insightful discussions on each of the five indispensable graces, including: Gratitude-the attitude that elevates our spirits, boosts morale, and lifts our hearts; Resilience-the quality that allows us to achieve beyond our wildest dreams; Aspiration-the knowledge that we can make tomorrow better than today; Courage-the ability to understand and move beyond our fears; and Empathy-the understanding needed to connect with others from their perspectives. The perfect book for managers, executives, and other business leaders, The Five Graces of Life and Leadership is a can't miss book on the human side of leadership at work, at home, and anywhere else.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663719232
    Language: English
    Pages: 1 online resource (35381 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In Leading with Empathy, acclaimed strategist and business leader Dr. Gautham Pallapa presents an insightful roadmap to leading people through adversity and empowering humans in the workplace, the home, and society. Through this book, the distinguished author examines the impact of recent world-shaking events and how they have impacted us as a species and as individuals. He explores how empathy can help alleviate some of the more harmful effects of hardship and offers key actions that empathic leaders can take to inspire their followers. Finally, the book describes how to transform the way we work by rethinking and reimagining existing processes and innovatively introducing strategic disruption. Leading with Empathy also includes: stories, anecdotes, and personal musings that grant visibility and validation to the suffering of others; exercises and strategies to reduce stress, anxiety, and improve happiness and positivity; and actions that enable leaders to empower people through empathy, collaboration, and communication. An essential resource for executives, managers, and business leaders of all types, Leading with Empathy will also earn a place on the bookshelves of military, athletic, and educational leaders who seek to inspire their followers and empower humanity in the face of adversity.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718310
    Language: English
    Pages: 1 online resource (20633 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Have you ever sat down at your desk with an impossible deadline or an insurmountable obstacle staring you directly in the face and an expectation that you'll come up with a groundbreaking idea and solution? In Breakthrough, you'll find a powerful framework for bringing innovation and creativity to the surface not just once, but on a regular, daily basis. In Breakthrough, bestselling author, acclaimed speaker, and life optimization coach David Nurse provides an actionable and clearly organized structure for maximizing your breakthrough ideas. Breakthrough outlines easy-to-follow steps for outperforming your potential: an accessible blueprint-backed by scientific data and years of case studies with the top athletes, entrepreneurial minds, and leaders throughout the world-to unlocking your creative potential; conclusive proof that busts the myths of the lone genius, unpredictable "a-ha" lightbulb moments, and little happy accidents; and ways to promote an environment and mindset in which groundbreaking new ideas can flow and occur naturally and seamlessly based on a repeatable formula. A must-listen for any athlete, manager, executive, or parent tasked with delivering dynamic results in a flash, Breakthrough also belongs on the bookshelves of product design professionals, marketers, and other creative types who seek to consistently exceed expectations.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (11 hr., 57 min.))
    Edition: Sixth edition.
    DDC: 005.2/762
    Keywords: Java (Computer program language) ; Application software Development ; Application software ; Development ; Java (Computer program language) ; Downloadable audio books ; Audiobooks ; Audiobooks
    Abstract: The only book you'll ever need to learn and master the Spring ecosystem. This update is a must-read. Pierre-Michel Ansel, 8x8 If you need to learn Spring, look no further than this widely beloved and comprehensive guide! Fully revised for Spring 5.3, and packed with interesting real-world examples to get your hands dirty with Spring. In Spring in Action, 6th Edition you will learn: Building reactive applications Relational and NoSQL databases Integrating via HTTP and REST-based services, and sand reactive RSocket services Reactive programming techniques Deploying applications to traditional servers and containers Securing applications with Spring Security Over the years, Spring in Action has helped tens of thousands of developers get a major productivity boost from Spring. This new edition of the classic bestseller covers all of the new features of Spring 5.3 and Spring Boot 2.4 along with examples of reactive programming, Spring Security for REST Services, and bringing reactivity to your databases. You'll also find the latest Spring best practices, including Spring Boot for application setup and configuration. about the technology Spring is required knowledge for Java developers! Why? This powerful framework eliminates a lot of the tedious configuration and repetitive coding tasks, making it easy to build enterprise-ready, production-quality software. The latest updates bring huge productivity boosts to microservices, reactive development, and other modern application designs. It's no wonder over half of all Java developers use Spring. about the book Spring in Action, Sixth Edition is a comprehensive guide to Spring's core features, all explained in Craig Walls' famously clear style. You'll put Spring into action as you build a complete database-backed web app step-by-step. This new edition covers both Spring fundamentals and new features such as reactive flows, Kubernetes integration, and RSocket. Whether you're new to Spring or leveling up to Spring 5.3, make this classic bestseller your bible! about the audience For beginning to intermediate Java developers. about the author Craig Walls is an engineer at VMware, a member of the Spring engineering team, a popular author, and a frequent conference speaker. The best resource for modern Spring development. Becky Huett, Big Shovel Labs The definitive guide for developers wanting to build reliable, fault-tolerant, and scalable cloud-native applications using Spring. David Witherspoon, Parsons Spring is still thriving! Get this latest edition to keep growing with it. Kevin Liao, Sotheby's Your fast track for Spring Boot development. David Torrubia Iñigo, MÁSMÓVIL Group NARRATED BY JULIE BRIERLEY.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 4, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (18 hr., 59 min.))
    Edition: Second edition.
    DDC: 005.2762
    Keywords: Java virtual machine ; Java (Computer program language) ; Application software Development ; Audiobooks
    Abstract: Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more. In The Well-Grounded Java Developer, Second Edition you will learn: The new Java module system and why you should use it Bytecode for the JVM, including operations and classloading Performance tuning the JVM Working with Java's built-in concurrency and expanded options Programming in Kotlin and Clojure on the JVM Maximizing the benefits from your build/CI tooling with Maven and Gradle Running the JVM in containers Planning for future JVM releases The Well-Grounded Java Developer, Second Edition introduces both the modern innovations and timeless fundamentals you need to know to become a Java master. Authors Ben Evans, Martijn Verburg, and Jason Clark distill their decades of experience as Java Champions, veteran developers, and key contributors to the Java ecosystem into this clear and practical guide. You'll discover how Java works under the hood and learn design secrets from Java's long history. Each concept is illustrated with hands-on examples, including a fully modularized application/library and creating your own multithreaded application. About the Technology Java is the beating heart of enterprise software engineering. Developers who really know Java can expect easy job hunting and interesting work. Written by experts with years of boots-on-the-ground experience, this book upgrades your Java skills. It dives into powerful features like modules and concurrency models and even reveals some of Java's deep secrets. About the Book With The Well-Grounded Java Developer, Second Edition you will go beyond feature descriptions and learn how Java operates at the bytecode level. Master high-value techniques for concurrency and performance optimization, along with must-know practices for build, test, and deployment. You'll even look at alternate JVM languages like Kotlin and Clojure. Digest this book and stand out from the pack. What's Inside The new Java module system Performance tuning the JVM Maximizing CI/CD with Maven and Gradle Running the JVM in containers Planning for future JVM releases About the Reader For intermediate Java developers. About the Authors Benjamin J. Evans is a senior principal engineer at Red Hat. Martijn Verburg is the principal SWE manager for Microsoft's Java Engineering Group. Both Benjamin and Martijn are Java Champions. Jason Clark is a principal engineer and architect at New Relic. Quotes Ben, Jason, and Martijn have done a fantastic job with this book. Take advantage of their collective wisdom. - From the Foreword by Heinz Kabutz, The Java Specialists' Newsletter True to its name, it introduces and reinforces concepts from language level down to the JVM bytecode. - Yogesh Shetty, ING Bank Great information...a worthy update. - Michael Wall, Wall Technology Consulting A deep dive into modern Java and JVM-based languages. - Gilberto Taccari, faire.ai A must-read for every Java developer, including seasoned ones! - Jean-François Morin, Laval University.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 31, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717610
    Language: English
    Pages: 1 online resource (16524 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Discover what sets leaders like President Biden apart from the rest In The Joe Biden Way: How to Become a Bold and Empathic Leader, bestselling author and leadership expert Jeffrey Krames provides listeners with leadership secrets gleaned from one of the most transformative and successful presidents in modern times: Joseph Robinette Biden, Jr. In this book, the author sets out seven lessons in inspiring leadership that have helped the forty-sixth president of the United States carry his powerful message to the White House and deliver it to hundreds of millions of people. You'll learn how to: lead with empathy and demonstrate you understand what your followers are experiencing; set a single priority and focus on it with laser precision; learn to execute on your goals and back your words with meaningful action; build on and cultivate your strengths and values; and lead diverse groups of people and inspire them to share a common goal. Perfect for executives, managers, and other business leaders, The Joe Biden Way is a must-have resource for anyone who strives to unlock the best in their followers and colleagues and discover what sets great leaders apart from the rest of the pack.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : HighBridge | Boston, MA : Safari
    ISBN: 9781696606875
    Language: English
    Pages: 1 online resource (43402 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: For decades, Democratic politicians have frustrated progressives by tinkering around the margins of policy while shying away from truly ambitious change. What happened to bold political vision on the left, and what shrunk the very horizons of possibility? In Thinking like an Economist, Elizabeth Popp Berman tells the story of how a distinctive way of thinking-an "economic style of reasoning"-became dominant in Washington between the 1960s and the 1980s and how it continues to dramatically narrow debates over public policy today. Introduced by liberal technocrats who hoped to improve government, this way of thinking was grounded in economics. At its core was an economic understanding of efficiency, and its advocates often found themselves allied with Republicans and in conflict with liberal Democrats who argued for rights, equality, and limits on corporate power. By the Carter administration, economic reasoning had spread throughout government policy and laws affecting poverty, healthcare, antitrust, transportation, and the environment. Thinking like an Economist offers critical lessons for the future. With the political left resurgent today, Democrats seem poised to break with the past-but doing so will require abandoning the shibboleth of economic efficiency and successfully advocating new ways of thinking about policy.
    Note: Online resource; Title from title page (viewed March 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716798
    Language: English
    Pages: 1 online resource (11253 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: When you think of a successful entrepreneur, who comes to mind? Bill Gates? Mark Zuckerberg? Or maybe even Jesse Eisenberg, the man who played Zuckerberg in The Social Network? It may surprise you that most successful founders look very different from Zuckerberg or Gates. In fact, most startup origin stories are very different from the famous "unicorns" that have achieved valuations of over $1 billion, from Facebook to Google to Uber. In The Unicorn's Shadow Ethan Mollick takes us to the forefront of an empirical revolution in entrepreneurship. New data and better research methods have overturned the conventional wisdom behind what a successful founder looks like, how they succeed, and how the startup ecosystem works. Among the issues he examines: which founders are most likely to succeed?; where do the best startup ideas come from?; what's the most foolproof way of securing the funding needed to take a company to the next level?; and what's the best way to grow and scale your company and create a thriving culture that won't hinder expansion? Mollick argues that entrepreneurship is too important, both for society and for the individuals who start companies, to be eclipsed by the shadows of unicorns. He shows we can democratize entrepreneurship-but only by following an evidence-based approach that puts to rest the false narratives that surround it.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717771
    Language: English
    Pages: 1 online resource (21119 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: After a lifetime of overachieving, aiming to be excellent at everything, and three failed tech startups in Silicon Valley, Kelly Trach was stirred by a simple question: What if I just did what I'm good at? Now a six-figure business coach, Kelly poses the same question to you: What if you just did what you're good at? Despite conventional wisdom, the gifts and experience you need are already innate. Having that "it factor" or "special ingredient" isn't as elusive as you may think. P.S. You're a Genius takes you on a self-reflective journey to find your own gifts, asking questions like: How are your idols a reflection of your own genius? What are you great at that nobody taught you how to do? How is your darkest shadow your greatest gift? What have you been unexpectedly criticized for? Through these questions and more, you'll uncover the ways you naturally excel, relinquish the lie that you're not "good enough," and discover how to convincingly convey your value to anyone. In the process, you'll unlock the gumption to go after what you really want and ditch the mindset blocks holding you back-because you have an inherent genius. You just have to find it.
    Note: Online resource; Title from title page (viewed January 18, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718518
    Language: English
    Pages: 1 online resource (24072 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Innovation used to be seen as a game best left to entrepreneurs, but now a new breed of corporate managers is flipping this logic on its head. These Corporate Explorers have the insight, resilience, and discipline to overcome the obstacles and build new ventures from inside even the largest organizations. Corporate Explorers are part entrepreneurs, using innovation disciplines to jump start cutting-edge ideas, and part change leaders, capable of creating support for investment. They see that corporations already own the ideas, resources, and-critically-the talent to build new ventures. Companies like Amazon, Microsoft, and Bosch enable managers to put these assets to use and gain an upper hand over startups that threaten to disrupt them. Corporate Explorer is a guidebook to the practices that enable these managers to go from idea into action. This actionable and proven framework explains how managers can become successful corporate innovators. It includes tools to: learn how to apply innovation practices with greater discipline; turn great ideas into a full-time job as an innovation leader; experiment with and scale original business models; transform innovation programs into a thriving source of new business; attract, retain, and motivate entrepreneurial talent; and energize employees by creating a realistic way to innovate.
    Note: Online resource; Title from title page (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716378
    Language: English
    Pages: 1 online resource (18340 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The steps you need, for the results you want. There's no shortage of advice out there on how to perform better, and better than others, at work. The problem is knowing which methods are actually proven to work-and how you should act on them to get the best results. In 8 Steps to High Performance, talent expert and bestselling author Marc Effron cuts through the noise with his signature "science-based simplicity" approach to identify what matters most and show you how to optimally apply your time and effort to boost your performance. It turns out that higher performance comes from doing many things well-but some of those things are not in your power to change. Effron reveals the eight key factors you do control and practical steps for improving yourself on each one. You'll learn: how to set goals that create higher performance; which behaviors predict higher performance in different situations; how to quickly develop the most important capabilities; who to connect with and why; how to understand and adapt to your company's strategy; why you sometimes shouldn't be the "genuine" you; how to best manage your body to sustain your performance; and how to avoid management fads that distract you from high performance. Research-based and practical, this short, powerful book will help you and anyone on your team deliver outstanding results.
    Note: Online resource; Title from title page (viewed February 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716170
    Language: English
    Pages: 1 online resource (27371 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Growth is the goal. To help people develop their potential, to articulate and become the self that they want to be, are capable of being, and that best serves them and others in the short and long term is what we as individuals and leaders strive toward. But how do we grow? It turns out it happens in a predictable way, which means we can understand where we are in our growth and chart a way forward. In this compact, complete guide, Whitney Johnson helps you envision how growth happens and proactively direct yourself, or others in your organization, to help make the leaps needed to achieve goals. The growth and learning journey comes in three phases, the Launch Point, the Sweet Spot, and the High End, and within each phase, we play roles that keep us moving toward our goals. Compelling examples of successful people will show you when growth is slow and why, and how to keep going, and what to do when growth and learning are almost too fast to keep up with, and how to leap from one growth journey to another. As individuals grow so do organizations and societies. Growth is learning put into action, ideally action that betters the world as we better ourselves and our small niches within it, both personal and professional. Growth occurs when learning is internalized, when we try something new and invest the effort to move it from being something we do, to something we are.
    Note: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718471
    Language: English
    Pages: 1 online resource (22083 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Learn what "customer-centric" really means in this groundbreaking book User Tested delivers an eye-opening and compelling treatment of putting customers back at the center of your business model. In this book, you'll discover why the company that offers the best customer experience always wins, and that real, three-dimensional people can't be reduced to data points on a graph. You'll learn about how dashboards and metrics might look pretty in a report or proposal, but that they're a poor substitute for a solid grounding in how real customers really feel. You'll also find out: - How to apply the customer's perspective at scale throughout your company, driven by your board or executives and filtering up through the grassroots - Applying the customer experience playbook, from sales and marketing to product development and customer engagement - How to connect with customers, gain meaningful feedback, and take action on real human insight Perfect for founders, managers, executives, and business leaders in industries of all kinds, User Tested provides a powerful new perspective on how to bring the true voice of the customer back into decision making.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469082226
    Language: English
    Pages: 1 online resource (6143 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Get ready to learn how to conquer the distractions caused by information and communication overload, and how to get out from under "communication clutter," so you can live a life of choice-one of action, not reaction. Feeling buried by communication clutter is feeling like you are always owing return communication to someone. It's the subtle sense of anxiety caused by your backlog of email, taunting you with the little red indicators on the communication apps on your phone-texts, voicemails, missed calls, social media notifications-plus the mountain of outstanding email piling up in your inbox even as you read this. Want to live free of that feeling?! Get ready to dive in and live free of communication clutter! Positive results include: - Reduced anxiety caused by digital and paper clutter. - An ability to retrieve information you need quickly. - The opportunity to spend less time managing communication clutter and more time working toward your goals!
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663719058
    Language: English
    Pages: 1 online resource (20269 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Uncompromising explores seven pathways to help you identify and live your why-leading to an impactful life and a lasting legacy. Steve White's path from the housing projects to president of Comcast West was punctuated by defining-and often heart-wrenching-moments. Moments that helped him identify what matters most and how he positively made a difference in his life and in those around him. As one of four boys raised by a single mother, Steve's life could easily have taken a different path. Instead, armed with his mother's determination that her sons make a better life for themselves and his own refusal to be shaped by his circumstances, Steve forged a path to extraordinary professional and personal achievement. Steve's lessons from every stage of life, and the people who influenced him along the way, form the basis of his overarching message: An uncompromising life is one where you stay true to what is important to you, what you believe in, and what you love. This leads to more fulfillment, purpose, and a lasting legacy. Steve's hard-won insights will help you pursue what matters most and discover where you can make the biggest difference.
    Note: Online resource; Title from title page (viewed February 22, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718594
    Language: English
    Pages: 1 online resource (22183 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Tap into the potential of strategic partnerships with industry associations in this groundbreaking new book Reimagining Industry Growth offers listeners a blueprint to harnessing the power of leading industry associations as strategic partners. By utilizing those partnerships, business leaders will become able to leverage the collective strength of the supply chain to overcome challenges, address uncertainty, mitigate risks, and position their industries for growth. The book provides an overview of strategic partnerships, how they work, and how they can be applied to industry relationships with trade associations. It includes: illuminating and factual case studies outlining strategic partnerships in five different industry segments; roadmaps for executives to apply the lessons learned from industry; success stories on leveraging relationships with trade associations; and advice on how to move the needle for entire industries via effective strategic partnerships and achieve unprecedented growth. Ideal for executives, managers, business leaders of all kinds, business students and professors, and association executives, Reimagining Industry Growth is a must-listen for anyone who hopes to tap into the potential strength and value of effective strategic partnerships.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717993
    Language: English
    Pages: 1 online resource (25039 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Escape the mediocrity that ensnares so many in business and become a better, more effective leader. Have you ever wondered what it would take to be a better leader, or achieve your wildest dreams, or make a bigger difference in the world? The answer lies in the choices you make: about everything from how you spend your time to the way you view the world. Smart Leadership is the latest essential business title from internationally bestselling author of Win the Heart and Chess Not Checkers, Mark Miller. In this book, he shares the four research-based "smart choices" the best leaders make to scale their influence and results. By teaching you how to confront reality, grow capacity, fuel curiosity, and create change, Miller will help you: bring fresh eyes and fresh thinking to your leadership approach; increase your confidence in your ability to make a difference; lead at levels you never thought possible; and accelerate your learning curve so that all these benefits come faster and more naturally. With this guide, your leadership-and your life-will be transformed forever.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718358
    Language: English
    Pages: 1 online resource (32265 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Target high returns and greater consistency with this insightful guide from a leading investor The market volatility exacerbated by the COVID-19 pandemic has led many to question their exposure to risk in their own portfolios. But what should one do about it? In Risk Parity: How to Invest for All Market Environments, accomplished investment consultant Alex Shahidi delivers a powerful approach to portfolio management that reduces the potential for significant capital loss while maintaining an attractive expected return. The book focuses on allocating capital amongst four diverse asset classes: equities, commodities, Treasury bonds, and Treasury Inflation Protected Securities. You'll learn about: the nature of risk and why traditional approaches to risk management unnecessarily give up potential returns or inadequately protect against catastrophic market events; why proper risk management is more important now than ever; and how to efficiently implement a risk parity approach. Perfect for both individual and professional investors, Risk Parity is a must-have resource for anyone seeking to increase consistency in their portfolio by building a truly balanced asset allocation.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718037
    Language: English
    Pages: 1 online resource (36356 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Imagine living in a world in which you were routinely patronized by women. Imagine having your views ignored or your expertise frequently challenged by them. Imagine people always addressing the woman you are with before you. Now imagine a world in which the reverse of this is true. The Authority Gap provides a startling perspective on the unseen bias at work in our everyday lives, to reveal the scale of the gap that still persists between men and women. Would you believe that US Supreme Court Justices are interrupted four times more often than male ones . . . 96% of the time by men? Or that British parents, when asked to estimate their child's IQ, will place their son at 115 and their daughter at 107? Marshalling a wealth of data with precision and insight, and including interviews with pioneering women such as Baroness Hale, Mary Beard, and Bernadine Evaristo, Mary Ann Sieghart exposes unconscious bias in this fresh feminist take on how to address and counteract systemic sexism in ways that benefit us all.
    Note: Online resource; Title from title page (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717436
    Language: English
    Pages: 1 online resource (25318 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The way we do business in the US and across the world has changed. We now meet through Zoom, Skype, Meet, and Teams. Those who sell virtually are likely to suffer a longer sales process. Since 82% of communication is non-verbal, virtual communication is difficult. There are many challenges in selling virtually. Virtual communication prevents us from generating as much trust as we could in face-to-face selling. The Virtual Sale is more abbreviated and condensed than a face-to-face engagement. It is also difficult to book appointments from Virtual Webinars. It is harder to close virtually since it is so easy for prospects and clients to stall you. Most business strategists believe that virtual communication is here to stay. Either you learn how to communicate on the virtual platform or your sales will permanently suffer. But if you can Master the Virtual Sale, your production will be even greater than in a face-to-face environment. In Mastering the Virtual Sale, you will learn how to: create trust using the virtual platform; book webinar appointments that don't cancel; increase your sales by 38% in 30 days using Virtual Sales techniques; prevent framing, sound, and video distractions; use the 5 Step Bridge to talk prospects and clients into buying from you; and explode your business with the "7 Strategies."
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    ISBN: 9781663719478
    Language: English
    Pages: 1 online resource (42219 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: A clear and concise roadmap for ethical business behavior using commonsense moral principles Business Ethics for Better Behavior concisely answers the three most pressing ethical questions business professionals face: What makes business practices right or wrong?; Why do normal, decent businesspeople of good will sometimes do the wrong thing?; and How can we use the answer to these questions to get ourselves, our coworkers, our bosses, and our employees to behave better? Bad behavior in business rarely results from bad will. Most people mean well much of the time. But most of us are vulnerable. We all fall into moral traps, usually without even noticing. Business Ethics for Better Behavior teaches business professionals, students, and other listeners how to become aware of those traps, how to avoid them, and how to dig their way out if they fall in. It integrates the best work in psychology, economics, management theory, and normative philosophy into a simple action plan for ensuring the best ethical performance at all levels of business practice. This is a book anyone in business, from an entry-level employee to CEO, can use.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663719034
    Language: English
    Pages: 1 online resource (23564 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Get inspired to start your own successful business! Bob Schlegel grew up on a struggling family farm, and like his entrepreneurial father, he took charge of his destiny by starting his own businesses-often more than one at a time. He and his wife Myrna partnered together in their early endeavors and raised a family of entrepreneurs. Their diverse startups included a chain of fifteen superior nursing and retirement centers, as well as the nation's leading manufacturer of paving stones and landscaping materials. Though they faced substantial challenges and even near-bankruptcy, they persevered and built highly profitable enterprises with the help of "angels"-both earthly and heavenly. Bob shares his experiences-his failures as well as his successes-with the goal of inspiring others to start their own businesses.
    Note: Online resource; Title from title page (viewed March 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716552
    Language: English
    Pages: 1 online resource (45361 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The ultimate guide to human resources challenges, issues, emerging trends, and best practices by two of the most seasoned and respected HR professionals. Every leader will agree that managing people is challenging and growing more complex. Since The Big Book of HR was first published, dramatic changes have taken place in the workplace and the workforce. This tenth anniversary edition incorporates discussions and reflections on these changes which are useful for any business owner, manager, or HR professional. The Big Book of HR, 10th Anniversary Edition includes up-to-date information about: flexibility and work; diversity, equity, and inclusion; respectful workplaces and harassment prevention; technology for today's digital workplaces; pay equity and its effect on transparency in compensation; benefits that meet the needs of a multigenerational workforce; and microlearning and employee development strategy. Get the most from your organization's talent-from strategic HR-related issues to the smallest tactical details. And, of course, there's information on remaining legally compliant, including state and local laws addressing societal changes.
    Note: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781666199536
    Language: English
    Pages: 1 online resource (44308 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The literature of ideas. When author Pamela Sargent used those words to describe science fiction in 1975, the genre had exploded into the literary mainstream. As a literature of ideas, science fiction has proven to be a powerful metaphor for the world around us, offering a rich tapestry of imagination through which to explore how we lead, how we think, and how we interact. To Boldly Go assembles more than thirty writers from around the world to help us better understand ourselves through the lens of science fiction. Each chapter of To Boldly Go draws out the lessons that we can learn from science fiction, drawing on classic examples of the genre. A chapter on the burdens of leadership by Ghost Fleet author August Cole launches readers into the cosmos with Captain Avatar aboard the space battleship Yamato. In another chapter, the climactic Battle of the Mutara Nebula from The Wrath of Khan weighs the advantages of experience over intelligence in the pursuit of strategy. Whether using Star Trek: Deep Space Nine to explore the nuances of maritime strategy or The Expanse to better understand the threat posed by depleted natural resources, To Boldly Go provides thoughtful essays on relevant subjects that will appeal to business leaders, military professionals, and fans of science fiction alike.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469079127
    Language: English
    Pages: 1 online resource (40323 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Conventional wisdom tells us that people are rational and make rational decisions with their money. But that's simply not true considering most people fail to beat the market. Conventional wisdom also tells us that there are two primary ways to approach the market: technical and fundamental analysis. Again, that is not true because if it were, everyone would be rich. It's obvious that something is missing. Author Adam Sarhan, founder and CEO of 50 Park Investments, developed a new approach, titled Psychological Analysis (PA). Coined by the author, PA teaches you how to make rational, not emotional, decisions with your money and shows you how to analyze both the individual and collective market mindset at a particular time based on the behavior and decision-making of people in the real-world. Psychological Analysis is designed to tip the odds of success in your favor. This invaluable guide helps you: make rational, not emotional, decisions with your money-especially when you are under pressure; understand the psyche of the market so you can learn how to join the Smart Money Circle and consistently take money out; generate above average returns in all market environments; and incorporate Psychological Analysis into your overall trading and investing strategy so you can make smarter decisions on and off Wall Street.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410355
    Language: English
    Pages: 1 online resource (41147 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Data. It's the benchmark that informs corporate projections, decision-making, and analysis. But, why do many organizations that see themselves as data-driven fail to thrive? In Leading with AI and Analytics, two renowned experts from the Kellogg School of Management show business leaders how to transform their organization to become evidence-driven, which leads to real, measurable changes that can help propel their companies to the top of their industries. The availability of unprecedented technology-enabled tools has made AI (Artificial Intelligence) an essential component of business analytics. But what's often lacking are the leadership skills to integrate these technologies to achieve maximum value. Here, the authors provide a comprehensive game plan for developing that all-important human factor to get at the heart of data science: the ability to apply analytical thinking to real-world problems. Each of these tools and techniques comes to powerful life through a wealth of powerful case studies and real-world success stories. In this book, you'll find the essential tools to help you: develop a strong data science intuition quotient, lead and scale AI and analytics throughout your organization, move from "best-guess" decision making to evidence-based decisions, and craft strategies and tactics to create real impact.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469080468
    Language: English
    Pages: 1 online resource (19603 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: What Is The Easiest, Fastest, and Most Surprising Way To Become a Wealth Magnet? How can anyone use it-no matter who you are, where you are, or what you do? Why has every successful person in history-from Seneca, Ford, Carnegie, Barnum, Rockefeller and Getty to Bezos, Musk, Gates, Buffett and Zuckerberg-used this secret? The answer will surprise you. It's called "Karmic Marketing." It's the secret of many titans and legends, mom and pop businesses, mega-successful online entrepreneurs, and even individuals with no business at all. All you need to implement this secret for your own wealth is the simple understanding of how to do it right. In this inspiring interview with globally famous author Joe Vitale, you'll find: the surprising secret of "Karmic Marketing"; how to become a "wealth magnet"; how to do it so it works every time; how to clear any hidden blocks to receiving wealth; how to add this simple method to any current marketing; how to reap the rewards without running a business at all; and how this method is a spiritual tool for awakening the planet.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717511
    Language: English
    Pages: 1 online resource (20135 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Snowflake CEO Frank Slootman is one of the tech world's most accomplished executives in enterprise growth, having led Snowflake to the largest software IPO ever after leading Data Domain and ServiceNow to exponential growth and the public market before that. In Amp It Up, he shares his leadership approach for the first time. Amp It Up delivers an authoritative look at what it takes to transform an organization for maximum growth and scale. Slootman shows that most leaders have significant room to improve their organization's performance without making expensive changes to their talent, structure, or fundamental business model-and they don't need to bring in an army of consultants to do it. What they do need is to align people around what matters and execute with urgency and intensity every day. Leading for unprecedented growth means declaring war on mediocrity, breaking the status quo, and making conflicted choices daily, all with a relentless focus on the mission. Amp It Up provides the first principles to guide that change, and the tactical advice for organizing a company around them. Perfect for executives, entrepreneurs, founders, managers, and leaders of all kinds, Amp It Up is a must-have resource for anyone who seeks to unleash the growth potential of a company and scale it to heights they never thought possible.
    Note: Online resource; Title from title page (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (13 hr., 49 min.))
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer software Development ; Computer programming ; Computer programming ; Computer software ; Development ; Downloadable audio books ; Audiobooks ; Audiobooks
    Abstract: Optimize the decisions that define your code by exploring the common mistakes and intentional tradeoffs made by expert developers. In Software Mistakes and Tradeoffs you will learn how to: Reason about your systems to make intuitive and better design decisions Understand consequences and how to balance tradeoffs Pick the right library for your problem Thoroughly analyze all of your service's dependencies Understand delivery semantics and how they influence distributed architecture Design and execute performance tests to detect code hot paths and validate a system's SLA Detect and optimize hot paths in your code to focus optimization efforts on root causes Decide on a suitable data model for date/time handling to avoid common (but subtle) mistakes Reason about compatibility and versioning to prevent unexpected problems for API clients Understand tight/loose coupling and how it influences coordination of work between teams Clarify requirements until they are precise, easily implemented, and easily tested Optimize your APIs for friendly user experience Code performance versus simplicity. Delivery speed versus duplication. Flexibility versus maintainability--every decision you make in software engineering involves balancing tradeoffs. In Software Mistakes and Tradeoffs you'll learn from costly mistakes that Tomasz Lelek and Jon Skeet have encountered over their impressive careers. You'll explore real-world scenarios where poor understanding of tradeoffs lead to major problems down the road, so you can pre-empt your own mistakes with a more thoughtful approach to decision making. Learn how code duplication impacts the coupling and evolution speed of your systems, and how simple-sounding requirements can have hidden nuances with respect to date and time information. Discover how to efficiently narrow your optimization scope according to 80/20 Pareto principles, and ensure consistency in your distributed systems. You'll soon have built up the kind of knowledge base that only comes from years of experience. About the Technology Every step in a software project involves making tradeoffs. When you're balancing speed, security, cost, delivery time, features, and more, reasonable design choices may prove problematic in production. The expert insights and relatable war stories in this book will help you make good choices as you design and build applications. About the Book Software Mistakes and Tradeoffs explores real-world scenarios where the wrong tradeoff decisions were made and illuminates what could have been done differently. In it, authors Tomasz Lelek and Jon Skeet share wisdom based on decades of software engineering experience, including some delightfully instructive mistakes. You'll appreciate the specific tips and practical techniques that accompany each example, along with evergreen patterns that will change the way you approach your next projects. What's Inside How to reason about your software systematically How to pick tools, libraries, and frameworks How tight and loose coupling affect team coordination Requirements that are precise, easy to implement, and easy to test About the Reader For mid- and senior-level developers and architects who make decisions about software design and implementation. About the Authors Tomasz Lelek works daily with a wide range of production services, architectures, and JVM languages. A Google engineer and author of C# in Depth, Jon Skeet is famous for his many practical contributions to Stack Overflow. Quotes Great book that I wish I had earlier in my career. Many hard-learned lessons contained in these pages. - Dave Corun, Avanade Clear and to-the-point summation of years of real-life experience in software engineering. A must-read for all newcomers to the software engineering world. - Rafael Avila Martinez, Mastercard Shines a light on the intrinsic conflicts of the programming process and how they impact the code you write. - Roberto Casadei, Università di Bologna Summarizes the main pain points for every software developer and presents solutions in a clear and didactic way. - Nelson González, General Electric.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Language: English
    Pages: 1 online resource (1 audio file (09 hr., 31 min.))
    Edition: [First edition].
    DDC: 005.117
    Keywords: Object-oriented programming (Computer science) ; Data structures (Computer science) ; Audiobooks
    Abstract: Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data. In Data-Oriented Programming you will learn how to: Separate code from data Represent data with generic data structures Manipulate data with general-purpose functions Manage state without mutating data Control concurrency in highly scalable systems Write data-oriented unit tests Specify the shape of your data Benefit from polymorphism without objects Debug programs without a debugger Data-Oriented Programming is a one-of-a-kind guide that introduces the data-oriented paradigm. This groundbreaking approach represents data with generic immutable data structures. It simplifies state management, eases concurrency, and does away with the common problems you'll find in object-oriented code. The book presents powerful new ideas through conversations, code snippets, and diagrams that help you quickly grok what's great about DOP. Best of all, the paradigm is language-agnostic--you'll learn to write DOP code that can be implemented in JavaScript, Ruby, Python, Clojure, and also in traditional OO languages like Java or C#. About the Technology Code that combines behavior and data, as is common in object-oriented designs, can introduce almost unmanageable complexity for state management. The Data-oriented programming (DOP) paradigm simplifies state management by holding application data in immutable generic data structures and then performing calculations using non-mutating general-purpose functions. Your applications are free of state-related bugs and your code is easier to understand and maintain. About the Book Data-Oriented Programming teaches you to design software using the groundbreaking data-oriented paradigm. You'll put DOP into action to design data models for business entities and implement a library management system that manages state without data mutation. The numerous diagrams, intuitive mind maps, and a unique conversational approach all help you get your head around these exciting new ideas. Every chapter has a lightbulb moment that will change the way you think about programming. What's Inside Separate code from data Represent data with generic data structures Manage state without mutating data Control concurrency in highly scalable systems Write data-oriented unit tests Specify the shape of your data About the Reader For programmers who have experience with a high-level programming language like JavaScript, Java, Python, C#, Clojure, or Ruby. About the Author Yehonathan Sharvit has over twenty years of experience as a software engineer. He blogs, speaks at conferences, and leads Data-oriented programming workshops around the world. Quotes Reach the next level of enlightenment ... Reduce accidental complexity and raise the level of abstraction. - From the Foreword by Michael T. Nygard, author of Release It!: Design and Deploy Production-Ready Software After I saw the examples, I couldn't unsee it. I didn't need a new language; I needed to approach programming differently! - From the Foreword by Ryan Singer, author of Shape Up: Stop Running in Circles and Ship Work that Matters If you have to deal with data in your code, you should know about DOP! - Michael Aydinbas, Exxeta The principles are straightforward and universally applicable. - Seth MacPherson, QuoteFactory.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 25, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (10 hr., 10 min.))
    Edition: [First edition].
    DDC: 005.3
    Keywords: Microsoft .NET Framework ; Computer programming ; Audiobooks
    Abstract: The right place to start your journey with Blazor. Kalyan Chanumolu, Microsoft An example-driven guide to building reusable UI components and web frontends--all with Blazor, C#, and .NET. In Blazor in Action, you will learn about: Blazor + WebAssembly Picking the right hosting model Building reusable UI components Building forms with validation Integrating with JavaScript libraries Securing your application Testing your applications Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. You'll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you'll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser. The book is written to the most recent stable build of Blazor and seamlessly integrates fresh features from .NET 6. about the technology Create rich web frontends without relying on JavaScript. Microsoft's Blazor framework uses WebAssembly to extend the ultra-popular ASP.NET platform. In Blazor, you can build interactive web components that run natively in the browser without plug-ins or transpilers. And because it's C# end-to-end, it's easy to share code between the server and your web UI. about the book Blazor in Action teaches you to create full-stack ASP.NET applications end-to-end in C#. You'll start by learning to build Blazor web components, working through core topics like routing and forms. As you go, you'll implement a hiking route web application that includes reusable code, integration with JavaScript libraries, and role-based security. To make sure your app is production ready, this practical book also covers state management, data persistence, and testing. about the audience For web developers with C# and .NET experience. about the author Chris Sainty has been a part of the Blazor community from the beginning. He's an active blogger, open source developer, international speaker, and a Microsoft MVP. An excellent introduction and reference for Blazor development. Jeff Smith, TJX Guides the user through the practical use of Blazor components and the concepts behind them. Fantastic book! Jim Wilson, Open Applications Group A very well-conceived and well-executed introduction to Blazor and its use in full-stack development. Mark Chalkley, MainStreetCities NARRATED BY CHRISTOPHER KENDRICK.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 25, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (10 hr., 06 min.))
    Edition: [First edition].
    DDC: 005.3
    Keywords: Kubernetes ; Application software Development ; Computer programs ; Application program interfaces (Computer software) ; Open source software ; Audiobooks
    Abstract: Take a deep dive into Kubernetes inner components and discover what really powers a Kubernetes cluster. This in-depth guide shines a light on Kubernetes' murky internals, to help you better plan cloud native architectures and ensure the reliability of your systems. In Core Kubernetes you will learn about: Kubernetes base components Kubernetes networking Storage and the Container Storage Interface External load balancing and ingress Kubernetes security Different ways of creating a Kubernetes cluster Configuring Kubernetes to use a GPU To build and operate reliable Kubernetes-based systems, you need to understand what's going on below the surface. Core Kubernetes is an in-depth guide to Kubernetes' internal workings written by Kubernetes contributors Chris Love and Jay Vyas. It's packed with experience-driven insights and advanced techniques you won't find anywhere else. You'll understand the unique security concerns of container-based applications, minimize costly unused capacity, and get pro tips for maximizing performance. Diagrams, labs, and hands-on examples ensure that the complex ideas are easy to understand and practical to apply. About the Technology Real-world Kubernetes deployments are messy. Even small configuration errors or design problems can bring your system to its knees. In the real world, it pays to know how each component works so you can quickly troubleshoot, reset, and get on to the next challenge. This one-of-a-kind book includes the details, hard-won advice, and pro tips to keep your Kubernetes apps up and running. About the Book This book is a tour of Kubernetes under the hood, from managing iptables to setting up dynamically scaled clusters that respond to changes in load. Every page will give you new insights on setting up and managing Kubernetes and dealing with inevitable curveballs. Core Kubernetes is a comprehensive reference guide to maintaining Kubernetes deployments in production. What's Inside Kubernetes base components Storage and the Container Storage Interface Kubernetes security Different ways of creating a Kubernetes cluster Details about the control plane, networking, and other core components About the Reader For intermediate Kubernetes developers and administrators. About the Authors Jay Vyas and Chris Love are seasoned Kubernetes developers. Quotes To understand the core details of Kubernetes, this is a must-read. - Ubaldo Pescatore, PagoPA A thorough overview of the important parts of Kubernetes. Clear language, plenty of detailed examples, and easy-to-understand diagrams. - Rob Ruetsch, adesso SE A detailed step-by-step guide that had me up and running in no time. Highly recommended! - Al Krinker, USPTO A perfect travel guide for the Kubernetes journey. - Gandhi Rajan, Software Dell Technologies.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 25, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (11 hr., 51 min.))
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Cloud computing ; Computer architecture ; Computer networks Management ; Web applications ; Application software Development ; Application program interfaces (Computer software) ; Application program interfaces (Computer software) ; Application software ; Development ; Cloud computing ; Computer architecture ; Computer networks ; Management ; Web applications ; Downloadable audio books ; Audiobooks ; Audiobooks
    Abstract: Solve difficult service-to-service communication challenges around security, observability, routing, and resilience with an Istio-based service mesh. Istio allows you to define these traffic policies as configuration and enforce them consistently without needing any service-code changes. In Istio in Action you will learn: Why and when to use a service mesh Envoy's role in Istio's service mesh Allowing "North-South" traffic into a mesh Fine-grained traffic routing Make your services robust to network failures Gain observability over your system with telemetry "golden signals" How Istio makes your services secure by default Integrate cloud-native applications with legacy workloads such as in VMs Reduce the operational complexity of your microservices with an Istio-powered service mesh! Istio in Action shows you how to implement this powerful new architecture and move your application-networking concerns to a dedicated infrastructure layer. Non-functional concerns stay separate from your application, so your code is easier to understand, maintain, and adapt regardless of programming language. In this practical guide, you'll go hands-on with the full-featured Istio service mesh to manage microservices communication. Helpful diagrams, example configuration, and examples make it easy to understand how to control routing, secure container applications, and monitor network traffic. About the Technology Offload complex microservice communication layer challenges to Istio! The industry-standard Istio service mesh radically simplifies security, routing, observability, and other service-to-service communication challenges. With Istio, you use a straightforward declarative configuration style to establish application-level network policies. By separating communication from business logic, your services are easier to write, maintain, and modify. About the Book Istio in Action teaches you how to implement an Istio-based service mesh that can handle complex routing scenarios, traffic encryption, authorization, and other common network-related tasks. You'll start by defining a basic service mesh and exploring the data plane with Istio's service proxy, Envoy. Then, you'll dive into core topics like traffic routing and visualization and service-to-service authentication, as you expand your service mesh to workloads on multiple clusters and legacy VMs. What's Inside Comprehensive coverage of Istio resources Practical examples to showcase service mesh capabilities Implementation of multi-cluster service meshes How to extend Istio with WebAssembly Traffic routing and observability VM integration into the mesh About the Reader For developers, architects, and operations engineers. About the Authors Christian Posta is a well-known architect, speaker, and contributor. Rinor Maloku is an engineer at Solo.io working on application networking solutions. Quotes Presents a clear-headed vision of how to achieve the goal of decoupling applications from infrastructure. I hope you'll enjoy this book as much as I have. - From the Foreword by Eric Brewer, VP Infrastructure and Google Fellow I really enjoyed the gentle introduction to Istio. I can easily recommend this book to everyone starting development with Kubernetes. - Christoph Schubert, SAP SE A comprehensive guide for building an in-depth understanding of the Istio service mesh. - Fotis Stamatelopoulos, Upwork It felt like I was shadowing a highly skilled subject matter expert. - Paolo Antinori, Red Hat
    Note: Online resource; title from title details screen (O'Reilly, viewed July 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (11 hr., 28 min.))
    Edition: [First edition].
    DDC: 005.1
    Keywords: Application program interfaces (Computer software) ; Application software Development ; Audiobooks
    Abstract: Follow real-world API projects from concept to production, and learn hands-on how to describe and design APIs using OpenAPI. In Designing APIs with Swagger and OpenAPI you will learn how to: Understand OpenAPI syntax and structure Use Swagger and other tooling to create OpenAPI definitions Design authentication and authorization Turn an OpenAPI description into online documentation Automate processes and generating code Iterate an API design with user stories Build a frontend against a mock server Generate backend code with Swagger Codegen Versioning an API and dodging breaking changes Work with cross-functional teams Designing APIs with Swagger and OpenAPI is a comprehensive guide to designing and describing your first RESTful API using the most widely adopted standards. Following expert instruction from Swagger core contributor Josh Ponelat and API consultant Lukas Rosenstock, you'll spend each chapter progressively expanding the kind of APIs you'll want to build in the real world. You'll utilize OpenAPI and Swagger to help automate your workflow, and free up your time to work on more exciting features. Learn the syntax and structure of OpenAPI definitions, create and iterate on an API design with common tools, and release your API to the public. About the Technology Create web APIs that customers and developers will love! Using Swagger, a collection of tools for defining and documenting REST APIs, you will build safe, controlled access to your software. And because Swagger implements the vendor-neutral OpenAPI specification, you'll be building to the same standards adopted by Google, Microsoft, and Amazon. About the Book Designing APIs with Swagger and OpenAPI introduces a design-first approach. Written for developers new to API design, it follows the lifecycle of an API project from concept to production. You'll explore the dos and don'ts of APIs through progressively complete examples. You'll get hands-on experience designing APIs for specific business needs, using open source tools to generate documentation, and building developer-friendly components like mocks and client SDKs. What's Inside OpenAPI syntax and structure Using Swagger to create OpenAPI definitions Automating processes and generating code Working with cross-functional teams About the Reader For web developers. No prior knowledge of Swagger or OpenAPI required. About the Authors Josh Ponelat is the Swagger Open Source lead at SmartBear. Lukas Rosenstock is an independent software developer and API consultant. Quotes This book clearly presents patterns and techniques that will enhance the experience for all software developers who need to work with APIs! - From the Foreword by Tony Tam, Founder of Swagger Everyone in the business of designing APIs should read this book! - Pierre-Michel Ansel, 8x8 Essential advice for design-first API development. - Ian Lovell, Cutover A must-read for individuals and teams that are building APIs. - Foster Haines, Senior Consultant at J2 Interactive.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (09 hr., 44 min.))
    Edition: [First edition].
    DDC: 005.73
    Keywords: Data structures (Computer science) ; Algorithms ; Audiobooks
    Abstract: Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilistic sketching data structures for practical problems Choosing the right database engine for your application Evaluating and designing efficient on-disk data structures and algorithms Understanding the algorithmic trade-offs involved in massive-scale systems Deriving basic statistics from streaming data Correctly sampling streaming data Computing percentiles with limited space resources Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You'll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Hands-on industry examples make complex ideas practical to implement in your projects--and there's no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you'll find the sweet spot of saving space without sacrificing your data's accuracy. About the Technology Standard algorithms and data structures may become slow--or fail altogether--when applied to large distributed datasets. Choosing algorithms designed for big data saves time, increases accuracy, and reduces processing cost. This unique book distills cutting-edge research papers into practical techniques for sketching, streaming, and organizing massive datasets on-disk and in the cloud. About the Book Algorithms and Data Structures for Massive Datasets introduces processing and analytics techniques for large distributed data. Packed with industry stories, this friendly guide makes even complex concepts easy to understand. You'll explore real-world examples as you learn to map powerful algorithms like Bloom filters, Count-min sketch, HyperLogLog, and LSM-trees to your own use cases. What's Inside Probabilistic sketching data structures Choosing the right database engine Designing efficient on-disk data structures and algorithms Algorithmic tradeoffs in massive-scale systems Computing percentiles with limited space resources About the Reader Examples in Python, R, and pseudocode. About the Authors Dzejla Medjedovic earned her PhD in the Applied Algorithms Lab at Stony Brook University, New York. Emin Tahirovic earned his PhD in biostatistics from University of Pennsylvania. Illustrator Ines Dedovic earned her PhD at the Institute for Imaging and Computer Vision at RWTH Aachen University, Germany. Quotes An accessible and beautifully illustrated introduction to probabilistic and disk-based data structures and algorithms. - Marcus Young, Prosper Marketplace Upgrade your knowledge of algorithms and data structures from textbook level to real-world level. - Rui Liu, Oracle Excellently explains scalable data structures and algorithms. A must-read for any data engineer. - Alex Gout, Shopify A detailed, practical approach to dealing with distributed system and data architectures. - Satej Kumar Sahu, Honeywell.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 25, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (7 hr., 3 min.))
    Edition: [First edition].
    DDC: 005.7565
    Keywords: Database management ; Electronic data processing ; Audiobooks
    Abstract: The authors have had many years of real-world experience using Kafka, and this book's on-the-ground feel really sets it apart. From the foreword by Jun Rao, Confluent Cofounder Master the wicked-fast Apache Kafka streaming platform through hands-on examples and real-world projects. In Kafka in Action you will learn: Understanding Apache Kafka concepts Setting up and executing basic ETL tasks using Kafka Connect Using Kafka as part of a large data project team Performing administrative tasks Producing and consuming event streams Working with Kafka from Java applications Implementing Kafka as a message queue Kafka in Action is a fast-paced introduction to every aspect of working with Apache Kafka. Starting with an overview of Kafka's core concepts, you'll immediately learn how to set up and execute basic data movement tasks and how to produce and consume streams of events. Advancing quickly, you'll soon be ready to use Kafka in your day-to-day workflow, and start digging into even more advanced Kafka topics. about the technology Think of Apache Kafka as a high performance software bus that facilitates event streaming, logging, analytics, and other data pipeline tasks. With Kafka, you can easily build features like operational data monitoring and large-scale event processing into both large and small-scale applications. about the book Kafka in Action introduces the core features of Kafka, along with relevant examples of how to use it in real applications. In it, you'll explore the most common use cases such as logging and managing streaming data. When you're done, you'll be ready to handle both basic developer- and admin-based tasks in a Kafka-focused team. about the audience For intermediate Java developers or data engineers. No prior knowledge of Kafka required. about the authors Dylan Scott is a software developer in the insurance industry. Viktor Gamov is a Kafka-focused developer advocate. At Confluent, Dave Klein helps developers, teams, and enterprises harness the power of event streaming with Apache Kafka. A surprisingly accessible introduction to a very complex technology. Developers will want to keep a copy close by. Conor Redmond, InComm Payments A comprehensive and practical guide to Kafka and the ecosystem. Sumant Tambe, Linkedin It quickly gave me insight into how Kafka works, and how to design and protect distributed message applications. Gregor Rayman, Cloudfarms.
    Note: Online resource; title from title details screen (O'Reilly, viewed July 25, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Language: English
    Pages: 1 online resource (1 sound file (10 hr., 3 min.))
    Edition: [First edition].
    DDC: 005.1/6
    Keywords: Data logging ; Journalisation applicative ; Audiobooks ; Livres audio
    Abstract: Make log processing a real asset to your organization with powerful and free open source tools. In Logging in Action you will learn how to: Deploy Fluentd and Fluent Bit into traditional on-premises, IoT, hybrid, cloud, and multi-cloud environments, both small and hyperscaled Configure Fluentd and Fluent Bit to solve common log management problems Use Fluentd within Kubernetes and Docker services Connect a custom log source or destination with Fluentd's extensible plugin framework Logging best practices and common pitfalls Logging in Action is a guide to optimize and organize logging using the CNCF Fluentd and Fluent Bit projects. You'll use the powerful log management tool Fluentd to solve common log management, and learn how proper log management can improve performance and make management of software and infrastructure solutions easier. Through useful examples like sending log-driven events to Slack, you'll get hands-on experience applying structure to your unstructured data. About the Technology Don't fly blind! An effective logging system can help you see and correct problems before they cripple your software. With the Fluentd log management tool, it's a snap to monitor the behavior and health of your software and infrastructure in real time. Designed to collect and process log data from multiple sources using the industry-standard JSON format, Fluentd delivers a truly unified logging layer across all your systems. About the Book Logging in Action teaches you to record and analyze application and infrastructure data using Fluentd. Using clear, relevant examples, it shows you exactly how to transform raw system data into a unified stream of actionable information. You'll discover how logging configuration impacts the way your system functions and set up Fluentd to handle data from legacy IT environments, local data centers, and massive Kubernetes-driven distributed systems. You'll even learn how to implement complex log parsing with RegEx and output events to MongoDB and Slack. What's Inside Capture log events from a wide range of systems and software, including Kubernetes and Docker Connect to custom log sources and destinations Employ Fluentd's extensible plugin framework Create a custom plugin for niche problems About the Reader For developers, architects, and operations professionals familiar with the basics of monitoring and logging. About the Author Phil Wilkins has spent over 30 years in the software industry. Has worked for small startups through to international brands. Quotes I highly recommend using Logging in Action as a getting-started guide, a refresher, or as a way to optimize your logging journey. - From the Foreword by Anurag Gupta, Fluent maintainer and Cofounder, Calyptia Covers everything you need if you want to implement a logging system using open source technology such as Fluentd and Kubernetes. - Alex Saez, Naranja X A great exploration of the features and capabilities of Fluentd, along with very useful hands-on exercises. - George Thomas, Manhattan Associates A practical holistic guide to integrating logging into your enterprise architecture. - Satej Sahu, Honeywell.
    Note: Online resource; title from title details screen (O’Reilly, viewed April 29, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (9 hr., 56 min.))
    Edition: Third edition.
    DDC: 005.13/3
    Keywords: C (Computer program language) ; Video games Programming ; Video games Design ; Software frameworks ; C (Langage de programmation) ; Jeux vidéo ; Programmation ; Jeux vidéo ; Conception ; Cadres d'applications (Informatique) ; Audiobooks ; Livres audio
    Abstract: Unity in Action, Third Edition teaches you to create games with the Unity game platform. It’s many 2D, 3D, and AR/VR game examples give you hands-on experience with Unity’s workflow tools and state-of-the-art rendering engine. This fully updated third edition presents new coverage of Unity’s XR toolkit and shows you how you can start building with virtual and augmented reality.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 21, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 39 min.))
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Machine learning ; Artificial intelligence ; Python (Computer program language) ; Apprentissage automatique ; Intelligence artificielle ; Python (Langage de programmation) ; artificial intelligence ; Audiobooks ; Livres audio
    Abstract: Interpretable AI teaches you to identify the patterns your model has learned and why it produces its results. As you read, you’ll pick up algorithm-specific approaches, like interpreting regression and generalized additive models, along with tips to improve performance during training. You’ll also explore methods for interpreting complex deep learning models where some processes are not easily observable. AI transparency is a fast-moving field, and this book simplifies cutting-edge research into practical methods you can implement with Python.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 21, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (14 hr., 49 min.))
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Machine learning ; Computer engineering ; Apprentissage automatique ; Ordinateurs ; Conception et construction ; Audiobooks ; Livres audio
    Abstract: Field-tested tips, tricks, and design patterns for building machine learning projects that are deployable, maintainable, and secure from concept to production. In Machine Learning Engineering in Action, you will learn: Evaluating data science problems to find the most effective solution Scoping a machine learning project for usage expectations and budget Process techniques that minimize wasted effort and speed up production Assessing a project using standardized prototyping work and statistical validation Choosing the right technologies and tools for your project Making your codebase more understandable, maintainable, and testable Automating your troubleshooting and logging practices Ferrying a machine learning project from your data science team to your end users is no easy task. Machine Learning Engineering in Action will help you make it simple. Inside, you'll find fantastic advice from veteran industry expert Ben Wilson, Principal Resident Solutions Architect at Databricks. Ben introduces his personal toolbox of techniques for building deployable and maintainable production machine learning systems. You'll learn the importance of Agile methodologies for fast prototyping and conferring with stakeholders, while developing a new appreciation for the importance of planning. Adopting well-established software development standards will help you deliver better code management, and make it easier to test, scale, and even reuse your machine learning code. Every method is explained in a friendly, peer-to-peer style and illustrated with production-ready source code. About the Technology Deliver maximum performance from your models and data. This collection of reproducible techniques will help you build stable data pipelines, efficient application workflows, and maintainable models every time. Based on decades of good software engineering practice, machine learning engineering ensures your ML systems are resilient, adaptable, and perform in production. About the Book Machine Learning Engineering in Action teaches you core principles and practices for designing, building, and delivering successful machine learning projects. You'll discover software engineering techniques like conducting experiments on your prototypes and implementing modular design that result in resilient architectures and consistent cross-team communication. Based on the author's extensive experience, every method in this book has been used to solve real-world projects. What's Inside Scoping a machine learning project for usage expectations and budget Choosing the right technologies for your design Making your codebase more understandable, maintainable, and testable Automating your troubleshooting and logging practices About the Reader For data scientists who know machine learning and the basics of object-oriented programming. About the Author Ben Wilson is Principal Resident Solutions Architect at Databricks, where he developed the Databricks Labs AutoML project. He is also an MLflow committer. Quotes It's like being advised by a seasoned professional every step of the way. - John Bassil, UNiDAYS The ultimate resource for machine learning engineering. - Ninoslav Cerkez, Logit A comprehensive roadmap for implementing ML across teams and in production. - Taylor Delehanty, Gaggle Thorough guidance through all the steps for building a machine learning project. Full of valuable knowledge and experience. - Rui Liu, Oracle Great for both junior and experienced professionals. - Ioannis Atsonios, Femtec Health.
    Note: Online resource; title from title details screen (O’Reilly, viewed April 29, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (15 hr., 36 min.))
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Artificial intelligence ; Python (Computer program language) ; Apprentissage profond ; Intelligence artificielle ; Python (Langage de programmation) ; artificial intelligence ; Audiobooks ; Livres audio
    Abstract: Inside Deep Learning illuminates the inner workings of deep learning algorithms in a way that even machine learning novices can understand. You’ll explore deep learning concepts and tools through plain language explanations, annotated code, and dozens of instantly useful PyTorch examples. Each type of neural network is clearly presented without complex math, and every solution in this book can run using readily available GPU hardware!
    Note: Online resource; title from title details screen (O’Reilly, viewed May 21, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712974
    Language: English
    Pages: 1 online resource (13428 pages)
    Edition: 1st edition
    DDC: 306.874/2
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Gone are the days when fathers were expected to put work first and family last. Today, men worldwide are redefining fatherhood and finding greater fulfillment both at work and at home. But old ways die hard. Many managers prefer the status quo, and fathers aren't finding the support and flexibility they need from their employers. Dads still feel pressure to downplay or hide their involvement in their children's lives. And even as more men step up as parents, across every level of society the burdens of parenting and running a household still fall unfairly on women. Fatherhood is one of the toughest jobs and the biggest responsibility you'll ever take on. Advice for Working Dads will teach you how to balance and integrate work and parenthood, how to navigate the common pitfalls at work, and how to find success when you're taking on twice as much-for the good of your family. This volume will help you: navigate workplaces and bosses that want you to forget you're a parent; spend your time at work and at home more purposefully; make time for yourself, your friends, and your hobbies; set reasonable expectations and limits in the always-on work culture; communicate better with your spouse or partner about careers, parenting, and housework; get the paternal leave you and your family need; set your family up for success; and more.
    Note: Online resource; Title from title page (viewed June 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663713018
    Language: English
    Pages: 1 online resource (17903 pages)
    Edition: 1st edition
    DDC: 658.4/022
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Break down the barriers to effective collaboration. For cross-functional projects to work, you need to bring together diverse ideas and resources from across your organization. But office politics, conflicting objectives, and lack of clear authority can get in the way. The HBR Guide to Collaborative Teams provides practical tips and advice to help you collaborate more effectively. Whether you're leading your own direct reports or building a talented group from disparate parts of your organization, you'll discover how to align others' goals and skills so you can solve problems as a team and deliver great results. You'll learn to: develop a shared purpose, bust departmental silos, lead employees who don't report to you, overcome conflict and turf wars, prevent collaborative overload and fatigue, and use the right tools for virtual information sharing. Arm yourself with the advice you need to succeed on the job, with the most trusted brand in business. Packed with how-to essentials from leading experts, the HBR Guides provide smart answers to your most pressing work challenges.
    Note: Online resource; Title from title page (viewed August 10, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Shelter Island, New York] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file (9 hr., 17 min.))
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Spring (Software framework) ; Application software Development ; Java (Computer program language) ; Audiobooks
    Abstract: Spring Start Here teaches Java developers how to build applications using Spring framework. Informative graphics, relevant examples, and author Laurenţiu Spilcă's clear and lively writing make it easy to pick up the skills you need. You'll discover how to plan, write, and test applications. And by concentrating on the most important features, this no-nonsense book gives you a firm foundation for exploring Spring's rich ecosystem.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 26, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714879
    Language: English
    Pages: 1 online resource (23167 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: There's a precise moment that falls between working enough hours to be productive and working too many hours, yielding a diminishing marginal return. The difference between the person able to master this and most Americans that fail miserably at it is quality of life! If one continues to work past this moment, a negative return will ensue, and that negative return produces guilt. It lowers the amount of time for recreational activities and spending time with family. An alarming 39% of workers in high-tech companies believe they are depressed, as reported by PC Magazine in December 2018. 72% of people who have daily stress and anxiety say it interferes with their lives-anxiety and stress alone have reduced productivity by 56%. More than 80% of people have experienced some form of anxiety, stress, or depression in the workplace. People are spending more time at work than at home or with their loved ones; or, if they are at home, they are working. They are always "on." Previous generations used to say, "Work harder," but we've now learned we must "work smarter." Polak has practiced and tested his methods in hundreds of opportunities and has been paid millions by the largest corporations in the world to share these tools. He feels that every individual and business should have these tools, and will share them with us here.
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469078045
    Language: English
    Pages: 1 online resource (53052 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Around the world, users cost organizations billions of dollars due to simple errors and malicious actions. They believe that there is some deficiency in the users. In response, organizations believe that they have to improve their awareness efforts and making more secure users. This is like saying that coal mines should get healthier canaries. The reality is that it takes a multilayered approach that acknowledges that users will inevitably make mistakes or have malicious intent, and the failure is in not planning for that. It takes a holistic approach to assessing risk combined with technical defenses and countermeasures layered with a security culture and continuous improvement. Only with this kind of defense in depth can organizations hope to prevent the worst of the cybersecurity breaches and other user-initiated losses. Using lessons from tested and proven disciplines like military kill-chain analysis, counterterrorism analysis, industrial safety programs, and more, Ira Winkler and Dr. Tracy Celaya's You CAN Stop Stupid provides a methodology to analyze potential losses and determine appropriate countermeasures to implement. Business technology and security professionals will benefit from the information provided by these two well-known and influential cybersecurity speakers and experts.
    Note: Online resource; Title from title page (viewed January 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711755
    Language: English
    Pages: 1 online resource (23120 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Winning the Talent Shift: Three Steps to Unleashing the New High Performance Workplace envisions a world where companies are fully equipped to exceed the challenges posed by the new global marketplace. Berta Aldrich argues if companies want to achieve future success, they must redesign their talent strategy using three important steps proven to increase revenues, engage teams and leaders, and set companies on the path to industry leadership. Winning the Talent Shift leverages the latest empirical research, experiences from over 1,000 team members and executives, and leadership classes that have spanned the globe to candidly reveal actionable solutions to what is holding most companies back from high performance. This book will show how companies can retain their high performers who produce 2-500% more than an average employee but are more likely to leave today's organizations; select and retain the new, high performing leader; and identify and develop women and people of color who can be exceptional leaders. Perfect for boards, C-suite, and aspiring male and female high performers, Winning the Talent Shift bravely shows how to recognize barriers, replace them with high performance attributes, and redesign the workplace to create the potential for sustainable growth and industry leadership for years to come.
    Note: Online resource; Title from title page (viewed February 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711427
    Language: English
    Pages: 1 online resource (26322 pages)
    Edition: 1st edition
    DDC: 658.827
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Winfluence by award-winning digital strategist Jason Falls, is the authoritative book about influencer marketing from the perspective of businesses and brands. An invaluable guidebook for marketing managers, small business owners, marketing consultants and agencies alike, the book explains how influencers came to be, how they came to be so powerful, why so many brands are counting on influencer marketing for business success, and how anyone who is not, now can. This book not only explains the who, what, when, where, and why of influencer marketing but then adds the how-more specifically and predictably than other books can hope for. It offers detailed guidelines, case studies, cutting-edge ideas, how-tos for measuring success, and more to help any business owner, marketer, agency account person, or digital strategist see and seize the opportunity to drive business results. Through a series of narrative stories, interviews, and case studies, the book illustrates how to take what many people consider good influencer marketing to a new level of success from a long-tail perspective-not short-term, one-off executions.
    Note: Online resource; Title from title page (viewed April 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712455
    Language: English
    Pages: 1 online resource (35448 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In Warren Buffett: Inside the Ultimate Money Mind, Robert G. Hagstrom breaks new ground with a deep analysis of Buffett's essential wisdom, an intricate mosaic of wide-ranging ideas and insights that Buffett calls a Money Mind. What exactly is a Money Mind? At one level, it's a way of thinking about major financial issues such as capital allocation. At another level, it summarizes an overall mindset for successfully investing in today's fast-paced stock market, a mindset that depends on a commitment to learning, adapting, and facing down irrelevant noise. This is not a method book. It is a thinking book. Warren Buffett: Inside the Ultimate Money Mind explains the philosophies of self-reliance, stoicism, rationalism, and pragmatism and their contributions to making intelligent investment decisions. It also outlines the evolution of value investing, discusses how to develop a business-driven investing mindset, and describes the defining traits of successful active management. Lastly, it examines the surprising aspects of a Money Mind-sportsman, teacher, and artist. In short, Warren Buffett: Inside the Ultimate Money Mind helps listeners understand the building blocks that go into making a Money Mind so they can begin to incorporate its principles in the service to a life of value.
    Note: Online resource; Title from title page (viewed April 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663713155
    Language: English
    Pages: 1 online resource (23462 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The biggest challenge with virtual training, and the reason there has been so much resistance to it, is historically the experience has been excruciating. Not the quality of the curriculum or content. Not the talent of the trainer. The learning experience. There are few people who haven't had the pleasure of sitting through agonizing virtual training sessions. Death by voice over PowerPoint, delivered by a disengaged instructor, has an especially bitter flavor. It is the way virtual training is delivered that matters most. When the virtual learning experience is emotionally positive: participants are more engaged, embrace new competencies, and knowledge sticks; participants are more likely to show up to class and be open to future virtual training; trainers enjoy their work and gain fulfillment from making an impact; leaders book more virtual training; and organizations more readily blend and integrate virtual training into learning and development initiatives. This is exactly what this book is about. Virtual Training is the definitive guide to delivering virtual training that engages learners and makes new skills and behavioral changes stick. Jeb Blount, one of the most celebrated trainers and authors of our generation, walks you step-by-step through the seven elements of effective, engaging virtual learning experiences.
    Note: Online resource; Title from title page (viewed August 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712677
    Language: English
    Pages: 1 online resource (41358 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In today's financial markets, trading floors on which brokers buy and sell shares face-to-face have increasingly been replaced by lightning-fast electronic systems that use algorithms to execute astounding volumes of transactions. Trading at the Speed of Light tells the story of this epic transformation. Donald MacKenzie shows how in the 1990s, a new approach to trading-automated high-frequency trading or HFT-began and then spread throughout the world. HFT has brought new efficiency to global trading, but has also created an unrelenting race for speed, leading to a systematic, subterranean battle among HFT algorithms. In HFT, time is measured in nanoseconds (billionths of a second), and in a nanosecond the fastest possible signal-light in a vacuum-can travel only thirty centimeters, or roughly a foot. That makes HFT exquisitely sensitive to the length and transmission capacity of the cables connecting computer servers to the exchanges' systems and to the location of the microwave towers that carry signals between computer datacenters. Drawing from more than 300 interviews with high-frequency traders, the people who supply them with technological and communication capabilities, exchange staff, regulators, and many others, MacKenzie reveals the extraordinary efforts expended to speed up every aspect of trading.
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712233
    Language: English
    Pages: 1 online resource (36125 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The second edition of The Value Investors presents a collection of investing legend profiles from around the world. Chapters explore the investors' backgrounds, cultures, and personal stories, and reveal how life experiences have shaped their investment strategies and mindsets. This fascinating book shows you that value investing is a dynamic, constantly-changing strategy which, when properly implemented, can provide significant, sustainable benefits. Although the investors profiled come from a diverse range of geographic regions and socio-economic, cultural, and educational backgrounds, they share similar personality traits, temperaments, and investment philosophes. Thoroughly revised and expanded, the book provides relevant updates on the professional and personal experiences of the investors since the first edition's publication. Complementing the original profiles are several new chapters featuring established value investors including Howard Marks, as well as rising personalities and fund managers such as Álvaro Guzmán de Lázaro and Fernando Bernad Marrase. Author Ronald Chan, founder of Hong Kong-based investment management Chartwell Capital Limited, highlights how and why the value investors have consistently beaten the stock market through the years.
    Note: Online resource; Title from title page (viewed March 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410256
    Language: English
    Pages: 1 online resource (63380 pages)
    Edition: 1st edition
    DDC: E AUDIO
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Multiple Shingo Award-winning management and operations expert Jeffrey K. Liker provides a deep dive into Toyota's world-changing processes, showing how you can learn from it to develop your own improvement program that fits your conditions. Thanks in large part to this book, managers across the globe are creating workforces and systems that produce the highest-quality products and services, establish and retain customer loyalty, and drive business profitability and sustainability. Now, Liker has thoroughly updated his classic guide to include: completely revised data and updated information about Toyota's approach to competitiveness in the new world of mobility and smart technology; illustrative examples from manufacturing and service organizations that have learned and improved from the Toyota Way; a fresh approach to leadership models; the brain science and skills for learning to think scientifically; and how Toyota applies Hoshin Kanri, a planning process that aligns objectives at all levels and marries them to business strategy. Organized into thematic sections covering the various aspects of the Toyota Way-including Philosophy, Processes, People, and Problem Solving-this unparalleled guide details the fourteen key principles for building the foundation of a powerful improvement system and managing it for ultimate competitive advantage.
    Note: Online resource; Title from title page (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714473
    Language: English
    Pages: 1 online resource (29323 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Empowering women empowers everyone. Women with confidence, equal pay, and leadership opportunity enrich workplace culture and help the whole organization. The first step is understanding that gender balance is not a zero-sum game. The Next Smart Step is a clear, assured guide to understanding the challenge of gender imbalance, implementing solutions, and equipping listeners with the tools we all need to ensure change that is positive and enduring. It is about all of us becoming leaders. The Next Smart Step builds on a positive reality, helping listeners recognize and manage unconscious biases, see diversity as a twenty-first-century skill, and work towards equal partnerships in the workplace. It outlines strategies for flexibility, communication, openness, and mutual respect. Gender equity is not only the right thing to do-it makes life better, workplace culture more diverse, opportunity more widely available, and organizations more successful. The Next Smart Step will help everyone from new hires to corporate executives learn the personal leadership this important issue demands.
    Note: Online resource; Title from title page (viewed September 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710444
    Language: English
    Pages: 1 online resource (33441 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Bestselling author Denis Waitley, in conversation with Dan Strutzel, offers timeless and timely advice on how to apply his philosophy to the digital age and attain personal and professional excellence today. You will learn: to motivate by desire, not fear; to take responsibility for outcomes in a fast-paced, unpredictable world; why inner values are critical to external success; the keys to creativity and optimism; why empowering others is the new power; how you can become a change-master in today's volatile global economy; how to form new habits based on major advances in science, particularly neuroscience; and new ideas, research, and immediately applicable techniques for self-mastery in the twenty-first century with Denis's patented, authentic, accessible, personable style (with a touch of humor mixed in). The bestselling author of Seeds of Greatness, The Psychology of Winning, and The Winner's Edge, Waitley is one of the most respected and listened to voices on high performance achievement. He is in the International Speakers' Hall of Fame and one of the most popular keynote speakers in the world.
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469081564
    Language: English
    Pages: 1 online resource (35336 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In his work consulting to major corporations for more than thirty years, Gerald Kraines consistently hears that 60-70 percent of business organizations' potential effectiveness goes unrealized. He shares how to engage, align, and develop employees in order to leverage and encourage optimal performance and long-lasting results. Filled with useful anecdotes and lively case studies, this book will help you increase your wisdom about colleagues, direct reports, and others, as well as yourself. You'll discover how to develop powerful, yet straightforward strategies for leading people more effectively; establish accountability leadership at every level of the organization that adds value; define and implement managerial practices that will fully use people's potential; and drive organizational change and create a culture of adaptive readiness. Business leaders who follow the principles in this book can multiply their chance of success and win back unrealized potential. Accountability, leadership, organizational alignment, and human resource systems are the building blocks for creating productive organizations. Kraines shares clear examples on how to get each of them right and properly integrated into a cohesive whole.
    Note: Online resource; Title from title page (viewed January 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711199
    Language: English
    Pages: 1 online resource (29349 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The Five Tool Negotiator stands apart in a category saturated with breezy, self-help volumes as a highly researched must-have for anyone looking to improve their bargaining skills. Nationally renowned UCLA law professor Russell Korobkin distills insights drawn from his decades of studying and teaching the keys to successful negotiations into five simple-yet-sophisticated strategies: Bargaining Zone Analysis, Persuasion, Deal Design, Power, and Fairness Norms. Incorporating lively anecdotes and fascinating social science experiments, Korobkin brings to life concepts from the disparate fields of psychology, economics, and game theory. Designed for use at both the flea market and in the C-suite, this game-changing, universal approach provides a formula that a savvy listener can implement immediately. Throughout the book, Korobkin also meticulously explains how to answer questions that arise in every negotiation, including Should you make the first offer or let the other side go first?; What makes some proposals seem more fair than others?; and How do you decide whether to accept an offer, reject it, or make a counteroffer? Listeners will come away with a roadmap to becoming a truly complete negotiator, able to understand bargaining as both a strategic and social activity.
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663715951
    Language: English
    Pages: 1 online resource (40416 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: As machines become capable of doing most of the work people have performed for centuries, we are headed for a massive social reorganization. Nanotech is at the point where it's possible to unleash invisible robots and new materials into the world that permanently alter life on Earth. With genetic engineering, we have taken evolution into our own hands, creating new species of plants and animals that never existed before. We're developing AIs that can predict future events, create lifelike simulations, and learn from their own mistakes. And space technology is advancing toward the point where visiting other planets and discovering alien life forms will no longer be the stuff of science fiction. In The Five Forces That Change Everything, Steve Hoffman, venture capitalist and CEO of Founders Space, takes you on a journey to see what the most brilliant minds of our age are dreaming up. Hoffman reveals how new scientific breakthroughs and business ventures are poised to reshape our lives and turn science fiction into fact. From Silicon Valley biohackers boosting their IQs to scientists in Japan creating lifelike robots, and Chinese labs developing human-monkey chimeras, Hoffman gives an inside look at the limits of what's possible and the impact these developments will have.
    Note: Online resource; Title from title page (viewed August 10, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714916
    Language: English
    Pages: 1 online resource (28368 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: As machines are trained to "think," many tasks that previously required human intelligence are becoming automated through artificial intelligence. However, it is more difficult to automate emotional intelligence, and this is where the human worker's competitive advantage over machines currently lies. This book explores the impact of AI on everyday life, looking into workers' adaptation to these changes, the ways in which managers can change the nature of jobs in light of AI developments, and the potential for humans and AI to continue working together. The book argues that AI is rapidly assuming a larger share of thinking tasks, leaving human intelligence to focus on feeling. The result is the "Feeling Economy," in which both employees and consumers emphasize feeling to an unprecedented extent, with thinking tasks largely delegated to AI. The book shows both theoretical and empirical evidence that this shift is well underway. Further, it explores the effect of the Feeling Economy on our everyday lives in the areas such as shopping, politics, and education. Specifically, it argues that in this new economy, through empathy and people skills, women may gain an unprecedented degree of power and influence.
    Note: Online resource; Title from title page (viewed July 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410010
    Language: English
    Pages: 1 online resource (17183 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Add new long synopsis.
    Note: Online resource; Title from title page (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663715012
    Language: English
    Pages: 1 online resource (19276 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Radical Advice for Reinventing Talent-and HR Typical talent-planning and HR processes are designed for predictable environments, traditional ways of getting work done, and organizations where "lines and boxes" still define how people are managed. As work and organizations have become more fluid-and business strategy is no longer about planning years ahead but about sensing and seizing new opportunities and adapting to a constantly changing environment-companies must deploy talent in new ways to remain competitive. Turning conventional views on their heads, talent and leadership experts Ram Charan, Dominic Barton, and Dennis Carey provide leaders with a new and different playbook for acquiring, managing, and deploying talent-for today's agile, digital, analytical, technologically driven strategic environment-and for creating the HR function that business needs. Filled with examples of forward-thinking companies that have adopted radical new approaches to talent (such as ADP, Amgen, BlackRock, Blackstone, Haier, ING, Marsh, Tata Communications, Telenor, and Volvo), as well as the juggernauts and the startups of Silicon Valley, this book shows leaders how to bring the rigor that they apply to financial capital to their human capital-elevating HR to the same level as finance in their organizations.
    Note: Online resource; Title from title page (viewed August 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663715739
    Language: English
    Pages: 1 online resource (22545 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Managing a high-growth organization requires both strategy and adaptability. Unfortunately, start-up founders and executives seeking to scale up to the next level find all too frequently that growth turns into chaos. Rather than laying the groundwork for the future, organizations get stuck by covering up complex problems with unsustainable band-aids and duct-tape fixes, implementing anecdote-based solutions from the latest tech-industry unicorns or leadership books, and relying on too much on-the-fly learning from inexperienced managers. This book is the definitive guide for leaders of high-growth organizations seeking to understand and execute the people-management principles that are essential to continued success. Andrew Bartlow and T. Brad Harris offer a practical toolkit that founders, functional leaders, and managers of people can use to rethink their practices to meet their organizations' needs. They help listeners identify the core people-management programs and practices that are best for an organization at its current stage and size while also supporting a foundation for continued development and the capacity to adapt to inevitable surprises. Practical and actionable, Scaling for Success is a must-have playbook for organizational leaders pursuing smart and sustainable growth.
    Note: Online resource; Title from title page (viewed August 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410119
    Language: English
    Pages: 1 online resource (22272 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: When all is said and done, a lot more gets said than done. What is the antidote to this? Ruthless Consistency. According to Harvard Business Review, "most studies still show a 60-70% failure rate for organizational change projects-a statistic that has stayed constant from the 1970s to the present." Drawing on his twenty-plus years of experience as a strategy and execution consultant specializing in midsize companies, Michael Canic helps committed leaders drive the odds in their favor. In Ruthless Consistency, he identifies the three surprising reasons most strategic change initiatives fail: Leaders unwittingly send mixed messages that demotivate their people and undermine those initiatives; leaders focus on what they do instead of what their people experience; and leaders are not as committed as they think they are or need to be. The book then introduces an intuitive yet comprehensive model for success. Simply put, leaders who develop the right focus, create the right environment, and build the right team-consistently-are leaders whose organizations win. Finally, it details each element of the model and offers ready-to-apply processes, practices, techniques, and tools to make it happen. It's a must-listen for every leader who wants to implement change successfully.
    Note: Online resource; Title from title page (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410416
    Language: English
    Pages: 1 online resource (20622 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The men in her life had always handled Barbara Huson's money: First her father (the "R" of H&R Block), and then her husband, a stockbroker who turned out to be a compulsive gambler. When tax bills arrived for over one million dollars for his illegal deals, her ex left the country, and her father refused to help, Huson realized she had to grow up financially, fast. Since that dramatic financial wake-up call, Huson has devoted herself to learning everything there is to know about women and money, and in Rewire for Wealth she goes to the very core of the disconnect between the two: According to multiple studies, women's and men's brains process information differently-and that has a profound effect when it comes to money. (Men, for example, view investing as a challenge; women see it as a threat.) Fortunately, you can "un-learn" previous bad lessons-and train your brain to process information differently. In Rewire for Wealth, Huson offers a proven and integrative approach to re-wiring your brain. Using the latest neuroscience, psychology, and mind-training techniques with original research that includes more than twenty years of hard-won financial expertise, she shows you how to quickly but methodically eliminate maladaptive financial behaviors, and expand your ability to build wealth.
    Note: Online resource; Title from title page (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410454
    Language: English
    Pages: 1 online resource (25480 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: From bestselling author and mental toughness expert Jason Selk comes a mind-training regimen for reframing every problem into an opportunity for productive action. The one characteristic all phenomenally successful people share is mental toughness. Mentally tough people are better at making decisions more quickly and with better results. They possess the uncanny ability to control what goes on between their ears. Instead of allowing their minds to focus on their problems when adversity strikes, the most successful people have learned to direct their thoughts in a systematic manner that produces positive emotions and productive actions: they have a Relentless Solution Focus. In this book, top performance coach Dr. Jason Selk-former director of mental training for the World Series champions St. Louis Cardinals-and his colleague Dr. Ellen Reed provide the insight, tools, and proven step-by-step framework for you to do the same. When you have Relentless Solution Focus, you think better. Your decisions garner positive results. You take action and follow through-every time. And when you do get off track, you get back on with less effort and less drama. Weakness shrinks and strength grows, creating confidence and momentum, taking you and your team to higher levels of performance and achievement.
    Note: Online resource; Title from title page (viewed July 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663713131
    Language: English
    Pages: 1 online resource (17125 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Learn to unlock the potential of your employees and colleagues with this definitive resource for people management People Strategy: How to Invest in People and Make Culture Your Competitive Advantage provides listeners with a powerful framework in which to develop high-performing teams, increase employee motivation, and use data to build an inviting and effective company culture. Author Jack Altman, cofounder and CEO of Lattice, an award-winning HR and performance management platform, shows you how to: establish the values that will form the bedrock of your organization; develop feedback processes that help employees feel heard, supported, and equipped to succeed; monitor the breadth and depth of employee engagement in your company; and use the data and insights created by your People Strategy to drive business results. Perfect for executives, managers, and human resource professionals, People Strategy also belongs on the bookshelves of anyone with even an interest in how to develop, nurture, and unlock the potential of their employees and colleagues.
    Note: Online resource; Title from title page (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410218
    Language: English
    Pages: 1 online resource (21376 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Is work working for you? If you experience the "Sunday night scaries," count down the days to the weekend, or dread the thought of another day at work, maybe you can only see two options to escape your current misery: quit your job or stay and suffer. There is another option. In Own It. Love It. Make It Work., one of America's top productivity consultants reveals why you don't have to rely on your company, nor your boss, for your professional fulfillment. Instead, you can take ownership of your career, your life, and your happiness-right now. Tate begins with a powerful premise: that "it takes two" to cultivate engagement-that both you and your employer need to have an equal voice in the process. She then outlines five fundamental strategies and tools to make your job work for you, including how to: be recognized and rewarded for your knowledge, skills, and contributions; align your job to your strengths so you can focus on what you love to do; shape your work in a way that meets both your professional and personal needs and goals; build meaningful, impactful relationships so you can advance your career; develop new skills and knowledge so you can increase your value and impact; and design your job to find meaning in your work.
    Note: Online resource; Title from title page (viewed June 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663713377
    Language: English
    Pages: 1 online resource (23095 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Kimberly B. Cummings leaves no stone unturned with this thorough, expert guide for professionals seeking to understand how to navigate the world of work. As a former career development adviser in some of the nation's top universities and a diversity + inclusion professional in a Fortune 100 company, Cummings has recognized that people work for the sake of working without understanding how to leverage their unique gifts and position themselves for success. As a result, Next Move, Best Move shares transformational lessons to ensure success and puts the ball back in your court. In Cummings's highly acclaimed book, a specific, effective framework is unveiled to ensure each listener channels and utilizes their highest potential as they regain control and steer professional opportunities in their favor, gaining key information as to: taking stock of their experiences to ensure strategic career moves; discovering how to cultivate and maintain fruitful relationships that support career growth; uncovering how to build a two-year career strategy to move you into future leadership positions; gaining a deeper look into personal and professional branding to ensure alignment with leadership capabilities and career goals; and learning how to use their voice in the workplace to advocate for themselves.
    Note: Online resource; Title from title page (viewed July 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711137
    Language: English
    Pages: 1 online resource (58387 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The only official study guide for the new CCSP exam (ISC)2 CCSP Certified Cloud Security Professional Official Study Guide is your ultimate resource for the CCSP exam. Covering all CCSP domains, this book walks you through Architectural Concepts and Design Requirements, Cloud Data Security, Cloud Platform and Infrastructure Security, Cloud Application Security, Operations, and Legal and Compliance with real-world scenarios to help you apply your skills along the way. The CCSP is the latest credential from (ISC)2 and the Cloud Security Alliance, designed to show employers that you have what it takes to keep their organization safe in the cloud. Learn the skills you need to be confident on exam day and beyond. As organizations become increasingly reliant on cloud-based IT, the threat to data security looms larger. Employers are seeking qualified professionals with a proven cloud security skillset, and the CCSP credential brings your resume to the top of the pile. (ISC)2 CCSP Certified Cloud Security Professional Official Study Guide gives you the tools and information you need to earn that certification, and apply your skills in a real-world setting.
    Note: Online resource; Title from title page (viewed March 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    ISBN: 9781663714992
    Language: English
    Pages: 1 online resource (17678 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Rethink how your organization creates, delivers, and captures value-or risk becoming irrelevant. If you listen to nothing else on business model innovation, listen to these ten articles. We've combed through hundreds of Harvard Business Review articles and selected the most important ones to help you reach new customers and stay ahead of your competitors by reinventing your business model. This book will inspire you to: assess whether your core business model is going strong or running out of gas; fend off free and discount entrants to your market; reinvigorate growth by adding a second business model; adopt the practices of lean startups; develop a platform around your key products; and make business model innovation an ongoing discipline within your organization.
    Note: Online resource; Title from title page (viewed August 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469082905
    Language: English
    Pages: 1 online resource (17804 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Burnout is rampant. Recognize the signs and make the right changes now. The always-on workplace and increasing social pressures are leading to an unprecedented rate of burnout. Unmanaged, chronic work stress doesn't just lead to lower productivity and negative emotions-it can have dire personal and professional consequences. Are you and your team at risk? The HBR Guide to Beating Burnout provides practical tips and advice to help you and your team navigate the perils of workplace burnout and rediscover healthy engagement at work. You'll learn how to: recognize the risk factors; unravel the difference between being stressed and being burnt out; recognize the symptoms in yourself and others; understand how passion can lead to burnout; make the changes you need to make, now; return to productivity after burnout leads to apathy; and help prevent burnout on your team. Arm yourself with the advice you need to succeed on the job, with the most trusted brand in business. Packed with how-to essentials from leading experts, the HBR Guides provide smart answers to your most pressing work challenges.
    Note: Online resource; Title from title page (viewed February 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712134
    Language: English
    Pages: 1 online resource (26438 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: From the authors of The Leadership Challenge, Everyday People, Extraordinary Leadership is a TLC for individual contributors. Leadership is not about position, power, or place but about behavior. It's about what you do, not who you are. Ever since the first edition of The Leadership Challenge in 1987, Kouzes and Posner have said that "leadership is everyone's business." However, except for The Student Leadership Challenge, they have not (yet) written a book specifically for those who are not in formal leadership roles in organizations. Almost all examples in the six editions of TLC are people in managerial roles in the workplace. This book is for the audience the previous books do not reach: people who are not in formal leadership roles. There already exists a Leadership Is Everyone's Business (LIEB) workshop with materials offered through Workplace Learning Solutions, which this book will complement. Everyday People, Extraordinary Leadership draws from and builds upon material from existing works and is consistent with the TLC framework, but adds all new stories related to this particular audience.
    Note: Online resource; Title from title page (viewed February 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714633
    Language: English
    Pages: 1 online resource (23895 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: As organizations around the world are putting more focus on the mindset and wellbeing of staff, the need to develop Emotional Intelligence (EI) has never been greater. Cutting through the hype and dispelling the myths about EI, this practical, easy-to-use resource provides clear guidance, powerful tools, and actionable steps for developing and implementing EI in the workplace for immediate results. Amy Jacobson, an experienced EI specialist, leadership trainer and coach, shares the tools, methodologies, concepts, and actions that increase EI in any situation. This must-have guide: offers a powerful five-part methodology to help you understand and implement Emotional Intelligence principles in both your personal and professional life; increases your Emotional Intelligence in the workplace to enable you to inspire and energize staff, support empathy and self-awareness, and drive high levels of performance; improves the way you handle high pressure environments, manage challenging situations, and interact with people with different communication styles; helps you solve difficult problems in the workplace such as loss of purpose and engagement, cultural issues, poor communication, and low productivity; and provides concrete steps for eliminating negative behaviors and for owning the role you play, your impact on others, and the decisions and choices you make.
    Note: Online resource; Title from title page (viewed September 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712998
    Language: English
    Pages: 1 online resource (9682 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Talk to your toddler, your teen, your caregiver, your boss, your partner, yourself There are days in every working parent's life when it feels like you're screaming into the wind. The days when you have to ask your childless boss if you can leave work early-again-for a kid issue. The days your kid tearfully asks why you have to get on an airplane for work when you just got home. The days you simmer with resentment because you can't find the right words to have a productive conversation with your partner about the division of labor at home. The days you tell yourself you're failing everyone-including yourself. Each of us has days where we struggle to communicate effectively at home and at work. But we can have fewer days like that and more productive conversations. We can listen and be heard. In Communicate Better with Everyone, experts provide answers to the challenges you face as a working parent, from negotiating your schedule and workload with your boss to connecting with your teen without nagging or lecturing to talking to yourself with more compassion. You'll learn to: conduct more productive conversations; set boundaries and stick to them; ask better questions; see issues from the other person's perspective; and navigate difficult issues.
    Note: Online resource; Title from title page (viewed June 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410775
    Language: English
    Pages: 1 online resource (36073 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Every year, managers at companies large and small are finding it harder to compete with the likes of Google and Amazon, who are stealing their customers and cornering every conceivable market and service. There is, however, a way for companies to survive-and win-in this era of digital behemoths. Choose Your Customer is a powerful, customer-targeted guide that can help managers level the playing field against their biggest competitors. Written by Jonathan Byrnes, the legendary MIT-based expert on profits, pricing, and strategy, and John Wass, a key member of the team that made Staples a major national brand, Choose Your Customer shows you how to: identify the customers who are the most profitable-and focus on them; provide services and experiences that can't be replicated by the tech giants, no matter how much data they have or how much automation they use; support your chosen customers' diverse and rapidly evolving needs to accelerate profitability and growth; and focus on your real profit core and build dominance in your specific target market. From unbeatable customer service to superior pricing and product selection, Choose Your Customer provides detailed and actionable advice on how to compete successfully with the aggressive giants, grow your customer base, and increase your profits for lasting success.
    Note: Online resource; Title from title page (viewed August 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714596
    Language: English
    Pages: 1 online resource (17737 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: As digital technologies and consumer expectations continue to disrupt almost every industry sector, companies are placing greater emphasis on developing and implementing transformation programs. Changing the Game offers the practical knowledge required to create a dramatic step-change in company performance. Designed for executives and managers responsible for a transformation in any type of company and situation, this comprehensive real-world playbook covers the change process from start to finish-from assessing the situation and determining strategic priorities, to developing a roadmap, establishing the governance structure, managing initiative delivery, and evaluating the impact of the transformation. Adopting a robust and pragmatic approach to every stage of business transformation, this authoritative volume explains where to start, identifies key areas of focus, and describes the strategies, decisions, and actions necessary for achieving results. Throughout the book, case studies of leading organizations highlight essential tools and approaches, examine key challenges, and evaluate their impact. A wealth of practical tools help listeners build a foundation for change in their organization, define a clear path forward, mobilize teams, assign responsibilities, execute initiatives, track progress, sustain momentum, and more.
    Note: Online resource; Title from title page (viewed August 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710918
    Language: English
    Pages: 1 online resource (20123 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: This book focuses on what makes a successful CEO and the paths to becoming one in today's global economy. Chapters in the book include insights by twenty top CEOs-one from each G20 country-gathered from an extensive global qualitative research project. Through seven easy-to-digest "master classes" that demystify the role of the twenty-first-century CEO, the authors present their findings in an accessible, conversational style that serves as a step-by-step guide for those who aspire to become CEOs and develop essential character traits, experience, and skills required of the role.
    Note: Online resource; Title from title page (viewed March 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638411055
    Language: English
    Pages: 1 online resource (32927 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: It's no secret that continuous innovation is the key to seizing and maintaining the competitive edge in today's increasingly challenging business environment. Unfortunately, the process for achieving this holy grail of business has been a mystery-until now. Built to Innovate delivers a proven system for building relentless innovation into your company's DNA. Professor and former dean of executive education at INSEAD and business innovation thought leader Ben M. Bensaou explores the essential practices of many of the world's most innovative organizations-including BASF, AkzoNobel, Sabanci Group, Recruit Holdings, Ecocem, Starwood Hotels, Domino's Pizza, Bayer, Marvel Studios, Allianz, and Fiskars-and demonstrates how you can leverage them in your own company. This practical guide shows you how to: build your execution and innovating engines; master the innovating perspective; launch the three processes of innovating; engage everyone in innovating; generate ideas from the front lines; empower coaches; create a culture of innovating; catalyze the innovating process; and keep the ideas flowing. You'll learn how to drive innovating in product design and creative use of technology-as well as business activities, such as business model redesign, customer service, distribution, finance, talent development, and sales.
    Note: Online resource; Title from title page (viewed September 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711403
    Language: English
    Pages: 1 online resource (24036 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Learn to Fail Forward Brand Renegades shows listeners how to develop a non-traditional success formula to disrupt and innovate their industry. Club Tattoo founders and industry disruptors Sean and Thora Dowdell share their experience as a woman-run company in the male dominated world of tattoos and piercings. The lessons taught in this book are about learning to admit failure and learning to fail forward. Listeners will learn how to: - Work on the business instead of in the business - Know when to take calculated risks - Make affordable mistakes to innovate - Step away from their comfort zone - Become a powerful leader and not just a boss
    Note: Online resource; Title from title page (viewed June 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711793
    Language: English
    Pages: 1 online resource (35244 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Whether planned or unexpected, change presents leaders with their toughest sustained challenges-regardless of the leader's seniority or the organization's size. For many leaders, change brings drama-and the replaying of familiar stories. In A Question of Leadership, Keith Leslie provides a wide range of illustrative case studies derived from both research and his firsthand experience in the public and private sectors as a former partner at both Deloitte and McKinsey. Each chapter first provides an engaging narrative that presents a relatable leadership dilemma, before an analysis of what works and when, followed by a selection of research which supports this thesis and, finally, actionable advice for leaders who find themselves in comparable circumstances. Alongside their individual takeaways, each of these case studies are united behind an overarching thesis: the failure of many change initiatives is caused by the leader's inability to fully consider the consequences and magnitude of the situation. Whether they consider it "just a game," or they are "gaming the system," they often fail to recognize the full consequences of the change initiative. Across business and society, the prevalence and impacts of such short-sighted mistakes have become more overt than ever following the onset of the ongoing COVID-19 pandemic.
    Note: Online resource; Title from title page (viewed February 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710871
    Language: English
    Pages: 1 online resource (12486 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Contemporary organizations proliferate with projects. Managing projects, working with project managers, and delivering project excellence have become fundamental skills in the world of business, resulting in an array of approaches, tools, and techniques that can bewilder. This book homes in on the absolute essential elements of the field. With practical insights throughout, the book provides listeners with a concise understanding of key concepts, techniques, and outcomes such as ownership, execution, success, quality, budgets, and risks. Authored by an experienced project and change management practitioner, consultant, and educator, this unique resource will be essential for students of project management looking to excel in employment.
    Note: Online resource; Title from title page (viewed January 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469083100
    Language: English
    Pages: 1 online resource (21579 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: 10,000 NOs: How to Overcome Rejection on the Way to Your YES chronicles actor Matthew Del Negro's tough journey from humble beginnings, through a sea of rejections, on the way to his eventual rise to become a recognizable face on some of history's most acclaimed television shows. Along the way, he learned hard lessons about perseverance, persistence, and resilience. Teaching listeners how to make it through the tough times and deal with massive uncertainty by retaining the flexibility to change course and pivot to follow your passion, Del Negro explains how to achieve success in even the most competitive industries. The book, which delves into his personal story from Division I athlete to his professional dream of becoming an actor without any show business connections, shares the wisdom and knowledge Del Negro has gained from both his failures and successes in one of America's most competitive industries: professional acting. Amidst his own stories from life and acting, Del Negro weaves anecdotes and quotes from interviews he has had with a wide range of inspirational people from all walks of life on his popular podcast, 10,000 NOs. The list of high-achievers includes professional athletes, bestselling authors, Forbes list entrepreneurs, cancer survivors, Hollywood elite, and more.
    Note: Online resource; Title from title page (viewed March 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711618
    Language: English
    Pages: 1 online resource (14667 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Punch Above Your Weight Class When Selling Your Business Every owner must part with their business one day. Many will close their doors, realizing little for their life's work-while a select few will become fabulously wealthy. The Art of Selling Your Business: Winning Strategies & Secret Hacks for Exiting on Top is the last in a trilogy of books by author John Warrillow on building value. The first, Built to Sell, encouraged small business owners to begin thinking about their business as more than just a job. The Automatic Customer tagged recurring revenue as the core element in a valuable company and provided a blueprint for transforming almost any business into one with an ongoing annuity stream. Warrillow completes the set with The Art of Selling Your Business. This essential guide to monetizing a business is based on interviews the author conducted on his podcast, Built to Sell Radio, with hundreds of successfully cashed-out founders.
    Note: Online resource; Title from title page (viewed January 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710031
    Language: English
    Pages: 1 online resource (41243 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: As CEOs and business leaders navigate a world of complex global challenges, sustainability is no longer optional but a business imperative. In this book, two sustainability leaders with decades of experience-Henrik Henriksson, CEO of Scania and Elaine Weidman Grunewald, cofounder of the AI Sustainability Center, and former chief sustainability and public affairs officer at Ericsson-offer a simple but powerful three-step model for leading an organization on a sustainability transformation journey that aims at big, audacious, world-changing goals. Honest about the dilemmas but bullish on the opportunities, the authors advise leaders on how to accelerate sustainability in their organizations told through a Swedish lens, where the country's values and culture permeate the boardroom and the C-suite, bringing a unique clarity and conviction to leading with integrity. In practical insights gleaned from the authors' own experience, the book takes leaders through the three phases of sustainability leadership: from establishing a solid foundation rooted in purpose, culture, values, principles and consistent, credible leadership, to integrating sustainability into the core business, and then to executing a vision that not only shifts the direction of the company but can change an entire industry, and even the world.
    Note: Online resource; Title from title page (viewed February 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469082844
    Language: English
    Pages: 1 online resource (21737 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Learn to plan and execute projects in any organization with this practical and insightful resource The comprehensively updated and revised edition of Strategic Project Management Made Simple cements this series' status as the leading resource for anyone looking for step-by-step guidance on project design and action initiatives. Written by celebrated management consultant Terry Schmidt, this book fully covers the necessity of systems thinking and the logical framework approach to solve today's challenging problems. Strategic Project Management Made Simple also includes: an expanded section on turning ideas, problems, and opportunities into projects; a newly created chapter on managing your "inner game" to achieve project excellence; fresh case studies that cover how to pivot your business to meet changing needs; and a new approach, Iterating to Excellence, to create your Minimum Viable Project and produce solutions smoother and faster. Strategic Project Management Made Simple, Revised and Updated is an indispensable volume for leaders and workers seeking to transform their approach to planning, driving, and executing projects in their organizations.
    Note: Online resource; Title from title page (viewed June 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710154
    Language: English
    Pages: 1 online resource (32313 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The way we do business is changing. Every day, we see new evidence that we've got to move away from the status quo that is burning out workers, enabling greed, and endangering our planet. Yet how do you develop the skills and practical tools to prioritize people, planet, and prosperity? With Shine: Ignite Your Inner Game to Lead Consciously at Work and in the World, Carley Hauck distills the research-based methods and game-changing skills she's brought to corporate settings such as LinkedIn, Pixar, Genentech, Clif Bar, and more. Here you'll learn tools and practices for cultivating the six "inner game skills" for conscious leadership: self-awareness-understand your strengths, blind spots, motivations, and behaviors, and how these impact others; emotional intelligence-learn how to navigate challenging feelings and develop the qualities of empathy and attunement; resilience-how to adapt gracefully to the constant state of change in business and the world; love-lead from the heart, create a caring and collaborative workplace, and build lasting connections based on shared passion and ideals; well-being-self-care techniques to prevent burnout in the workplace and promote sustainability for the planet; and authenticity-embracing the shadow sides of yourself and your workplace through vulnerability, forgiveness, and trust.
    Note: Online resource; Title from title page (viewed February 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663712370
    Language: English
    Pages: 1 online resource (34656 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In this practical and research-based guide for sales managers, Harvard Business School professor Frank Cespedes offers essential strategies for thriving in an industry that never stops changing. The rise of e-commerce. Big data. AI. Given these trends (and many others), there's no doubt that sales is changing. But much of the current conventional wisdom is misleading and not supported by empirical data. If you as a manager fail to separate fact from hype, you will make decisions based on faulty assumptions and, in a competitive market, eventually fall behind those with a keener grasp of the current selling environment. In this book, Cespedes provides sales managers and executives with the tools they need to separate the signal from the noise. These include how to: hire the right talent-not just stars; pay and properly incentivize your sales force; improve ROI from your training programs; create a comprehensive sales model that aligns with your strategy; set the right prices; and build and manage a multichannel approach. Chock-full of examples, research, guidelines, and diagnostics, Sales Management That Works is the book you need to build a great sales team, create an optimal strategy, and steer clear of hype and fads.
    Note: Online resource; Title from title page (viewed March 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410713
    Language: English
    Pages: 1 online resource (27001 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Former Wall Street executive Marisa Santoro spent years navigating trading floors in an abrasive male-dominated industry and field, where she learned from experience that the key to leadership success is self-trust. Now, in Own Your Authority, she shares her hard-won secrets to being a resilient leader. Santoro lays out a step-by-step blueprint for building the confidence you need at any stage of your career, whether you are an executive, a mid-career senior professional, an emerging leader, or consultant. You will learn how to: be clear on how you're perceived and how you relate with others; be willing to act on instinct in the face of fear; be aware of the instinctive yellow alerts flagging your indecision-they are there for a reason and will help you make the best decision; trust your "intuitive gut gene," an instinct that helps you make gutsy moves; and speak out and openly express yourself without apology, restriction, or worry about the opinions of others. Self-confidence is a universal prerequisite for being an effective leader. The good news is you're not born with it-you develop it. With Own Your Authority, you'll learn to master your mindset, give yourself permission to break through the walls that have held you back, and deliver positive impact to yourself, your team, and your business.
    Note: Online resource; Title from title page (viewed August 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...