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  (85)
  • [Place of publication not identified] : Manning Publications  (25)
  • [Place of publication not identified] : McGraw Hill-Ascent Audio  (15)
  • [Place of publication not identified] : O'Reilly
  • Livres audio  (117)
  • New products
Datasource
Material
Language
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (7 hr., 50 min.))
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Cloud computing ; Observers (Control theory) ; Infonuagique ; Observabilité (Théorie de la commande) ; Audiobooks ; Livres audio
    Abstract: Don't fly blind. Observability gives you actionable insights into your cloud native systems--from pinpointing errors, to increasing developer productivity, to tracking compliance. Observability is the difference between an error message and an error explanation with a recipe how to resolve the error! You know exactly which service is affected, who's responsible for its repair, and even how it can be optimized in the future. Cloud Observability in Action teaches you how to set up an observability system that learns from a cloud application's signals, logging, and monitoring, all using free and open source tools. In Cloud Observability in Action you will learn how to: Apply observability in cloud native systems Understand observability signals, including their costs and benefits Apply good practices around instrumentation and signal collection Deliver dashboarding, alerting, and SLOs/SLIs at scale Choose the correct signal types for given roles or tasks Pick the right observability tool for any given function Communicate the benefits of observability to management A well-designed observability system provides insight into bugs and performance issues in cloud native applications. They help your development team understand the impact of code changes, measure optimizations, and track user experience. Best of all, observability can even automate your error handling so that machine users apply their own fixes--no more 3AM calls for emergency outages. About the Technology Cloud native systems are made up of hundreds of moving parts. When something goes wrong, it's not enough to know there is a problem--you need to know where it is, what it is, and how to fix it. This book takes you beyond traditional monitoring, explaining observability systems that turn application telemetry into actionable insights. About the Book Cloud Observability in Action gives you the background and techniques you need to successfully introduce observability into cloud-based serverless and Kubernetes environments. In it, you'll learn to use open standards and tools like OpenTelemetry, Prometheus, and Grafana to build your own observability system and end reliance on proprietary software. You'll discover insights from different telemetry signals, including logs, metrics, traces, and profiles. Plus, the book's rigorous cost-benefit analysis ensures you're getting a real return on your observability investment. What's Inside Observability in and of cloud native systems Dashboarding, alerting, and SLOs/SLIs at scale Signal types for any role or task State-of-the-art open source observability tools About the Reader For application developers, platform owners, DevOps, and SREs. About the Author Michael Hausenblas is a Product Owner in the AWS Open Source Observability team. Quotes Incredible! This book gets you up to speed, and sets you up for the future. I was especially impressed with the depth and detail for continuous profiling, whose impact is only starting to be understood. - Frederic Branczyk, Polar Signals Pairs a wealth of knowledge on cloud native environments with best practices and insights into observability. A must-read for cloud engineers. - Daniel Gomez Blanco, Author of Practical OpenTelemetry Take the right steps to protect your precious infrastructure from those pesky outages and incidents. - Kit Merker, Nobl9 Does a fantastic job distilling the key concepts for cloud observability. An important guide for practitioners. - Ken Finnigan, Lumigo.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 4, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781638414339 , 1638414335
    Language: English
    Pages: 1 online resource (1 audio file)
    DDC: 791.46
    Keywords: Podcasts ; Podcasting ; Podcasters ; Internet marketing ; Interviewing ; Digital media ; User-generated content ; Émissions baladodiffusées ; Baladodiffusion ; Marketing sur Internet ; Entretiens ; Contenu créé par l'utilisateur ; Audiobooks ; Livres audio
    Abstract: "The explosion of social media, AI-enabled online advertising, and the overall cacophony of the internet has made it harder than ever to connect a message with an audience. One of the most powerful emerging tools for cutting through that noise is being a guest on podcasts, or ""podcast guesting."" Michelle Glogovac, AKA The Podcast Matchmaker, knows the impact podcast guesting has on business and brand growth. She helps entrepreneurs, nonprofit leaders, activists, experts, and authors promote themselves, their businesses, organizations, stories, and expertise via podcast interviews. In How to Get on Podcasts, she teaches you how to create unique speaking topics without being generic; define your ideal audience; design branded media kits; establish your expertise and knowledge; share yourself freely without resorting to sales tactics; tell compelling stories; repurpose your interviews into evergreen marketing content; and turn every interview into a valuable business opportunity. There are more than two-million podcasts, out of which 500,000 host expert guests-a huge opportunity for leveraging a free and robust marketing tool-if you have the know-how. With How to Get on Podcasts, you have everything you need to increase business, boost your career and brand, and elevate your thought leadership potential. This audiobook includes a bonus chapter written by the author exclusively for this edition.".
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (6 hr., 15 min.))
    Edition: [First edition].
    DDC: 006.30285/436
    Keywords: Kubernetes ; Electronic data processing Distributed processing ; Machine learning ; Traitement réparti ; Apprentissage automatique ; Audiobooks ; Livres audio
    Abstract: Practical patterns for scaling machine learning from your laptop to a distributed cluster. Distributing machine learning systems allow developers to handle extremely large datasets across multiple clusters, take advantage of automation tools, and benefit from hardware accelerations. This book reveals best practice techniques and insider tips for tackling the challenges of scaling machine learning systems. In Distributed Machine Learning Patterns you will learn how to: Apply distributed systems patterns to build scalable and reliable machine learning projects Build ML pipelines with data ingestion, distributed training, model serving, and more Automate ML tasks with Kubernetes, TensorFlow, Kubeflow, and Argo Workflows Make trade-offs between different patterns and approaches Manage and monitor machine learning workloads at scale Inside Distributed Machine Learning Patterns you'll learn to apply established distributed systems patterns to machine learning projects--plus explore cutting-edge new patterns created specifically for machine learning. Firmly rooted in the real world, this book demonstrates how to apply patterns using examples based in TensorFlow, Kubernetes, Kubeflow, and Argo Workflows. Hands-on projects and clear, practical DevOps techniques let you easily launch, manage, and monitor cloud-native distributed machine learning pipelines. About the Technology Deploying a machine learning application on a modern distributed system puts the spotlight on reliability, performance, security, and other operational concerns. In this in-depth guide, Yuan Tang, project lead of Argo and Kubeflow, shares patterns, examples, and hard-won insights on taking an ML model from a single device to a distributed cluster. About the Book Distributed Machine Learning Patterns provides dozens of techniques for designing and deploying distributed machine learning systems. In it, you'll learn patterns for distributed model training, managing unexpected failures, and dynamic model serving. You'll appreciate the practical examples that accompany each pattern along with a full-scale project that implements distributed model training and inference with autoscaling on Kubernetes. What's Inside Data ingestion, distributed training, model serving, and more Automating Kubernetes and TensorFlow with Kubeflow and Argo Workflows Manage and monitor workloads at scale About the Reader For data analysts and engineers familiar with the basics of machine learning, Bash, Python, and Docker. About the Author Yuan Tang is a project lead of Argo and Kubeflow, maintainer of TensorFlow and XGBoost, and author of numerous open source projects. Quotes Approachable for beginners and inspirational for experienced practitioners. As soon as I finished reading, I was ready to start building. - James Lamb, SpotHero Exceptionally timely and comprehensive. Its pattern perspective, accompanied by real-world examples and widely adopted systems like Kubernetes, Kubeflow, and Argo, truly set it apart. - Yuan Chen, Apple An amazing guide to designing resilient and scalable ML systems for both training and serving models. - Ryan Russon, Capital One A wonderful book! Machine learning at scale explained clearly and from first principles! - Laurence Moroney, Google.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 4, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file)
    DDC: 005.3
    Keywords: Kubernetes ; Application software Development ; Open source software ; Cloud computing ; Logiciels d'application ; Développement ; Logiciels libres ; Infonuagique ; Audiobooks ; Livres audio
    Abstract: Empower your team with platforms built on top of Kubernetes using open source tools. Adopting Kubernetes is complex--especially when you're working in an organization with multiple teams, deploying to multiple cloud providers, and working with different stacks. Platform Engineering on Kubernetes shows you how to solve these common cloud native problems with open-source tools and emerging best practices from the Kubernetes community. In Platform Engineering on Kubernetes you will learn about: The principles behind platform engineering and how these apply to Kubernetes Evaluating and adopting open-source projects to build domain specific platforms Creating Platform APIs to enable teams to release more software more efficiently Reducing the cognitive load of a platform for your teams Measuring your platform initiatives using established software delivery metrics Package, version, distribute, and deploy with Helm, Tekton, Dagger and Argo CD Implement a multi-cloud infrastructure strategy using Crossplane Progressive upgrades with Knative Serving and Argo Rollouts Enable development teams with standard application-level APIs with Dapr A platform helps your team stay focused on delivering amazing software. But building a reliable platform on top of Kubernetes demands real expertise. Platform Engineering on Kubernetes reveals how to combine multiple popular open-source projects into a custom platform that works for your applications and your teams. It's the perfect guide for your organization's journey to Kubernetes, simplifying cloud native development for your dev teams and helping them deliver software faster. About the Technology Kubernetes is an amazing orchestration tool, but it's just the start of your journey to the cloud. To efficiently deliver cloud-native software, your team needs a solid build pipeline, an efficient package manager and distribution mechanism, and APIs that reduce your team's cognitive load. This book will show you how to build custom platforms on top of Kubernetes--all with open-source tools such as Dapr, Knative, Argo CD and Rollouts, and Tekton. About the Book Platform Engineering on Kubernetes starts by clearly defining the elements of a great Kubernetes-based platform. Then, it systematically introduces the tools you'll need to build a platform that exactly matches your organization's requirements. Hands-on examples and detailed code guide you through each step. By the end, you'll be able to create a complete platform to efficiently deliver cloud-native software without being tied to a specific cloud provider or vendor. What's Inside Package, version, distribute, and deploy with Helm, Tekton, Dagger and Argo CD Implement a multi-cloud infrastructure strategy using Crossplane Progressive upgrades with Knative Serving and Argo Rollouts Enable development teams with standard application-level APIs with Dapr About the Reader For developers and software architects familiar with the basics of containers and Kubernetes. About the Author Mauricio Salatino is currently a Dapr OSS Contributor, a Knative Steering Committee member, and co-lead of the Knative Functions working group. Quotes An engaging and captivating hands-on exploration of the CNCF landscape through the prism of platform engineering. - Viktor Farcic, Upbound/DevOpsToolkit The book is a reflection of a mountain of personal experience and the author's own journey on the windy paths of cloud native. - Andreas Grabner, Dynatrace Brims with Mauricio's unique experience, insights, and deep understanding. - Thomas Vitale, Systematic For anyone looking to build a modern, cloud native development platform on Kubernetes. An indispensable guide. - Lance Ball, Red Hat A comprehensive exploration of platform engineering. - Carlos Santana, AWS.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 19 min.))
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Go (Computer program language) ; Computer programming ; Computer multitasking ; Go (Langage de programmation) ; Programmation (Informatique) ; Fonctionnement multitâche ; computer programming ; Audiobooks ; Livres audio
    Abstract: Concurrency doesn't need to be confusing. Start writing concurrent code that improves performance, scales up to handle large volumes of data, and takes full advantage of modern multi-processor hardware. Too many developers think concurrency is extremely challenging. Learn Concurrent Programming with Go is here to prove them wrong! This book uses the easy-to-grasp concurrency tools of the Go language to demonstrate principles and techniques, steadily teaching you the best practices of effective concurrency. Techniques learned in this book can be applied to other languages. In Learn Concurrent Programming with Go you will learn how to: Implement effective concurrency for more responsive, higher performing, scalable software Avoid common concurrency problems such as deadlocks and race conditions Manage concurrency using goroutines, mutexes, readers-writer locks, and more Identify concurrency patterns such as pipelining, worker pools, and message passing Discover advantages, limits, and properties of parallel computing Improve your Go coding skills with advanced multithreading topics Concurrent programming allows multiple tasks to execute and interact simultaneously, speeding up performance and reducing user wait time. In Learn Concurrent Programming with Go, you'll discover universal principles of concurrency, along with how to use them for a performance boost in your Go applications. Expert author James Cutajar starts with the basics of modeling concurrency in your programs, demonstrates differences between message passing and memory sharing, and even introduces advanced topics such as atomic variables and futexes. About the Technology You can improve almost any application's performance and responsiveness by introducing concurrency into the codebase. This book will show you how! It starts with the basics of concurrent programming and builds your skills step by step by exploring scenarios you'll face every day as a developer. Author James Cutajar explains each aspect of concurrency in plain language using the intuitive features baked into the Go language. About the Book Learn Concurrent Programming with Go provides a practical, hands-on introduction to creating software for modern multiprocessor systems. In it, you'll learn how to divide larger programming tasks into independent parts that can run simultaneously. You'll use the Go language to implement common concurrency patterns by utilizing readers-writer locks, semaphores, message passing, and memory sharing. The skills you learn will easily transfer to other languages. What's Inside Prevent deadlocks and race conditions Go concurrency features like goroutines, mutexes, channels, and more Concurrency patterns including pipelining and worker pools About the Reader For programmers with basic knowledge of Go or another C-style language. No experience in concurrent programming required. About the Author James Cutajar has been programming for more than 20 years. He's an open source contributor, blogger, tech evangelist, Udemy instructor, and author. Quotes Concurrency is a notoriously difficult, but important, topic. This book will make it all clear! - Allen B. Downey, author of The Little Book of Semaphores, Think Python, and Probably Overthinking It This is the book I was looking for. It explains the necessary building blocks with easy-to-understand examples. Excellent! - Arne Claus, trivago Uncover the beauty of concurrency, where logic dances with elegance. - Jasmeet Singh, Hashicorp A powerhouse of a book! It lays the foundation for understanding concurrency in any language. - Nathan B. Crocker, Galaxy Digital LP.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 4, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (5 hr., 7 min.))
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) Juvenile literature ; Computer programming Juvenile literature ; Python (Computer program language) ; Computer programming ; Python (Langage de programmation) ; Ouvrages pour la jeunesse ; Programmation (Informatique) ; Ouvrages pour la jeunesse ; Audiobooks ; Livres audio
    Abstract: Time to take an adventure with friends! Team up with Erik and Simon to learn Python the easy way. This colorful book uses engaging questions and lively conversations to introduce computer programming to young readers one step at a time. In A Pythonic Adventure, you will learn useful Python skills like: Installing Python Working with files Creating text-based dialogs and menus Using if/then, loops, lists, dictionaries, and input/output Building web applications Making your web apps look super professional It's fun to learn with friends! In A Pythonic Adventure you'll meet Erik and Simon, two brothers who are just beginning their Python journey. Join them as they chat about the language, learn the basics, and build some cool programs. The book's dialogue helps young programmers understand complex concepts much more easily. It's the perfect way for young programmers (and their parents) to get started. There's no boring lessons or dull exercises in this adventure. You'll follow Erik and Simon's questions and mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. By the time they're done reading, young learners will not only know how to write code, they'll know how to think about problems like professional developers. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi. About the Technology Computer programming is an adventure, full of new experiences, challenges, triumphs, and mistakes. In A Pythonic Adventure, you'll join brothers Erik and Simon as they learn to create their first Python program. Written especially for young readers, this book is the perfect introduction to a skill that will last a lifetime! About the Book A Pythonic Adventure teaches you to code by asking questions, making errors, and trying out different solutions--just like in real life. As you go, you'll create a web application for a coffee shop step-by-step, from your first online menu to saving orders in a database. And this unique tutorial goes deeper than other beginner books. You'll learn and practice important skills like planning applications, finding bugs, and managing user expectations. What's Inside Installing Python Creating text-based dialogs and menus Building web applications Making your web apps look professional About the Reader For readers aged 10+. Perfect for adult beginners, too! About the Author Pavel Anni is a Principal Customer Engineer at SambaNova Systems, and has also worked for Sun Microsystems, Oracle, and Red Hat. Quotes Pavel's conversational writing style is engaging and entertaining. If Plato wrote a programming book, he'd have written it like this one! - Nicholas Tollervey, Anaconda A great way to build your first application. Th e final web app is impressive! - Andrew R. Freed, IBM This book was perfect for sparking my son into coding with Python--now I can't stop him! - Ben McNamara, DataGeek This book awakened my daughters' interest in programming. They will be part of the future. - Walter Alexander Mata L©đpez, University of Colima.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 4, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (6 hr., 33 min.))
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer multitasking ; Fonctionnement multitâche ; Audiobooks ; Livres audio
    Abstract: This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language. Perplexed by concurrency? Don't be. This engaging, fully-illustrated beginner's guide gets you writing the kind of high-performance code your apps deserve. Inside, you'll find thorough explanations of concurrency's core concepts--all explained with interesting illustrations, insightful examples, and detailed techniques you can apply to your own projects. In Grokking Concurrency you will: Get up to speed with the core concepts of concurrency, asynchrony, and parallel programming Learn the strengths and weaknesses of different hardware architectures Improve the sequential performance characteristics of your software Solve common problems for concurrent programming Compose patterns into a series of practices for writing scalable systems Write and implement concurrency systems that scale to any size Discover effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether you're building web apps, IoT systems, or handling big data. About the Technology Concurrency is an approach to running computer programs efficiently by separating them into tasks that can execute independently. This basic idea makes it possible to accelerate game graphics, train large AI models, rapidly scale web applications, streamline big data processing, and much more. Concurrency can get complicated, so this book gets you started gently with interesting examples, entertaining illustrations, and easy-to-follow Python code. About the Book Grokking Concurrency is a perfectly paced introduction to the fundamentals of concurrent, parallel, and asynchronous programming. In it, you'll learn the practices you'll need to program multicore processors, GPUs, and other high-performance systems. Author Kirill Bobrov skips the math, jargon, and academic language and concentrates on clear, plain-English explanations. What's Inside Writing and running concurrent programs Patterns for performance, scalability, and resilience Choosing the right hardware Asynchronous communication About the Reader Examples in Python. No prior experience with concurrency or high-performance computing required. About the Author Kirill Bobrov is a software engineer with a passion for data engineering. Quotes I recommend Grokking Concurrency as a gentle introduction to creating programs that perform on today's highly parallel architectures. - Robert Robey, Los Alamos National Laboratory This book combines computer architecture, operating systems, distributed computing, analysis, algorithms, and design. Anyone building a concurrent application should read this book first. - David Beazley, Author of Python Cookbook and Python Distilled A comprehensive, accessible, and practical overview of concurrent programming. It clarifies concepts like parallelism, race conditions, deadlocks, and more. - Arnaud Bailly, IOG.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 4, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    ISBN: 9781638414353 , 1638414351
    Language: English
    Pages: 1 online resource (1 sound file (11 hr., 24 min.))
    Edition: [First edition].
    DDC: 658.300285
    Keywords: Personnel management Data processing ; Personnel management Statistical methods ; Personnel management Decision making ; Personnel ; Direction ; Informatique ; Personnel ; Direction ; Méthodes statistiques ; Personnel ; Direction ; Audiobooks ; Livres audio
    Abstract: "The potential of HR analytics is a major discussion among scholars, practitioners, thought leaders, and technology vendors, with companies like Amazon, Apple, Google, and Meta digging deeply into HR research and analytics practices that extend beyond simple metrics, scorecards, and reporting. Additionally, ethical questions have begun to arise about the potential abuses of HR analytics with respect to technological advancements and the ""datafication"" of personal characteristics, preferences, and behaviors that have little relevance to job performance. As a former chief human resources officer, head of Global HR Research and Analytics at a Fortune 100, and thought leader on this subject, Salvatore Falletta has witnessed first-hand the emergence of ""creepy analytics"" as a hot-button issue. In this one-of-a-kind guide, Falletta delivers a proven step-by-step process for establishing HR analytics capabilities that serve employees and organizations alike. You'll learn how to rethink and redefine HR analytics, determine stakeholder requirements, gather and transform data, communicate intelligence results, and establish an ethical ecosystem to ensure HR analytics remains a force for good.".
    Note: Online resource; title from title details screen (O'Reilly, viewed April 1, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638411659 , 1638411654
    Language: English
    Pages: 1 online resource (1 sound file (4 hr., 27 min.))
    Edition: [First edition].
    DDC: 338.092
    Keywords: Lynch, Karen S ; Women chief executive officers Biography ; Health services administrators Biography ; Success in business ; Succès dans les affaires ; États-Unis ; Audiobooks ; Livres audio
    Abstract: From the CEO of CVS Health and Fortune's #1 Most Powerful Woman in Business-an inspiring, authentic, and actionable road map for overcoming systemic obstacles to leadership Karen S. Lynch went from a childhood filled with loss and instability in a stark mill town in Massachusetts to leading one of the nation's largest health care companies, where she has been instrumental in transforming how people access affordable quality care. After being named CEO of the Fortune 500's sixth largest company, CVS Health, she is now the most powerful woman on that revered list. In Taking Up Space, she tells her trailblazing story-and delivers powerful lessons you can use to become the leader you're meant to be. Lynch explains how to use your voice and earn influence in places and situations that tend to shut you out so you can drive positive change. She shows how to create value in your organization by making your approach to businesses more personal and empathic-but still professional and accountable. How do you transform a company that may be entrenched and constrained by traditional outlooks and methods? The answers to this and other questions are in Taking Up Space.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 1, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (9 hr., 35 min.))
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Machine learning ; Data mining ; SQL (Computer program language) ; Scripting languages (Computer science) ; Apprentissage automatique ; Exploration de données (Informatique) ; SQL (Langage de programmation) ; Langages de script (Informatique) ; Audiobooks ; Livres audio
    Abstract: Practical methods for analyzing your data with graphs, revealing hidden connections and new insights. Graphs are the natural way to represent and understand connected data. This book explores the most important algorithms and techniques for graphs in data science, with concrete advice on implementation and deployment. You don't need any graph experience to start benefiting from this insightful guide. These powerful graph algorithms are explained in clear, jargon-free text and illustrations that makes them easy to apply to your own projects. In Graph Algorithms for Data Science you will learn: Labeled-property graph modeling Constructing a graph from structured data such as CSV or SQL NLP techniques to construct a graph from unstructured data Cypher query language syntax to manipulate data and extract insights Social network analysis algorithms like PageRank and community detection How to translate graph structure to a ML model input with node embedding models Using graph features in node classification and link prediction workflows Graph Algorithms for Data Science is a hands-on guide to working with graph-based data in applications like machine learning, fraud detection, and business data analysis. It's filled with fascinating and fun projects, demonstrating the ins-and-outs of graphs. You'll gain practical skills by analyzing Twitter, building graphs with NLP techniques, and much more. About the Technology A graph, put simply, is a network of connected data. Graphs are an efficient way to identify and explore the significant relationships naturally occurring within a dataset. This book presents the most important algorithms for graph data science with examples from machine learning, business applications, natural language processing, and more. About the Book Graph Algorithms for Data Science shows you how to construct and analyze graphs from structured and unstructured data. In it, you'll learn to apply graph algorithms like PageRank, community detection/clustering, and knowledge graph models by putting each new algorithm to work in a hands-on data project. This cutting-edge book also demonstrates how you can create graphs that optimize input for AI models using node embedding. What's Inside Creating knowledge graphs Node classification and link prediction workflows NLP techniques for graph construction About the Reader For data scientists who know machine learning basics. Examples use the Cypher query language, which is explained in the book. About the Author Toma¿ℓ Bratani♯⁻ works at the intersection of graphs and machine learning. Arturo Geigel was the technical editor for this book. Quotes Undoubtedly the quickest route to grasping the practical applications of graph algorithms. Enjoyable and informative, with real-world business context and practical problem-solving. - Roger Yu, Feedzai Brilliantly eases you into graph-based applications. - Sumit Pal, Independent Consultant I highly recommend this book to anyone involved in analyzing large network databases. - Ivan Herreros, talentsconnect Insightful and comprehensive. The author's expertise is evident. Be prepared for a rewarding journey. - Michal ¿ tefa¿⁸©Łk, Volke.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 1, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638414292 , 1638414297
    Language: English
    Pages: 1 online resource (1 sound file (6 hr., 14 min.))
    Edition: [First edition].
    DDC: 658.4/72
    Keywords: Business intelligence ; Audiobooks ; Livres audio
    Abstract: Perfunctory efforts to show investment in a business relationship-detailed in so many books about global work and cultural intelligence-don't cut it anymore. Business professionals working across national and cultural boundaries need to form authentic relationships that drive rapport, camaraderie, and optimal team performance-and Forging Bonds in a Global Workforce provides the most thorough and practical approach to date on this issue. Renowned academics in the field of intercultural relationship-building, Andy Molinsky and Melissa Hahn deliver an easy-to-understand approach to help you supercharge your global relationship-building skills, including a focus on Mindset: Conquer hidden biases that can interfere with relationship building and learn the six specific ways relationship building differs across cultures; Beginnings: Master key cultural differences in small talk and the initial stages of finding common ground; and Deepening: Learn to diagnose the local language of trust, develop creative ways to build relationships on global teams, and keep disagreements from escalating into conflict. Business success today requires deeper engagement than ever. Apply the lessons of Forging Bonds in a Global Workforce to build lasting connections and drive career and organizational success in a truly global economy.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    ISBN: 9781638414216 , 1638414211
    Language: English
    Pages: 1 online resource (1 sound file (6 hr., 27 min.))
    Edition: [First edition].
    DDC: 658.4/04
    Keywords: Agile project management Technological innovations ; Gestion de projet agile ; Innovations ; Audiobooks ; Livres audio
    Abstract: The powerful new method for streamlining digital product development, accelerating delivery, and scaling innovation-all in just one year. Whether you're a production manager or CEO, The Lean Tech Manifesto provides what you need to dramatically improve operations and get ahead of the competition. This groundbreaking book written by the celebrated leaders of Theodo shows how to combine Lean strategy with the speed and scale of digital for optimal efficiency. You'll learn how to create a culture of problem solving and knowledge sharing; scale-up-even when faced by a major increase in demand; deploy faster implementation; measure client satisfaction; improve teamwork between product, devs, and ops; and recruit good developers-and keep them! Fabrice and Benoît are famous for being among the first tech founders to successfully put Lean methodology to practical use, and their company is a Deloitte "Fast 50" company and the "FT 1000" list. The Lean Tech Manifesto is a major step toward solving your greatest challenge: getting ahead of the competition without the need for massive investments in staff and resources, which always result in higher levels of organizational confusion and waste.
    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 ...
  • 13
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638414254 , 1638414254
    Language: English
    Pages: 1 online resource (1 sound file (7 hr., 21 min.))
    Edition: [First edition].
    DDC: 381
    Keywords: Marketing ; Marketing ; marketing ; Audiobooks ; Livres audio
    Abstract: There's an overlooked but critical scientific fact that every marketing professional needs to know: Many decisions start with attention, and it's your job to grab the attention of every prospective customer as effectively as possible. But in this increasingly fast-paced, busy, and noisy world, how do you capture people's attention, much less persuade them? To answer this question, cognitive neuroscientist Carmen Simon leverages insights gleaned from her use of advanced technologies to study where people look, for how long, what type of attention leads to memories, and what keeps the brain coming back for more, to determine the effectiveness of sales pitches, marketing materials, corporate presentations, training videos, and other business content. In Made You Look, Simon presents her four-part framework for effectively attracting the attention of customers and impacting their buying decision. Each section of the book provides detailed guidelines you can use in your communication materials immediately. Attract attention and, as a result, influence memory and decisions with Made You Look, and lead your company to the top of your industry.
    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 ...
  • 14
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638413691 , 163841369X
    Language: English
    Pages: 1 online resource (1 audio file (4 hr., 36 min.))
    Edition: [First edition].
    DDC: 658.4/012
    Keywords: Strategic planning ; Work-life balance ; New business enterprises Management ; Success in business ; Planification stratégique ; Conciliation travail-vie personnelle ; Nouvelles entreprises ; Gestion ; Succès dans les affaires ; Audiobooks ; Livres audio
    Abstract: It wasn't long ago that entrepreneurs believed non-stop hustle was essential for success, equating the hours put in to their level of ambition. But for many independent business owners today, living through the stressful pandemic years has shown there has to be a better, more sustainable way. In 3 Hours a Day, Knolly Williams offers first-hand evidence that smart entrepreneurs can do what they love-and enjoy far more money and free time-while working less and living more. Williams, also known as The Business Healer, shows you how to transform your work life in a proven 7-step process that includes prioritizing dollar-producing activities while relegating non-dollar producing activities to your capable crew. In this book, you'll learn how to: hone your superpower, evaluate your business, balance your business, delegate your business, organize your business, design your 3-hour workday, and quadruple your sales. Filled with practical advice, useful tips for prioritizing, and more, the blueprint offered in 3 Hours a Day gives you the freedom you've been striving for-financial freedom, time freedom, and location freedom-and the life that comes along with it.
    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 ...
  • 15
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 34 min.))
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Julia (Computer program language) ; Programming languages (Electronic computers) ; Computer programming ; Julia (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Audiobooks ; Livres audio
    Abstract: Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator. Julia as a Second Language covers: Data types like numbers, strings, arrays, and dictionaries Immediate feedback with Julia's read-evaluate-print-loop (REPL) Simplify code interactions with multiple dispatch Sharing code using modules and packages Object-oriented and functional programming styles Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or JavaScript. You'll learn by coding engaging hands-on projects that encourage you to apply what you're learning immediately. Don't be put off by Julia's reputation as a scientific programming language--there's no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. About the Technology Originally designed for high-performance data science, Julia has become an awesome general purpose programming language. It offers developer-friendly features like garbage collection, dynamic typing, and a flexible approach to concurrency and distributed computing. It is the perfect mix of simplicity, flexibility and performance. About the Book Julia as a Second Language introduces Julia by building on your existing programming knowledge. You'll see Julia in action as you create a series of interesting projects that guide you from Julia's basic syntax through its advanced features. Master types and data structures as you model a rocket launch. Use dictionaries to interpret Roman numerals. Use Julia's unique multiple dispatch feature to send knights and archers into a simulated battle. Along the way, you'll even compare the object-oriented and functional programming styles-Julia supports both! What's Inside Data types like numbers, strings, arrays, and dictionaries Immediate feedback with Julia's read-evaluate-print-loop (REPL) Simplify code interactions with multiple dispatch Share code using modules and packages About the Reader For readers comfortable with another programming language like Python, JavaScript, or C#. About the Author Erik Engheim is a writer, conference speaker, video course author, and software developer. Quotes Helped kickstart my use of Julia for serious projects. It's a solid review of the core language features that doesn't get bogged down on programming fundamentals you already know. - Jonathan Owens, GE Global Research Everything you need to learn Julia. - Amanda Debler, Schaeffler Technologies Julia for seasoned programmers. - Kevin Cheung, Carleton University Perfect for anyone who needs to learn Julia but doesn't know where to start. - Simone Sguazza, University of Applied Sciences and Arts of Southern Switzerland.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 17, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (13 hr., 21 min.))
    Edition: Second edition.
    DDC: 005.1/17
    Keywords: Computer software Development ; Software engineering ; Object-oriented methods (Computer science) ; Agile software development ; Computer architecture ; Génie logiciel ; Conception orientée objet (Informatique) ; Méthodes agiles (Développement de logiciels) ; Ordinateurs ; Architecture ; Audiobooks ; Livres audio
    Abstract: Deliver software that does what it's supposed to do! Behavior-Driven Development guides your software projects to success with collaboration, communication techniques, and concrete requirements you can turn into automated tests. In BDD in Action, Second Edition you'll learn how to: Implement and improve BDD practices Prioritize features from business goals Facilitate an example mapping session Write automated acceptance tests Scale up your automated acceptance tests Deliver accurate reporting and documentation Around half of all software projects fail to deliver on requirements. Behavior-Driven Development (BDD) helps make sure that yours isn't one of them. Behavior-Driven Development in Action, Second Edition teaches you how to ensure that everyone involved in a software project--from developers to non-technical stakeholders--are in agreement on goals and objectives. It lays out the communication skills, collaborative practices, and useful automation tools that will let you seamlessly succeed with BDD. Now in its second edition, this revised bestseller has been extensively updated with new techniques for incorporating BDD into large-scale and enterprise development practices such as Agile and DevOps. About the Technology Behavior-Driven Development is a collaborative software design technique that organizes examples of an application's desired behavior into a concrete, testable specification. Because the BDD process gathers input from all areas of an organization, it maximizes the likelihood your software will satisfy both end users and business stakeholders. The established collaboration practices and automation strategies in this book will help you maximize the benefits of BDD for your dev team and your business clients. About the Book In BDD in Action, Second Edition, you'll learn to seamlessly integrate BDD into your existing development process. This thoroughly revised new edition now shows how to integrate BDD with DevOps and large-scale Agile systems. Practical examples introduce cross-functional team communication skills, leading a successful requirements analysis, and how to set up automated acceptance criteria. What's Inside How BDD positively affects teamwork, dynamics, and collaboration with stakeholders Help teams discover and analyze requirements, uncover assumptions, and reduce risks Make acceptance, integration, and unit testing more effective Automate reporting and living documentation to improve transparency About the Reader For all development teams. No experience with BDD required. Examples in Java, JavaScript, and TypeScript can be easily expressed in your chosen language. About the Author John Ferguson Smart is the creator of the Serenity BDD framework and founder of the Serenity Dojo training school. Jan Molak is the author of the Serenity/JS testing framework, Jenkins Build Monitor, and other CD and testing tools. Quotes John and Jan describe valuable techniques with their customary clarity and detail. I found myself nodding along, as well as having a couple of 'Aha!' moments myself. I am delighted that BDD still has this much traction and interest nearly 20 years on, and I am grateful to John and Jan for producing this new edition of such a comprehensive resource. - From the Foreword by Daniel Terhorst-North, practitioner consultant If understanding how your own software should work is ever a hard question, you should read this book. - Kevin Liao, Sotheby's An approachable and accessible introduction. I recommend it to developers who want to quickly adopt BDD for their projects. - Lorenzo De Leon, West Monroe Partners.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 17, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (10 hr., 13 min.))
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Machine learning ; Apprentissage automatique ; Audiobooks ; Livres audio
    Abstract: Guide machine learning projects from design to production with the techniques in this one-of-a-kind project management guide. No ML skills required In Managing Machine Learning Projects you'll learn essential machine learning project management techniques, including: Understanding an ML project's requirements Setting up the infrastructure for the project and resourcing a team Working with clients and other stakeholders Dealing with data resources and bringing them into the project for use Handling the lifecycle of models in the project Managing the application of ML algorithms Evaluating the performance of algorithms and models Making decisions about which models to adopt for delivery Taking models through development and testing Integrating models with production systems to create effective applications Steps and behaviors for managing the ethical implications of ML technology Managing Machine Learning Projects is an end-to-end guide for delivering machine learning applications on time and under budget. It lays out tools, approaches, and processes designed to handle the unique challenges of machine learning project management. You'll follow an in-depth case study through a series of sprints and see how to put each technique into practice. The book's strong consideration to data privacy, and community impact ensure your projects are ethical, compliant with global legislation, and avoid being exposed to failure from bias and other issues. About the Technology Ferrying machine learning projects to production often feels like navigating uncharted waters. From accounting for large data resources to tracking and evaluating multiple models, machine learning technology has radically different requirements than traditional software. Never fear! This book lays out the unique practices you'll need to ensure your projects succeed. About the Book Managing Machine Learning Projects is an amazing source of battle-tested techniques for effective delivery of real-life machine learning solutions. The book is laid out across a series of sprints that take you from a project proposal all the way to deployment into production. You'll learn how to plan essential infrastructure, coordinate experimentation, protect sensitive data, and reliably measure model performance. Many ML projects fail to create real value--read this book to make sure your project is a success. What's Inside Set up infrastructure and resource a team Bring data resources into a project Accurately estimate time and effort Evaluate which models to adopt for delivery Integrate models into effective applications About the Reader For anyone interested in better management of machine learning projects. No technical skills required. About the Author Simon Thompson has spent 25 years developing AI systems to create applications for use in telecoms, customer service, manufacturing and capital markets. He led the AI research program at BT Labs in the UK, and is now the Head of Data Science at GFT Technologies. Quotes Provides many examples of practical implementation issues including scoping, sprints, case studies, and request tickets. - Abi Aryan, MLOps Podcast Golden for all managers, even those with a less technical background. Lucid concept explanations. - Amrita Sarkar, Thomson Reuters Years of experience boiled down to workable checklists, handy anecdotes, and guidance on regulatory and legal frameworks. Ignore at your peril. - Dan Gilks, British Telecommunications.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 17, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file)
    Edition: Second edition.
    DDC: 025.04252
    Keywords: Search engines Programming ; Application software Development ; Querying (Computer science) ; Moteurs de recherche ; Programmation ; Logiciels d'application ; Développement ; Bases de données ; Interrogation ; online searching ; Audiobooks ; Livres audio
    Abstract: Build powerful, production-ready search applications using the incredible features of Elasticsearch. In Elasticsearch in Action, Second Edition you will discover: Architecture, concepts, and fundamentals of Elasticsearch Installing, configuring, and running Elasticsearch and Kibana Creating an index with custom settings Data types, mapping fundamentals, and templates Fundamentals of text analysis and working with text analyzers Indexing, deleting, and updating documents Indexing data in bulk, and reindexing and aliasing operations Learning search concepts, relevancy scores, and similarity algorithms Elasticsearch in Action, Second Edition teaches you to build scalable search applications using Elasticsearch. This completely new edition explores Elasticsearch fundamentals from the ground up. You'll deep dive into design principles, search architectures, and Elasticsearch's essential APIs. Every chapter is clearly illustrated with diagrams and hands-on examples. You'll even explore real-world use cases for full text search, data visualizations, and machine learning. Plus, its comprehensive nature means you'll keep coming back to the book as a handy reference! About the Technology Create fully professional-grade search engines with Elasticsearch and Kibana! Rewritten for the latest version of Elasticsearch, this practical book explores Elasticsearch's high-level architecture, reveals infrastructure patterns, and walks through the search and analytics capabilities of numerous Elasticsearch APIs. About the Book Elasticsearch in Action, Second Edition teaches you how to add modern search features to websites and applications using Elasticsearch 8. In it, you'll quickly progress from the basics of installation and configuring clusters, to indexing documents, advanced aggregations, and putting your servers into production. You'll especially appreciate the mix of technical detail with techniques for designing great search experiences. What's Inside Understanding search architecture Full text and term-level search queries Analytics and aggregations High-level visualizations in Kibana Configure, scale, and tune clusters About the Reader For application developers comfortable with scripting and command-line applications. About the Author Madhusudhan Konda is a full-stack lead engineer, architect, mentor, and conference speaker. He delivers live online training on Elasticsearch and the Elastic Stack. Quotes Madhu's passion comes across in the depth and breadth of this book, the enthusiastic tone, and the hands-on examples. I hope you will take what you have read and put it 'in action'. - From the Foreword by Shay Banon, Founder of Elasticsearch Practical and well-written. A great starting point for beginners and a comprehensive guide for more experienced professionals. - Simona Russo, Serendipity The author's excitement is evident from the first few paragraphs. Couple that with extensive experience and technical prowess, and you have an instant classic. - Herodotos Koukkides and Semi Koen, Global Japanese Financial Institution.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (11 hr., 13 min.))
    Edition: [First edition].
    DDC: 005.2/76
    Keywords: Microsoft .NET Framework ; Application software Development ; Mobile apps Programming ; Logiciels d'application ; Développement ; Applications mobiles ; Programmation ; Audiobooks ; Livres audio
    Abstract: Build cross-platform apps with .NET MAUI! This exciting new technology helps you create mobile and desktop apps using a common set of .NET tools. In .NET MAUI in Action you will learn how to: Set up your environment for cross-platform development Write an interactive UI in XAML using out-of-the-box controls Apply the MVVM pattern to build maintainable code Extend your control library with custom controls Structure your app using common navigation paradigms Use common device features like GPS Use DevOps tools to automate deployment and testing .NET MAUI in Action shows you how you can use the cutting-edge MAUI framework to write apps that will run on Windows, Android, macOS, and iOS platforms using your existing .NET development skills. This book reveals essential MAUI development techniques through hands-on example applications in every chapter. You'll learn cross-platform development quickly as you start building your own rich apps, from to-do list apps, to a movie recommender app, and eventually a full-stack solution using enterprise architecture patterns. You'll also learn how to use GitHub Actions to deploy robust, testable, and maintainable apps; and how to deliver a consistent look and feel across platforms. Throughout, you'll use the built-in controls of .NET MAUI and learn how to develop your own custom solutions. About the Technology Write your app once and deploy it on mobile, desktop, web, and cloud with .NET MAUI. This powerful multi-platform App UI framework saves time and money by eliminating tedious platform-specific rewrites. You just define your project in straightforward XAML markup and C#, and MAUI generates the native applications for iOS, Android, Windows, and macOS. About the Book .NET MAUI in Action teaches you how to build cross-platform applications using the .NET MAUI framework. You'll explore compelling examples while you work your way up from "Aloha World" to a full-stack enterprise solution. Along the way, you'll master the MVVM pattern and other essentials of mobile UI development. This practical book is perfect for .NET developers who have never created mobile apps. What's Inside Write interactive UIs in XAML using out-of-the-box controls Extend your control library with custom controls Use common device features like GPS Automate deployment and testing About the Reader For experienced .NET developers. No iOS or Android experience required. About the Author Matt Goldman is a Solution Architect at SSW, a regular speaker at user groups and conferences, and maintains open source libraries for use in .NET MAUI apps. Quotes This book stands apart by boldly exploring critical enterprise application development principles. It empowers readers to be self-sufficient by emphasizing best practices and offering practical tips that equip them to improve as cross-platform developers. - From the Foreword by Kym Phillpotts, Microsoft Does not get any better than Matt Goldman! His real-world scenarios set you up for success. - Sam Basu, Progress A gold mine, full of valuable information and examples! - Aleksander Rokic, ObjectEasy The section on upgrading a Xamarin.Forms app to .NET MAUI is worth the price of the book! - Mario Solomou, Appoint.AI.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 19, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 33 min.))
    Edition: [First edition].
    DDC: 006.7/4
    Keywords: Cascading style sheets ; Web site development ; Feuilles de style en cascade ; Sites Web ; Développement ; Audiobooks ; Livres audio
    Abstract: CSS is a must-know language for all web developers. In this practical book, you'll explore numerous techniques to improve the way you write CSS as you build 12 tiny projects. In Tiny CSS Projects you'll build twelve exciting and useful web projects including: A loading screen created by styling SVG graphics A responsive newspaper layout with multiple columns Animating social media buttons with pseudo-elements Designing layouts using CSS grids Summary cards that utilize hover interactions Styling forms to make them more appealing to your users The projects may be tiny, but the CSS skills you'll learn are huge! Tiny CSS Projects teaches you how to make beautiful websites and applications by guiding you through a dozen fun coding challenges. You'll learn important skills through hands-on practice as you tinker with your own code and make real creative decisions about the projects you're building. You'll rapidly master the basics and then press on into CSS's exciting layout features including grid and flexbox, animations, transitions, and media queries. About the Technology Don't settle for boring web pages! With Cascading Style Sheets you can control color, layout, and typography to make your sites both functional and beautiful. CSS is an essential skill for web developers and designers. This book will help you get started the right way. About the Book Tiny CSS Projects builds your CSS skills by guiding you through 12 creative mini-projects. Each interesting challenge starts with a downloadable HTML skeleton. As you flesh it out with your own design ideas, you'll master CSS concepts like transitions, layout, and styling forms, and explore powerful features including Flexbox and Grid. All the skills you'll learn are easy to transfer to full-size applications. When you finish, you'll have an exciting portfolio of designs ready to go for your next project. What's Inside Transitions and animations using keyframes Layout techniques including Grid and Flexbox Styling form elements including radio buttons Embedding fonts and typography-related styles Conditional styling using pseudo-elements and media queries About the Reader For readers who know the basics of HTML and frontend development. No previous experience with CSS is required. About the Authors Martine Dowden is an author, speaker, and award-winning CTO. Michael Gearon is a user experience designer and frontend developer who has worked with many well-known brands. Quotes A great project-based approach to learning CSS with something for all skill levels. - Joe Attardi, author of Modern CSS An excellent resource! Written in simple language with plenty of applicable examples. This book proves that it is never too late to learn, even after decades of experience. I highly recommend it! - Joseph Del Vecchio, Heritage Environmental Services Clear and concise so it's easy to understand...makes learning engaging and fun. The instructions and code are well-organized and easy to follow. - Md. Zahid Hossain, Webapp Solutions.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file)
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Machine learning ; Apprentissage profond ; Apprentissage automatique ; Audiobooks ; Livres audio
    Abstract: A vital guide to building the platforms and systems that bring deep learning models to production. In Designing Deep Learning Systems you will learn how to: Transfer your software development skills to deep learning systems Recognize and solve common engineering challenges for deep learning systems Understand the deep learning development cycle Automate training for models in TensorFlow and PyTorch Optimize dataset management, training, model serving and hyperparameter tuning Pick the right open-source project for your platform Deep learning systems are the components and infrastructure essential to supporting a deep learning model in a production environment. Written especially for software engineers with minimal knowledge of deep learning's design requirements, Designing Deep Learning Systems is full of hands-on examples that will help you transfer your software development skills to creating these deep learning platforms. You'll learn how to build automated and scalable services for core tasks like dataset management, model training/serving, and hyperparameter tuning. This book is the perfect way to step into an exciting--and lucrative--career as a deep learning engineer. Designing Deep Learning Systems: A software engineer's guide teaches you everything you need to design and implement a production-ready deep learning platform. First, it presents the big picture of a deep learning system from the developer's perspective, including its major components and how they are connected. Then, it carefully guides you through the engineering methods you'll need to build your own maintainable, efficient, and scalable deep learning platforms. Chi Wang is a principal software developer in the Salesforce Einstein group. Donald Szeto was the co-founder and CTO of PredictionIO.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (4 hr., 56 min.))
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Remote procedure calls ; Go (Computer program language) ; Open source software Programming ; Go (Langage de programmation) ; Logiciels libres ; Programmation ; Audiobooks ; Livres audio
    Abstract: Build super fast and super secure microservices with the gRPC high-performance messaging protocol and powerful Go language. In gRPC Microservices in Go you'll learn: Designing and implementing resilient microservice architecture Testing microservices Deploying microservices to the cloud with modern orchestration tools Monitoring and overseeing microservices The powerful gRPC Remote Procedure Call framework delivers superior speed and security over protocols like REST. When paired with Golang's low-level efficiency and flexibility, gRPC and Go become a killer combination for latency-sensitive microservices applications. gRPC Microservices in Go shows you how to utilize these powerful tools to build production-grade microservices. You'll learn to develop microservice inter-service communication patterns that are powered by gRPC, design backward compatible APIs, and apply hexagonal architecture to microservices. About the Technology Go is perfect for writing fast, reliable microservices code, but that's only half the story. You also need a communications framework like gRPC to connect your services and handle load balancing, tracing, health checking, and authentication. Together, Go and gRPC accelerate the development process and eliminate many of the challenges you face when building and deploying microservices. About the Book gRPC Microservices in Go teaches you how to build production-ready microservices using Go and gRPC. In it, you'll learn to create efficient APIs in Go, use gRPC for network communication, and deploy on cloud and Kubernetes. Helpful examples, including a complete eCommerce web app, make it easy to grasp each concept. You'll also get an inside look at testing, deployment, and efficient DevOps practices for microservices. What's Inside Designing and implementing resilient microservice architecture Testing microservices Cloud deploying microservices with orchestration tools Monitoring and overseeing microservices About the Reader For software developers who know the basics of Go. About the Author H©ơseyin Babal has been using Go in production since 2017 to build and maintain SaaS platforms. Quotes A great book for gRPC microservices development, and even better if you plan on using Go to build them. - Jonathan Reeves, Wolfjaw Studios Insightful and comprehensive. A step-by-step walk-through with clear examples. - Jeelani Shaik, Huntington Bank A wealth of practical suggestions for real-world applications. - Marco Massenzio, Cruise Interprocess communication masterfully revisited. - Mikael Dautrey, ISITIX Uncover the power of gRPC for building secure and efficient microservices. - Andrea Monacchi, CHILI.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 19, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 14 min.))
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer software Development ; Python (Langage de programmation) ; Audiobooks ; Livres audio
    Abstract: If you're new to Python, it can be tough to understand when, where, and how to use all its language features. This friendly guide shows you how the Python ecosystem fits together, and grounds you in the skills you need to continue your journey to being a software developer. Inside The Well-Grounded Python Developer you will discover: Building modules of functionality Creating a well-constructed web server application Integrating database access into your Python applications Refactor and decoupling systems to help scale them How to think about the big picture of your application The Well-Grounded Python Developer builds on Python skills you've learned in isolation and shows you how to unify them into a meaningful whole. It helps you understand the dizzying array of libraries and teaches important concepts, like modular construction, APIs, and the design of a basic web server. As you work through this practical guide, you'll discover how all the bits of Python link up as you build and modify a typical web server application--the kind of web app that's in high demand by modern businesses. About the Technology As a new programmer, you're happy just to see your code run. A professional developer, on the other hand, needs to create software that runs reliably. It must be fast, maintainable, scalable, secure, well designed and documented, easy for others to update, and quick to ship. This book teaches you the skills you need to go from Python programmer to Python developer. About the Book The Well-Grounded Python Developer shows you why Python, the world's most popular programming language, is a fantastic tool for professional development. It guides you through the most important skills, like how to name variables, functions, and classes, how to identify and write a good API, and how to use objects. You'll also learn how to deal with inevitable failures, how to make software that connects to the internet, core security practices, and many other professional-grade techniques. What's Inside Create a web application Connect to a database Design programs to handle big tasks About the Reader For experienced beginners who want to learn professional-level skills. About the Author Doug Farrell has been a professional developer since 1983, and has worked with Python for over 20 years. Quotes A fun journey, and a great resource. With this book as your guide, you'll be on the summit before you know it. - From the Foreword by Michael Kennedy, founder of Talk Python Training Well-structured with excellent code examples. I highly recommend getting this book to build your Python skills. - Stanley Anozie, Hospitality Digital An excellent tutorial in the foundations of Python development for both the novice and experienced developer. - Philip Best, Amazon This is the best Python reference I've read so far. - Julien Pohie, ThoughtWorks.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 19, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (7 hr., 57 min.))
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Rust (Computer program language) ; Logiciels d'application ; Développement ; Rust (Langage de programmation) ; Audiobooks ; Livres audio
    Abstract: Deliver fast, reliable, and maintainable applications by building backend servers, services, and frontends all in nothing but Rust. In Rust Servers, Services, and Apps, you'll learn: Developing database-backed web services in Rust Building and securing RESTful APIs Writing server-side web applications in Rust Measuring and benchmarking web service performance Packaging and deploying web services Full-stack Rust applications The blazingly fast, safe, and efficient Rust language has been voted "most loved" for multiple consecutive years on the StackOverflow survey. Rust Server, Services, and Apps shows you why! Inside, you'll build web servers, RESTful services, server-rendered apps, and client frontends just using Rust. You'll learn to write code with small and predictable resource footprints, and build high-performing applications with unmatched safety and reliability. About the Technology Build speedy, stable, and safe web servers in Rust! With a unique approach to memory management and concurrency, Rust excels at getting the low-level details right so your applications run fast and flawlessly. And Rust's incredible compiler helps you avoid expensive mistakes when you're deploying web services and other core components in production. About the Book Rust Servers, Services, and Apps shows you how to create modern distributed web apps using the Rust language. You'll start with the basics: building a simple HTTP server and a RESTful web service. Then, you'll make them production ready by adding security, database interactivity, and error handling. Finally, you'll tackle a digital storefront service, create a single page app, and dig into asynchronous programming. All examples are fully illustrated and include annotated code you can easily adapt to your own projects. What's Inside Craft resilient and secure RESTful APIs Package and deploy web services Refactor fearlessly thanks to Rust's guaranteed safety Slash costs with Rust's runtime and compile-time optimizations Asynchronous programming with Rust About the Reader For web developers who know the basics of Rust. About the Author Prabhu Eshwarla is the CTO of a startup building a layer-1 blockchain using Rust. Previously, he held engineering and leadership roles at Hewlett Packard. Quotes Demonstrates how to use the unique features of Rust to bring speed and safety in web development. - David Paccoud, Clario Pioneering and practical. - Pethuru Raj, Reliance Jio Platforms Extremely well-organized and well-written. Indispensable for developing large-scale Rust web applications. - Josh Sandeman, Mpathy Software Learn how to write fast and safe web applications, and have fun doing it. - Alessandro Campeis, Prima.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file)
    DDC: 005.1
    Keywords: Software engineering ; Computer programming ; Creative ability in technology ; Creative thinking ; Génie logiciel ; Programmation (Informatique) ; Créativité en technologie ; computer programming ; Audiobooks ; Livres audio
    Abstract: Programming is a creative act. These techniques will help you maximize the power of creativity to improve your software and your satisfaction in creating it. Inside The Creative Programmer you'll discover: The seven dimensions of creativity in software engineering The scientific understanding of creativity and how it translates to programming Actionable advice and thinking exercises that will make you a better programmer Innovative communication skills for working more efficiently on a team Creative problem-solving techniques for tackling complex challenges In The Creative Programmer you'll learn the processes and habits of highly creative individuals and discover how you can build creativity into your programming practice. This fascinating new book introduces the seven domains of creative problem solving and teaches practical techniques that apply those principles to software development. Hand-drawn illustrations, reflective thought experiments, and brain-tickling example problems help you get your creative juices flowing--you'll even be able to track your progress against a scientifically validated Creative Programming Problem Solving Test. Before you know it, you'll be thinking up new and novel ways to tackle the big challenges of your projects. About the Technology Like composing music, starting a business, or designing a marketing campaign, programming is a creative activity. And just like technical skills, creativity can be learned and improved with practice! This thought-provoking book details practical methods to turn creativity into more effective problem solving, higher productivity, and better software. About the Book The Creative Programmer explores seven dimensions of creativity in software engineering--technical knowledge, collaboration, constraints, critical thinking, curiosity, a creative state of mind, and creative techniques. As you read, you'll apply insights about creativity from other disciplines to the challenges of software development. Numerous relevant examples and exercises drive each lesson home. You'll especially enjoy the unique Creative Programming Problem Solving Test that helps you assess how creative you've been with a programming task. What's Inside The scientific understanding of creativity and how it translates to programming Advice and exercises that will help you become a creative programmer Innovative communication skills for working more efficiently on a team Creative problem-solving techniques for tackling complex challenges About the Reader For programmers of all skill levels. About the Author Wouter Groeneveld is a software engineer and computer science education researcher at KU Leuven, where he researches the importance of creativity in software engineering. Quotes The Creative Programmer is a fantastic mix of engaging historical anecdotes, practical exercises, and extensive references to papers, books, and essays both in and outside of programming.... My own copy has now been filled with pages of scribbles and notes on which I could immediately apply Wouter's lessons, a sign that his exercises are truly engaging and encouraging! - From the Foreword by Dr. Felienne Hermans, Professor of Computer Science Education, Vrije Universiteit Amsterdam, author of The Programmer's Brain Beautifully written and utterly compelling. I love the research, the insight, and the sheer joy Wouter conveys in his writing. - Daniel Terhorst-North, Dan North & Associates.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file)
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Machine learning ; Apprentissage profond ; Apprentissage automatique ; Audiobooks ; Livres audio
    Abstract: Discover one-of-a-kind AI strategies never before seen outside of academic papers! Learn how the principles of evolutionary computation overcome deep learning's common pitfalls and deliver adaptable model upgrades without constant manual adjustment. In Evolutionary Deep Learning you will learn how to: Solve complex design and analysis problems with evolutionary computation Tune deep learning hyperparameters with evolutionary computation (EC), genetic algorithms, and particle swarm optimization Use unsupervised learning with a deep learning autoencoder to regenerate sample data Understand the basics of reinforcement learning and the Q-Learning equation Apply Q-Learning to deep learning to produce deep reinforcement learning Optimize the loss function and network architecture of unsupervised autoencoders Make an evolutionary agent that can play an OpenAI Gym game Evolutionary Deep Learning is a guide to improving your deep learning models with AutoML enhancements based on the principles of biological evolution. This exciting new approach utilizes lesser-known AI approaches to boost performance without hours of data annotation or model hyperparameter tuning. In this one-of-a-kind guide, you'll discover tools for optimizing everything from data collection to your network architecture. About the Technology Deep learning meets evolutionary biology in this incredible book. Explore how biology-inspired algorithms and intuitions amplify the power of neural networks to solve tricky search, optimization, and control problems. Relevant, practical, and extremely interesting examples demonstrate how ancient lessons from the natural world are shaping the cutting edge of data science. About the Book Evolutionary Deep Learning introduces evolutionary computation (EC) and gives you a toolbox of techniques you can apply throughout the deep learning pipeline. Discover genetic algorithms and EC approaches to network topology, generative modeling, reinforcement learning, and more! Interactive Colab notebooks give you an opportunity to experiment as you explore. What's Inside Solve complex design and analysis problems with evolutionary computation Tune deep learning hyperparameters Apply Q-Learning to deep learning to produce deep reinforcement learning Optimize the loss function and network architecture of unsupervised autoencoders Make an evolutionary agent that can play an OpenAI Gym game About the Reader For data scientists who know Python. About the Author Micheal Lanham is a proven software and tech innovator with over 20 years of experience. Quotes Use biology-inspired optimization methods to make quick work of machine learning model training and hyperparameter selection. - Dr. Erik Sapper, Cal Poly-San Luis Obispo Makes learning evolutionary practices with neural networks easy. - Ninoslav Čerkez, Rimac Technology Data science meets optimization! Includes wonderful scenarios where optimization is applied to improve AI, ML, deep learning, and so on. We're living in a transdisciplinary age! - Ricardo Di Pasquale, Accenture.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (7 hr., 24 min.))
    Edition: [First edition].
    DDC: 005.3
    Keywords: Kubernetes ; Application software Study guides Development ; Examinations ; Logiciels d'application ; Développement ; Examens ; Guides de l'étudiant ; Audiobooks ; Livres audio
    Abstract: Becoming a Kubernetes administrator is a big accomplishment--and passing the Certified Kubernetes Administrator (CKA) exam can be a big boost to your career! Learn the hands on skills you need to ace the exam with clear teaching and hands-on exercises that match the unique CKA test environment. In Acing the Certified Kubernetes Administrator Exam you'll learn how to: Administer an application running on Kubernetes Troubleshoot errors inside a Kubernetes cluster Authenticate users and machines to the Kubernetes API Create persistent storage in Kubernetes Add additional functionality to an existing Kubernetes cluster Acing the Certified Kubernetes Administrator Exam is your fast-track to becoming a Certified Kubernetes Administrator! Your expert exam tutor is Chad Crowell, whose courses have helped thousands of developers to understand Kubernetes and earn the coveted CKA certification. If you're familiar with Kubernetes, this book will ensure you're ready to pass in just one month of study. If you're brand new, this is the perfect primer to get started on your Kubernetes journey. Go hands-on with all the exam objectives, including deploying containerized applications to Kubernetes, accessing an application from an ingress resource, and backup and restore. Plus, essential exam tips and exercises help you work out your mental muscle memory. About the Technology The Certified Kubernetes Administrator (CKA) exam proves to your next employer that you can set up and manage Kubernetes clusters. In this rigorous test offered by the Linux Foundation, you'll configure and manage production-grade clusters hands-on as a proctor watches. Simply put, if you aren't ready, you won't pass. About the Book Acing the Certified Kubernetes Administrator Exam teaches every skill you need to pass the CKA. You can't "hack" this exam by learning a few test-taking tricks. Instead, you'll master vital techniques like load balancing and networking with carefully designed exercises that you practice using the CKA's command-line interface. With this book, you'll be confident and ready for exam day. What's Inside Administer an application on Kubernetes Troubleshoot errors in a Kubernetes cluster Authenticate users and machines Create persistent storage About the Reader For readers who know the basics of containers and Linux admin. No Kubernetes experience required. About the Author Chad M. Crowell is the author of dozens of courses on Kubernetes and DevOps with Pluralsight and INE. Chad is also a Microsoft Certified Trainer (MCT). Quotes As someone who helped establish the CKA, I'm impressed! Great explanations, great visuals, and excellent hands-on exercises. That's what counts to pass the CKA exam! - Michael Hausenblas, AWS Solution Engineering Lead and CNCF Ambassador An invaluable resource. All exam topics are covered in detail and clearly explained. - Rob Pacheco, Forward Financing I just passed CKA. Do you need a better recommendation? - David Moravec, Y Soft An absolute marvel. It's clear, instructive, and hands-on. Highly recommended! - Giang Ch©Øu, AppHub.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 audio file)
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer programming ; Python (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Audiobooks ; Livres audio
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Have you ever asked yourself, "How do I do that in Python?" If so, you'll love this practical collection of the most important Python techniques. Python How-To includes over 60 detailed answers to questions like: How do I join and split strings? How do I access dictionary keys, values, and items? How do I set and use the return value in function calls? How do I process JSON data? How do I create lazy attributes to improve performance? How do I change variables in a different namespace? ...and much more! Python How-To walks you through the most important coding techniques in Python. Whether you're doing data science, building web applications, or writing admin scripts, you'll find answers to your "how-to" questions in this book. Inside you'll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui's clear and practical writing is instantly accessible and makes it easy to take advantage of Python's versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code. about the technology Python How-To uses a simple but powerful method to lock in 63 core Python skills. You'll start with a question, like "How do I find items in a sequence?" Next, you'll see an example showing the basic solution in crystal-clear code. You'll then explore interesting variations, such as finding substrings or identifying custom classes. Finally, you'll practice with a challenge exercise before moving on to the next How-To. about the book This practical guide covers all the language features you'll need to get up and running with Python. As you go, you'll explore best practices for writing great Python code. Practical suggestions and engaging graphics make each important technique come to life. Author Yong Cui's careful cross-referencing reveals how you can reuse features and concepts in different contexts. about the audience For beginning to intermediate Python programmers. about the author Dr. Yong Cui has been working with Python in bioscience for data analysis, machine learning, and tool development for over 15 years. Useful examples that correctly answer the basic 'how-to' questions you ask yourself while programming. Vitosh K. Doynov, DHL Global Forwarding Written from the developer's point of view! Cui does a masterful job helping the reader understand elegant Pythonic solutions. Chris Villanueva, Fulton-Nevets, Domestic Holdings I loved how the challenges reinforce each topic. Chris Kardell, DEBS.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Language: English
    Pages: 1 online resource (1 sound file (19 hr., 56 min.))
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Kubernetes ; Cloud computing ; Infonuagique ; Audiobooks ; Livres audio
    Abstract: Learn multicloud deployment on Anthos directly from the Google development team! Anthos delivers a consistent management platform for deploying and operating Linux and Windows applications anywhere--multi-cloud, edge, on-prem, bare metal, or VMware. In Google Anthos in Action you will learn: How Anthos reduces your dependencies and stack-bloat Running applications across multiple clouds and platforms Handling different workloads and data Adding automation to speed up code delivery Modernizing infrastructure with microservices and Service Mesh Policy management for enterprises Security and observability at scale Google Anthos in Action demystifies Anthos with practical examples of Anthos at work and invaluable insights from the Google team that built it. You'll learn how to use this modern, Kubernetes-based cloud platform to balance costs, automate security, and run your software literally anywhere. The book is full of Google-tested patterns that will boost efficiency across the development lifecycle. It's an absolutely essential guide for anyone working with Anthos, or delivering software in a cloud-centric world. About the Technology The operations nightmare: modern applications run on-prem, in the cloud, at the edge, on bare metal, in containers, over VMs, in any combination. And you're expected to handle the rollouts, dataOps, security, performance, scaling, backup, and whatever else comes your way. Google Anthos feels your pain. This Kubernetes-based system simplifies hybrid and multicloud operations, providing a single platform for deploying and managing your applications, wherever they live. About the Book Google Anthos in Action introduces Anthos and shows you how it can simplify operations for hybrid cloud systems. Written by 17 Googlers, it lays out everything you can do with Anthos, from Kubernetes deployments to AI models and edge computing. Each fully illustrated chapter opens up a different Anthos feature, with exercises and examples so you can see Anthos in action. You'll appreciate the valuable mix of perspectives and insight this awesome team of authors delivers. What's Inside Reduce dependencies and stack-bloat Run applications across multiple clouds and platforms Speed up code delivery with automation Policy management for enterprises Security and observability at scale About the Reader For software and cloud engineers with experience using Kubernetes. About the Author Google Anthos in Action is written by a team of 17 Googlers involved with Anthos development, and Google Cloud Certified Fellows assisting customers in the field. Quotes Your guide into the world of multicloud at scale. A great read whether you are just starting out or a seasoned veteran. - Glen Yu, PwC Canada Great book for engineers who want to learn Anthos. - Bhagvan Kommadi, Quantica Computacao Google Anthos can be intimidating. This book is an essential guide to using and understanding it. - Jose San Leandro, ioBuilders Complete, easy to understand, with simple explanations, useful diagrams, and real-world examples. I recommend it. - Rambabu Posa, Sai AAshika Consultancy.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 19, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (32 hr., 49 min.))
    Edition: Third edition.
    DDC: 005.276
    Keywords: Active server pages ; Microsoft .NET Framework ; Internet programming ; Web site development ; Programmation Internet ; Sites Web ; Développement ; Audiobooks ; Livres audio
    Abstract: Build professional-grade full-stack web applications using C# and ASP.NET Core. In ASP.NET Core in Action, Third Edition you'll learn how to: Build minimal APIs for serving JSON to client-side applications Create dynamic, server-side rendered applications using Razor Pages User authentication and authorization Store data using Entity Framework Core Unit and integration tests for ASP.NET Core applications Write custom middleware and components Fully updated to ASP.NET Core 7.0! In ASP.NET Core in Action, Third Edition Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you've never worked with ASP.NET, you'll start creating productive cross-platform web apps fast. Illustrations and annotated code make learning visual and easy. About the Technology The ASP.NET Core web framework delivers everything you need to build professional-quality web applications. With productivity-boosting libraries for server-side rendering, secure APIs, easy data access and more, you'll spend your time implementing features instead of researching syntax and tracking down bugs. This book is your guide. About the Book ASP.NET Core in Action, Third Edition shows you how to create production-grade web applications with ASP.NET Core 7.0. You'll learn from hands-on examples, insightful illustrations, and nicely explained code. Updated coverage in this Third Edition includes creating minimal APIs, securing APIs with bearer tokens, WebApplicationBuilder, and more. What's Inside Minimal APIs for serving JSON Server-side rendering using Razor Pages Data access with Entity Framework Core Write custom middleware and components About the Reader For beginning to intermediate web developers. Examples are in C#. About the Author Andrew Lock is a Microsoft MVP who has worked with ASP.NET Core since before its first release. Quotes ASP.NET Core is a big subject. Luckily, there's a big book! This is my ASP.NET bible. - Peter Morris, Author of blazor-university.com Masterfully breaks down web programming. This book is a must-read for new and experienced developers alike. It sets the standard in the .NET space. - Khalid Abuhakmeh, JetBrains Andrew Lock's extensive experience and applied advice will truly take any .NET web developer from zero to hero. - James Hickey, Savvyy Technologies Fantastic information to help you make the best applications possible. This book stays on my desk. - Foster Haines, Foster's Website Company.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 05, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638411413 , 1638411417
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 4 min.))
    Edition: [First edition].
    DDC: 658.4/012
    Keywords: Business planning ; Entrepreneurship ; New business enterprises ; Success in business ; Entrepreneurship ; Entrepreneuriat ; Nouvelles entreprises ; Succès dans les affaires ; entrepreneurs ; Business planning ; Entrepreneurship ; New business enterprises ; Success in business ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: From the cofounder of a $40 billion software company comes an invaluable guide packed with $1 trillion worth of advice from some of the world's most successful and recognizable entrepreneurs. Over the past twenty years, as he first worked as an early employee at Salesforce and later cofounded Okta, a publicly traded software company now valued at over $40 billion, Frederic Kerrest met hundreds of business leaders and investors in Silicon Valley and beyond. In Zero to IPO, he's collected a trove of nitty-gritty tips for each stage of a company's growth and assembled them into a clear blueprint for how to build a business. The book represents the distilled wisdom of his fellow visionaries and leaders who have collectively built over $1 trillion worth of wealth for themselves and their investors: people like Marc Andreesen and Ben Horowitz (Andreessen Horowitz), Eric Yuan (Zoom), Stewart Butterfield (Slack), Aneel Bhusri (Workday), Julia Hartz (Eventbrite), Aaron Levie (Box), Fred Luddy (ServiceNow), Melanie Perkins (Canva), Patty McCord (Netflix), Sebastien Thrun (Udacity), and dozens of other business luminaries. Organized by topic in roughly the order that leaders will encounter them as they scale their businesses, this book is the ultimate guide to taking a company all the way from founding to IPO-and beyond.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 2, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    ISBN: 9781638411550 , 1638411557
    Language: English
    Pages: 1 online resource (1 sound file (6 hr., 29 min.))
    Edition: [First edition].
    DDC: 658.4/09
    Keywords: Women executives ; Leadership in women ; Leadership Psychological aspects ; Career development ; Career Mobility ; Leadership chez la femme ; Leadership ; Aspect psychologique ; Plan de carrière ; Career development ; Leadership in women ; Leadership ; Psychological aspects ; Women executives ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: Arrive and Thrive addresses the persistent problems women leaders face by offering seven actionable practices listeners can use to pave a smooth path to success. The executive chair of Deloitte's US board, Janet Foutty, teams up with two renowned women leaders-Susan MacKenty Brady and Lynn Perry Wooten-to show you how to overcome obstacles in your career. Packed with firsthand contributions from both men and women leaders of some of today's biggest and most successful organizations, Arrive and Thrive offers seven actionable practices that help women leaders thrive when they arrive, including: Investing in Your Best Self, Embracing Authenticity, Cultivating Courage, Fostering Resilience, Inspiring a Bold Vision, Creating a Healthy Team Environment, and Committing to the Work of an Inclusive Leader. The paradigm for women for far too long has been about surviving if you're lucky enough to arrive at the top. The 7 Impactful Practices for Arriving & Thriving enable you to thrive and, in so doing, help others thrive as well. As you rise into your position of greater responsibility, risk, and reward, Arrive and Thrive offers the groundwork for making effective and fulfilling choices for yourself, your team, your industry, and your community.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 2, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    ISBN: 9781638411598 , 163841159X
    Language: English
    Pages: 1 online resource (1 sound file (5 hr., 52 min.))
    Edition: [First edition].
    DDC: 650.1/082
    Keywords: Women in the professions ; Women Psychology ; Women Life skills guides ; Femmes dans les professions libérales ; Femmes ; Psychologie ; Women ; Women in the professions ; Women ; Psychology ; Downloadable audio books ; Audiobooks ; Life skills guides ; Audiobooks ; Livres audio
    Abstract: A game-changing guide for women who want to transform the way they work and create their own success-from an award-winning global diversity expert. In today's world, it takes more than ambition to succeed. It takes intention. But intention without clarity, deliberate words, and calculated actions is meaningless. According to Michelle Gadsden-Williams, a global expert in diversity, workplace culture, and career building, intention is more than just setting goals. It's seamlessly executing and achieving them. In this groundbreaking guide, she shows women how to both show up authentically and, more importantly, do the work that gets results. Her research-based insights, real-world strategies, and self-empowering exercises provide all the tools you need to: create clear goals and intentions-then follow through with words and actions; bridge the gap between who you are and how you present yourself at work; pursue what matters most by aligning your goals and behaviors with your values; "strengthen your squad" and build authentic, affirmative relationships; and navigate career "swerves" and avoid the fallout from burnout. Filled with hard-won wisdom, hands-on tips, and heartfelt insights, Driven by Intention is a book for impact seekers who want to make a real difference at work, in the world, and in their own lives-on their own terms.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 2, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638411918 , 1638411913
    Language: English
    Pages: 1 online resource (1 sound file (6 hr., 22 min.))
    Edition: [First edition].
    DDC: 658.4/09
    Keywords: Executive ability ; Executives Conduct of life ; Executives ; Charisma (Personality trait) ; Communication in management ; Aptitude pour la direction ; Charisme ; Communication en gestion ; Charisma (Personality trait) ; Communication in management ; Executive ability ; Executives ; Executives ; Conduct of life ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: A proven six-step process for acquiring the style, flair, and credibility needed to make it to the top According to a recent Wall Street Journal article, managers who do not exude an all encompassing self-confidence, style, poise, and energy, in short, "executive presence", are highly unlikely to make it to the corner office. Unfortunately, the vast majority of managers, even the most talented and ambitious ones, are not born with these personal qualities. In this breakthrough book, bestselling author and world-renowned executive development coach D. A. Benton helps listeners acquire executive charisma. In Executive Charisma, Benton outlines a proven six-step approach for learning how to think, act, and relate to others like an executive. She provides powerful tools for fine-tuning the complete executive charisma skill set, including: interpersonal communications; managing upwards; confidence-building; business humor; executive-bearing; and more. Drawing upon her experience coaching clients at American Express, Century 21, Merrill Lynch, Nabisco, Viacom, Pepsi, and other top companies worldwide, Benton clearly defines executive charisma and explains why projecting a commanding professional demeanor is so fundamental to corporate success.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 2, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781638411239 , 1638411239
    Language: English
    Pages: 1 online resource (1 sound file (8 hr., 48 min.))
    Edition: [First edition].
    DDC: 155.2/4
    Keywords: Resilience (Personality trait) ; Change ; Résilience (Trait de personnalité) ; Changement (Philosophie) ; Change ; Resilience (Personality trait) ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: In his #1 bestselling guide to resilience, Pivot, business and personal development expert Adam Markel showed how building resilience can supercharge your life and career. Now, in Change Proof, he shows how you can move beyond managing change to actively embracing it-and actually using times of uncertainty, crisis, and chaos to create opportunities and stimulate positive growth. Broken down into four parts, Change Proof explores the dynamics of change and provides a model of how to create the mindset that embraces it fully. Using case studies, current research, and his years of experience as an expert in the integration of business and personal development, Markel uses real-life scenarios to illuminate the lessons in engaging chapters that include: The Myth of Balance; The Resilience Bank Account; Recovery vs. Burnout; Even Michael Jordan Paused; Get Out of Your Head; A Little Failure Goes a Long Way; Calm Is Contagious; and What Change-Proof Culture Can Do for You. You'll learn how to choose change before it chooses you, what it takes (and what it means) to become truly change proof, and how to leverage your relationship to change. Change Proof will help you take the art and science of resilience to the next level-and look forward to future and all the changes it will bring, with full confidence.
    Note: Online resource; title from title details screen (O’Reilly, viewed May 2, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 sound file (12 hr., 22 min.))
    Edition: Second edition.
    DDC: 005.133
    Keywords: C (Computer program language) ; Functional programming (Computer science) ; C (Langage de programmation) ; Programmation fonctionnelle ; Audiobooks ; Livres audio
    Abstract: Real world examples and practical techniques for functional programming in C# without the jargon and theory. In Functional Programming in C#, Second Edition you will learn how to: Use higher-order functions to reduce duplication and do more with less code Use pure functions to write code that is easy to test and optimize Write pleasant APIs that accurately describe your program's behavior Use dedicated types to handle nullability, system errors, and validation rules predictably and elegantly Write composable code without the overhead of an IoC container Functional Programming in C# has helped thousands of developers apply functional thinking to C# code. Its practical examples and spot-on treatment of FP concepts makes it the perfect guide for proficient C# programmers. This second edition is fully revised to cover new functional-inspired features in the most recent releases of C#, including tuples, async streams, pattern matching, and records. Each chapter is packed with awesome perspectives and epiphany moments on how functional programming can change the way you code. About the Technology Turbocharge your C# code. Good functional techniques will improve concurrency, state management, event handling, and maintainability of your software. This book gives you practical answers to why, how, and where to add functional programing into your C# coding practice. About the Book Functional Programming in C#, Second Edition teaches functional thinking for real-world problems. It reviews the C# language features that allow you to program functionally and through many practical examples shows the power of function composition, data-driven programming, and immutable data structures. All code examples work with .NET 6 and C# 10. What's Inside Higher-order functions reduce duplication and do more with less code Code based on pure functions is easy to test and optimize Write pleasant APIs that accurately describe your program's behavior Write a Web API in a functional style Monadic composition with LINQ About the Reader For intermediate C# programmers. About the Author Enrico Buonanno studied Computer Science at Columbia University and has over 15 years of experience as a developer, architect, and trainer. Quotes An excellent practical book for using functional programming concepts in your C# applications. - Foster Haines, J2 Interactive If this is your first venture into functional programming, then this is the book you want. A great mixture of the new with the familiar. - Mark Elston, Advantest A must-read for all .NET developers. - Jedidja Bourgeois, Freshly Coded Software An extremely good presentation of functional concepts for C# developers. - David Paccoud, Bioclinica.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 1, 2024)
    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: 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 ...
  • 38
    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 ...
  • 39
    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 ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711854
    Language: English
    Pages: 1 online resource (28863 pages)
    Edition: 1st edition
    DDC: 658.4/012
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: An organization's future success depends on their decision makers' ability to anticipate changes and disruptions in the marketplace. But how do you get information about tomorrow today? How can your decisions today account for tomorrow's uncertainties? Small Data, Big Disruptions presents a tool kit to foresee coming changes: - Understand why big data will not help you with understanding tomorrow's disruptions. The future starts with small data-first. - Learn the proven four-step process to capture small data that help envision the future. - See examples of how the process anticipated major disruptions. - Implement the process in your organization and learn how to initiate meaningful actions. This book provides the information you need to anticipate the future, understand tomorrow's market dynamics, and make the necessary decisions to meet the future on your terms. Small Data, Big Disruptions lets you exploit the period between the moment you could know about emerging disruptions and the moment most everybody will know about it. It's the difference between being ahead of the curve and struggling to catch up.
    Note: Online resource; Title from title page (viewed April 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714794
    Language: English
    Pages: 1 online resource (18158 pages)
    Edition: 1st edition
    DDC: 658.3008
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Many white leaders want to create change but don't know how to do so appropriately and effectively. How do you know where the blind spots are that can create obstacles for people of color? Your intentions may be sincere and heartfelt, but intentions aren't enough. In It's Time to Talk about Race at Work, Kelly McDonald delivers a much-needed roadmap for businesspeople. This book will help you successfully create a fair and equitable workplace that recognizes diverse talent and fosters productive and constructive conversations in your organization. It's Time to Talk about Race at Work does not approach diversity from the standpoint of social activism or an HR perspective. Instead, this book shows you exactly what to do and how to do it so that you can make real progress on diversity and inclusion, regardless of the size of your organization. The author's clear, “real talk” style makes it easy to learn: the costs and risks you're incurring if your organization lacks diversity; how people who don't consider themselves to be racist may still have diversity blind spots; how to start the hard conversations you may not know how to approach; the STARTING Method-an eight-step framework that shows you how to ensure your diversity and inclusion efforts are effective; how to recognize the excuses people use to avoid taking action on diversity and inclusion; and more.
    Note: Online resource; Title from title page (viewed July 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663714015
    Language: English
    Pages: 1 online resource (44611 pages)
    Edition: 1st edition
    DDC: 658.3008
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: The manner in which corporations are run globally is over. The author examines how corporations worldwide have failed when it comes to inclusion and gender equality and provides ideas on how businesses can address these issues. This book will discuss the following: - Identify behaviors to avoid, including dangerous activities pre-Covid-19 corporate America was already presenting to employees' well-being and productivity. Lack of inclusion, gender inequity, and overall lack of compassion were destroying workers' quality of service and robbing employees of purpose. Listeners learn how to dismantle practices that jeopardize corporations' very survival. - Learn and adopt approaches exhibiting the new, better corporate America that enriches employees and provides profits to businesses. - Create strategies for integrating inclusion, gender equity, and compassion into businesses in a way that enriches society, employees, and the corporate entities themselves. - Measure and continuously evolve culture promoting risk mitigation, reputation preservation, employee retention, customer satisfaction, and profit generation. Each concept discussed ties back into practicing and improving these elements.
    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 ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663713216
    Language: English
    Pages: 1 online resource (20066 pages)
    Edition: 1st edition
    DDC: 658.4/5
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Find out what your customers and employees are really thinking with this indispensable resource Scaling Conversations: How Leaders Access the Full Potential of People delivers invaluable strategies for how leaders can make their communications more inclusive and access the voices of those employees who rarely feel empowered to speak up. As constituent numbers scale, leaders have traditionally struggled to make communications a conversation with the entire organization, settling instead for small focus groups, talking at people in town halls, and delivering surveys after the fact. The result is exclusive, narrow decision-making that disengages and under-utilizes talent and human capital. And now, as the remote environment grows, the challenge and imperative for engaging conversations on a wider scale is even greater. Scaling Conversations provides the solution. Having led a remote team for over a decade and having worked with thousands of leaders across North America, Dave MacLeod teaches you how to: scale your business by listening to the voices that really matter; access and maximize the human capital in your organization; make decisions that create unity and move the group forward; and decrease employee turnover caused by poor communication.
    Note: Online resource; Title from title page (viewed May 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710192
    Language: English
    Pages: 1 online resource (49686 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Race, Work, and Leadership is a rare and important compilation of essays that examines how race matters in people's experience of work and leadership. What does it mean to be black in corporate America today? How are racial dynamics in organizations changing? How do we build inclusive organizations? Inspired by and developed in conjunction with the research and programming for Harvard Business School's commemoration of the fiftieth anniversary of the founding of the HBS African American Student Union, this groundbreaking book shines new light on these and other timely questions and illuminates the present-day dynamics of race in the workplace. Contributions from top scholars, researchers, and practitioners in leadership, organizational behavior, psychology, sociology, and education test the relevance of long-held assumptions and reconsider the research approaches and interventions needed to understand and advance African Americans in work settings and leadership roles. Race, Work, and Leadership will stimulate new scholarship and dialogue on the organizational and leadership challenges of African Americans and become the indispensable reference for anyone committed to understanding, studying, and acting on the challenges facing leaders who are building inclusive organizations.
    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 ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663715814
    Language: English
    Pages: 1 online resource (22942 pages)
    Edition: 1st edition
    DDC: 658.4038
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Become a digital-first organization. If you read (or listen) to nothing else on leading digital transformation, listen to these ten articles. We've combed through hundreds of Harvard Business Review articles and selected the most important ones to help revitalize your offerings and processes, stay ahead of disruptors and technology shifts, and manage the necessary cultural change. This book will inspire you to: minimize disruption while transforming your company; manage the cultural change of adopting new technologies; practice discovery-driven transformation; develop digital intelligence in your workforce; compete in the age of AI; make big changes with an incremental approach; and understand when radical change is needed-and when it isn't.
    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 ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663715999
    Language: English
    Pages: 1 online resource (25377 pages)
    Edition: 1st edition
    DDC: 650.1/3
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Companies have no idea if collaboration benefits corporate performance, individual productivity, or employee well-being. Collaboration, that seemingly Good Thing all companies encourage, is creating an epidemic of overload and burnout. It crushes our vitality and well-being, prevents us from being innovative, and blocks our companies from being the most successful organizations they could be. To some this is surprising. It's assumed that it's always better to collaborate more-and faster. But the toll of all this collaboration is far more severe than companies know. So, what can be done? Using network analysis, Rob Cross has found the answer to collaborative overload: Precision collaboration. This step-by-step guide will show you the practices that the best collaborators prevent overload from derailing their careers and, often, their lives, including: mobilizing a broad network, creating "pull" by drawing people and ideas to you, and engaging in renewal activities to promote well-being. Precision collaborators create enormous impact through their networks while, amazingly, spending the least amount of time on collaborative tasks. You can do it, too. And by applying these collaborators' best practices, you can reclaim a whopping 18 percent to 24 percent of your time-a workday every week-to reinvest in activities that contribute to your success and your overall well-being.
    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 ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710932
    Language: English
    Pages: 1 online resource (18487 pages)
    Edition: 1st edition
    DDC: 658.3008
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: The nation has transformed. The calls for racial equity are loud and insistent and they are now being listened to. And yet, companies across the country are still far behind when it comes to equity in the workplace. For decades, we've heard variations on the same theme on how to increase diversity and inclusion and we have still not moved. If we want equity to matter inside and outside the workplace, if we want to be real allies for change, then we need a new approach. We need to stop following trends. We need to lead change. In Authentic Diversity, culture change expert and diversity speaker, Michelle Silverthorn, explains how to transform diversity and inclusion from mere lip service into the very heart of leadership. Following the journey of a Black woman in the workplace, leaders learn the old rules of diversity that keep failing her and millions like her again and again, and the new rules they must put in place to make success a reality for everyone. A millennial, immigrant, and Black woman in America, Michelle will show you how to lead a space centered on equity, allyship, and inclusion and how together we can build a new organization, and nation, centered on justice.
    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 ...
  • 48
    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 ...
  • 49
    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 ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469080369
    Language: English
    Pages: 1 online resource (36183 pages)
    Edition: 1st edition
    DDC: 332.640285
    Keywords: Artificial intelligence Financial applications ; Investments ; Audiobooks ; Investments ; Audiobooks ; Intelligence artificielle ; Applications financières ; Investissements ; Investments ; Artificial intelligence ; Financial applications ; Livres audio ; Audiobooks ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: The rise of artificial intelligence is nothing short of a technological revolution. AI is poised to completely transform asset management and investment banking, yet its current application within the financial sector is limited and fragmented. Existing AI implementations tend to solve very narrow business issues, rather than serving as a powerful tech framework for next-generation finance. Artificial Intelligence for Asset Management and Investment provides a strategic viewpoint on how AI can be comprehensively integrated within investment finance. No other book on the market takes such a wide-ranging approach to using AI in asset management. With this guide, you'll be able to build an asset management firm from the ground up-or revolutionize your existing firm-using artificial intelligence as the cornerstone and foundation. This is a must, because AI is quickly growing to be the single competitive factor for financial firms. With better AI comes better results. Until now, it has been prohibitively difficult to map the high-tech world of AI onto complex and ever-changing financial markets. Artificial Intelligence for Asset Management and Investment makes this difficulty a thing of the past, providing you with a professional and accessible framework for setting up and running artificial intelligence in your financial operations.
    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 ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711076
    Language: English
    Pages: 1 online resource (20426 pages)
    Edition: 1st edition
    DDC: 658.3008
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Learn to create an inclusive environment with this actionable and insightful resource Allies and Advocates: Creating an Inclusive and Equitable Culture delivers a powerful and useful message about inclusion and diversity in everyday life. Author Amber Cabral, a celebrated inclusion strategist, speaker, and writer, shows listeners how to move away from discriminatory/unjust behaviors and support and build meaningful connections with people across our diverse backgrounds and identities. While some books settle for vague advice and catchphrases, listeners of Allies and Advocates will benefit from the book's: - straightforward style and applicable action items - real-world examples highlighting inclusion best practices - implementable tactics to assist people in seeing how they can help create an inclusive environment Perfect for anyone who works in a professional environment, Allies and Advocates is especially useful for those in middle and upper management and those involved in the training and orientation of employees.
    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 ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710420
    Language: English
    Pages: 1 online resource (18973 pages)
    Edition: 1st edition
    DDC: 428.1
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Business is just like any sector or topic, with its own language, customs, codes, and terminologies. Different aspects of business can have their own distinctive terminology, which can also overlap. In 30 Days to a More Powerful Business Vocabulary, Dan presents over 500 words and short expressions from a variety of different business categories. Each section introduces approximately twenty-five words. Each of the words are initially presented in a story or conversation, so you can experience the correct context in which the words are used. Dan then discusses each word or phrase and its definition. Finally, he reinforces the word and its meaning with another example in a sentence. And of course, Dan has you make all of the words a part of your permanent vocabulary by using his thirty-day learning program, based on well-known super-learning principles. There are four sections on banking and finance, four on marketing, and four on negotiation. Other sections focus on sales, entrepreneurship, human resources, e-business, leadership, and an all-new section on remote learning! As the world changes, language changes with it-and both are changing very fast. With 30 Days to a More Powerful Business Vocabulary, you'll keep pace with those changes and watch your career benefit as a result!
    Note: Online resource; Title from title page (viewed January 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469079141
    Language: English
    Pages: 1 online resource (17588 pages)
    Edition: 1st edition
    DDC: 303.3/4
    Keywords: Leadership ; Organizational effectiveness ; Business ; Leadership ; Audiobooks ; Efficacité organisationnelle ; Affaires ; Organizational effectiveness ; Leadership ; Business ; Leadership ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: Create loyal, engaged, and results-focused teams and organizations using a practical five-part servant leadership formula. Think of a world where people go to work completely engaged, are inspired to do more than they ever thought possible, remain 100% loyal to the teams and organizations they belong to, are achieving mind-blowing results, and gladly and even passionately follow their leader's direction. Is that a world you want to be a part of? The reality is, you really can! In his work with hundreds of leaders and teams, Michael Rogers has created a practical approach to leadership that works. It is the Care to Lead Leader. Care to Lead Leaders are different than most leaders. Most leaders talk of caring with their lips but are far from actually leading with their hearts. Care to Lead Leaders lead from their heart. They understand that leading from the heart wins the hearts of those they lead, which makes leading more purposeful and a lot easier. After listening to this book, you'll have the tools to apply practical servant leadership approaches that create buy-in into bigger visions, improve loyalty and engagement, and move your teams and organizations to unprecedented levels of action.
    Note: Online resource; Title from title page (viewed April 14, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469078380
    Language: English
    Pages: 1 online resource (18909 pages)
    Edition: 1st edition
    DDC: 658.4/092
    Keywords: Leadership ; Management Technological innovations ; Vigilance (Psychology) ; Business ; Audiobooks ; Leadership ; Gestion ; Innovations ; Vigilance (Psychologie) ; Vigilance (Psychology) ; Management ; Technological innovations ; Leadership ; Business ; Affaires ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: When turbulence is the new normal, an organization's survival depends on vigilant leadership that can anticipate threats, spot opportunities, and act quickly when the time is right. In See Sooner, Act Faster, strategy experts George Day and Paul Schoemaker offer tools for thriving when digital advances intensify turbulence. Vigilant firms have greater foresight than their rivals, while vulnerable firms often miss early signals of external threats and organizational challenges. Charles Schwab, for example, was early to see and act on the promise of "robo-advisors"; Honeywell, on the other hand, stumbled when Nest Labs came out first with a "smart" thermostat. Day and Schoemaker show leaders how to assess their vigilance capabilities and cultivate insight and foresight throughout their organizations. They draw on a range of cases, including Adobe and Intuit's move to the cloud, Shell's investment in clean energy, and MasterCard's early recognition of digital challenges. Day and Schoemaker describe how to allocate the scarce resource of attention, how to detect weak signals and separate them from background noise, and how to respond strategically before competitors do. The challenge is not just to act faster but to act wisely, and the authors suggest ways to create dynamic portfolios of options.
    Note: Online resource; Title from title page (viewed January 28, 2020) , 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: 9781469081212
    Language: English
    Pages: 1 online resource (27068 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS / General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Simply broadcasting a message to millions by social media accomplishes little for most businesses. Dan S. Kennedy and Kim Walsh Phillips are here to tell it like it is: If you're not focusing on converting social media traffic into sales, you might as well set your money on fire. Kennedy and Walsh Phillips teach you the customer-getting, sales-boosting direct response strategies you must employ with every social media campaign so you can stop accepting non-monetizable "likes" and "shares" as a return on your time. You'll learn: six direct-response principles that must be applied to social media marketing; the most powerful marketing tactic (per Google); how to get riches with niches and become a magnet to your customers; the monetizing magic of crafting effective emails; the number-one way to prevent wasted marketing dollars; five ways to grow your list for free (before spending a dime on advertising); how to turn passive content into an active conversion tool; how to create raving fans who introduce you to their networks; how to turn niches into riches, laser in on your perfect prospects, and ignore the "tire kickers"; and how to harness the biggest secret in social media-offline. Discover the principles behind successful marketing campaigns and start making dollars and cents out of your social media strategy.
    Note: Online resource; Title from title page (viewed June 30, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469079646
    Language: English
    Pages: 1 online resource (28014 pages)
    Edition: 1st edition
    DDC: 658.4/22
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS / General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Serving on a board is like having a second full-time job. Earning a seat on a board is a rite of passage for senior leaders. Serving on a board is an opportunity to share your skills and extend your reach beyond your own organization as you help select, appoint, and review the performance of an organization's senior leadership team, determine compensation and incentive plans, approve strategic decisions, and ensure the financial well-being of the organization in both the short- and long-term. But in today's increasingly complex business environment, serving on a board also means working to address detailed issues such as increasing diversity on the board itself and in the organization, ensuring a risk-mitigation plan that prepares the organization for everything from hackers to sexual predators, and navigating big-picture challenges such as the unprecedented pace of change and disruption-all while managing financials and shareholder expectations. We've combed through hundreds of articles in the Harvard Business Review archive and selected the ten most important ones to help you address classic challenges such as increasing diversity, ensuring a culture that reflects company values, and providing strategic oversight while also addressing emerging issues such as shareholder activism, cybersecurity, and ever-shifting regulations.
    Note: Online resource; Title from title page (viewed July 7, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663710727
    Language: English
    Pages: 1 online resource (28907 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: How to be human at work. Each book in the HBR's Emotional Intelligence series offers proven research showing how our emotions impact our work lives, practical advice for managing difficult people and situations, and inspiring essays on what it means to tend to our emotional well-being at work. Uplifting and practical, these books describe the social skills that are critical for ambitious professionals to master. This four-volume set includes Happiness, Resilience, Mindfulness, and Empathy.
    Note: Online resource; Title from title page (viewed December 29, 2020) , 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: 9781469078069
    Language: English
    Pages: 1 online resource (21525 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Many researchers, scholars, and analysts fail to develop communication strategies that work in today's crowded landscape of content, research, and data. To be successful, modern researchersneed to share their insights with the wider audience that lies beyond academia. Elevate the Debate helps researchers of all types more effectively communicate their work in any number of areas, from traditional news outlets to the new media platforms of the digital age. After listening to this book, you will be inspired and equipped to use traditional and digital media environments to your advantage. This real-world guide helps you present your data-driven research with greater clarity, coherence, and impact. An array of practical strategies and proven techniques enables you to make your research accessible to diverse audiences, form engaging narratives, and design and implement meaningful outreach plans. Each chapter examines a specific communications strategy, such as data visualization, presentation skills, social media, blog writing, and reporter interactions. Written by expert members of the Urban Institute's Communication department, and edited by Jonathan Schwabish, a Senior Fellow at Urban, Elevate the Debate guides you on how to use the media environment to your advantage and make a difference through policy insights and policy solutions.
    Note: Online resource; Title from title page (viewed March 31, 2020) , 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: 9781469078007
    Language: English
    Pages: 1 online resource (27424 pages)
    Edition: 1st edition
    DDC: 658.11
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS / General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: First published in 2012, Startup Communities became a blueprint for what it takes to build a supportive entrepreneurial community. Now regarded as a classic, the "Boulder Thesis" created and popularized by Feld within the book generated enormous media attention nearly a decade ago. At that time, Boulder was an emerging startup laboratory-a hub of innovation building new tech businesses. It quickly accelerated into a world-class ecosystem for entrepreneurs. Boulder's entrepreneurial density, combined with the geographic concentration of entrepreneurial activity around the Boulder downtown core, made it a hotbed of startup activity. Thanks in part to the book, what happens in Boulder now leaves Boulder. Rapidly growing startup communities in Atlanta, Detroit, Denver, Kansas City, Nashville, and Indianapolis are just a few examples. Startup communities continue to pop up across the US and around the world, prompting fresh new revelations and stories from Feld about what's happened over the last decade. Startup Communities 2nd Edition describes what makes a startup community ecosystem first click, then hum, and in time, excel. The book also discusses the necessary dynamics and pre-conditions of building communities of entrepreneurs who can feed off each other's talent, creativity, and support.
    Note: Online resource; Title from title page (viewed October 20, 2020) , 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: 9781469078960
    Language: English
    Pages: 1 online resource (36075 pages)
    Edition: 1st edition
    DDC: 658.4/092
    Keywords: Strategic planning ; Organizational behavior ; Leadership ; Business ; Leadership ; Audiobooks ; Comportement organisationnel ; Leadership ; Affaires ; BUSINESS & ECONOMICS / Leadership ; Strategic planning ; Organizational behavior ; Leadership ; Business ; Downloadable audio books ; Planification stratégique ; Audiobooks ; Livres audio
    Abstract: Move past the obstacles and implement your new strategy Move is your guide to mobilizing your whole organization to take your business forward. Whatever your needed transformation may be: a new initiative, a new market, a new product, your fresh strategy is up against a powerful foe: an organization's tendency to stay very busy and completely engaged what it's already doing. This book shows you how to cut through resistance and get your team engaged and proactively doing the new thing! Author Patty Azzarello draws on over twenty-five years of international business management experience to identify the chronic challenges that keep organizations from decisively executing strategy, and to give you a practical game plan for breaking through. Leaders tend to assume that stalls in execution are inevitable, unchanging parts of the workplace-but things can change. At the heart of every execution problem is the fact that there simply are not enough people doing what the business needs. This guide shows you how to get your entire organization on board-remove the fear, excuses, and hurdles-and uphold the new pursuit against distractions and dissent. No transformation can succeed without suitable engagement from the whole organization, but building engagement can be difficult, uncomfortable, and tentative. This book shows you how to get it done.
    Note: Online resource; Title from title page (viewed April 21, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    ISBN: 9781469079707
    Language: English
    Pages: 1 online resource (26425 pages)
    Edition: 1st edition
    DDC: 658.4/092082
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; Women in Business ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: What will it take to create a more gender-balanced workplace? We've combed through hundreds of articles in the Harvard Business Review archive and selected the most important ones to help you understand where gender equality is today-and how far we still have to go. This book will inspire you to: better understand the path women must take to leadership; learn the root causes of the barriers that exist for women in the workplace; check your own gender biases and distinguish between confidence and competence in your colleagues; manage a more effective gender-diversity program; recognize the issues women face when speaking up about bias or harassment; and help women reenter the workforce after taking time off-and create opportunities for them to reach their ambitions.
    Note: Online resource; Title from title page (viewed March 31, 2020) , 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: 9781663711670
    Language: English
    Pages: 1 online resource (26871 pages)
    Edition: 1st edition
    DDC: 658.4/06
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Build resilience in your company to weather the greatest crises. We've combed through hundreds of Harvard Business Review articles and selected the ten most important ones to help your company prepare for and overcome disruption, social upheaval, and disaster. This book will inspire you to: reposition your core business while launching a separate, disruptive business; build the ability to continually anticipate and adjust to emerging trends; prepare for the business implications of climate change; learn about the risks of hyperefficient businesses; develop organizational grit; rebound from a recession faster than your competitors; and lead your company through any kind of crisis.
    Note: Online resource; Title from title page (viewed December 29, 2020) , 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: 9781663709875
    Language: English
    Pages: 1 online resource (31484 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: In 2020, the workplace has been transformed and working from home has exploded. It may, in fact, be the new reality of working for many of us, some full-time, some as a hybrid work scenario. With some information and expert guidance, you can transform your workday, take control of your time, and explore exciting new opportunities. Great Pajama Jobs is your playbook. Until recently, you may have gone to an office that was uninspiring or chaotic, or spent a large part of your busy day responding to emails and working on computer-tasks that could easily be accomplished from home. You may have spent hours commuting each day. Then too, you may be a military spouse in search of an ideal remote job to take with you to a new base, or you may need to manage your personal health issues or caregiving duties. Or you may simply want to inch a little closer to a more favorable work-life balance. The truth is, you may need the autonomy and flexibility of working remotely for a myriad of reasons. Great Pajama Jobs is your ultimate guide to finding a job where you can work remotely and advance your career while working in pajamas (or certainly something more comfortable than traditional work garb).
    Note: Online resource; Title from title page (viewed December 22, 2020) , 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: 9781469078489
    Language: English
    Pages: 1 online resource (44015 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: This book explains why AI is unique, what legal and ethical problems it could cause, and how we can address them. It argues that AI is unlike any other previous technology, owing to its ability to take decisions independently and unpredictably. This gives rise to three issues: responsibility-who is liable if AI causes harm; rights-the disputed moral and pragmatic grounds for granting AI legal personality; and the ethics surrounding the decision-making of AI. The book suggests that in order to address these questions we need to develop new institutions and regulations on a cross-industry and international level. Incorporating clear explanations of complex topics, Robot Rules will appeal to a multi-disciplinary audience, from those with an interest in law, politics and philosophy, to computer programming, engineering, and neuroscience.
    Note: Online resource; Title from title page (viewed June 30, 2020) , 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] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469083285
    Language: English
    Pages: 1 online resource (33709 pages)
    Edition: 1st edition
    DDC: 330.951
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS / General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: A deeply revealing memoir of big wins and hard lessons from a seasoned executive caught smack in the middle of the trillion-dollar soft power struggle pitting China against Hollywood, the NBA, and American business. "Paced like a thriller, . . . Chris Fenton's bracingly candid business memoir Feeding the Dragon takes [listeners] deep behind the scenes of Hollywood's shaky foothold in China. Dealing at the highest levels with Chinese government officials and major American brands like Disney, Marvel, and the NBA, [Fenton] defied authorities on both sides of the superpower divide to make billions-and history. Thanks to a brisk, [engaging] storytelling style and an evenhanded, insider-level perspective . . ., Feeding the Dragon manages to be both timeless and timely. Captivating details on Robert Downey Jr., LeBron James, Kurt Cobain, [and] Michael Phelps, . . . (among others) will enthrall average fans and aspiring moguls alike. But the beating narrative heart remains Fenton's down-to-earth recounting of a headline-making journey. Ultimately, the intrepid exec builds a compelling case for the power of "cultural diplomacy": mutually-beneficial, soft power-sharing exchanges as a better way forward than the hardliner battle lines being drawn across Beijing, Washington, and Los Angeles." -Jamie Bryan, Fast Company contributor
    Note: Online resource; Title from title page (viewed October 6, 2020) , 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: 9781469076362
    Language: English
    Pages: 1 online resource (27873 pages)
    Edition: 1st edition
    DDC: 658.4/063
    Keywords: Business Technological innovations ; Marketing research ; Creative ability in business ; Consumers Research ; Success in business ; Business ; Audiobooks ; Marketing ; Recherche ; Créativité dans les affaires ; Consommateurs ; Recherche ; Succès dans les affaires ; Affaires ; Business ; Business ; Technological innovations ; Consumers ; Research ; Creative ability in business ; Marketing research ; Success in business ; Affaires ; Innovations ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: Don't fly blind. See how the power of experiments works for you. When it comes to improving customer experiences, trying out new business models, or developing new products, even the most experienced managers often get it wrong. They discover that intuition, experience, and big data alone don't work. What does? Running disciplined business experiments. And what if companies roll out new products or introduce new customer experiences without running these experiments? They fly blind. That's what Harvard Business School professor Stefan Thomke shows in this rigorously researched and eye-opening book. It guides you through best practices in business experimentation, illustrates how these practices work at leading companies, and answers some fundamental questions: What makes a good experiment? How do you test in online and brick-and-mortar businesses? In B2B and B2C? How do you build an experimentation culture? Also, best practice means running many experiments. Indeed, some hugely successful companies, such as Amazon, Booking.com, and Microsoft, run tens of thousands of controlled experiments annually, engaging millions of users. Thomke shows us how these and many other organizations prove that experimentation provides significant competitive advantage.
    Note: Online resource; Title from title page (viewed April 21, 2020) , 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: 9781469075525
    Language: English
    Pages: 1 online resource (26702 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS / General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: The compelling story of how one man took a 150-year-old family recipe and disrupted the entire liquor industry one sip, one bottle, one handshake at a time Tom Bulleit stood on a stage before a thousand people inside a tent the size of a big-top. It was both his thirtieth wedding anniversary and his birthday. But there was another thing to celebrate: the dedication of the new Bulleit Distillery in Shelbyville, Kentucky. His great-great-grandfather, Augustus, created his first batch of Bulleit Bourbon around 1830. A century and a half later, Tom fulfilled his lifelong dream, revived the old family bourbon recipe, and started Bulleit Distilling Company. Eventually, Tom was named a member of the Honorable Order of Kentucky Colonels, and elected to the Kentucky Bourbon Hall of Fame. Thinking back on all his achievements, Tom was overcome by a wave of emotion. He looked into the sea of faces and said, "I don't believe our lives are told in years . . . or months . . . or weeks. I believe we live our lives in moments." Tom's book Bulleit Proof is just that-a life told in moments. Moments of joy, triumph, hardship, persistence, and success. His is a story of survival: in war, in business, in life. Tom faced death twice: in a foxhole and in a cancer ward. In Bulleit Proof, Tom reveals all, pulls no punches, and lets you into his heart.
    Note: Online resource; Title from title page (viewed June 9, 2020) , 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: 9781663710741
    Language: English
    Pages: 1 online resource (32128 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS / Entrepreneurship ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: In Jeff Bezos's own words, the core principles and philosophy that have guided him in creating, building, and leading Amazon and Blue Origin. In this collection of Jeff Bezos's writings-his unique and strikingly original annual shareholder letters, plus numerous speeches and interviews that provide insight into his background, his work, and the evolution of his ideas-you'll gain an insider's view of the why and how of his success. Spanning a range of topics across business and public policy, from innovation and customer obsession to climate change and outer space, this book provides a rare glimpse into how Bezos thinks about the world and where the future might take us. Written in a direct, down-to-earth style, Invent and Wander offers listeners a master class in business values, strategy, and execution. Each insight offers new ways of thinking through today's challenges-and more importantly, tomorrow's-and the never-ending urgency of striving ahead, never resting on one's laurels. Everyone from CEOs of the Fortune 100 to entrepreneurs just setting up shop to the millions who use Amazon's products and services in their homes or businesses will come to understand the principles that have driven the success of one of the most important innovators of our time.
    Note: Online resource; Title from title page (viewed November 17, 2020) , 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: 9781469078786
    Language: English
    Pages: 1 online resource (21869 pages)
    Edition: 1st edition
    DDC: 658.4063
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: The Fourth Industrial Revolution is driving change at an unprecedented pace, level, and intensity that is impacting businesses across industries, not to mention our everyday lives. We are rapidly blurring the physical and the digital, transforming the way we live and, in some sense, what it even means to be human. Whether we run a startup or multinational, a nonprofit or academic institution, a city or a whole country, we need to embrace this change to not just survive but thrive under these new realities. In Fearless Innovation, Cisco's managing director of innovation strategy and programs explores how, no matter their function, leaders and managers can cut through the noise to understand change and deliver real results. Goryachev's actionable, consistent, and timeless innovation principles offer a blueprint to driving growth, enacting change, increasing the bottom line, and creating clear measurable value. Featuring diverse case studies of some of today's most innovative organizations, this down-to-earth guide provides advice and clear steps on how to: get teams to embrace innovation beyond empty slogans; focus on execution of innovation through leadership and strategy; measure the real effects of innovation to showcase ROI and attract investment; and more.
    Note: Online resource; Title from title page (viewed March 10, 2020) , 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: 9781469076546
    Language: English
    Pages: 1 online resource (7119 pages)
    Edition: 1st edition
    DDC: 303.3
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Gaining power can help you influence others and bring about change. But the misuse of power, especially as a leader, can lead to mistrust, corruption, and abusive behavior. How do you strike the right balance to have the greatest positive impact? This book explains how wielding power affects your emotions and decision making and helps you avoid the traps that lead to negative consequences. With the latest psychological research and practical advice from leading experts, you'll learn how to use soft power to persuade others, fix unhealthy power dynamics in your team, use compassion to connect better with others, and remain ethical in your choices and actions. How to be human at work. HBR's Emotional Intelligence series features smart, essential commentary on the human side of professional life from the pages of Harvard Business Review. Each book in the series offers proven research showing how our emotions impact our work lives, practical advice for managing difficult people and situations, and inspiring essays on what it means to tend to our emotional well-being at work. Uplifting and practical, these books describe the social skills that are critical for ambitious professionals to master.
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781639290970 , 1639290974 , 9781639290963 , 1639290966
    Language: English
    Pages: 1 online resource (1 audio file (09 hr., 59 min., 29 sec.))
    Edition: Unabridged.
    DDC: 650.1/3
    Keywords: Organizational behavior ; Organizational change ; Quality of work life ; Employee motivation ; Organizational Innovation ; Comportement organisationnel ; Changement organisationnel ; Qualité de la vie au travail ; Personnel ; Motivation ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: A renowned business psychologist, advisor, and consultant to the world's leading companies reveals the key to greater success, meaning, and joy at work Technology has enabled us to be more interconnected today than ever before. So why do so many of us feel isolated and undervalued at work? Why does it feel like something is missing? It doesn't have to be this way. In these rapidly changing, challenging times, how do we-YOU-develop the intuition, self-awareness, and interpersonal agility required to prosper? Here's what we've lost track of: organizations are run by people, and people run on emotions. Strong relationships are the bedrock of lasting success, meaning, and joy at work. In this life-changing guide, Dr. Melanie Katzman shows you an impactful approach to connect first as fellow humans, then as coworkers and colleagues, to forge the deep bonds that make a significant difference. Learn how to: * Establish respect and make others feel valued * Engage all of your senses to create a truly inclusive culture * Become popular and be the person everyone wants to work with * Grow loyalty by making it about them-your coworkers * Resolve conflicts by remaining curious and open with others * Fight fear (and prepare for the future) by stepping outside your comfort zone and experimenting with new ideas * Have a big impact by leveraging your platform, living your values, and leading the change Dr. Katzman presents 52 actions you can take immediately to create a deeply rewarding work life by connecting to yourself, your organization, and the world at large. These are the same powerful techniques she has used with leaders and employees at the world's top companies to enhance productivity and foster fulfillment and joy at work-the hallmarks of true success.
    Note: Online resource; title from title details screen (OverDrive, viewed January 13, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Place of publication not identified] : McGraw Hill-Ascent Audio
    ISBN: 9781639291038 , 1639291032 , 9781639291021 , 1639291024
    Language: English
    Pages: 1 online resource (1 audio file (13 hr., 15 min., 06 sec.))
    Edition: Unabridged.
    Parallel Title: Erscheint auch als
    DDC: 658.4/092
    Keywords: Leadership ; Influence (Psychology) ; Motivation (Psychology) ; Organizational behavior ; Leadership ; Motivation ; Leadership ; Influence (Psychologie) ; Motivation (Psychologie) ; Comportement organisationnel ; Influence (Psychology) ; Leadership ; Motivation (Psychology) ; Organizational behavior ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: The much-anticipated follow-up to Contagious Culture shows aspiring leaders how to embody the qualities they wish to cultivate in their organizations. In Contagious Culture, Anese Cavanaugh proved that it's possible to create an energized and engaged organizational culture that spreads from person to person. Now, in Contagious You, she hones in on the individual, showing us how each of us is contagious in our own way and stressing the importance of leading with intention to achieve positive results. For anyone who's sought to create change, or felt sucked into the drama and chaos of a toxic work environment, this book will advance the notion that everyone at an organization is a leader - for good or for bad - and that leaders have tremendous power to influence those who follow their example. The quality of our leadership is based upon our intentions, energy, and presence. By emphasizing authorship, self-care, and response-ability (not responsibility) as leadership skills and therefore cultural amplifiers, Contagious You shows you how to walk the path of more effective leadership while navigating the road blocks in your way. Whether these road blocks are working with negative co-workers with secret agendas and unrealistic expectations, or just the general "busyness" of life and its excessive demands, this book will take you on a journey to create more space, more courageous leadership, and stronger collaboration to influence others and create the impact you desire. The common denominator is YOU. No matter what level you're on, your intentions, energy, and presence impact your ability to do anything within your life. Contagious You is an invitation to UNLOCK your own power. YOU set the tone. YOU are the culture. So show up, lead, and intentionally become the change you wish to see
    Note: Online resource; title from title details screen (OverDrive, viewed January 13, 2022)
    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: 9781469069432
    Language: English
    Pages: 1 online resource (117413 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; Industrial Management ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: This new and significantly revised edition of Implementing Six Sigma goes well beyond traditional Six Sigma methodologies,introducing an enhanced roadmap-S4/IEE (Smarter Six Sigma Solution ssm/Integrated Enterprise Excellence). This cutting-edge approach offers a solution to the common problem of sustaining Six Sigma activities and downplays the traditional policy stating that Six Sigma projects must have a defined defect. A variety of plans,checklists, metrics, and warnings of potential pitfalls provide thorough preparation for anyone implementing Six Sigma strategies. With new coverage of Six Sigma infrastructure building,benchmarking, and real-world "lessons learned," this Second Edition is the best available tool for implementing these powerful,profit-building strategies.
    Note: Online resource; Title from title page (viewed October 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469073675
    Language: English
    Pages: 1 online resource (36036 pages)
    Edition: 1st edition
    DDC: 158.1
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: Prescriptions for imaginative living in today's noisy and ever-narrowing world Our social conversation has gone awry. We are surrounded by noise and retreating to social media bubbles. As conversations across ideological divides become increasingly difficult, we as a society need to rethink what it means to listen, to think, to create, and to be democratically engaged citizens. Fifteen Paths documents the journey of a disillusioned business professor who came to realize that in order to transcend the noise, we need more imaginative expressions and fewer argumentative ones. David Weitzner sought the counsel of fourteen iconoclastic artists, including Lee Ranaldo (Sonic Youth), Jeff Coffin (Dave Matthews Band), Mike Mignola (Hellboy), Lydia Lunch, and Del the Funky Homosapien. The book offers fifteen concrete courses of action to reimagine a socially engaged life and an afterword documenting the surprising outcome of the author's personal journey.
    Note: Online resource; Title from title page (viewed April 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469075228
    Language: English
    Pages: 1 online resource (40165 pages)
    Edition: 1st edition
    Keywords: Computers ; Electronic digital computers ; Audiobooks ; computers ; COMPUTERS ; Security ; General ; Electronic digital computers ; Computers ; Downloadable audio books ; Ordinateurs ; Audiobooks ; Livres audio
    Abstract: Cyber attacks perpetrated against businesses, governments, organizations, and individuals have been occurring for decades. Many attacks are discovered only after the data has been exploited or sold on the criminal markets. Cyber attacks damage both the finances and reputations of businesses and cause damage to the ultimate victims of the crime. From the perspective of the criminal, the current state of inconsistent security policies and lax investigative procedures is a profitable and low-risk opportunity for cyber attacks. They can cause immense harm to individuals or businesses online and make large sums of money-safe in the knowledge that the victim will rarely report the matter to the police. For those tasked with probing such crimes in the field, information on investigative methodology is scarce. While there are high-quality manuals for conducting digital examinations on a device or network that has been hacked, the Cybercrime Investigators Handbook is the first guide on how to commence an investigation from the location the offence occurred and collect the evidence necessary to locate and prosecute the offender. This valuable contribution to the field teaches listeners to locate, lawfully seize, preserve, examine, interpret, and manage the technical evidence that is vital for effective cybercrime investigation.
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469071305
    Language: English
    Pages: 1 online resource (48730 pages)
    Edition: 1st edition
    DDC: 006.3
    Keywords: Computers ; Computers ; Audiobooks ; computers ; COMPUTERS / Intelligence (AI) & Semantics ; Computers ; Downloadable audio books ; Ordinateurs ; Audiobooks ; Livres audio
    Abstract: Step into the future with AI The term "Artificial Intelligence" has been around since the 1950s, but a lot has changed since then. Today, AI is referenced in the news, books, movies, and TV shows, and the exact definition is often misinterpreted. Artificial Intelligence for Dummies provides a clear introduction to AI and how it's being used today. In this book, you'll get a clear overview of the technology, the common misconceptions surrounding it, and a fascinating look at its applications in everything from self-driving cars and drones to its contributions in the medical field. - Learn about what AI has contributed to society - Explore uses for AI in computer applications - Discover the limits of what AI can do - Find out about the history of AI The world of AI is fascinating-and this hands-on guide makes it more accessible than ever!
    Note: Online resource; Title from title page (viewed February 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469074948
    Language: English
    Pages: 1 online resource (39716 pages)
    Edition: 1st edition
    DDC: 370.7/2
    Keywords: Education Research ; Methodology ; Education Case studies Research ; Case method ; Qualitative research ; Audiobooks ; Recherche qualitative ; case method ; REFERENCE ; Research ; Qualitative research ; Education ; Research ; Methodology ; Education ; Research ; Case method ; Downloadable audio books ; Case studies ; Méthode des cas ; Audiobooks ; Livres audio
    Abstract: The bestselling guide to qualitative research, updated and expanded Qualitative Research is the essential guide to understanding, designing, conducting, and presenting a qualitative research study. This fourth edition features new material covering mixed methods, action research, arts-based research, online data sources, and the latest in data analysis, including data analysis software packages as well as narrative and poetic analysis strategies. A new section offers multiple ways of presenting qualitative research findings. The accessible, jargon-free style makes this book ideal for both novice and experienced researchers, emphasizing the role of a theoretical framework in designing a study while providing practical guidance. Qualitative research reaches beyond the what, where, and when of quantitative analysis to investigate the why and how behind human behavior and the reasons that govern such behavior, but this presents a number of significant challenges. This guide is an invaluable reference for students and practitioners alike, providing the deep understanding that this sometimes difficult area of research requires to produce accurate results.
    Note: Online resource; Title from title page (viewed August 6, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469069531
    Language: English
    Pages: 1 online resource (38624 pages)
    Edition: 1st edition
    DDC: 650.1/3
    Keywords: Business networks ; Career development ; Audiobooks ; Plan de carrière ; BUSINESS & ECONOMICS ; Motivational ; Career development ; Business networks ; Downloadable audio books ; Réseaux d'affaires ; Audiobooks ; Livres audio
    Abstract: Networking for Nerds provides a step-by-step guide to understanding how to access hidden professional opportunities through networking. With an emphasis on practical advice on how and why to network, you will learn how to formulate and execute a strategic networking plan that is dynamic, multidimensional, and leverages social media platforms and other networking channels. An invaluable resource for both established and early-career scientists and engineers (as well as networking neophytes!), Networking for Nerds offers concrete insight on crafting professional networks that are mutually beneficial and support the advancement of both your career goals and your scholarly ambitions. "Networking" does not mean going to one reception or speaking with a few people at one conference, and never contacting them again. Rather, "networking" involves a spectrum of activities that engages both parties, ensures everyone's value is appropriately communicated, and allows for the exploration of a win-win collaboration of some kind. Written by award-winning entrepreneur and strategic career planning expert Alaina G. Levine, Networking for Nerds is an essential resource for anyone working in scientific and engineering fields looking to enhance their professional planning for a truly fulfilling, exciting, and stimulating career.
    Note: Online resource; Title from title page (viewed January 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469074986
    Language: English
    Pages: 1 online resource (40619 pages)
    Edition: 1st edition
    DDC: 658.4092
    Keywords: Leadership ; Leadership ; Audiobooks ; BUSINESS & ECONOMICS ; General ; Leadership ; Downloadable audio books ; Leadership ; Audiobooks ; Livres audio
    Abstract: Is your leadership a competitive advantage, or is it costing you? How do you know? Are you developing your leadership effectiveness at the pace of change? For most leaders today, complexity is outpacing their personal and collective development. Most leaders are in over their heads, whether they know it or not. The most successful organizations over time are the best led. While this has always been true, today escalating global complexity puts leadership effectiveness at a premium. Mastering leadership involves developing the effectiveness of leaders-individually and collectively-and turning that leadership into a competitive advantage. This comprehensive roadmap for optimal leadership features: breakthrough research that connects increased leadership effectiveness with enhanced business performance; the first fully integrated Universal Model of Leadership; the five stages in the evolution of leadership-Egocentric, Reactive, Creative, Integral, and Unitive-along with the organizational structures and cultures that develop at each of these stages; six leadership practices for evolving your leadership capability at a faster pace; a map of your optimal path to greater leadership effectiveness; and case stories that facilitate pragmatic application of this Leadership Development System to your particular situation.
    Note: Online resource; Title from title page (viewed May 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469076607
    Language: English
    Pages: 1 online resource (37354 pages)
    Edition: 1st edition
    DDC: 005.8
    Keywords: Computers ; Electronic digital computers ; Audiobooks ; computers ; Electronic digital computers ; Computers ; Ordinateurs ; Downloadable audio books ; Audiobooks ; Audiobooks ; Livres audio
    Abstract: Investigate crimes involving cryptocurrencies and other blockchain technologies Bitcoin has traditionally been the payment system of choice for a criminal trading on the Dark Web, and now many other blockchain cryptocurrencies are entering the mainstream as traders are accepting them from low-end investors putting their money into the market. Worse still, the blockchain can even be used to hide information and covert messaging, unknown to most investigators. Investigating Cryptocurrencies is the first book to help corporate, law enforcement, and other investigators understand the technical concepts and the techniques for investigating crimes utilizing the blockchain and related digital currencies such as Bitcoin and Ethereum. Listen to this book to: understand blockchain and transaction technologies, set up and run cryptocurrency accounts, identify users of cryptocurrencies, and more. With nearly $150 billion in cryptocurrency circulating and $3 billion changing hands daily, crimes committed with or paid for with digital cash are a serious business. Luckily, Investigating Cryptocurrencies shows you how to detect it and, more importantly, stop it in its tracks.
    Note: Online resource; Title from title page (viewed December 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469071886
    Language: English
    Pages: 1 online resource (23520 pages)
    Edition: 1st edition
    DDC: 658.45
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; Business Communication ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Take a practical approach to the communication challenges in your workplace. Through eleven strategies, twenty-three tactics, and fifteen stories this handy how-to will help curious humans: - use the science of connection to create compelling communication - translate mind-numbing complexity into captivating simplicity - hijack the attention of, engage, and influence others Whether you're a leader looking to connect with your workforce; a member of a small team, hungry to make a difference; or at the helm of a global organization, with an eye on the horizon-this is a how-to for forward thinkers like you.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469076522
    Language: English
    Pages: 1 online resource (18962 pages)
    Edition: 1st edition
    DDC: 658
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: If you listen to nothing else on preparing for a tough economy and coming back stronger, listen to these ten articles. We've combed through hundreds of Harvard Business Review articles and selected the most important ones to help your company persevere through economic challenges and continue to grow even as your competitors stumble. This book will inspire you to get your company ready before a downturn strikes, learn the right lessons from previous recessions, minimize pain while cutting costs and managing risk, foster a healthy organizational culture during anxious times, and seize the opportunity to innovate and reinvent your business. This collection of articles includes "Seize Advantage in a Downturn," by David Rhodes and Daniel Stelter; "How to Survive a Recession and Thrive Afterward: A Research Roundup," by Walter Frick; "How to Bounce Back from Adversity," by Joshua D. Margolis and Paul G. Stoltz; "Rohm and Haas's Former CEO on Pulling Off a Sweet Deal in a Down Market," by Raj Gupta; "Leadership in a (Permanent) Crisis," by Ronald Heifetz, Alexander, Grashow, and Marty Linsky; "How to Be a Good Boss in a Bad Economy," by Robert I. Sutton; "Layoffs That Don't Break Your Company," by Sandra J. Sucher and Shalene Gupta; and "Getting Reorgs Right," by Stephen Heidari-Robinson and Suzanne Heywood.
    Note: Online resource; Title from title page (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469073613
    Language: English
    Pages: 1 online resource (40328 pages)
    Edition: 1st edition
    DDC: 658.8/1
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; Sales & Selling ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Why are you struggling to grow your business when everyone else seems to be crushing their goals? If you needed to triple revenue within the next three years, would you know exactly how to do it? Doubling the size of your business, tripling it, even growing ten times larger isn't about magic. It's not about privileges, luck, or working harder. There's a template that the world's fastest growing companies follow to achieve and sustain much, much faster growth. From Impossible to Inevitable details the hypergrowth playbook of companies like Hubspot, Salesforce.com (the fastest growing multibillion dollar software company), and EchoSign-a.k.a. Adobe Document Services (which catapulted from $0 to $144 million in seven years). Whether you have a $1 billion or a $100,000 business, you can use the same insights as these notable companies to learn what it really takes to break your own revenue records. Pinpoint why you aren't growing faster. Understand what it takes to get to hypergrowth. Nail a niche (the #1 missing growth ingredient). Discover what every revenue leader needs to know about building a scalable sales team. There's no time like the present to surpass plateaus and get off of the up-and-down revenue rollercoaster. Find out how now!
    Note: Online resource; Title from title page (viewed October 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469069791
    Language: English
    Pages: 1 online resource (32427 pages)
    Edition: 1st edition
    DDC: 658.7/87
    Keywords: Inventory control ; Business ; Audiobooks ; Affaires ; inventorying ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; Production & Operations Management ; Inventory control ; Business ; Downloadable audio books ; Gestion des stocks ; Audiobooks ; Livres audio
    Abstract: The bar is set high for inventory control professionals-and well-ordered stock rooms and records are just the beginning. Beyond core tasks such as locating items, you've got to project future business needs, hold down costs, and fix supply chain problems. You need strategic and financial knowledge, and the skills to manage many moving parts. Essentials of Inventory Management is the answer book that practitioners and students rely on. It breaks down the job into easy concepts and concrete steps. Examples, charts, review questions, formulas, and clear explanations help you track inventory costs; read balance sheets; calculate gross profit; set up a locator system; weigh pros and cons of bar codes and RFID; factor in replenishment costs; decide when to get rid of dead stock; pinpoint system dysfunctions; mitigate risks in the supply chain; and much more. New chapters in the third edition explain how to purchase inventory, pick the best location for a distribution center, and establish safety precautions for handling inventory.
    Note: Online resource; Title from title page (viewed February 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469075662
    Language: English
    Pages: 1 online resource (29129 pages)
    Edition: 1st edition
    DDC: 658.1/1
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; New Business Enterprises ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Refreshed, updated, and expanded. Do More Faster provides time-tested advice, tips, and experiences by founders and mentors of Techstars to help entrepreneurs succeed! David Cohen and Brad Feld, leading advocates for entrepreneurs and startups, team up to provide first-time entrepreneurs with the tools, insights, and experiences to help them do more faster. The authors share their decades of experience working with thousands of startup founders and have enlisted the advice of dozens of Techstars startup founders and mentors. Contributors include Tim Ferriss, Eric Ries, Matt Mullenweg (WordPress), Isaac Saldana (SendGrid), and other successful entrepreneurs. Cofounders of Techstars, the worldwide network that helps entrepreneurs succeed, Cohen and Feld recognize the daunting task of creating a sustainable business and have seen first-hand the common mistakes first-time entrepreneurs make over and over. The authors take the complexity and uncertainty of starting a business and distill the critical factors into seven themes: Ideas and Vision, People, Working Effectively, Product, Fundraising, Legal and Structure, and Work and Life Harmony. They share their hard-won successes, failures, and advice for anyone with an idea who wants to create a business.
    Note: Online resource; Title from title page (viewed July 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469075686
    Language: English
    Pages: 1 online resource (37257 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Double your odds of leading successful, sustainable change Leaders aren't short on access to change management advice, but the jury has long been out as to which approach is the best one to follow. With the publication of Beyond Performance 2.0, the verdict is well and truly in. By applying the approach detailed by authors Scott Keller and Bill Schaninger, the evidence shows that leaders can more than double their odds of success-from thirty percent to almost eighty. Whereas the first edition of Beyond Performance introduced the authors' "Five Frames of Performance and Health" approach to change management, the fully revised and updated Beyond Performance 2.0 has been transformed into a truly practical "how to" guide for leaders. Every aspect of how to lead change at scale is covered in a step-by-step manner, always accompanied by practical tools and real-life examples.
    Note: Online resource; Title from title page (viewed July 16, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469075143
    Language: English
    Pages: 1 online resource (86503 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Downloadable audio books ; BUSINESS & ECONOMICS ; Nonprofit Organizations & Charities ; General ; Audiobooks ; Livres audio
    Abstract: Achieving Excellence in Fundraising is the go-to reference for fundraising principles, concepts, and techniques. With comprehensive guidance toward the fundraising role, this book reflects the latest advances in fundraising knowledge. Coverage includes evolving technologies, the importance of high net worth donors, global fundraising perspectives, results analysis and performance evaluation, accountability, and credentialing, with contributions from noted experts in the field. You'll gain essential insight into the practice of fundraising and the fundraising cycle. With contributions from members of The Fund Raising School and the faculty of Indiana University's Lilly Family School of Philanthropy, this new edition includes detailed guidance on nonprofit accounting practices as defined by the Financial Accounting Standards Board and the American Institute of Certified Public Accountants, rounding out the complete, thorough coverage of the fundraising profession. Designed to provide both theory and practical knowledge, this book is an all-in-one resource for anyone who performs fundraising duties.
    Note: Online resource; Title from title page (viewed August 13, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469077284
    Language: English
    Pages: 1 online resource (41397 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Downloadable audio books ; BUSINESS & ECONOMICS ; Nonprofit Organizations & Charities ; Management & Leadership ; Audiobooks ; Livres audio
    Abstract: Let's be honest. Most books about financial management are densely written, heavy on jargon, and light on practicality. Expert financial consultant and author Tom McLaughlin takes a different approach with his fourth edition of Streetsmart Financial Basics for Nonprofit Managers. This comprehensive guide provides effective, easy-to-use tips, tools, resources, and analyses. The light, humorous tone in Streetsmart Financial Basics for Nonprofit Managers makes it an accessible resource for nonprofit executives, board members, students, and those new to the field. This book forgoes useless, pretentious verbiage in order to outline real-world strategies that work. This edition includes: new insights, updates, vignettes, case studies, and examples to deal with the implications of nonprofit financial management; an examination of nonprofit business models in relation to growing demands from the government and other funders; how to construct business plans for virtually any nonprofit entity; and a guided tour through common aspects of nonprofit management, such as financial analysis, accounting, and operations. Practical and informative, Streetsmart Financial Basics for Nonprofit Managers is the go-to financial management reference for nonprofit managers, boards of directors, and funders.
    Note: Online resource; Title from title page (viewed November 26, 2019) , 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: 9781469071701
    Language: English
    Pages: 1 online resource (18035 pages)
    Edition: 1st edition
    DDC: 658.4/092
    Keywords: Teams in the workplace ; Audiobooks ; Teams in the workplace ; Downloadable audio books ; Équipes de travail ; Audiobooks ; Livres audio
    Abstract: Communicate, congregate, and collaborate more effectively than ever Smart Teams will help your team to go beyond personal productivity to enhance team productivity. Building on the concepts presented in Smart Work, which focuses on personal productivity, this book shows you how to turn unproductive team behaviors that create friction into "superproductive" behaviors that promote flow. Productivity is, at its core, a leadership issue-and this book provides practical guidelines that help you build a culture where productivity thrives. Working together can be a drag-literally. Email noise, unproductive meetings, and poorly organized projects can stifle creativity and disrupt everyone's workflow. But by creating team agreements that raise awareness of the negative impact of our behaviors, you build the desire and capability to change. This book is packed with tips, guidelines, and expert insights for leaders and managers at any level. People want their work to matter, they want to make an impact, and they want to do it all with a healthy work-life balance-productivity is the key to making it all happen. Smart Teams shows you how to implement the culture shift that will allow your team to flourish.
    Note: Online resource; Title from title page (viewed March 26, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469073576
    Language: English
    Pages: 1 online resource (22309 pages)
    Edition: 1st edition
    DDC: 658.3/124
    Keywords: Employees Handbooks, manuals, etc Counseling of ; Employees Handbooks, manuals, etc Coaching of ; Personnel management Handbooks, manuals, etc ; Mentoring in business Handbooks, manuals, etc ; Audiobooks ; Personnel ; Direction ; Guides, manuels, etc ; Mentorat dans les affaires ; Guides, manuels, etc ; BUSINESS & ECONOMICS ; Mentoring & Coaching ; Employees ; Coaching of ; Personnel management ; Mentoring in business ; Employees ; Counseling of ; Business ; Downloadable audio books ; Handbooks and manuals ; Personnel ; Counseling ; Guides, manuels, etc ; Audiobooks ; Livres audio
    Abstract: Become a more effective leader by discovering the resources you already have Pamela McLean, CEO and cofounder of the Hudson Institute for Coaching, has been at the forefront of the field for the past three decades, using clinical and organizational psychology to provide the highest-quality coaching and development training to professionals in organizations and solo practice worldwide. Now, Pamela is teaching listeners to cultivate their leadership potential through "use of self as instrument," a key dimension of developmental coaching that emphasizes the whole person. Self as Coach guides you along a path that interweaves six broad dimensions of your internal landscape into the fabric of great coaching. This creates lasting improvements, unlike more common remedial, tactical, or performance-based programs, which often only function as short-term solutions. - Develop leadership skills using internal resources you already possess - Achieve real improvements with long-lasting benefits - Based on methodology proven successful in business and personal settings - Includes useful practices and exercises for self-reflection and brainstorming
    Note: Online resource; Title from title page (viewed August 13, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469073491
    Language: English
    Pages: 1 online resource (10485 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; Personal Success ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Productivity Is Personal! When it comes to your own productivity, the smartest thing you can do is to learn what works best for you. Personal development author Gill Hasson helps you to discover how to manage your time and get things done with less stress and more efficiency. Being productive involves finding your own rhythm and getting things done in a way that works best for you; according to your circumstances, skills, and abilities and the time, energy, and resources you have. Productivity helps you to identify what might currently be getting in the way of you being more productive. It has plenty of ideas and suggestions, along with tips and techniques to help you get organized and be more productive. Develop a personal productivity mindset. Identify your optimum times of day. Plan your time purposefully. Manage difficulties and setbacks. Rather than work harder, work smarter. This book shows you how!
    Note: Online resource; Title from title page (viewed July 16, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469077765
    Language: English
    Pages: 1 online resource (24183 pages)
    Edition: 1st edition
    DDC: 650.1/1
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: WARNING: This book is not for the faint of heart, fawningly polite, or desperate to be liked. This book is expressively for entrepreneurs and business owners who wear many hats-those who can't resist piling more responsibility onto his own shoulders, who has more great ideas that time and resources to take advantage of them, who runs (not walks) through each day. Your time is incredibly valuable to you, and you are constantly "running out of it." Serial entrepreneur Dan S. Kennedy delivers a fresh take on the mantra "time is money" as he shows you how to drastically re-engineer your entire relationship with time and, if applied faithfully, achieve peak personal productivity and make lots and lots of money. Learn how to: accurately calculate the value of your time-and put a meter on those consuming it; slay time vampires; stop "productivus interruptus"-master the five time-defense tactics; achieve maximum productivity with Psycho-Cybernetics; The 8 No B.S. Time Truths never to violate despite the conspiracy against them; Become successful beyond your wildest dreams-apply the #1 most powerful personal discipline; the 10 time management techniques worth using. Only 10!; and Fire yourself! Replace yourself. Make more money from less time, and have more freedom to do big things!
    Note: Online resource; Title from title page (viewed November 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469077345
    Language: English
    Pages: 1 online resource (23052 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Improve your company's ability to avoid or manage crises Managing the Unexpected, Third Edition is a thoroughly revised text that offers an updated look at the groundbreaking ideas explored in the first and second editions. Revised to reflect events emblematic of the unique challenges that organizations have faced in recent years, including bank failures, intelligence failures, quality failures, and other organizational misfortunes, often sparked by organizational actions, this critical book focuses on why some organizations are better able to sustain high performance in the face of unanticipated change. High reliability organizations (HROs), including commercial aviation, emergency rooms, aircraft carrier flight operations, and firefighting units, are looked to as models of exceptional organizational preparedness. This essential text explains the development of unexpected events and guides you in improving your organization for more reliable performance. "Expect the unexpected" is a popular mantra for a reason: it's rooted in experience. Since the dawn of civilization, organizations have been rocked by natural disasters, civil unrest, international conflict, and other unexpected crises that impact their ability to function. Understanding how to maintain function when catastrophe strikes is key to keeping your organization afloat.
    Note: Online resource; Title from title page (viewed December 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469068138
    Language: English
    Pages: 1 online resource (32732 pages)
    Edition: 1st edition
    DDC: 650.1082
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Disrupters shows what different women in business have done to reach success as they define it. From board members to CEOs to freelancers, the business world is stacked against women because they follow the unspoken rules of business culture made long before women entered the workforce. Tech executive, board member, and angel investor Dr. Patti Fletcher recognizes those rules and then showcases the women who have found success by breaking them. With exciting insights and uplifting stories, Disrupters demystifies what it takes to go where so few have gone before by: - Exploring the mindsets that help or hinder success against all odds - Discovering the right time to begin the journey to a role that feels too big and too hard to obtain - Learning the habits, tactics, and relationships that separate those who succeed from those who do not - Building a personal board of directors that will catapult you to the professional boardroom - Revealing what it means to achieve your own version of success with case studies and interviews with women of diverse races, ages, backgrounds, and industries
    Note: Online resource; Title from title page (viewed January 17, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469071800
    Language: English
    Pages: 1 online resource (22918 pages)
    Edition: 1st edition
    DDC: 658.4/06
    Keywords: Self-help ; Audiobooks ; Downloadable audio books ; SELF-HELP ; Motivational & Inspirational ; Audiobooks ; Livres audio
    Abstract: Our world is changing faster than our ability to adapt. Ambushed by speed, complexity, and uncertainty, many of us are unprepared for this acceleration. We act on autopilot as new challenges confront us. We are too reactive to problems and miss out on opportunities. Stress and burnout are pervasive as many of us do not perform up to our potential. Organizations are not adapting well either. Seventy percent of change efforts fail. Slow execution, unrealized growth, unhealthy cultures, and obsession with short-term results undermine long-term success. Inside communities, there is more tension, diminishing trust in our institutions, and a growing inability to solve our most complex social problems. The primary culprit for these maladies is our lack of awareness. Let's face it: Our current approach to change is running out of steam. And the cost of unaware people is too high to pay. In this age of acceleration, we need a fresh approach to living and leading. Conscious is our wake-up call-to be aware, awake, and accountable. Nothing is more important than understanding ourselves, our relationships, and our surroundings. Being conscious helps us think deeper, learn faster, and collaborate better. The more conscious we are, the faster we adapt, and the higher performing we become. Conscious is the new smart.
    Note: Online resource; Title from title page (viewed July 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469073118
    Language: English
    Pages: 1 online resource (21364 pages)
    Edition: 1st edition
    Keywords: Computers ; Electronic digital computers ; Audiobooks ; computers ; COMPUTERS ; General ; Electronic digital computers ; Computers ; Downloadable audio books ; Ordinateurs ; Audiobooks ; Livres audio
    Abstract: A few decades into the digital era, scientists discovered that thinking in terms of computation made possible an entirely new way of organizing scientific investigation; eventually, every field had a computational branch: computational physics, computational biology, computational sociology. More recently, "computational thinking" has become part of the K-12 curriculum. But what is computational thinking? This volume in the MIT Press Essential Knowledge series offers an accessible overview. The authors explain that computational thinking (CT) is not a set of concepts for programming; it is a way of thinking that is honed through practice: the mental skills for designing computations to do jobs for us, and for explaining and interpreting the world as a complex of information processes. Mathematically trained experts (known as "computers") who performed complex calculations as teams engaged in CT long before electronic computers. The authors identify six dimensions of today's highly developed CT-methods, machines, computing education, software engineering, computational science, and design-and cover each in a chapter. Along the way, they debunk inflated claims for CT and computation while making clear the power of CT in all its complexity and multiplicity.
    Note: Online resource; Title from title page (viewed April 23, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469075549
    Language: English
    Pages: 1 online resource (47355 pages)
    Edition: 1st edition
    DDC: 332.6322
    Keywords: Business ; Audiobooks ; businesses (business enterprises) ; BUSINESS & ECONOMICS ; Investments & Securities ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: Widely respected and admired, Philip Fisher is among the most influential investors of all time. His investment philosophies, introduced almost forty years ago, are not only studied and applied by today's financiers and investors, but are also regarded by many as gospel. This book is invaluable for investors and has been since it was first published in 1958. This updated edition retains the investment wisdom of the original edition and includes the perspectives of the author's son Ken Fisher, an investment guru in his own right, in an expanded preface and introduction.
    Note: Online resource; Title from title page (viewed August 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469071947
    Language: English
    Pages: 1 online resource (23906 pages)
    Edition: 1st edition
    DDC: 658.4/022
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: As our workloads expand, attention has never been more valuable. Or more difficult to keep. In Can I Have your Attention?, Curt Steinhorst shows business leaders how to cut through the noise and get their employees back to work. Curt has spent years helping Fortune 500 companies overcome distraction and achieve focus. With technology creating endless opportunites to "improve productivity", people spend so much time responding to the interruptions that they've lost the ability to focus and do their jobs. Yet, the potential for harnessing the power of your team's attention has never been greater-if you can capture it. You'll learn how to: implement a comprehensive organizational strategy to increase focus and overcome digital distraction; take back control of the technology in your organization and life; establish a Communication Compact, defining how, when, and why your team will communicate with each other; create a "vault" to increase productivity, decrease stress, and boost your creativity; free yourself and your employees from the never-ending flood of emails and messages; and achieve unmatched focus in the age of distraction. The smartphone isn't going away. Learn the simple rules and guidelines that will improve focus and create the mental space needed for your people to work to their full potential.
    Note: Online resource; Title from title page (viewed November 26, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469071268
    Language: English
    Pages: 1 online resource (11434 pages)
    Edition: 1st edition
    Keywords: Audiobooks ; Audiobooks ; Livres audio ; Audiobooks
    Abstract: On almost a daily basis, we read stories in the news about high-profile male leaders, CEOs, venture capitalists, and entrepreneurs harassing and acting inappropriately toward the women with whom they work. Following such revelations, these men generally lose their jobs, and their companies lose valuable female talent, customers/clients, and their reputations. And, although we regularly hear stories about the "bro culture" that obstructs women's progress and creates hostile work environments for them, we haven't heard as much about the efforts of good men who want to change the in-office behavior of their teams and companies so that they and women they work with can realize their full potential and their businesses can thrive. This book teaches men and managers how to respond in these situations and how to lead by example. In WE: Men, Women, and the Decisive Formula for Winning at Work, Rania Anderson lends her guidance on this exact topic. Social mores have changed, and yet, well-intentioned managers simply don't always know what to do and what's appropriate and useful to actively recruit, retain, and advance more women into leadership. They want to be told how this can make a difference to them and how they can make a difference-this book shows you how to improve your own results and win in business.
    Note: Online resource; Title from title page (viewed February 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469068053
    Language: English
    Pages: 1 online resource (9366 pages)
    Edition: 1st edition
    Keywords: Business ; Audiobooks ; BUSINESS & ECONOMICS ; General ; Business ; Downloadable audio books ; Affaires ; Audiobooks ; Livres audio
    Abstract: You can't transform a team or an organization until you've transformed yourself. That's the idea behind Dave Arch's Transforming Leaders The Sandler Way, which offers a user-friendly guide to the fifty-two critical leadership lessons that support great careers and great teams.
    Note: Online resource; Title from title page (viewed January 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...