Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • English  (15,180)
  • Polish  (148)
  • Hungarian
  • Boston, MA : Safari  (15,180)
Datasource
Material
Language
Years
  • 101
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811910
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Explore all the tools and templates needed for data scientists to drive success in their biotechnology careers with this comprehensive guide Key Features Learn the applications of machine learning in biotechnology and life science sectors Discover exciting real-world applications of deep learning and natural language processing Understand the general process of deploying models to cloud platforms such as AWS and GCP Book Description The booming fields of biotechnology and life sciences have seen drastic changes over the last few years. With competition growing in every corner, companies around the globe are looking to data-driven methods such as machine learning to optimize processes and reduce costs. This book helps lab scientists, engineers, and managers to develop a data scientist's mindset by taking a hands-on approach to learning about the applications of machine learning to increase productivity and efficiency in no time. You'll start with a crash course in Python, SQL, and data science to develop and tune sophisticated models from scratch to automate processes and make predictions in the biotechnology and life sciences domain. As you advance, the book covers a number of advanced techniques in machine learning, deep learning, and natural language processing using real-world data. By the end of this machine learning book, you'll be able to build and deploy your own machine learning models to automate processes and make predictions using AWS and GCP. What you will learn Get started with Python programming and Structured Query Language (SQL) Develop a machine learning predictive model from scratch using Python Fine-tune deep learning models to optimize their performance for various tasks Find out how to deploy, evaluate, and monitor a model in the cloud Understand how to apply advanced techniques to real-world data Discover how to use key deep learning methods such as LSTMs and transformers Who this book is for This book is for data scientists and scientific professionals looking to transcend to the biotechnology domain. Scientific professionals who are already established within the pharmaceutical and biotechnology sectors will find this book useful. A basic understanding of Python programming and beginner-level background in data science conjunction is needed to get the most out of this book.
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 102
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 7+ Hours of Video Instruction Overview Learn How to Program with Java LiveLessons takes the learner from beginner to proficient, covering all the important concepts in Java: from basic syntax, to object-oriented basics, to using libraries, to building user interfaces. Description The Java programming language is designed specifically to be readable, secure, and highly performant; therefore, small and large companies make use of it, and knowing Java guarantees you a variety of career options for the foreseeable future. Becoming an effective Java programmer requires much more training than learning languages such as Python or JavaScript. In this course, Shaun bridges the gap and provides students with all the resources they need to effectively program in Java. This course provides a solid foundation in programming with Java. Shaun starts off teaching the basics, such as data types, basic syntax, and program structure with simple operations. He then moves into the basics of object-oriented programming in Java, then into more granular topics, such as mapping and user interfaces. About the Instructor Shaun Wassell is a senior software developer who specializes in full-stack development and software architecture. He manages teams of developers and teaches hundreds of thousands more how to create enterprise-ready applications. Shaun’s online courses have more than 300,000 learners, largely because of his passion for development and his focus on helping people apply their programming skills in the real world. He is a lifelong programmer and problem-solving addict whose goal is to help people solve meaningful problems by mastering the art of software development. Please don’t hesitate to get in touch with him about any opportunities or if you’d like to stay up to date on his other courses and live trainings. Skill Level Beginner What You Will Learn The art of thinking like a programmer The basics of Java in a fun and hands-on way Object-oriented programming and how it works, with many examples How to build user interfaces with Java’s Swing library How to use Java Collections to work with data effectively How to run multiple operations at the same time in Java Deployment options for Java applications Who Should Take This Course Junior developers Mid-level developers Course Requirements This is an entry-level course, so there are no mandatory prerequisites. Some existing knowledge of basic programming concepts might be he...
    Note: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 103
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663719232
    Language: English
    Pages: 1 online resource (35381 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In Leading with Empathy, acclaimed strategist and business leader Dr. Gautham Pallapa presents an insightful roadmap to leading people through adversity and empowering humans in the workplace, the home, and society. Through this book, the distinguished author examines the impact of recent world-shaking events and how they have impacted us as a species and as individuals. He explores how empathy can help alleviate some of the more harmful effects of hardship and offers key actions that empathic leaders can take to inspire their followers. Finally, the book describes how to transform the way we work by rethinking and reimagining existing processes and innovatively introducing strategic disruption. Leading with Empathy also includes: stories, anecdotes, and personal musings that grant visibility and validation to the suffering of others; exercises and strategies to reduce stress, anxiety, and improve happiness and positivity; and actions that enable leaders to empower people through empathy, collaboration, and communication. An essential resource for executives, managers, and business leaders of all types, Leading with Empathy will also earn a place on the bookshelves of military, athletic, and educational leaders who seek to inspire their followers and empower humanity in the face of adversity.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 104
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801815727
    Language: English
    Pages: 1 online resource (356 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Improve the scalability and maintainability of your applications by implementing a variety of design patterns using Kotlin Key Features Understand traditional and modern design patterns to improve the design of your application Combine the benefits of object-oriented, functional, reactive, and concurrent programming Choose the best microservices architecture and frameworks for your web application Book Description Design patterns are well-known solutions to common architectural problems as they allow you to solve many problems efficiently and create a shared vocabulary between developers. This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged. This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the idiomatic usage of coroutines, which have become a stable language feature. You'll begin by learning about the practical aspects of smarter coding in Kotlin, and will understand basic Kotlin syntax and the impact of design patterns on your code. The book also provides an in-depth explanation of the classical design patterns, such as Creational, Structural, and Behavioral families, before moving on to functional programming. You'll go through reactive and concurrent patterns, and finally, get to grips with coroutines and structured concurrency to write performant, extensible, and maintainable code. By the end of this Kotlin book, you'll have explored the latest trends in architecture and design patterns for microservices, as well as understanding the tradeoffs when choosing between different architectures. What you will learn Implement all the classical design patterns using the Kotlin programming language Apply reactive and concurrent design patterns to make your application more scalable Discover best practices in Kotlin and explore its new features Understand the key principles of functional programming and learn how they apply to Kotlin Find out how to write idiomatic Kotlin code and learn which patterns to avoid Harness the power of Kotlin to design concurrent and reliable systems with ease Create an effective microservice with Kotlin and the Ktor framework Who this book is for This book is for developers looking to apply design patterns they've learned from other languages in Kotlin to build reliable, scalable, and maintainable applicati...
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 105
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469080468
    Language: English
    Pages: 1 online resource (19603 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: What Is The Easiest, Fastest, and Most Surprising Way To Become a Wealth Magnet? How can anyone use it-no matter who you are, where you are, or what you do? Why has every successful person in history-from Seneca, Ford, Carnegie, Barnum, Rockefeller and Getty to Bezos, Musk, Gates, Buffett and Zuckerberg-used this secret? The answer will surprise you. It's called "Karmic Marketing." It's the secret of many titans and legends, mom and pop businesses, mega-successful online entrepreneurs, and even individuals with no business at all. All you need to implement this secret for your own wealth is the simple understanding of how to do it right. In this inspiring interview with globally famous author Joe Vitale, you'll find: the surprising secret of "Karmic Marketing"; how to become a "wealth magnet"; how to do it so it works every time; how to clear any hidden blocks to receiving wealth; how to add this simple method to any current marketing; how to reap the rewards without running a business at all; and how this method is a spiritual tool for awakening the planet.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 106
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 18+ Hours of Video Instruction Description An intensive study resource designed to guide you in best practices for exam success on the Java SE 11 Developer (1Z0-819) exam. Overview The Oracle Certified Professional: Java SE 11 Developer exam is the industry standard certification for Java programming skills. Java SE 11 Developer (1Z0-819) Complete Video Course is designed to make you successful in your Java certification exam journey. This over 20-hour video course focuses on exam key concepts and helps you hone your Java programming skills, so you are not only prepared to take the exam but become a better Java programmer. This study resource is fast-paced and focuses on elucidating both key concepts and difficult and unfamiliar topics. Each lesson is reinforced with clear instruction and focused discussions to help ensure a full understanding of the material, maximizing the potential of passing the exam. At the end of each lesson, there is a “Question Deep Dive” section that is modelled after the real exam format so you can familiarize yourself with how questions may appear on the exam as well as gain confidence before you take the test. Topics include Working with Java data types Controlling Program Flow and Exception Handling Java Object-Oriented Approach Working with Arrays and Collections Working with Streams and Lambda Expressions Java Platform Module System Concurrency Database Applications with JDBC, and Java IO Annotations, Localization, and Secure Coding in Java SE Application The code files for this course can be found at https://www.pearsonitcertification.com/store/java-se-11-developer-1z0-819-complete-video-course-9780137586806 . About the Instructor Simon Roberts started his computing career as a programmer in the early 1980s and built several of his own microprocessor-based computers. He moved to Sun Microsystems, Inc. in mid-1995, and almost immediately became Sun’s lead Java instructor in the United Kingdom. In 1998, Simon moved to Colorado, where he still lives. While at Sun, he created the Sun Certified Programmer, Developer, and Architect certifications, and worked in teams on several other certifications. He wrote three books on Java, including two certification study guides: One covering the Programmer and Developer exams, and one on the Architect exam. He left Sun in 2004 and became an independent instructor, architect, and software engineer. Skill Level Intermediate to Advanced Learn How To Work with Java date types Con...
    Note: Online resource; Title from title screen (viewed February 2, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 107
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Service-level objectives (SLOs) are a key component of the service-level agreement (SLA) between your business and your customers. SLOs define the level of service you’ve agreed to provide and offer a means to measure that service. As such, they’re critical for ensuring reliability...if used correctly. Join us for a special conversation on SLOs with Sam Newman and site reliability engineer Alex Hidalgo. You’ll learn how to build an SLO-based approach to reliability at your own organization as you explore everything from the concepts, philosophies, and definitions you need to know to the various components of SLOs, how to use them successfully, why they work, and how you can make them work for you. Along the way, Sam and Alex will also discuss some of the more complicated aspects of implementing an SLO-based approach, including how to create meaningful service-level indicators (SLIs) and how to assign accurate SLO targets so that you get useful alerts for your team—and company-wide buy-in. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around SLOs and SRE What’s coming next for infrastructure and ops This recording of a live event is for you because… You want to learn how to use SLOs at your company to improve resilience. You’re looking for ways to improve your incident response and engineering environment. Recommended follow-up: Read Implementing Service Level Objectives (book)
    Note: Online resource; Title from title screen (viewed February 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 108
    ISBN: 9780738460291
    Language: English
    Pages: 1 online resource (640 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: This IBM® Redbooks® publication captures several of the preferred practices and describes the performance gains that can be achieved by implementing the IBM SAN Volume Controller powered by IBM Spectrum® Virtualize Version 8.4.2. These practices are based on field experience. This book highlights configuration guidelines and preferred practices for the storage area network (SAN) topology, clustered system, back-end storage, storage pools and managed disks, volumes, Remote Copy services and hosts. It explains how you can optimize disk performance with the IBM System Storage Easy Tier® function. It also provides preferred practices for monitoring, maintaining, and troubleshooting. This book is intended for experienced storage, SAN, IBM FlashSystem®, IBM SAN Volume Controller, and IBM Storwize® administrators and technicians. Understanding this book requires advanced knowledge of these environments.
    Note: Online resource; Title from title page (viewed January 17, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 109
    ISBN: 9781801070799
    Language: English
    Pages: 1 online resource (588 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Successfully execute a strategic roadmap of digital transformation and modernize your enterprise with a proven API-led agile implementation approach by unlocking the full range of features in IBM API Connect Version 10 Key Features Explore techniques to design and deliver valuable customer-centric APIs using API Connect Manage your APIs with improved security and optimal performance across many channels Uncover hidden capabilities that help improve business agility and management within your API ecosystem Book Description IBM API Connect enables organizations to drive digital innovation using its scalable and robust API management capabilities across multi-cloud and hybrid environments. With API Connect's security, flexibility, and high performance, you'll be able to meet the needs of your enterprise and clients by extending your API footprint. This book provides a complete roadmap to create, manage, govern, and publish your APIs. You'll start by learning about API Connect components, such as API managers, developer portals, gateways, and analytics subsystems, as well as the management capabilities provided by CLI commands. You'll then develop APIs using OpenAPI and discover how you can enhance them with logic policies. The book shows you how to modernize SOAP and FHIR REST services as secure APIs with authentication, OAuth2/OpenID, and JWT, and demonstrates how API Connect provides safeguards for GraphQL APIs as well as published APIs that are easy to discover and well documented. As you advance, the book guides you in generating unit tests that supplement DevOps pipelines using Git and Jenkins for improved agility, and concludes with best practices for implementing API governance and customizing API Connect components. By the end of this book, you'll have learned how to transform your business by speeding up the time-to-market of your products and increase the ROI for your enterprise. What you will learn Use API Connect to create, manage, and publish customer-centric, API-led solutions Run CLI commands to manage API configuration and deployments Create REST, SOAP, and GraphQL APIs securely using OpenAPI Support OAuth and JWT security methods using policies Create custom policies to supplement security Apply built-in policies to transform payloads Use CLIs and unit testing hooks within DevOps pipelines Find out how to customize Analytics dashboards and Portal User Interface Who this book is for This book is for developers and architects who w...
    Note: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 110
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079297
    Language: English
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Build interactive dashboards and storytelling reports at scale with the cloud-native BI tool - Amazon QuickSight, including embedded analytics and ML-powered insights Key Features Understand how to set up Amazon QuickSight, manage data sources, and build and share dashboards Learn the advanced features of Amazon Quicksight to develop interactive and embedded dashboards Manage and monitor dashboards using the QuickSight API and other AWS services such as Amazon CloudTrail Book Description The adoption of cloud-native BI tools, like Amazon QuickSight, enables organizations to gather insights from data at scale. This book is a practical guide to performing simple-to-advanced tasks with Amazon QuickSight. You'll begin by learning QuickSight's fundamental concepts and how to configure data sources. Next, you'll be introduced to the main analysis-building functionality of QuickSight to develop visuals and dashboards. The book will also demonstrate how to develop and share interactive dashboards with parameters and on-screen controls. Advanced filtering options with URL actions will then be covered, before learning how to set up alerts and scheduled reports. Later, you'll explore the Insights visual type in QuickSight using both existing insights and by building custom insights. Further chapters will show you how to add machine learning insights such as forecasting capabilities, analyzing time series data, adding narratives, and outlier detection to your dashboards. You'll also explore patterns to automate operations and look closer into the API actions that allow us to control settings. Finally, you'll learn advanced topics such as embedded dashboards and multitenancy. By the end of this book, you'll be well-versed with QuickSight's BI and analytics functionalities that will help you create BI apps with ML capabilities. What you will learn Understand the wider AWS analytics ecosystem and how QuickSight fits within it Set up and configure data sources with Amazon QuickSight Include custom controls and add interactivity to your BI application using parameters Add ML insights such as forecasting, anomaly detection, and narratives Explore patterns to automate operations using QuickSight APIs Create interactive dashboards and storytelling with Amazon QuickSight Design an embedded multi-tenant analytics architecture Focus on data permissions and how to manage Amazon QuickSight operations Who this book is for This book is for business intelligence (BI) dev...
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 111
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to deploy an AWS Lambda Function in Python with CDK. 00:00 Intro 00:36 Verify CDK Version 01:00 Initialize Python CDK app 02:09 Create AWS Python Lambda 02:50 Add AWS CDK Stack for AWS Lambda 03:42 Run cdk diff 04:06 bootstrap cdk 05:31 run cdk deploy result 06:01 test AWS Lambda in Console
    Note: Online resource; Title from title screen (viewed January 24, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 112
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to perform Continuous Delivery of Container Based Projects using ECR, Cloud9 and App Runner. 00:00 Intro 00:27 Architectural Overview 01:30 FastAPI project overview 01:50 Setup AWS Cloud9 03:20 Setup ECR 05:00 Setup AWS App Runner
    Note: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 113
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (69 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Whether you're part of a small startup or a planet-spanning megacorp, this practical book shows data scientists, SREs, and business owners how to run ML reliably, effectively, and accountably within your organization. You'll gain insight into everything from how to do model monitoring in production to how to run a well-tuned model development team in a product organization. By applying an SRE mindset to machine learning, authors and engineering professionals Cathy Chen, Kranti Parisa, Niall Richard Murphy, D. Sculley, Todd Underwood, and featured guests show you how to run an efficient ML system. Whether you want to increase revenue, optimize decision-making, solve problems, or understand and influence customer behavior, you'll learn how to perform day-to-day ML tasks while keeping the bigger picture in mind. You'll examine: What ML is : how it functions and what it relies on Conceptual frameworks for understanding how ML "loops" work Effective "productionization," and how it can be made easily monitorable, deployable, and operable Why ML systems make production troubleshooting more difficult, and how to get around them How ML, product, and production teams can communicate effectively
    Note: Online resource; Title from title page (viewed September 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 114
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (925 pages)
    Edition: 4th edition
    DDC: 658.8/72
    Keywords: Web sites Design ; Web site development ; Web search engines ; Internet marketing ; Web sites Ratings and rankings ; Program transformation (Computer programming) ; Internet searching ; Electronic books
    Abstract: Three acknowledged experts in search engine optimization share guidelines and innovative techniques that will help you plan and execute a comprehensive SEO strategy. Complete with an array of effective tactics from basic to advanced, this fourth edition prepares digital marketers for 2022 and beyond with updates on SEO tools and new search engine optimization methods that have reshaped the SEO landscape. Novices will receive a thorough SEO education, while experienced SEO practitioners get an extensive reference to support ongoing engagements. Learn about the various intricacies and complexities of internet search Explore the underlying theory and inner workings of search engines and their algorithms Understand the interplay between social media engagement and other factors Discover tools to track results and measure success Examine the effects of key Google algorithm updates Consider opportunities for visibility in mobile, local, vertical, social, and voice search Build a competent SEO team with defined roles Gain insights into the future of search and internet discoverability
    Note: Online resource; Title from title page (viewed October 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 115
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484272404
    Language: English
    Pages: 1 online resource (190 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: The dramatic increase in minority- and female-owned companies continues to transform the business world while setting standards for those who follow. Thriving as a Minority-Owned Business in Corporate America offers you a comprehensive guide to current practical knowledge of minority business development, from grants and loans to market building. This book demonstrates how you can use specific laws, institutions, and new technologies to set up and steer your business to success. Expert coverage includes both established and underused resources at the federal, state, and local levels dedicated to minority business expansion. You will learn how to tap resources made available by government agencies like the Minority Business Development Agency (MBDA) and programs such as the Offices of Minority and Women Inclusion (OMWI). Non-governmental funding sources (e.g., banks, credit unions, venture capital) are also examined in depth, with sound advice on approaching each. The author explores the critical role of social media in leveling the playing field, spotlighting minority/female business-related sites and strategies for leveraging your online presence. And he provides real-world guidance on business certifications, tax breaks, credit issues, and more. Whether you’re in start-up or expansion mode, after reading this book, you will have the know-how needed to seize the opportunity and succeed with your enterprise. What You Will Learn Discover unused and unrecognized resources at the federal, state, and local level set up specifically for minority business See the difference between banks, thrifts, credit unions, angel investors, and venture capital, and how to approach each Use social media in support of minority business development goals Examine social media sites and trends: current and relevant minority business related social media sites and trends Who This Book is For Anyone: Asian, Hispanic, women, Black or White who wants authentic, impactful information on creating or supporting minority-owned businesses.
    Note: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 116
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800209794
    Language: English
    Pages: 1 online resource (488 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get to grips with the tools, services, and functions needed for application migration to help you move from legacy applications to cloud-native on Google Cloud Key Features Discover how a sample legacy application can be transformed into a cloud-native application on Google Cloud Learn where to start and how to apply application modernization techniques and tooling Work with real-world use cases and instructions to modernize an application on Google Cloud Book Description Legacy applications, which comprise 75–80% of all enterprise applications, often end up being stuck in data centers. Modernizing these applications to make them cloud-native enables them to scale in a cloud environment without taking months or years to start seeing the benefits. This book will help software developers and solutions architects to modernize their applications on Google Cloud and transform them into cloud-native applications. This book helps you to build on your existing knowledge of enterprise application development and takes you on a journey through the six Rs: rehosting, replatforming, rearchitecting, repurchasing, retiring, and retaining. You'll learn how to modernize a legacy enterprise application on Google Cloud and build on existing assets and skills effectively. Taking an iterative and incremental approach to modernization, the book introduces the main services in Google Cloud in an easy-to-understand way that can be applied immediately to an application. By the end of this Google Cloud book, you'll have learned how to modernize a legacy enterprise application by exploring various interim architectures and tooling to develop a cloud-native microservices-based application. What you will learn Discover the principles and best practices for building cloud-native applications Study the six Rs of migration strategy and learn when to choose which strategy Rehost a legacy enterprise application on Google Compute Engine Replatform an application to use Google Load Balancer and Google Cloud SQL Refactor into a single-page application (SPA) supported by REST services Replatform an application to use Google Identity Platform and Firebase Authentication Refactor to microservices using the strangler pattern Automate the deployment process using a CI/CD pipeline with Google Cloud Build Who this book is for This book is for software developers and solutions architects looking to gain experience in modernizing their enterprise applications to run on Google Cloud and t...
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 117
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (63 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: For years, companies have rewarded their most effective engineers by suggesting they move to a management position. But treating management as the default — or only — path for an engineer with leadership ability doesn't serve the industry well. The staff engineer path allows you to contribute at a high level, with more free time to drive big projects, determine tech strategy, and raise everyone's skills. With this in-depth book, author Tanya Reilly shows you ways to master strategic thinking, manage difficult projects, and set the standard for technical work. You'll learn how to be a leader without direct authority, how to plan ahead so that you're making the right technical decisions, and how to make everyone around you better, all while still leaving you time to grow as an expert in your domain. In three parts, you'll explore the three pillars of an engineer's job: Big picture thinking: learn how to take a broad, strategic view when thinking about your work Project execution: dive into tactics and explore the practicalities of making projects succeed Being a positive influence: determine the standards for what "good engineering" means in your organization
    Note: Online resource; Title from title page (viewed October 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 118
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    ISBN: 9780136875758
    Language: English
    Pages: 1 online resource (464 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Write More Elegant C++ Programs and Improve Legacy Code "We are very pleased to see Rainer Grimm applying his teaching skills and industrial background to tackling the hard and necessary task of making the C++ Core Guidelines accessible to more people." -- Bjarne Stroustrup and Herb Sutter, co-editors, C++ Core Guidelines The official C++ Core Guidelines provide consistent best practices for writing outstanding modern C++ code, but they aren't organized for easy usage by working developers. In C++ Core Guidelines Explained , expert C++ instructor Rainer Grimm has distilled them to their essence, removing esoterica, sharing new insights and context, and presenting well-tested examples from his own training courses. Grimm helps experienced C++ programmers use the Core Guidelines with any recent version of the language, from C++11 onward. Most of his code examples are written for C++17, with added coverage of newer versions and C++20 wherever appropriate, and references to the official C++ Core Guidelines online. Whether you're creating new software or improving legacy code, Grimm will help you get more value from the Core Guidelines' most useful rules, as you write code that's safer, clearer, more efficient, and easier to maintain. Apply the guidelines and the underlying programming philosophy Correctly use interfaces, functions, classes, enum, resources, expressions, and statements Optimize performance, implement concurrency and parallelism, and handle errors Work with constants, immutability, templates, generics, and metaprogramming Program in C++ style, manage source files, and use the Standard Library
    Note: Online resource; Title from title page (viewed March 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 119
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (258 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Looking for quick answers for using C# 10? This tightly focused and practical guide tells you exactly what you need to know without long intros or bloated samples. Succinct and easy to browse, this pocket reference is an ideal quick source of information. If you know Java, C++, or an earlier C# version, this guide will help you get rapidly up to speed. All programs and code snippets are available as interactive samples in LINQPad. You can edit these samples and instantly see the results without needing to set up projects in Visual Studio. Written by the authors of C# 9.0 in a Nutshell , this pocket reference covers: C# fundamentals and features new to C# 10 Advanced topics like operator overloading, type constraints, nullable types, operator lifting, closures, patterns, and asynchronous functions LINQ: sequences, lazy execution, standard query operators, and query expressions Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 120
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230276
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn the most in-demand IDE currently among the programmers’ community. Acquire the skill of editing the source code in an efficient way, especially inclined towards C# developers. About This Video Master editing the C# files and code faster to dramatically improve your productivity Learn to install, debugging tools, options available, and use extensions to power up the VS Code Build your own snippets to extend the programming experience even further in a step-by-step approach In Detail Visual Studio Code is the #1 IDE among the programmers’ community. The usage of VS Code has increased exponentially in recent years. Companies such as Facebook, Google, Microsoft, and many others use Visual Studio Code to do development in various programming languages at a large scale. You will be learning these VS Code concepts from scratch in this course. You will get started with Visual Studio Code and create your first C# project. Then master editing and know how to navigate better in Visual Studio Code. After that, you will get to know Intellisense and use extensions in VS Code. Post that, you will learn to debug in Visual Studio Code, and master Git and GitHub usage for your C# projects. Finally, you will learn Visual Studio Code workspaces, and build snippets in Visual Studio Code. By the end of this course, you will have a strong foundation in using Visual Studio Code for C# programming. This course will provide significant knowledge of using Visual Studio Code for your next C# project. You will be certain to use the learned concepts with ease by following a step-by-step approach. You will be confident to instantly apply the IDE tips covered in the course. Who this book is for This course is ideal for beginner C# programmers, who are starting out with programming. This course will provide you with a strong foundation on using Visual Studio Code for C# programming. Experienced C# programmers, who are looking to switch to Visual Studio Code from another IDE will also be benefitted. Basic knowledge of C# programming will be helpful. Apart from this, a basic knowledge of Git will be helpful for the Git section, but not mandator
    Note: Online resource; Title from title screen (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 121
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718471
    Language: English
    Pages: 1 online resource (22083 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Learn what "customer-centric" really means in this groundbreaking book User Tested delivers an eye-opening and compelling treatment of putting customers back at the center of your business model. In this book, you'll discover why the company that offers the best customer experience always wins, and that real, three-dimensional people can't be reduced to data points on a graph. You'll learn about how dashboards and metrics might look pretty in a report or proposal, but that they're a poor substitute for a solid grounding in how real customers really feel. You'll also find out: - How to apply the customer's perspective at scale throughout your company, driven by your board or executives and filtering up through the grassroots - Applying the customer experience playbook, from sales and marketing to product development and customer engagement - How to connect with customers, gain meaningful feedback, and take action on real human insight Perfect for founders, managers, executives, and business leaders in industries of all kinds, User Tested provides a powerful new perspective on how to bring the true voice of the customer back into decision making.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 122
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119839293
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Learn how to secure a place at the professional table for Black, Latinx, and other marginalized groups In Upper Hand: The Future of Work for the Rest of Us , celebrated Founder and CEO of The Plug, Sherrell Dorsey, delivers a personal and eye-opening exploration of how to ensure that marginalized communities aren't left behind as technology continues its inexorable march forward. In the book, readers will learn to think about how we can strategically shape the coming decade to include Black and Brown communities. Upper Hand offers guidelines, insights, and frameworks for navigating the new world of work that is dominated by Silicon Valley-rooted technologies, inaccessible networks, and constant automation that continues to slash jobs in the Black and Latinx population. You'll find ways to: Help families and community leaders design clear pathways to understanding alternatives to obsolescence Thrive in an ever-changing, tech-driven economy that is beginning to leave people of color behind Embrace new strategies that guarantee a place for Black and brown people in the new economy The startling and insightful discussion in Upper Hand will earn it a place in the libraries of families, teachers, community advocates, workforce development leaders, professionals of color, as well as anyone interested in learning how to distribute the benefits of the new tech economy to those historically left out.
    Note: Online resource; Title from title page (viewed January 26, 2022) , Mode of access: World Wide Web.
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 123
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617298370
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Street Coder teaches you how to handle the realities of day-to-day coding as a software developer. Self-taught guru Sedat Kapanoğlu shares down-and-dirty advice that’s rooted in his personal hands-on experience, not abstract theory or ivory-tower ideology. You’ll learn how to adapt what you’ve learned from books and classes to the challenges you’ll face on the job. As you go, you’ll get tips on everything from technical implementations to handling a paranoid manager.
    Note: Online resource; Title from title page (viewed January 18, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 124
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811446
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Discover how to inject your code with highly performant Rust features to develop fast and memory-safe applications Key Features Learn to implement Rust in a Python system without altering the entire system Write safe and efficient Rust code as a Python developer by understanding the essential features of Rust Build Python extensions in Rust by using Python NumPy modules in your Rust code Book Description Python has made software development easier, but it falls short in several areas including memory management that lead to poor performance and security. Rust, on the other hand, provides memory safety without using a garbage collector, which means that with its low memory footprint, you can build high-performant and secure apps relatively easily. However, rewriting everything in Rust can be expensive and risky as there might not be package support in Rust for the problem being solved. This is where Python bindings and pip come in. This book will help you, as a Python developer, to start using Rust in your Python projects without having to manage a separate Rust server or application. Seeing as you'll already understand concepts like functions and loops, this book covers the quirks of Rust such as memory management to code Rust in a productive and structured manner. You'll explore the PyO3 crate to fuse Rust code with Python, learn how to package your fused Rust code in a pip package, and then deploy a Python Flask application in Docker that uses a private Rust pip module. Finally, you'll get to grips with advanced Rust binding topics such as inspecting Python objects and modules in Rust. By the end of this Rust book, you'll be able to develop safe and high-performant applications with better concurrency support. What you will learn Explore the quirks of the Rust programming language that a Python developer needs to understand to code in Rust Understand the trade-offs for multiprocessing and thread safety to write concurrent code Build and manage a software project with cargo and crates Fuse Rust code with Python so that Python can import and run Rust code Deploy a Python Flask application in Docker that utilizes a private Rust pip module Inspect and create your own Python objects in Rust Who this book is for This book is for Python developers who want to speed up their Python code with Rust and implement Rust in a Python system without altering the entire system. You'll be able to learn about all topics relating to Rust programming. Basic know...
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 125
    Language: English
    Pages: 1 online resource (250 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Software architecture metrics are used to measure the maintainability, architectural quality of a software project and to warn early in the process about dangerous accumulations of architectural and technical debt. In this book leading hands-on software architects introduce some key software architecture metrics through case studies, that every software architect should know. This book is not about theory, it is more about practice and implementation, about what has been already tried and worked. Early detection of software architectural issues is key. It helps mitigate the risk of poor performance, and lowers the cost of repairing these issues.
    Note: Online resource; Title from title page (viewed May 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 126
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (32 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This essential guide covers all aspects of Linux system administration, from user maintenance, backups, filesystem housekeeping, storage management, and network setup to hardware and software troubleshooting and some application management. It's both a practical daily reference manual for sysadmins and IT pros and a handy study guide for those taking Linux certification exams. You'll turn to it frequently, not only because of the sheer volume of valuable information it provides but because of the real-world examples within and the clear, useful way the information is presented. With this book at your side, you'll be able to: Install Linux and perform initial setup duties, such as connecting to a network Navigate the Linux filesystem via the command line Install software from repositories and source and satisfy dependencies Set permissions on files and directories Create, modify, and remove user accounts Set up networking Format and mount filesystems Perform basic troubleshooting on hardware and software Create and manage logical volumes Work with SELinux Manage a firewall and iptables Shut down, reboot, and recover a system Perform backups and restores
    Note: Online resource; Title from title page (viewed September 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 127
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803246680
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A hands-on comprehensive course to master the core basics of Python 3 to dive into the world of coding with Python. About This Video Learn to write your first Python code and run it Discover Python OOP (Object-Oriented Programming) Get introduced to inheritance and composition (OOP) In Detail The course is recorded with the latest Python version: Python 3. It is a practical focused course, thus making it compressive and easy to follow for beginners stepping into the world of programming. The course is divided into four levels. The first level is about Python shell, variables, data types, lists, and user input. The second level will take you through Python IDE (PyCharm), comments, functions, and scope. The third level is about conditions (if) and loops, followed by the fourth level, which is to read/write to a file, use and create Python modules, and run a Python program from the terminal. There is also a bonus lesson on OOP (Object-Oriented Programming). Learning OOP will help you enhance your skills further. By the end of the course, you will have a strong foundation in Python and you will be able to build on that foundation with confidence. Who this book is for This course is for complete beginners who want to learn Python basics in a straightforward way. Even if you are a programming beginner who started with another language and want to jump to Python, you can opt for this course. This course is also for Python developers who want a quick refresher course, or anyone interested in web development, robotics, artificial intelligence, video games development, and data science.
    Note: Online resource; Title from title screen (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 128
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717436
    Language: English
    Pages: 1 online resource (25318 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The way we do business in the US and across the world has changed. We now meet through Zoom, Skype, Meet, and Teams. Those who sell virtually are likely to suffer a longer sales process. Since 82% of communication is non-verbal, virtual communication is difficult. There are many challenges in selling virtually. Virtual communication prevents us from generating as much trust as we could in face-to-face selling. The Virtual Sale is more abbreviated and condensed than a face-to-face engagement. It is also difficult to book appointments from Virtual Webinars. It is harder to close virtually since it is so easy for prospects and clients to stall you. Most business strategists believe that virtual communication is here to stay. Either you learn how to communicate on the virtual platform or your sales will permanently suffer. But if you can Master the Virtual Sale, your production will be even greater than in a face-to-face environment. In Mastering the Virtual Sale, you will learn how to: create trust using the virtual platform; book webinar appointments that don't cancel; increase your sales by 38% in 30 days using Virtual Sales techniques; prevent framing, sound, and video distractions; use the 5 Step Bridge to talk prospects and clients into buying from you; and explode your business with the "7 Strategies."
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 129
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119818533
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Practical strategies for ensuring leadership success within nonprofit organizations In Managing and Leading Nonprofit Organizations: A Framework For Success , veteran senior leader and CEO Paul L. Dann, PhD, draws on over 30 years of developing and advancing nonprofits to walk you through practical strategies that support success as a nonprofit leader. The book is filled with universally applicable examples of how to implement its leadership techniques. Leaders working in a variety of sectors will benefit from the author’s careful balance of theory and practice. In the book, they’ll also find: How to choose a leadership style that suits your personality, the people you work with, and your organization How to engage in the co-creation of leadership through generative leadership practice, including the development of an organizational philosophy, practice, and structure How to manage employee performance and engagement and how to choose successful management systems to leverage success Ideal for practicing and aspiring nonprofit organization managers, board members, and directors, Managing and Leading Nonprofit Organizations: A Framework For Success is an indispensable, one-stop resource for the development and deployment of leadership skills in challenging as well as complex nonprofit environments.
    Note: Online resource; Title from title page (viewed January 26, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 130
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484278482
    Language: English
    Pages: 1 online resource (947 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: This unique in-depth tutorial shows you how to start developing rich-client desktop applications using your Java skills and provides comprehensive coverage of JavaFX 17's features. Each chapter starts with an introduction to the topic at hand, followed by a step-by-step discussion of the topic with small snippets of code. The book contains numerous figures aiding readers in visualizing the GUI that is built at every step in the discussion. This book has been revised to include JavaFX 17 and earlier releases since previous edition. It starts with an introduction to JavaFX and its history. It lists the system requirements and the steps to start developing JavaFX applications. It shows you how to create a Hello World application in JavaFX, explaining every line of code in the process. Later in the book, authors Kishori Sharan and Peter Späth discuss advanced topics such as 2D and 3D graphics, charts, FXML, advanced controls, and printing. Some of the advanced controls such as TableView, and WebView are covered at length in separate chapters. This book provides complete and comprehensive coverage of JavaFX 17 features; uses an incremental approach to teach JavaFX, assuming no prior GUI knowledge; includes code snippets, complete programs, and pictures; covers MVC patterns using JavaFX; and covers advanced topics such as FXML, effects, transformations, charts, images, canvas, audio and video, DnD, and more. So, after reading and using this book, you'll come away with a comprehensive introduction to the JavaFX APIs. What You Will Learn How to build JavaFX User Interfaces and Java clients What are properties, bindings, observable collections, stages, scenes; how to use these How to play with colors, styling nodes and event handling How to add user interactivity (mouse, keyboard, DnD) How to do tables, trees and tree tables How to do 2D shapes, text nodes, 3D shapes How to apply effects, transformations, animations, images How to draw; play audio and video Who is this book for: Developers new to the JavaFX platform. Some prior Java experience is recommended.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 131
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (144 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Take advantage of your C# skills to build UI components and client-side experiences with .NET. With this practical guide, you'll learn how to use Blazor WebAssembly to develop next-generation web experiences. Built on top of ASP.NET Core, Blazor represents the future of .NET single-page applications (SPA) investments. Author David Pine, who focuses on .NET and Azure content development at Microsoft, explains how WebAssembly enables many non-JavaScript-based programming languages to run on the client browser. In this book, you'll learn about real-time web functionality with ASP.NET Core SignalR. You'll learn strategies for bidirectional JavaScript interop. David covers component data binding, hierarchical event-driven communications, in-memory state management, and local storage. This book shows you how to: Create a feature-rich Blazor app that looks beautiful Localize an enterprise-scale app as the sole developer using GitHub Actions and Azure Cognitive Services Translator service Create advanced validation scenarios for input-based components with forms Automatically deploy and host to Azure Static Web Apps, and rely on HTTP services Utilize geolocation service native to the browser, as well as native speech synthesis and recognition Author a custom modal verification mechanism for validating a user Determine the best approach for building reliable, architecturally sound websites
    Note: Online resource; Title from title page (viewed November 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 132
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw Hill-Ascent Audio | Boston, MA : Safari
    ISBN: 9781638410355
    Language: English
    Pages: 1 online resource (41147 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Data. It's the benchmark that informs corporate projections, decision-making, and analysis. But, why do many organizations that see themselves as data-driven fail to thrive? In Leading with AI and Analytics, two renowned experts from the Kellogg School of Management show business leaders how to transform their organization to become evidence-driven, which leads to real, measurable changes that can help propel their companies to the top of their industries. The availability of unprecedented technology-enabled tools has made AI (Artificial Intelligence) an essential component of business analytics. But what's often lacking are the leadership skills to integrate these technologies to achieve maximum value. Here, the authors provide a comprehensive game plan for developing that all-important human factor to get at the heart of data science: the ability to apply analytical thinking to real-world problems. Each of these tools and techniques comes to powerful life through a wealth of powerful case studies and real-world success stories. In this book, you'll find the essential tools to help you: develop a strong data science intuition quotient, lead and scale AI and analytics throughout your organization, move from "best-guess" decision making to evidence-based decisions, and craft strategies and tactics to create real impact.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 133
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119748038
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Create a strong brand DNA—and watch it grow These days, customers want to have a deeply felt connection to the brands behind the products they're purchasing, which means that if you're starting a business, a strong brand DNA has got to be part of your creative process from day one. And it needs to be more than just an abstract idea: to give your brand life—and a bigger chance of surviving against the competition—you need to have a standout launch strategy and a set plan for growing your brand in a noisy marketplace. In Launching & Building a Brand For Dummies, Amy Will—who launched her first business at just 24-years-old and has been the brains behind four strong and buzzworthy brands—covers everything from crafting a powerful brand identity and planning that all-important launch to being prepared to scale up as you begin to take off. She reveals crucial lessons from her personal experience in launching five companies, as well as detailing case studies from some of the strongest brands out there, accompanied by insights and advice from successful founders and branding experts. Stand out on social media Create viral campaigns Build on Customer Loyalty and LongevityDeal with the competition Whether you're thinking of starting a business or are already building up your market share, memorable brand identity will be the key to—and Launching & Building a Brand For Dummies one of the secrets of—your future standout success.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 134
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Language: English , Spanish
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Las empresas se dan cuenta de que para sobrevivir ya no les basta con ser eficientes o fabricar productos de la máxima calidad. Tampoco les basta con tener ideas innovadoras. Ahora lo que necesitan es responder con velocidad a los cambios del entorno, recuperarse rápido de las adversidades y desarrollar mejores formas de hacer negocios bajo presión, aprendiendo en el proceso. Necesitan encontrar fórmulas para dotar a sus organizaciones de una cualidad que se ha vuelto esencial: la resiliencia. La resiliencia de las organizaciones se estructura en dos partes. En la primera se explica por qué en las últimas décadas la resiliencia ha ido ganando protagonismo y qué hemos aprendido en estos años sobre el tema. En la segunda parte se analizan las diferentes dimensiones de las organizaciones que intervienen en su resiliencia y se muestran casos prácticos de cómo algunas empresas han mejorado esa capacidad actuando sobre esas dimensiones. Sin duda, este libro de Santi García es una gran contribución para aprender de otros, analizar la realidad de nuestras organizaciones desde una perspectiva sistémica y reflexionar para después pasar a la acción.
    Note: Online resource; Title from title page (viewed February 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 135
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (68 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambdas and streams. If you're interested in applying FP concepts to your Java code, this book is for you. Author Ben Weidig highlights different aspects of functional programming and shows you how to incorporate them in your code without going "fully functional." You'll learn how, when, and why to use FP concepts such as immutability and pure functions to write more concise, reasonable, and future-proof code. Many developers seek to expand their horizons by using OOP and FP together. It's no longer either-or; it's both. In two parts, this book includes: A Functional Approach: Get a high-level overview of functional programming, including the types already available to Java developers. Then explore different FP concepts and learn how to use them. Real-World Problems, Patterns, and Recipes: Apply what you've learned in part one to the typical real-world problems you might encounter in your daily work.
    Note: Online resource; Title from title page (viewed December 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 136
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617299827
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 137
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (72 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Want to increase your Linux productivity to get more done in less time? This practical book teaches you how to be quick and efficient at the Linux command line. You'll learn to create and run complex commands that solve real business problems, organize your files for quick access, efficiently process and retrieve information, and automate manual tasks. You'll truly understand what happens behind the shell prompt. Efficient Linux at the Command Line teaches general best practices and the concepts behind them, so no matter which Linux tools you use, you can become more effective in your daily work and more competitive in the job market. You'll learn: How to invent powerful Linux commands on the fly that get your work done quickly Which Linux features are handled by commands and which are built into the shell that launches those commands--and why it matters A dozen different ways to run commands, including pipelines, subshells, command substitution, process substitution, and more--and when to use each for best advantage
    Note: Online resource; Title from title page (viewed October 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 138
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    ISBN: 9781098110703 , 1098110706
    Language: English
    Pages: 1 online resource (75 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 006.3
    Keywords: Artificial intelligence ; Automation ; Decision making Data processing ; Electronic books ; Automation ; Decision making ; Data processing ; Artificial intelligence
    Abstract: Early rules-based artificial intelligence demonstrated intriguing decision-making capabilities but lacked perception and didn't learn. AI today, primed with machine learning perception and deep reinforcement learning capabilities, can perform superhuman decision-making for specific tasks. This book shows you how to combine the practicality of early AI with deep learning capabilities and industrial control technologies to make robust decisions in the real world. Using concrete examples, minimal theory, and a proven architectural framework, author Kence Anderson demonstrates how to teach autonomous AI explicit skills and strategies. You'll learn when and how to use and combine various AI architecture design patterns, as well as how to design advanced AI without needing to manipulate neural networks or machine learning algorithms. Students, process operators, data scientists, machine learning algorithm experts, and engineers who own and manage industrial processes can use the methodology in this book to design autonomous AI. This book examines: Differences between and limitations of automated, autonomous, and human decision-making Unique advantages of autonomous AI for real-time decision-making, with use cases How to design an autonomous AI from modular components and document your designs
    Note: Online resource; Title from title page (viewed June 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 139
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617298998
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Data Privacy: A runbook for engineers teaches you how to navigate the trade-off s between strict data security and real world business needs. In this practical book, you’ll learn how to design and implement privacy programs that are easy to scale and automate. There’s no bureaucratic process—just workable solutions and smart repurposing of existing security tools to help set and achieve your privacy goals.
    Note: Online resource; Title from title page (viewed February 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 140
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484280607
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a complex and practical Web Application anywhere with a minimalistic setup. Not only will you get to experience technologies used in famous enterprise web applications, you will also be able to code using only your iPad and a Raspberry Pi. The common misconception is that you can only use your iPad for small code changes, or small code additions while on the go. You will learn that you can do so much more and code an entire application with just your iPad and Raspberry Pi. In this first video, you'll create a REST API using only an iPad Pro and Raspberry Pi. At the end of the tutorial you'll test your API using HTTP Bot for iPad OS and a database client for PostgreSQL. This first tutorial also includes all the setup necessary to use Code-Server as an IDE for Spring Boot and React JS. What You'll Learn Set-up an iPad Pro and Raspberry Pi for full stack development Test the Spring Boot Rest API Take full stack development to another, mobile level Who This Video Is For Tech enthusiasts who want to use only an iPad and a Raspberry Pi to build complex web applications on the go. Developers eager to learn how to architect and code full stack applications with minimalist tech.
    Note: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 141
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (67 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: If you're a new or experienced designer of conversational voice-first experiences, this handy reference provides actionable answers to key aspects of eyes-busy, hands-busy, voice-only user interfaces. Designed as a companion to books about conversational voice design, this guide includes important details regarding eyes-free, hands-free, voice-only interfaces delivered by Amazon Echo, Google Nest, and a variety of in-car experiences. Authors Ahmed Bouzid and Weiye Ma provide far-field voice best practices and recommendations in a manner similar to The Elements of Style , the popular American English writing style guide. Like that book, The Elements of Voice First Style provides direct, succinct explanations that focus on the essence of each topic. You'll find answers quickly without having to spend time searching through other sources. With this guide, you'll be able to: Craft just the right language to enable your voicebot to effectively communicate with humans Create conversational voice interfaces that are robust enough to handle errors and failures Design highly usable conversational voice interfaces by paying attention to small details that can make or break the experience Build a design for a voice-only smart speaker that doesn't require customers to use their eyes or hands
    Note: Online resource; Title from title page (viewed October 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 142
    ISBN: 9781484279151
    Language: English
    Pages: 1 online resource (727 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Incorporate deep learning into your development projects through hands-on coding and the latest versions of deep learning software, such as TensorFlow 2 and Keras. The materials used in this book are based on years of successful online education experience and feedback from thousands of online learners. You’ll start with an introduction to AI, where you’ll learn the history of neural networks and what sets deep learning apart from other varieties of machine learning. Discovery the variety of deep learning frameworks and set-up a deep learning development environment. Next, you’ll jump into simple classification programs for hand-writing analysis. Once you’ve tackled the basics of deep learning, you move on to TensorFlow 2 specifically. Find out what exactly a Tensor is and how to work with MNIST datasets. Finally, you’ll get into the heavy lifting of programming neural networks and working with a wide variety of neural network types such as GANs and RNNs. Deep Learning is a new area of Machine Learning research widely used in popular applications, such as voice assistant and self-driving cars. Work through the hands-on material in this book and become a TensorFlow programmer! What You'll Learn Develop using deep learning algorithms Build deep learning models using TensorFlow 2 Create classification systems and other, practical deep learning applications Who This Book Is For Students, programmers, and researchers with no experience in deep learning who want to build up their basic skillsets. Experienced machine learning programmers and engineers might also find value in updating their skills.
    Note: Online resource; Title from title page (viewed January 27, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 143
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232799
    Language: English
    Pages: 1 online resource (464 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Step into the world of animation and go beyond the fundamentals of Adobe Animate to bring experiences to life with the help of expert-led content Key Features Produce rich motion graphics and interactive animations for multiple platforms Explore the key features and enhancements in the latest Adobe Animate release Take your Adobe Animate projects to the next level with creative workflows Book Description Adobe Animate is platform-agnostic asset creation, motion design, animation, and interactivity software. Complete with explanations of essential concepts and step-by-step walkthroughs of practical examples, this book will guide you in using Adobe Animate to create immersive experiences by breaking through creative limitations across every medium. We begin by getting up to speed with all that you need to know about Adobe Animate. You'll learn how to get started with Animate as a creative platform and explore the features introduced in its most recent versions. The book will show you how to consume and produce media assets for multiple platforms through both the publish and export workflows. Following this, you'll explore advanced rigging techniques and discover how to create more dynamic animation with advanced depth and movement techniques. You'll also find out how to build projects such as games, virtual reality experiences, and apps for various platforms as the book demonstrates different ways to use Animate. Finally, it covers the different methods used to extend the software for various needs. By the end of this Adobe Animate book, you'll be able to produce a variety of media assets, motion graphic design materials, animated artifacts, and interactive content pieces for platforms such as HTML5 Canvas, WebGL, and mobile devices. What you will learn Gain a solid understanding of Adobe Animate foundations and new features Understand the nuances associated with publishing and exporting rich media content to various platforms Make use of advanced layering and rigging techniques to create engaging motion content Create dynamic motion using the camera and variable layer depth techniques Develop web-based games, virtual reality experiences, and multiplatform mobile applications Extend Animate with extensions, application-level scripting, and the creation of custom integrated tutorials Who this book is for This book is for web, graphic, and motion design professionals with basic experience in animation who want to take their existing skills to the ...
    Note: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 144
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Introductory lesson on time series forecasting in Python. Marco Peixeiro explores the random walk model, MA(q) and AR(p) models. Throughout the lesson, he explores the foundational concept of stationarity, and learn how to use the ACF and PACF plots for forecasting.
    Note: Online resource; Title from title screen (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 145
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Step up your local setup by setting a remote compute instance with attached SMB storage and then connect your local VSCode editor so that you can execute code and Jupyter Notebooks remotely. In this video I go through everything you need to know to crete a compute instance in Azure, both in Azure Machine Learning Studio and using the Data Science Virtual Machine spot instance that allows you to save costs when running a high memory with GPU instance. Because remote compute instances in the cloud should be considered ephemeral, specially if you are using spot instances, this video also covers setting up a storage account and a file share configuration for a Samba share that allows you to attach that same storage to any compute. Topics include: Create an Azure compute instance Learn about Spot Instances and other cost savings Setup VSCode for remote code execution Create an SMB file share and attach it to a VM Execute Jupyter Notebooks remotely Useful links: * Github Repository with summary instructions * Create a File share documentation on Azure * Data Science VMs in Azure
    Note: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 146
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: What are the three most important files in a Python project? * Makefile * Dockerfile * Requirements
    Note: Online resource; Title from title screen (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 147
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Perform Data Science on Day One! 00:00 Intro 02:02 Data Science Project Structure Overview 05:15 Create Github Repo 07:28 Launch Github Codespaces 11:34 Using Colab Notebook 12:47 Using TOC in Colab Notebook 14:43 Saving notebook to Colab to Github 19:52 Ingesting CSV files into Colab 22:31 Describing Data using df.describe() 24:30 Plotting data with seaboard 28:30 lmplot 29:30 Comparing cumulative deaths in Covid19 plot by state 32:40 Merging Pandas Dataframe with election and Sugar Consumption 37:38 Exporting CSV file and uploading to Github from Colab result 39:27 Continuous Integration of Jupyter Notebook with Github Actions 40:44 Create Makefile 44:32 Using Github Actions to test Jupyter via nbval plugin 45:43 Using Github Status Badge for Jupyter Notebook test run pass
    Note: Online resource; Title from title screen (viewed January 22, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 148
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (310 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: In diesem Fotoscout zeigen der Marokko-Kenner Jörg Löffler und die Fotografin Karen Meyer-Rebentisch den Reisenden, wo sie faszinierende und typische Motive finden. Neben zahlreichen Bildbeispielen geben sie praktische Tipps, wie und wann Aufnahmen am besten gelingen und worauf beim Fotografieren in dem islamisch geprägten Land besonders zu achten ist.Ein Rausch der Farben und Formen, das unglaublich brillante Licht, die Vielfalt der Landschaften, orientalische Archiktektur, bunte Märkte und ursprüngliche Handwerkskunst – das alles macht den Maghrebstaat zu einem Traumziel für Fotografierende.
    Note: Online resource; Title from title page (viewed January 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 149
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716170
    Language: English
    Pages: 1 online resource (27371 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Growth is the goal. To help people develop their potential, to articulate and become the self that they want to be, are capable of being, and that best serves them and others in the short and long term is what we as individuals and leaders strive toward. But how do we grow? It turns out it happens in a predictable way, which means we can understand where we are in our growth and chart a way forward. In this compact, complete guide, Whitney Johnson helps you envision how growth happens and proactively direct yourself, or others in your organization, to help make the leaps needed to achieve goals. The growth and learning journey comes in three phases, the Launch Point, the Sweet Spot, and the High End, and within each phase, we play roles that keep us moving toward our goals. Compelling examples of successful people will show you when growth is slow and why, and how to keep going, and what to do when growth and learning are almost too fast to keep up with, and how to leap from one growth journey to another. As individuals grow so do organizations and societies. Growth is learning put into action, ideally action that betters the world as we better ourselves and our small niches within it, both personal and professional. Growth occurs when learning is internalized, when we try something new and invest the effort to move it from being something we do, to something we are.
    Note: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 150
    ISBN: 9780738460253
    Language: English
    Pages: 1 online resource (78 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: This IBM® Redpaper® publication describes best practices for deploying and using advanced Broadcom Fabric Operating System (FOS) features to identify, monitor, and protect Fibre Channel (FC) SANs from problematic devices and media behavior. Note that this paper primarily focuses on the FOS command options and features that are available since version 8.2 with some coverage of new features that were introduced in 9.0. This paper covers the following recent changes: SANnav Fabric Performance Impact Notification
    Note: Online resource; Title from title page (viewed January 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 151
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484278635
    Language: English
    Pages: 1 online resource (381 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Learn the fundamentals of SAP Enterprise Project and Portfolio management Project Systems (PS), Portfolio and Project Management (PPM) and Commercial Project Management (CPM) and their integration with other SAP modules. This book covers various business scenarios from different industries including the public sector, engineering and construction, professional services, telecom, mining, chemical, and pharmaceutical. Author Joseph Alexander Soosaimuthu will help you understand common business challenges and pain areas faced in portfolio, program and project management, and will provide suitable recommendations to overcome these challenges. This book not only suggests solutions within SAP, but also provides workarounds or integrations with third-party tools based on various Industry-specific business requirements. SAP Portfolio and Project Management addresses commonly asked questions regarding SAP EPPM implementation and deployment, and conveys a framework to facilitate engagement and discussion with key stakeholders. This provides coverage of SAP on-premise solutions with ECC 6.08 and SAP PPM 6.1 deployed on the same client, as well as S/4 HANA On-Premise 2020 with integration to BPC and BI/W systems. Interface with other third-party schedule management, estimation, costing and forecasting applications are also covered in this book. After completing SAP Portfolio and Project Management , you will be able to implement SAP Enterprise Portfolio and Project Management based on industry best practices. For your reference, you’ll also gain a list of development objects and a functionality list by Industry, and a Fiori apps list for Enterprise Portfolio and Project Management (EPPM). What You Will Learn Understand the fundamentals of project, program and portfolio management within SAP EPPM Master the art of project forecasting and scheduling integrations with other SAP modules Gain knowledge of the different interface options for scheduling, estimation, costing and forecasting third party applications Learn EPPM industry best practices, and how to address industry-specific business challenges Leverage operational and strategic reporting within EPPM Who This Book For Functional consultants and business analysts who are involved in SAP EPPM (PS, PPM and CPM) deployment and clients who are interested and are in the process of having SAP EPPM deployed for their Enterprise.
    Note: Online resource; Title from title page (viewed January 3, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 152
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: The time-honored tradition of defining career development exclusively in terms of promotions, moves, and title changes is dead. Beyond, between, and besides the climb up the positional ladder, there are many other ways that employees can—and want to—grow. However, many organizations still operate under the notion that promotions are the only option for career development, leaving employees disengaged, managers frustrated, and the business disadvantaged in its efforts to retain talent. The good news is that career development is so much more than promotions alone, and managers are in a powerful position to redefine career development and create positive results for their employees and their organizations in this area. In Promotions Are So Yesterday , Julie Winkle Giulioni offers you a new approach for developing your employees’ careers and helping them thrive in a company when promotions are not readily available. Discover an easy-to-apply framework of seven alternative dimensions of development (contribution, competence, confidence, connection, challenge, contentment, and choice) that will engage your employees—dynamic opportunities for growth that are completely within your control as a manager. Promotions Are So Yesterday is filled with practical advice, nearly 100 questions to spark reflection and productive dialogue, and actionable templates and tools that managers can use with employees. Help bring your employees and your organization to even greater achievement with a strategy that will increase your employees’ job satisfaction, performance, knowledge, and skills, and strengthen your organization’s workforce.
    Note: Online resource; Title from title page (viewed March 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 153
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (349 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 10.0 and .NET 6 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET 6 and the latest C# 9.0 and 10.0 additions, including records, enhanced pattern matching, and the new features designed to remove "ceremony" to improve productivity. Understand how .NET has changed in the most recent releases, and learn what it means for application development Select the most appropriate C# language features for any task Learn when to use the new features and when to stick with older ones Examine the range of functionality available in .NET's class libraries Learn how you can apply these class libraries to practical programming tasks Explore numerous small editions to .NET that improve expressiveness
    Note: Online resource; Title from title page (viewed August 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 154
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. Anthony DeBarros, a journalist and data analyst, focuses on using SQL to find the story within your data. The examples and code use the open-source database PostgreSQL and its companion pgAdmin interface, and the concepts you learn will apply to most database management systems, including MySQL, Oracle, SQLite, and others.* You’ll first cover the fundamentals of databases and the SQL language, then build skills by analyzing data from real-world datasets such as US Census demographics, New York City taxi rides, and earthquakes from US Geological Survey. Each chapter includes exercises and examples that teach even those who have never programmed before all the tools necessary to build powerful databases and access information quickly and efficiently. You’ll learn how to: •Create databases and related tables using your own data •Aggregate, sort, and filter data to find patterns •Use functions for basic math and advanced statistical operations •Identify errors in data and clean them up •Analyze spatial data with a geographic information system (PostGIS) •Create advanced queries and automate tasks This updated second edition has been thoroughly revised to reflect the latest in SQL features, including additional advanced query techniques for wrangling data. This edition also has two new chapters: an expanded set of instructions on for setting up your system plus a chapter on using PostgreSQL with the popular JSON data interchange format. Learning SQL doesn’t have to be dry and complicated. Practical SQL delivers clear examples with an easy-to-follow approach to teach you the tools you need to build and manage your own databases. * Microsoft SQL Server employs a variant of the language called T-SQL, which is not covered by Practical SQL.
    Note: Online resource; Title from title page (viewed March 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 155
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073301
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Gain in-depth knowledge of Azure fundamentals that will make it easy for you to achieve AZ-900 certification Key Features Get fundamental knowledge of cloud concepts and the Microsoft Azure platform Explore practical exercises to gain experience of working with the Microsoft Azure platform in the real world Prepare to achieve AZ-900 certification on the first go with the help of simplified examples covered in the book Book Description This is the digital and cloud era, and Microsoft Azure is one of the top cloud computing platforms. It;s now more important than ever to understand how the cloud functions and the different services that can be leveraged across the cloud. This book will give you a solid understanding of cloud concepts and Microsoft Azure, starting by taking you through cloud concepts in depth, then focusing on the core Azure architectural components, solutions, and management tools. Next, you will understand security concepts, defense-in-depth, and key security services such as Network Security Groups and Azure Firewall, as well as security operations tooling such as Azure Security Center and Azure Sentinel. As you progress, you will understand how identity, governance, privacy, and compliance are managed in Azure. Finally, you will get to grips with cost management, service-level agreements, and service life cycles. Throughout, the book features a number of hands-on exercises to support the concepts, services, and solutions discussed. This provides you with a glimpse of real-world scenarios, before finally concluding with practice questions for AZ-900 exam preparation. By the end of this Azure book, you will have a thorough understanding of cloud concepts and Azure fundamentals, enabling you to pass the AZ-900 certification exam easily. What you will learn Explore cloud computing with Azure cloud Gain an understanding of the core Azure architectural components Acquire knowledge of core services and management tools on Azure Get up and running with security concepts, security operations, and protection from threats Focus on identity, governance, privacy, and compliance features Understand Azure cost management, SLAs, and service life cycles Who this book is for This Azure fundamentals book is both for those with technical backgrounds and non-technical backgrounds who want to learn and explore the field of cloud computing, especially with Azure. This book will also help anyone who wants to develop a good foundation for achieving a...
    Note: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 156
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (502 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Introduction to Computer Organization gives programmers a practical understanding of what happens in a computer when you execute your code. You may never have to write x86-64 assembly language or design hardware yourself, but knowing how the hardware and software works will give you greater control and confidence over your coding decisions. We start with high level fundamental concepts like memory organization, binary logic, and data types and then explore how they are implemented at the assembly language level. The goal isn’t to make you an assembly programmer, but to help you comprehend what happens behind the scenes between running your program and seeing “Hello World” displayed on the screen. Classroom-tested for over a decade, this book will demystify topics like: •How to translate a high-level language code into assembly language •How the operating system manages hardware resources with exceptions and interrupts •How data is encoded in memory •How hardware switches handle decimal data •How program code gets transformed into machine code the computer understands •How pieces of hardware like the CPU, input/output, and memory interact to make the entire system work.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 157
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    ISBN: 9780136891970
    Language: English
    Pages: 1 online resource (600 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: CCNP and CCIE Enterprise Core ENCOR 350-401 Exam Cram is the perfect study guide to help you pass the Cisco ENCOR 350-401 exam, a core requirement for your CCNP Enterprise, CCIE Enterprise Infrastructure, or CCIE Enterprise Wireless certification. This guide delivers expert coverage and practice questions for every exam topic, including implementation of core enterprise network technologies involving dual stack (IPv4 and IPv6) architecture, virtualization, infrastructure, network assurance, security and automation. It also offers comprehensive, proven preparation tools, including: Exam objective mapping to help you focus your study A self-assessment section for evaluating your motivations and readiness Concise, easy-to-read exam topic overviews Exam Alerts that highlight key concepts Bullet lists and summaries for easy review Cram Savers, Cram Quizzes, and chapter-ending practice questions to help you assess your understanding Notes indicating areas of concern or specialty training Tips to help you build a better foundation of knowledge An extensive Glossary of terms and acronyms The popular Cram Sheet tear-out, collecting the most difficult-to-remember facts and numbers you should memorize before taking the test Complementing all these study tools is the powerful Pearson IT Certification Practice Test software, with hundreds of exam-realistic practice questions. This assessment software offers you a wealth of customization option and reporting features, allowing you to test your knowledge in study mode, practice exam mode, or flash card mode.
    Note: Online resource; Title from title page (viewed March 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 158
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484277478
    Language: English
    Pages: 1 online resource (417 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Learn how to leverage infrastructure as code with Azure Resource Manager (ARM) and the best practices to build, test, debug, and deploy your applications in Microsoft Azure using ARM templates and the new domain-specific language Bicep. As organizations consider moving partially or fully to the cloud, infrastructure as code (IaC) has become a key component to improving time to market for their applications. However, it is critical that enterprise infrastructure professionals use the right resources and strategies to build the infrastructure required to run applications in the cloud. Azure cloud-native components and capabilities automate the build and deployment process, offering a myriad of compelling reasons to leverage IaC to build your applications in Azure. Starting with the evolution of the software-defined approach and building on the basic concepts of infrastructure as code, this book provides you with comprehensive guidance to learn Azure Resource Manager from the ground up. You will learn the best practices for deploying and maintaining application infrastructure, such as template authoring tooling enhancements, Azure DevOps integrations, and updates to the deployment platform. After reading this book, you will understand the breadth and use cases of ARM capabilities and tooling within Microsoft Azure. You will be able to build, test, debug, and deploy your ARM templates and know how to use infrastructure as code to better manage the life cycle of your applications in Azure. What You Will Learn Introduces the concepts of infrastructure as code and how to leverage it using Azure Resource Manager Teaches how to enable and deploy Azure Resource Manager templates Covers the basic core elements of an ARM template to start authoring your templates and building your applications in the cloud Dives into core components such as parameters, variables, functions, dependencies, deployment modes, loops, conditions), enabling nested templates Reveals the built-in services and features in Azure, allowing the debugging process and validation process of the ARM templates Discusses “Bicep” the language for ARM templates and the DevOps integration to deploy ARM templates Who This Book Is For People who build, install, repair, or maintain the hardware and software associated with computer systems on-premises and who want to learn about the deployment and provisioning process of applications in the Microsoft Cloud using an infrastructure as code approach...
    Note: Online resource; Title from title page (viewed January 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 159
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (62 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language. C++ trainer and consultant Klaus Iglberger explains how you can manage dependencies and abstractions, improve changeability and extensibility of software entities, and apply and implement modern design patterns to help you take advantage of today's possibilities. Design is the most essential aspect of a software project because it impacts the software's most important properties: maintainability, changeability, and extensibility. Learn how to evaluate your code with respect to software design Understand what software design is, including design goals such as changeability and extensibility Explore the advantages and disadvantages of each design approach Learn how design patterns help solve problems and express intent Choose the right form of a design pattern to gain most of its advantages
    Note: Online resource; Title from title page (viewed November 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 160
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718150
    Language: English
    Pages: 1 online resource (4755 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In today's world, leadership is all about establishing community and connectivity so everyone can be part of something bigger than themselves. To have the grace to create this kind of leadership, we need greater self-awareness and genuine connection to others. In The Five Graces of Life and Leadership, CEO of the celebrated consulting firm Korn Ferry delivers a meaningful and thought-provoking exploration of leadership, emphasizing the five kinds of grace that leaders must have to lead their teams in today's evolving workscape. In the book, you'll learn how to the best leaders make their teams feel comforted, safe, and secure that they're headed in the right direction. It includes insightful discussions on each of the five indispensable graces, including: Gratitude-the attitude that elevates our spirits, boosts morale, and lifts our hearts; Resilience-the quality that allows us to achieve beyond our wildest dreams; Aspiration-the knowledge that we can make tomorrow better than today; Courage-the ability to understand and move beyond our fears; and Empathy-the understanding needed to connect with others from their perspectives. The perfect book for managers, executives, and other business leaders, The Five Graces of Life and Leadership is a can't miss book on the human side of leadership at work, at home, and anywhere else.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 161
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Visual | Boston, MA : Safari
    ISBN: 9781119866442
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Everything you need to know about Windows 11 in a single, visual book Teach Yourself VISUALLY Windows 11 collects all the resources you need to master the day-to-day use of Microsoft’s new operating system and delivers them in a single resource. Fully illustrated, step-by-step instructions are combined with crystal-clear screenshots to walk you through the basic and advanced functions of Windows 11. Teach Yourself VISUALLY Windows 11 offers the best visual learning techniques with comprehensive source material about the interface and substance of Windows 11, as well as: Stepwise guidance on working with files, digital pictures, and media Instructions for customizing Windows 11 and sharing your computer with family members Tutorials on installing and repairing applications, system maintenance, and computer security The fastest, easiest way for visual learners to get a grip on Windows 11, Teach Yourself VISUALLY Windows 11 is the best way to go from newbie to expert in no time at all.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 162
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Sybex | Boston, MA : Safari
    ISBN: 9781119805489
    Language: English
    Pages: 1 online resource (496 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Advance your current career or start a new one by obtaining the industry-leading SHRM-CP and SHRM-SCP certifications The Society for Human Resource Management (SHRM) is the world's largest professional association for Human Resources practitioners. Its certifications, while challenging to obtain, open enormous opportunities in the HR field and prove your competence and expertise in the profession. In SHRM Society for Human Resource Management Complete Study Guide: SHRM-CP Exam and SHRM-SCP Exam , veteran HR consultant Sandra M. Reed delivers a comprehensive roadmap to achieving the premier certification for global human resource professionals. You'll get access to Sybex's comprehensive study package, including an assessment test, chapter tests, practice exams, electronic flashcards, and a glossary of key terms. Discover hands-on, practical exercises that prepare you for real-world HR interviews and jobs as you master the technical, leadership, and business competencies you'll need to succeed on the SHRM-CP and SHRM-SCP Exams and in your new HR career. This book also provides: Fully updated information for the latest SHRM Certified Professional and Senior Certified Professional exams Opportunities for new career transitions or advancement with a highly sought-after professional certification Access to Sybex online study tools, with chapter review questions, full-length practice exams, hundreds of electronic flashcards, and a glossary of key terms Perfect for HR leaders who wish to pursue the SHRM Senior Certified Professional or SHRM Certified Professional designations, this study guide also teaches the skills required by anyone seeking to transition into an HR-related role. It offers intuitive and easy-to-follow organization and comprehensive domain coverage ideal for experienced and novice professionals alike.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 163
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073875
    Language: English
    Pages: 1 online resource (502 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get started with the latest sculpting features in Blender 3D and learn key sculpting workflows such as Dynotopo, Voxel Remesher, QuadriFlow, and Multiresolution Key Features Use Blender's core sculpting workflows: basic sculpting, Dynotopo, Voxel Remesher, QuadriFlow, and Multiresolution Learn how to use and customize Blender's sculpting brushes to create fantastic art effortlessly Explore common techniques in Blender 3.0 for creating facial features, clothing, accessories, and more Book Description Blender 3D is a free and open source program that can be used for every part of the 3D production pipeline. It has several robust feature sets for creating 3D art that have contributed to its rising popularity in the last few years. Sculpting is perhaps the most enjoyable and artistic method for creating 3D art as it relies less on technical knowledge and focuses on artistic brushes. The latest release of Blender makes the sculpting feature set more powerful than ever, so now is an excellent time to learn it! This book covers the expansive list of features in the Blender 2.93 LTS release, as well as the exciting all-new Blender 3.0 release. This book will be an excellent resource for professionals who need a production-ready long-term support release of the software, as well as hobbyists looking for a cutting-edge experience. Sculpting the Blender Way will demonstrate how to navigate Blender's user interface and take you through the core workflows. You'll gain a detailed understanding of how the sculpting features work, including basic sculpting, Dyntopo, the Voxel Remesher, QuadriFlow, and Multiresolution. This Blender book will cover a wide range of brushes, as well as all of the latest additions to the sculpting feature set, such as Face Sets, Mesh Filters, and the Cloth brush. You'll learn how to customize these brushes and features to create fantastic 3D sculptures that you can share with the ever-growing Blender community. By the end of this book, you'll have gained a complete understanding of the core sculpting workflows and be able to use Blender to bring your digital characters to life. What you will learn Configure your graphics tablet for use in 3D sculpting Set up Blender's user interface for sculpting Understand the core sculpting workflows Get the hang of using Blender's basic sculpting brushes Customize brushes for more advanced workflows Explore high-resolution details with brush alphas and Multiresolution Try out the all-new Cloth ...
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 164
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (220 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: NGINX is one of the most widely used web servers available today, in part because of its capabilities as a load balancer and reverse proxy server for HTTP and other network protocols. This cookbook provides easy-to-follow examples to real-world problems in application delivery. The practical recipes will help you set up and use either the open source or commercial offering to solve problems in various use cases. For professionals who understand modern web architectures, such as n-tier or microservice designs, and common web protocols including TCP and HTTP, these recipes provide proven solutions for security, software load balancing, and monitoring and maintaining NGINX's application delivery platform. You'll also explore advanced features of both NGINX and NGINX Plus, the free and licensed versions of this server. You'll find recipes for: High-performance load balancing with HTTP, TCP, and UDP Securing access through encrypted traffic, secure links, HTTP authentication subrequests, and more Deploying NGINX to Google Cloud, AWS, and Azure cloud-computing services Setting up and configuring NGINX Controller Installing and configuring the NGINX Plus App Protect module Enabling WAF through Controller App Security
    Note: Online resource; Title from title page (viewed August 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 165
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073097
    Language: English
    Pages: 1 online resource (676 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Get to grips with leading 3D engineering and product design application to design robust 3D models and achieve CSWA and CSWP certification Key Features Gain comprehensive insights into the core aspects of 3D modeling's mechanical parts Learn how to generate assembly designs with both standard and advanced mates Discover design practices for both 2D as well as 3D modeling and prepare to achieve CSWP and CSWA certification Book Description SOLIDWORKS is the leading choice for 3D engineering and product design applications across industries such as aviation, automobile, and consumer product design. This book helps you to get up and running with SOLIDWORKS and understand each new concept and tool with the help of easy-to-follow exercises. You'll begin with the basics, exploring the software interface and finding out how to work with drawing files. The book then guides you through topics such as sketching, building complex 3D models, generating dynamic and static assemblies, and generating 2D engineering drawings to prepare you to take on any design project. You'll also work with practical exercises to get hands-on experience with creating sketches, 3D part models, assemblies, and drawings. To reinforce your understanding of SOLIDWORKS, the book is supplemented by downloadable files that will help you to understand the concepts and exercises more easily. Finally, you'll also work on projects for 3D modeling objects inspired by everyday life. By the end of this SOLIDWORKS book, you'll have gained the skills you need to create professional 3D mechanical models using SOLIDWORKS and be able to prepare effectively for the Certified SOLIDWORKS Associate (CSWA) and Certified SOLIDWORKS Professional (CSWP) exams. What you will learn Understand the fundamentals of SOLIDWORKS and parametric modeling Create professional 2D sketches as bases for 3D models using simple and advanced modeling techniques Use SOLIDWORKS drawing tools to generate standard engineering drawings Evaluate mass properties and materials for designing parts and assemblies Join different parts together to form static and dynamic assemblies Discover expert tips and tricks to generate different part and assembly configurations for your mechanical designs Who this book is for This book is for aspiring engineers, designers, makers, draftsmen, and hobbyists looking to get started with SOLIDWORKS and explore the software. Individuals who are interested in becoming Certified SOLIDWORKS Associates ...
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 166
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617298653
    Language: English
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Kubernetes Native Microservices with Quarkus and MicroProfile teaches you to build microservices using containers, Kubernetes, and the Quarkus framework. You'll immediately start developing a deployable application using Quarkus and the MicroProfile APIs. Then, you'll explore the startup and runtime gains Quarkus delivers out of the box and also learn how to supercharge performance by compiling natively using GraalVM. Along the way, you'll see how to integrate a Quarkus application with Spring and pick up pro tips for monitoring and managing your microservices.
    Note: Online resource; Title from title page (viewed January 20, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 167
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781264285501
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: A pioneering venture capitalist provides an actionable framework for founders and executives to create innovative, enduring companies built for growth and for societal good. The Milton Friedman philosophy that companies exist only to increase shareholder value is dead and buried. The old Silicon Valley tenets of “move fast and break things,” minimum viable products, and hyper engagement at any cost must be replaced with new principles for an era of responsible innovation. We can no longer manage businesses solely for growth. With innovation comes responsibility: to generate returns beyond profits and to recenter technology as a force for good in the world. This requires a shift in the way organizations approach and value work. A company’s mindset —its intent to do good, avoid harmful consequences, and innovate responsibly—is not enough. That mindset must be supported by a business model, a mechanism that leaders must intentionally and proactively build along with the company from the ground up, one that incentivizes and rewards the organization for fulfilling its intentions. Companies need a new set of KCIs, or key consequence indicators, that measure factors such as its impact on customers’ energy consumption, whether its product is being used equally across socioeconomic groups, or if it is actually solving the social problem it is addressing. Not only is this the right thing to do—increasingly, it is what customers, employees, and shareholders demand of business. In this inspiring, practical, and actionable guide, Hemant Taneja: lays out the argument for why a new model of company building and leadership is necessary—and how it can lead to better performance explores why social-good businesses are some of the greatest opportunities today, detailing examples of billion-dollar startups that are addressing inequality, climate change, systemic societal problems, and chronic disease—all while generating profit and positive shareholder returns presents a topic-by-topic road map that addresses business models, artificial intelligence, ethical growth, culture, governance, and good citizenship Intended Consequences is designed as the ultimate playbook for founders, entrepreneurs, leadership teams, and investors on how to build and maintain a responsible innovation company.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 168
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    ISBN: 9781523000647
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Leadership legend and bestselling author Ken Blanchard and trust expert and thought leader Randy Conley present this carefully curated collection of fifty-two essential leadership principles that are easy to implement and practice. Effective leadership is an influence process where leaders implement everyday, commonsense approaches that help people and organizations thrive. Yet somehow, many of these fundamental principles are still missing from most workplaces. In Simple Truths of Leadership, legendary servant leadership expert Ken Blanchard, whose books have sold millions of copies worldwide, and his colleague Randy Conley, known and recognized for his many years of thought leadership and expertise in the field of trust, share fifty-two Simple Truths about leadership that will help leaders everywhere make commonsense leadership common practice. Readers will discover profound, memorable, and in some cases counterintuitive leadership wisdom such as • Who should make the first move to extend trust • What role a successful apology plays in building trust • When to use different strokes (leadership styles) for different folks—and for the same folks • Where the most important part of leadership happens • How to create autonomy through boundaries • Why the key to developing people is catching them doing something right A fun, easy read that will make a positive difference in leadership and organizational success, Simple Truths of Leadership will show readers how to incorporate simple but essential practices into their leadership style, build trust through servant leadership, and enhance their own lives and the lives of everyone around them.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 169
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119824756
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Strengthen your company culture through inclusive and equitable policies and practices The global workforce and marketplace will continue to undergo dramatic demographic shifts—redefining the workplace, the workers, and how work gets done. Organizations that want to attract and retain the best talent and to capitalize on the full breath of their perspectives and experiences must first reflect our society as a whole, and secondly, must create the right kind of work environment where ALL talent can thrive. That means valuing diversity, creating more equitable policies and practices, and fostering a welcoming and inclusive culture. In Diversity, Equity & Inclusion For Dummies, global workforce expert, and three-time Chief Diversity and Inclusion Officer Dr. Shirley Davis unveils her extensive collection of real-world experiences, stories, case studies, checklists, assessments, tips, and strategies that will give you a deeper understanding of the business impact of DEI and how your role as a leader can contribute to your company's long term success. You'll learn: The fundamentals of DEI and how it drives business performance and impact How to conduct comprehensive DEI organizational assessments to identify systemic and institutional inequities Tactics and strategies for having necessary but difficult conversations, and how to make them impactful Skills and competencies that every leader needs in order to effectively lead the new generation of workers How to operationalize DEI across your organization, measure its impact, and sustain it long term Diversity, Equity & Inclusion For Dummies is a must-read guide for any leader at any level who wants to ready themselves for the workplace of the future and reap the benefits of a full spectrum diverse ideas, backgrounds, and experiences. It also belongs on the reading lists of human resources and DEI professionals actively seeking to go broader, deeper, and have greater impact in their DEI work.
    Note: Online resource; Title from title page (viewed January 12, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 170
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484274224
    Language: English
    Pages: 1 online resource (332 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: Learn the latest version of Scala through simple, practical examples. This book introduces you to the Scala programming language, its object-oriented and functional programming characteristics, and then guides you through Scala constructs and libraries that allow you to assemble small components into high-performance, scalable systems. Beginning Scala 3 explores new Scala 3 language features such as Top-level declarations, Creator applications, Extension methods to add extra functionality to existing types, and Enums. You will also learn new ways to manipulate types via Union types, intersection, literal, and opaque type aliases. Additionally, you’ll see how Implicits are replaced by given and using clauses. After reading this book, you will understand why Scala is judiciously used for critical business applications by leading companies such as Twitter, LinkedIn, Foursquare, the Guardian, Morgan Stanley, Credit Suisse, UBS, and HSBC – and you will be able to use it in your own projects. What You Will Learn Get started with Scala 3 or Scala language programming in general Understand how to utilitze OOP in Scala Perform functional programming in Scala Master the use of Scala collections, traits and implicits Leverage Java and Scala interopability Employ Scala for DSL programming Use patterns and best practices in Scala Who This Book Is For Those with a background in Java and/or Kotlin who are new to Scala. This book is also for those with some prior Scala experience who want to learn Scala version 3.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 171
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119846406
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 2022nd edition
    Keywords: Electronic books
    Abstract: Make your Apple Watch your new best friend! From accessing messages to getting quick directions, the latest smart watches do a whole lot more than just tell time. And the latest version of the Apple Watch is one of the most powerful iterations of these handy devices you can own. In Apple Watch For Dummies, you'll get step-by-step guidance on how to use all the best features of the Apple Watch. You'll learn how to make payments with a flick of your wrist using Apple Pay, keep track of your activity and sleep, monitor your heart health in real time, and even turn your watch into a digital walkie-talkie. This easy-to-read guide will also show you how to: Stay in touch by sending and receiving text messages and emails with your Apple Watch Track your fitness and sleep with Apple Watch, and have it monitor your health and even detect a sudden fall Learn how to stream Apple Music playlists and podcasts to wireless headphones Customize your watch face to look exactly the way you want it to look, from retro-chic to futuristic fun Apple Watch For Dummies is a must-read resource for Apple enthusiasts everywhere. Whether you're an Apple Watch newbie or you've been using one since they first came out and just need a refresher, this book has everything you need to get the most out of one of the coolest pieces of wearable tech on the market today.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 172
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803241111
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to create apps and submit them to the App Store using SwiftUI 3 Code and Xcode 13 on iOS 15 from scratch About This Video Develop iPhone apps using SwiftUI 3 code and Xcode 13 Learn Swift programming and SwiftUI by creating five complete apps Learn to share your app ideas through the App Store In Detail If you are looking for a course that is fun, for complete beginners, and gets straight to the point, then this is the course for you. This course will help you learn all about developing iPhone applications and simultaneously implement all that you learn by creating five complete apps using SwiftUI 3 code and Xcode 13. In this course, we will start with the SwiftUI basics that are required for developing an app and set up our developing environment with Xcode. Once our environment is set, we will start working on our different apps. In this first app - People Counter - and the second app - Text Formatter, you will be learning the basics of Swift programming. In this third app, we will create an app called Emoji Dictionary, where you will learn about lists, arrays, and multi-view apps. In the fourth app, we will create a Quick ToDos app, where you will learn how to save information with CoreData. In our final app, we will create a Course Lister app where we will work with web, APIs, JSON, and images. Once we are done with the apps, we will discuss the process to submit your own apps to the App Store! By the end of this course, you will be set to build your own app and share your app with the world through the App Store. Who this book is for This course is best for complete beginners who want to make an iPhone app as no prior experience is needed and one just needs to have a Mac computer and passion to develop amazing apps.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 173
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Paul Azunre uses Kaggle kernels to experiment with some key NLP architectures, like BERT, GPT etc to generate some text, perform some classification, etc. Time permitting. He also discusses some major advances in NLP since his book "Transfer Learning for NLP" was published (August 2021).
    Note: Online resource; Title from title screen (viewed January 10, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 174
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235806
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master the front-end web development and the three core technologies of HTML, CSS, and JavaScript by building 30+ web projects. About This Video Understand how to build a modern webpage with the latest effects and techniques 30 different projects to help you master the technologies of HTML, CSS, and a little bit of JavaScript Understand how to create an animated landing page to make your webpage look more appealing In Detail We will build together more than 30 different and creative web projects with three core technologies—HTML, CSS, and JavaScript. If you have some basic knowledge of these technologies and still have some trouble creating your own web projects, or if you want to level up your developer and designer skills, then you have come to the right place. We will build more than 30 different web projects and they will be full of modern, nice, and beautiful effects and designs. We will start with simple projects, and we will go through some advanced ones as well. Using this course, you can get the inspiration that will help you enhance your projects and customize your portfolio. Mastering just these core technologies of front-end web development, you can create awesome and modern themes and simply get hired. Also, you will have enough knowledge to move on and learn other technologies such as some front-end frameworks and libraries, which nowadays are popular and highly demanded. By the end of the course, you will master front-end web development and gain the confidence to apply modern and creative effects and designs in your future projects. Who this book is for This course is for students who have some basic knowledge in HTML, CSS, and JS and want to build the portfolio website; for those who want to practice three core technologies—HTML, CSS, and JavaScript. It can be taken by those who have basic knowledge of front-end web development and want to develop their web designing skills.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 175
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sinan Ozdemir teaches how to use core tenants of feature engineering to build your own art recommendation engine from scratch. You will be using state of the art models like VGG-11 and BERT alongside classic feature engineering techniques algorithms to construct and fine-tune a pipeline to produce art recommendations.
    Note: Online resource; Title from title screen (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 176
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a very simple command line tool with Python without using external dependencies or frameworks. In this video you'll see how with just a few lines of Python you can transform a file into a script with a help menu. All by using the sys.argv module and a simple if statement. Although you can create more powerful command-line tools with other frameworks like argparse or external libraries like Click, you can still implement a quick script without them that includes a help menu Useful links: Github repo with sample code Introduction to Python
    Note: Online resource; Title from title screen (viewed February 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 177
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Make DEI Training Foundational in Your Organization When done well, diversity, equity, and inclusion (DEI) training creates space for courageous conversations that acknowledge hard truths around systemic inequities and explores topics that touch on people’s vulnerabilities in all facets of their lives. For those of you who do this work, there has not been a clear path to follow for making progress. As a DEI trainer, you have forged your own way and learned as you went. With Diversity, Equity, and Inclusion for Trainers: Fostering DEI in the Workplace, the need for DEI trainers to go at it alone comes to an end. Expert facilitator Maria Morukian provides the guidance you need to develop the knowledge and skills required for DEI training. Morukian covers the historical underpinnings and rationale for DEI work; takes you through the process of organizational assessment, design, and delivery; and offers strategies for embedding DEI and promoting sustainability through collaborative practices and dialogues, allowing you to develop and understand your own identity lenses and biases. Reflection questions and worksheets are included in every chapter.
    Note: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 178
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (38 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Innovative organizations today are reaping the benefits of combining data from a variety of internal and external sources. By collecting, storing, analyzing, and leveraging external data, these companies are able to outperform competitors by unlocking improvements in growth, productivity, and risk management. This report explains how you can harness the power of external data to boost analytics, find competitive advantages, and drive value. Author Joseph D. Stec explains how clever companies are now using advanced analytics tools that can simultaneously collect, mix, and match diverse data from disparate data sources. This enables them to improve products and brand loyalty, generate better conversions, identify trends earlier, and pinpoint additional ways to improve customer satisfaction. With this report, you will: Learn how external data elevates and enhances the way you analyze and interpret data outside of your apps or databases Dive into the nuts and bolts of external data platforms to solve key challenges Understand how new technology makes external data easier to use with analytics Learn how an external data platform fits into your data architecture Gain access to relevant external data signals with Explorium, an automated external data management platform Unlock improvements in growth, productivity, and risk management
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 179
    ISBN: 9781484274439
    Language: English
    Pages: 1 online resource (766 pages)
    Edition: 4th edition
    Keywords: Electronic books
    Abstract: Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experienced Java developers. Authors Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone take a hands-on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overarching sample application, giving you a context from which to start and helping you to understand the examples within an already familiar domain. After completing this in-depth book, you will have a full understanding of persistence and be able to successfully code applications using its annotations and APIs. The book also serves as an excellent reference guide. What You Will Learn Use Jakarta Persistence in the context of enterprise applications Work with object relational mappings (ORMs), collection mappings and more Build complex enterprise Java applications that persist data long after the process terminates Connect to and persist data with a variety of databases, file formats, and more Use queries, including the Jakarta Persistence Query Language (Jakarta Persistence QL) Carry out advanced ORM, queries and XML mappings Package, deploy and test your Jakarta persistence-enabled enterprise applications Who This Book Is For Experienced Java programmers and developers with at least some prior experience with Jakarta EE or Java EE platform APIs.
    Note: Online resource; Title from title page (viewed January 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 180
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208162
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: An immersive learning experience enhanced with technical, hands-on labs to understand the concepts, methods, tools, platforms, and systems required to master the art of cybersecurity Key Features Get hold of the best defensive security strategies and tools Develop a defensive security strategy at an enterprise level Get hands-on with advanced cybersecurity threat detection, including XSS, SQL injections, brute forcing web applications, and more Book Description Every organization has its own data and digital assets that need to be protected against an ever-growing threat landscape that compromises the availability, integrity, and confidentiality of crucial data. Therefore, it is important to train professionals in the latest defensive security skills and tools to secure them. Mastering Defensive Security provides you with in-depth knowledge of the latest cybersecurity threats along with the best tools and techniques needed to keep your infrastructure secure. The book begins by establishing a strong foundation of cybersecurity concepts and advances to explore the latest security technologies such as Wireshark, Damn Vulnerable Web App (DVWA), Burp Suite, OpenVAS, and Nmap, hardware threats such as a weaponized Raspberry Pi, and hardening techniques for Unix, Windows, web applications, and cloud infrastructures. As you make progress through the chapters, you'll get to grips with several advanced techniques such as malware analysis, security automation, computer forensics, and vulnerability assessment, which will help you to leverage pentesting for security. By the end of this book, you'll have become familiar with creating your own defensive security tools using IoT devices and developed advanced defensive security skills. What you will learn Become well versed with concepts related to defensive security Discover strategies and tools to secure the most vulnerable factor – the user Get hands-on experience using and configuring the best security tools Understand how to apply hardening techniques in Windows and Unix environments Leverage malware analysis and forensics to enhance your security strategy Secure Internet of Things (IoT) implementations Enhance the security of web applications and cloud deployments Who this book is for This book is for IT professionals, including systems administrators, programmers, IT architects, solution engineers, system analysts, data scientists, DBAs, and any IT expert looking to explore the fascinating world of cyb...
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 181
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484271162
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 4th edition
    Keywords: Electronic books
    Abstract: In this fourth edition of the bestselling business book Managing Humans , author Michael Lopp continues to draw leadership advice from some of the most important software companies of our modern age. Educational stories from companies across Silicon Valley such as Apple, Slack, Pinterest, Palantir, Netscape, and Borland detail the experiences of bright software engineers in an ever-changing industry This revised edition of Managing Humans expands on the previous editions’ explorations of management essentials including handling stress, building diverse teams, running inclusive meetings, and how to lead in times of crisis. The education of a great leader never stops, and Lopp applies crucial insights to help continue your never-ending leadership education. Whether it is approaching a myriad of engineering personalities or handling unexpected conflict, you will come away with wisdom to handle any team situation. The engineering culture of a company can determine the difference between a product’s ultimate success or failure. Managing Humans is here to guide managers and aspiring managers into the intimidating world of people and their vastly different personalities. Handle conflict, infuse innovation into your approach, and be the most confident manager you can be after reading this book. What You Will Learn Lead engineers Handle conflict Understand different engineering personalities Who This Book Is For Managers and would-be managers staring at the role of a manager wondering why they would ever leave the safe world of bits and bytes for the messy world of managing humans.
    Note: Online resource; Title from title page (viewed January 1, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 182
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    ISBN: 9781523092116
    Language: English
    Pages: 1 online resource (520 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: The third edition of this classic is a must-have text for the human resource development (HRD) profession. It has with brand-new material on the impact of technology, globalization, and emerging business trends on HRD practice. Human Resource Development is a large field of practice but a relatively young academic discipline. For the last two decades, Foundations of Human Resource Development has fulfilled the field's need for a complete and thoughtful foundational text. This essential text provides an up-to-date overview of the HRD profession, along with the terminology and processes required for sound HRD research and practice. Readers will gain a basic understanding of • HRD models and theories that support best practice • History and philosophical foundations of the field • HRD's role in learning, performance, and change in organizations This new edition has been updated throughout and contains new chapters on assessment, technology, globalization, and future challenges. Examples of best practices are included, along with variations in core thinking, processes, interventions, tools, and much more. This must-have reference will help both practitioners and academics add clarity to their professional journeys.
    Note: Online resource; Title from title page (viewed March 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 183
    ISBN: 9781484274408
    Language: English
    Pages: 1 online resource (1112 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Take a holistic view of enterprise risk-adjusted return management in banking. This book recommends that a bank transform its siloed operating model into an agile enterprise model. It offers an event-driven, process-based, data-centric approach to help banks plan and implement an enterprise risk-adjusted return model (ERRM), keeping the focus on business events, processes, and a loosely coupled enterprise service architecture. Most banks suffer from a lack of good quality data for risk-adjusted return management. This book provides an enterprise data management methodology that improves data quality by defining and using data ontology and taxonomy. It extends the data narrative with an explanation of the characteristics of risk data, the usage of machine learning, and provides an enterprise knowledge management methodology for risk-return optimization. The book provides numerous examples for process automation, data analytics, event management, knowledge management, and improvements to risk quantification. The book provides guidance on the underlying knowledge areas of banking, enterprise risk management, enterprise architecture, technology, event management, processes, and data science. The first part of the book explains the current state of banking architecture and its limitations. After defining a target model, it explains an approach to determine the "gap" and the second part of the book guides banks on how to implement the enterprise risk-adjusted return model. What You Will Learn Know what causes siloed architecture, and its impact Implement an enterprise risk-adjusted return model (ERRM) Choose enterprise architecture and technology Define a reference enterprise architecture Understand enterprise data management methodology Define and use an enterprise data ontology and taxonomy Create a multi-dimensional enterprise risk data model Understand the relevance of event-driven architecture from business generation and risk management perspectives Implement advanced analytics and knowledge management capabilities Who This Book Is For The global banking community, including: senior management of a bank, such as the Chief Risk Officer, Head of Treasury/Corporate Banking/Retail Banking, Chief Data Officer, and Chief Technology Officer. It is also relevant for banking software vendors, banking consultants, auditors, risk management consultants, banking supervisors, and government finance professionals.
    Note: Online resource; Title from title page (viewed January 3, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 184
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: The cloud is becoming the de facto home for companies ranging from enterprises to startups. Moving to the cloud means moving your applications from monolith to microservices. But once you do, maintaining and running these services brings its own level of complexity. The answer? Modularity, deployability, observability, and self-healing capacity through cloud native development. With this practical book, Nishant Singh and Michael Kehoe show you how to build a true cloud native infrastructure on Microsoft Azure, following guidelines from the Cloud Native Computing Foundation (CNCF). DevOps and site reliability engineers will learn how adapting applications to cloud native early in the design phase helps you fully utilize the elasticity and distributed nature of the cloud. Chapters include: "Introduction: Why Cloud Native?" "Infrastructure as Code: Setting Up the Gateway" "Containerizing Your Application: More Than Boxes" "Kubernetes: The Grand Orchestrator" "Creating a Kubernetes Cluster on Azure" "Observability: Following the Breadcrumbs" "Service Discovery and Service Mesh: Finding New Territories and Crossing Borders" "Networking and Policy Management: Behold the Gatekeepers" "Distributed Databases and Storage: The Central Bank" "Getting the Message" "Serverless"
    Note: Online resource; Title from title page (viewed February 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 185
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a command-line tool with Apple's Swift language.
    Note: Online resource; Title from title screen (viewed January 10, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 186
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build an S3 Bucket Lister Console app using VS 2022 and AWS targeting .NET 6.
    Note: Online resource; Title from title screen (viewed January 3, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 187
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    ISBN: 9781789450200
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: The Tactile Internet will change the landscape of communication by introducing a new paradigm that enables the remote delivery of haptic data. This book answers the many questions surrounding the Tactile Internet, including its reference architecture and adapted compression methods for conveying haptic information. It also describes the key enablers for deploying the applications of the Tactile Internet. As an antecedent technology, the IoT is tackled, explaining the differences and similarities between the Tactile Internet, the Internet of Things and the Internet of Everything. The essentials of teleoperation systems are summarized and the challenges that face this paradigm in its implementation and deployment are also discussed. Finally, a teleoperation case study demonstrating an application of the Tactile Internet is investigated to demonstrate its functionalities, architecture and performance.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 188
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716835
    Language: English
    Pages: 1 online resource (13576 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Leadership is a set of abilities with which a lucky few are born. They're the natural relationship builders, master negotiators and persuaders, and agile and strategic thinkers. The good news for the rest of us is that those abilities can be developed. In The Leader's Brain: Enhance Your Leadership, Build Stronger Teams, Make Better Decisions, and Inspire Greater Innovation with Neuroscience, Wharton Neuroscience Initiative director Michael Platt explains how. Over two decades as a professor and practitioner in neuroscience, psychology, and marketing, Platt's pioneering research has deepened our understanding of how key areas of the brain work-and how that understanding can be applied in business settings. In The Leader's Brain, Platt explains: why two managers, when presented with the same set of information, make very different decisions; why some companies (Apple) build strong social and emotional connections with their customers and others do not (Samsung); how some of the most significant events in sports history, like the "Miracle on Ice," contain insights for how to build a team; and why even some of the most visionary business leaders can make disastrous decisions, and how to fix that. The Leader's Brain relates findings like these, and many more, to help enhance leadership in an ever-shifting world entering a "new normal."
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 189
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717610
    Language: English
    Pages: 1 online resource (16524 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Discover what sets leaders like President Biden apart from the rest In The Joe Biden Way: How to Become a Bold and Empathic Leader, bestselling author and leadership expert Jeffrey Krames provides listeners with leadership secrets gleaned from one of the most transformative and successful presidents in modern times: Joseph Robinette Biden, Jr. In this book, the author sets out seven lessons in inspiring leadership that have helped the forty-sixth president of the United States carry his powerful message to the White House and deliver it to hundreds of millions of people. You'll learn how to: lead with empathy and demonstrate you understand what your followers are experiencing; set a single priority and focus on it with laser precision; learn to execute on your goals and back your words with meaningful action; build on and cultivate your strengths and values; and lead diverse groups of people and inspire them to share a common goal. Perfect for executives, managers, and other business leaders, The Joe Biden Way is a must-have resource for anyone who strives to unlock the best in their followers and colleagues and discover what sets great leaders apart from the rest of the pack.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 190
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119844549
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 5th edition
    Keywords: Electronic books
    Abstract: Become a stats superstar by using Excel to reveal the powerful secrets of statistics Microsoft Excel offers numerous possibilities for statistical analysis—and you don’t have to be a math wizard to unlock them. In Statistical Analysis with Excel For Dummies, fully updated for the 2021 version of Excel, you’ll hit the ground running with straightforward techniques and practical guidance to unlock the power of statistics in Excel. Bypass unnecessary jargon and skip right to mastering formulas, functions, charts, probabilities, distributions, and correlations. Written for professionals and students without a background in statistics or math, you’ll learn to create, interpret, and translate statistics—and have fun doing it! In this book you’ll find out how to: Understand, describe, and summarize any kind of data, from sports stats to sales figures Confidently draw conclusions from your analyses, make accurate predictions, and calculate correlations Model the probabilities of future outcomes based on past data Perform statistical analysis on any platform: Windows, Mac, or iPad Access additional resources and practice templates through Dummies.com For anyone who’s ever wanted to unleash the full potential of statistical analysis in Excel—and impress your colleagues or classmates along the way— Statistical Analysis with Excel For Dummies walks you through the foundational concepts of analyzing statistics and the step-by-step methods you use to apply them.
    Note: Online resource; Title from title page (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 191
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238043
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Pass your SC-300: Microsoft Identity and Access administrator exam with the help of this highly engaging and comprehensive guide. About This Video Implement an identity management solution, authentication, and access management solution Implement access management for apps, plan and implement an identity governance strategy A reference or end-to-end guide to pass your SC 300 exam from a Microsoft certified trainer In Detail The Microsoft Identity and Access Administrator designs, implements, and operates an organization’s identity and access management systems by using Azure Active Directory (Azure AD). They manage tasks such as providing secure authentication and authorization access to enterprise applications. The administrator provides seamless experiences and self-service management capabilities for all users. Adaptive access and governance are core elements to the role. This role is also responsible for troubleshooting, monitoring, and reporting for the identity and access environment. This course starts from implementing the initial configuration of Azure Active Directory. Then, create, configure, and manage identities. Followed by, implementing, and managing external identities. You will implement and manage hybrid identity, then plan and implement Azure multifactor authentication. Then manage user authentication, and plan, implement and administer conditional access. After that, you will manage Azure AD identity protection. Plan, implement and monitor the integration of enterprise apps for SSO and app registrations. Moving ahead, you will plan, implement, and manage entitlement and access reviews. Finally, you will see privileged access along with monitoring and maintaining Azure Active Directory. By the end of this course, you will gain the requisite knowledge and confidence to pass the SC-300: Microsoft Identity and Access administrator exam. Who this book is for This course is for security enthusiasts who want to complete the SC-300 certification. This is designed for those who would like to look at security from the identity perspective and want to be the identity security defenders of their organization. Basic knowledge of Azure and its components along with information security will be helpful. Work exposure to Active Directory, its usage, and its purpose is required but not mandatory.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 192
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119755920
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Risk Assessment Explore the fundamentals of risk assessment with references to the latest standards, methodologies, and approaches The Second Edition of Risk Assessment: A Practical Guide to Assessing Operational Risks delivers a practical exploration of a wide array of risk assessment tools in the contexts of preliminary hazard analysis, job safety analysis, task analysis, job risk assessment, personnel protective equipment hazard assessment, failure mode and effect analysis, and more. The distinguished authors discuss the latest standards, theories, and methodologies covering the fundamentals of risk assessments, as well as their practical applications for safety, health, and environmental professionals with risk assessment responsibilities. “What If”/Checklist Analysis Methods are included for additional guidance. Now in full color, the book includes interactive exercises, links, videos, and online risk assessment tools that can be immediately applied by working practitioners. The authors have also included: Material that reflects the latest updates to ISO standards, the ASSP Technical Report, and the ANSI Z590.3 Prevention through Design standard New hazard phrases for chemical hazards in the Globally Harmonized System, as well as NIOSH’s new occupational exposure banding tool The new risk-based approach featured in the NAVY IH Field Manual New chapters covering business continuity, causal factors analysis, and layers of protection analysis and barrier analysis An indispensable resource for employed safety professionals in a variety of industries, business leaders and staff personnel with safety responsibilities, and environmental engineers Risk Assessment: A Practical Guide to Assessing Operational Risks is also useful for students in safety, health, and environmental science courses.
    Note: Online resource; Title from title page (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 193
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232379
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Expand your coding skills and become a fluent and independent Python programmer About This Video Learn Python 3 programming language basics and fundamentals Learn and improve programming skills with more than 100 coding exercises Work on a micro-project challenge to solve a more significant problem In Detail Python is an excellent language to start programming with; it is powerful and easy to get started with. You can see results and run the code right away and most computers require truly little setup to start coding. This course is divided into four parts. You will first learn the basics and fundamentals of Python programming then improve with the help of practice exercises, work with the coding challenge, and finally implement all your learning to solve a project challenge. In the first part, with the help of video lectures and working examples, you will learn the language and its features that will help you build a solid foundation. In the second part, we will start practicing what we learned by doing simple practice exercises. These exercises will be super simple, and they will help you perfect and play with what you learned in the given section. The third part is to solve some complex coding challenges. These challenges will present you with a random problem combining everything that you learned in the previous sections. The fourth and final step is to apply everything you have learned and solve a business problem with the help of a micro-project. By the end of this course, you will be ready to work on real-world Python projects. Who this book is for This course is designed for beginners and experienced programmers new to Python programming who want to learn or improve their Python programming skills. Basic programming understanding is required.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 194
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717771
    Language: English
    Pages: 1 online resource (21119 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: After a lifetime of overachieving, aiming to be excellent at everything, and three failed tech startups in Silicon Valley, Kelly Trach was stirred by a simple question: What if I just did what I'm good at? Now a six-figure business coach, Kelly poses the same question to you: What if you just did what you're good at? Despite conventional wisdom, the gifts and experience you need are already innate. Having that "it factor" or "special ingredient" isn't as elusive as you may think. P.S. You're a Genius takes you on a self-reflective journey to find your own gifts, asking questions like: How are your idols a reflection of your own genius? What are you great at that nobody taught you how to do? How is your darkest shadow your greatest gift? What have you been unexpectedly criticized for? Through these questions and more, you'll uncover the ways you naturally excel, relinquish the lie that you're not "good enough," and discover how to convincingly convey your value to anyone. In the process, you'll unlock the gumption to go after what you really want and ditch the mindset blocks holding you back-because you have an inherent genius. You just have to find it.
    Note: Online resource; Title from title page (viewed January 18, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 195
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119829119
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Learn all about the best application for emailing, scheduling, collaborating, and just plain getting stuff done Did you know that Microsoft Outlook can do everything, including cook your dinner? Okay, it can’t cook your dinner. But it can deliver your email, filter out the junk, help you organize your life, sync data to the cloud, integrate with iOS and Android, and about a zillion other things. Outlook For Dummies shows you how to work all the basic and advanced features of the Office 2021 version. Outlook is loaded with interesting productivity tools that most people—even in business environments—don’t know about. Did you know you can create automated mail-handling rules? Translate messages into other languages? Share your calendar with other people? It’s true, and when people start wondering how you suddenly got to be so productive, you can tell them: Outlook For Dummies . Take a stroll around the basic interface and emailing capabilities of Outlook for Office 2021 Use Outlook to create daily and monthly schedules, manage a to-do list, organize messages into folders, and make notes for later reference Discover advanced and little-known features that will help you get organized and stay on top of things Sync email across your devices and access Outlook from any computer, tablet, or phone For users who are brand-new to Outlook and those upgrading to the latest version, this book makes it simple to get going.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 196
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811644
    Language: English
    Pages: 1 online resource (420 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: A comprehensive guide for teaching system administrators, developers, and security professionals how to create their own systemd units and maintain system security Key Features Get well-versed with maintaining and troubleshooting systemd services Learn to create, modify, and reload service files and use systemd utilities Use cgroups to control resource usage and enhance security Book Description systemd is a new type of Linux init system for today's high-performance, multi-CPU, and multi-core hardware that is now used on all major enterprise-grade Linux distros. The main goal of this Linux systemd book is to help you get an in-depth understanding of systemd to set up your servers securely and efficiently. This book starts by explaining systemd management, which will help you manage your servers effectively. You'll then learn how to edit and create your own systemd units, which will be particularly helpful if you need to create custom services or timers and add features or security to an existing service. Next, you'll understand how to analyze and fix boot-up challenges and set system parameters. Later, you'll come across cgroups, that'll help you control system resource usage for both processes and users. The book also shows you how cgroups are structured, the differences between cgroups Version 1 and 2, and how to set resource limits on both. Finally, you'll learn about the systemd way of performing time-keeping, networking, logging, and login management. You'll discover how to configure servers accurately and gather system information to analyze system security and performance. By the end of this Linux book, you'll be able to efficiently manage all aspects of a server running the systemd init system. What you will learn Use basic systemd utilities to manage a system Create and edit your own systemd units Create services for Podman-Docker containers Enhance system security by adding security-related parameters Find important information with journald Analyze boot-up problems Configure system settings with systemd utilities Who this book is for This book is for Linux administrators who want to learn more about maintaining and troubleshooting Linux servers. Aspiring administrators studying for a Linux certification exam and developers looking to learn how to create systemd unit files will also find this book useful. Additionally, this book will be helpful for security administrators who want to understand the security settings that can be used ...
    Note: Online resource; Title from title page (viewed February 3, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 197
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119867876
    Language: English
    Pages: 1 online resource (512 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: An essential, all-in-one guide to investment banking and valuation, complete with downloadable models – this new edition reflects valuable contributions from Nasdaq and the global law firm Latham & Watkins LLP plus access to the online valuation models and course. The thoroughly revised Third Edition of Investment Banking: Valuation, LBOs, M&A, and IPOs (Book + Valuation Models) delivers the most current discussion of valuation and deal-making fundamentals essential to the work of investment bankers, private equity professionals, hedge fund investors, corporate lawyers, executives, and students. Drawing on over four decades of combined experience in investment banking and investing, authors Joshua Rosenbaum and Joshua Pearl explain how to perform the valuation work and financial analysis at the core of Wall Street – comparable companies, precedent transactions, DCF, LBO, M&A analysis...and now IPO analytics and valuation. Using a step-by-step, how-to approach for each methodology, the authors build a chronological knowledge base and define key terms, financial concepts, and processes throughout the book. Now, over 10 years after the release of the first edition, the book is more relevant and topical than ever. The book has sold over 250,000 copies and is used in over 200 universities globally. It has become a go-to resource for investment banks, private equity, investment firms, and corporations undertaking M&A transactions, LBOs, IPOs, restructurings, and investment decisions. While the fundamentals haven't changed, the environment must adapt to changing market developments and conditions. As a result, Rosenbaum and Pearl have updated their widely-adopted book accordingly, turning the latest edition into a unique and comprehensive training package. The Third Edition includes six downloadable valuation model templates: Comparable Companies Analysis, Precedent Transactions Analysis, Discounted Cash Flow Analysis, Leveraged Buyout Analysis, M&A Analysis, and IPO Valuation, available at www.wiley.com/go/investmentbanking3e.
    Note: Online resource; Title from title page (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 198
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803237398
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A carefully selected approach for absolute beginners towards learning programming fundamentals. About This Video Master the programming and coding concepts that can be applied to any programming languages such as C, Python, C#, and so on Understand variables, operators, program flow, functions, comments, exceptions, and so on with demos Get exposed to the coding concepts of comments and exceptions In Detail This course will teach you the fundamentals of the programming language from the ground up. You will be taken through a carefully selected approach for absolute beginners towards learning programming fundamentals. You are looking for a direction to learn the fundamentals of programming languages. You want to understand coding concepts through an easier approach. You are looking for a helping hand to learn the basics of programming with assistance on each step of your journey. You are looking for ways to improve your current situation. You want to understand the fundamentals of programming to kick start an exciting career in the software industry. This course will help you in achieving them. This course covers introduction to programming fundamentals and explains various coding concepts of variables and their types, operators, conditional statements, loops, functions, comments, and exceptions. By the end of the course, you will have a solid foundation in the fundamentals of programming languages and coding constructs. You will be ready to create flowcharts and pseudocodes for given problem statements. Further, you will be more confident in learning a new programming language of your choice. Who this book is for This course is helpful for freshers, who are absolute beginners at coding. This course will give you an excellent head start towards an exciting programming career. For experienced non-IT professionals, who are looking for a career change as a software engineer. This course will provide you with a solid foundation in programming which is a necessity for your new career path. No prior knowledge of programming languages or coding is required. This course will cover everything you need to get started - from figuring out programming basics to following coding constructs.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 199
    ISBN: 9781119855804
    Language: English
    Pages: 1 online resource (816 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Learn the skills to get in on the crypto craze The world of cryptocurrency includes some of the coolest technologies and most lucrative investments available today. And you can jump right into the middle of the action with Cryptocurrency All-in-One For Dummies , a collection of simple and straightforward resources that will get you up to speed on cryptocurrency investing and mining, blockchain, Bitcoin, and Ethereum. Stop scouring a million different places on the web and settle in with this one-stop compilation of up-to-date and reliable info on what's been called the "21st century gold rush." So, whether you're just looking for some fundamental knowledge about how cryptocurrency works, or you're ready to put some money into the markets, you'll find what you need in one of the five specially curated resources included in this book. Cryptocurrency All-in-One For Dummies will help you: Gain an understanding of how cryptocurrency works and the blockchain technologies that power cryptocurrency Find out if you're ready to invest in the cryptocurrency market and how to make smart decisions with your cash Build a cryptocurrency mining rig out of optimized and specifically chosen computing hardware Dive into the details of leading cryptocurrencies like Bitcoin and Ethereum Perfect for anyone curious and excited about the potential that's been unlocked by the latest in cryptocurrency tech, this book will give you the foundation you need to become a savvy cryptocurrency consumer, investor, or miner before you know it.
    Note: Online resource; Title from title page (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 200
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718518
    Language: English
    Pages: 1 online resource (24072 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Innovation used to be seen as a game best left to entrepreneurs, but now a new breed of corporate managers is flipping this logic on its head. These Corporate Explorers have the insight, resilience, and discipline to overcome the obstacles and build new ventures from inside even the largest organizations. Corporate Explorers are part entrepreneurs, using innovation disciplines to jump start cutting-edge ideas, and part change leaders, capable of creating support for investment. They see that corporations already own the ideas, resources, and-critically-the talent to build new ventures. Companies like Amazon, Microsoft, and Bosch enable managers to put these assets to use and gain an upper hand over startups that threaten to disrupt them. Corporate Explorer is a guidebook to the practices that enable these managers to go from idea into action. This actionable and proven framework explains how managers can become successful corporate innovators. It includes tools to: learn how to apply innovation practices with greater discipline; turn great ideas into a full-time job as an innovation leader; experiment with and scale original business models; transform innovation programs into a thriving source of new business; attract, retain, and motivate entrepreneurial talent; and energize employees by creating a realistic way to innovate.
    Note: Online resource; Title from title page (viewed February 8, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...