Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company.  (9,035)
  • Spamer, Adolf (1883-1953)  (3,013)
  • Andersen, Hans Christian
  • International Business Machines Corporation International Technical Support Organization
Material
Language
Author, Corporation
  • 101
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Object-Oriented Python (OOP) is a paradigm that combines data and code into cohesive units, allowing you to think differently about computational problems and solve them in a highly reusable way. Aimed at intermediate-level programmers, Object-Oriented Python is a hands-on tutorial that goes deep into the core tenets of OOP, showing you how to use encapsulation, polymorphism, and inheritance to write games and apps using Python. The book begins by demonstrating key problems inherent in procedural programming, then guides you through the basics of creating classes and objects in Python. You’ll build on this groundwork by developing buttons, text fields, and other GUI elements that are standard in event-driven environments. You’ll also use many real-world code examples and two pygame-based packages to help turn theory into practice, enabling you to easily write interactive games and applications complete with GUI widgets, animations, multiple scenes, and reusable game logic. In the final chapter, you’ll bring it all together by building a fully functional video game that incorporates many of the OOP techniques and GUI elements covered in the book. You’ll learn how to: •Create and manage multiple objects using an object manager object •Use encapsulation to hide the inner details of objects from client code •Use polymorphism to define one interface and implement it in multiple classes •Apply inheritance to build on existing code Object-Oriented Python is a visual, intuitive guide to fully understanding how OOP operates and how you can use it to make your code more maintainable, readable, and efficient—without sacrificing functionality.
    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 ...
  • 102
    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 ...
  • 103
    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 ...
  • 104
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Quarry Books | Boston, MA : Safari
    ISBN: 9780760373194
    Language: English
    Pages: 1 online resource (136 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Recycle and Play transforms what many might consider trash—cardboard, bubble wrap, egg cartons, or plastic wrap—into invitations for zero-waste playful learning.
    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 ...
  • 105
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484267974
    Language: English
    Pages: 1 online resource (1196 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Implement numerical algorithms in Java using NM Dev, an object-oriented and high-performance programming library for mathematics.You’ll see how it can help you easily create a solution for your complex engineering problem by quickly putting together classes. Numerical Methods Using Java covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, regression and time series analysis. The mathematical concepts behind the algorithms are clearly explained, with plenty of code examples and illustrations to help even beginners get started. What You Will Learn Program in Java using a high-performance numerical library Learn the mathematics for a wide range of numerical computing algorithms Convert ideas and equations into code Put together algorithms and classes to build your own engineering solution Build solvers for industrial optimization problems Do data analysis using basic and advanced statistics Who This Book Is For Programmers, data scientists, and analysts with prior experience with programming in any language, especially Java.
    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 ...
  • 106
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484278246
    Language: English
    Pages: 1 online resource (223 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Delivering AI projects and building an AI organization are two big challenges for enterprises. They determine whether companies succeed or fail in establishing AI and integrating AI into their digital transformation. This book addresses both challenges by bringing together organizational and service design concepts, project management, and testing and quality assurance. It covers crucial, often-overlooked topics such as MLOps, IT risk, security and compliance, and AI ethics. In particular, the book shows how to shape AI projects and the capabilities of an AI line organization in an enterprise. It elaborates critical deliverables and milestones, helping you turn your vision into a corporate reality by efficiently managing and setting goals for data scientists, data engineers, and other IT specialists. For those new to AI or AI in an enterprise setting you will find this book a systematic introduction to the field. You will get the necessary know-how to collaborate with and lead AI specialists and guide them to success. Time-pressured readers will benefit from self-contained sections explaining key topics and providing illustrations for fostering discussions in their next team, project, or management meeting. Reading this book helps you to better sell the business benefits from your AI initiatives and build your skills around scoping and delivering AI projects. You will be better able to work through critical aspects such as quality assurance, security, and ethics when building AI solutions in your organization. What You Will Learn Clarify the benefits of your AI initiatives and sell them to senior managers Scope and manage AI projects in your organization Set up quality assurance and testing for AI models and their integration in complex software solutions Shape and manage an AI delivery organization, thereby mastering ML Ops Understand and formulate requirements for the underlying data management infrastructure Handle AI-related IT security, compliance, and risk topics and understand relevant AI ethics aspects Who This Book Is For Experienced IT managers managing data scientists or who want to get involved in managing AI projects, data scientists and other tech professionals who want to progress toward taking on leadership roles in their organization’s AI initiatives and who aim to structure AI projects and AI organizations, any line manager and project manager involved in AI projects or in collaborating with AI teams
    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 ...
  • 107
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (46 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Kubernetes has achieved unparalleled dominance as the platform for running containerized workloads by automating and simplifying key functions. But the process for working with specifications for Kubernetes workloads, known as manifests, is neither automated nor simplified. Managing these requirements is a high-cost activity up front, and an additional cost burden when reuse is needed. In this report, author Brent Laster shows software developers, Kubernetes administrators, and DevOps engineers how the Kustomize container orchestration system helps simplify and alleviate these challenges. You'll gain an overall understanding of Kustomize, including how this system functions, how it compares to tools like Helm, and how it works with your strategy for managing Kubernetes manifests. In this report, you will: Learn the Kubernetes value proposition for defining and executing workloads Get a brief survey of application deployment and reuse options with Kubernetes Explore the basic tenets of Kustomize's approach Understand how Kustomize compares to the Helm package manager Examine the unique value-adds that Kustomize provides for simplifying reuse
    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 ...
  • 108
    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 ...
  • 109
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Incidents are inevitable in complex systems, but learning from these events shouldn’t require assigning blame. Workers on the front lines have much to contribute to a company’s understanding of how failures happen—and to how to prevent them from happening in the future. Join us for a special conversation about resilience engineering with Sam Newman and incident analysis pro Jessica DeVita. They’ll discuss what resilience engineering is and why it matters for infrastructure and operations in particular, walk you through how to learn from incidents while maintaining your teams’ cohesion, and explain how to use that knowledge to drive design decisions with intentionality. They’ll spend a few minutes covering the trends that are influencing infrastructure, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around incident analysis See what’s coming next for infrastructure and ops This live event is for you because… You’re looking for ways to improve your incident response and engineering environment. You want to learn about the foundations of resilience engineering, a discipline that combines safety science with human factors, and understand why resilience depends more on people than on technology. Recommended follow-up: Read 97 Things Every SRE Should Know (book) Read Incident Metrics in SRE (report) Watch Infrastructure & Ops Superstream Series: SRE Edition (recorded Superstream event)
    Note: Online resource; Title from title screen (viewed January 5, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 110
    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 ...
  • 111
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811576
    Language: English
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Discover how to use the LEGO SPIKE Prime kit and boost your confidence in robotics, coding, and engineering Key Features Get up and running with new parts not seen in previous LEGO kits Gain deeper insights into non-compatible sensors and components that work with all prior LEGO components and third-party elements Explore new features and experiment with new robot builds with LEGO's new coding platform Book Description The new LEGO SPIKE Prime is one of the latest additions to the LEGO robotics line of products. This book will help you to enjoy building robots and understand how exciting robotics can be in terms of design, coding, and the expression of ideas. The book begins by taking you through a new realm of playful learning experiences designed for inventors and creators of any age. In each chapter, you'll find out how to build a creative robot, learn to bring the robot to life through code, and finally work with exercises to test what you've learned and remix the robot to suit your own unique style. Throughout the chapters, you'll build exciting new smart robots such as a handheld game, a robotic arm with a joystick, a guitar, a flying bird, a sumobot, a dragster, and a Simon Says game. By the end of this LEGO book, you'll have gained the knowledge and skills you need to build any robot that you can imagine. What you will learn Discover how the LEGO SPIKE Prime kit works, and explore its parts and the elements inside them Build and design robots that go beyond basic robotic designs Create interactive robots with the help of sensors Explore real-world robots and learn how to build them by yourself Find out challenging ways to remix build ideas with your own imagination and skills Develop coding skills using the Scratch programming interface Who this book is for This book is for robot enthusiasts, LEGO lovers, hobbyists, educators, students, and anyone looking to learn about the new LEGO SPIKE Prime kit. The book is designed to go beyond the basic builds to intermediate and advanced builds, while also helping you to learn how to add your own personal touch to the builds and code. To make the most of this book, you'll need a basic understanding of build techniques, coding in block-based software environments, and weaving them together to create unique robot builds.
    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 ...
  • 112
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819282
    Language: English
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Gain useful insights into cybersecurity leadership in a modern-day organization with the help of use cases Key Features Discover tips and expert advice from the leading CISO and author of many cybersecurity books Become well-versed with a CISO's day-to-day responsibilities and learn how to perform them with ease Understand real-world challenges faced by a CISO and find out the best way to solve them Book Description The chief information security officer (CISO) is responsible for an organization's information and data security. The CISO's role is challenging as it demands a solid technical foundation as well as effective communication skills. This book is for busy cybersecurity leaders and executives looking to gain deep insights into the domains important for becoming a competent cybersecurity leader. The book begins by introducing you to the CISO's role, where you'll learn key definitions, explore the responsibilities involved, and understand how you can become an efficient CISO. You'll then be taken through end-to-end security operations and compliance standards to help you get to grips with the security landscape. In order to be a good leader, you'll need a good team. This book guides you in building your dream team by familiarizing you with HR management, documentation, and stakeholder onboarding. Despite taking all that care, you might still fall prey to cyber attacks; this book will show you how to quickly respond to an incident to help your organization minimize losses, decrease vulnerabilities, and rebuild services and processes. Finally, you'll explore other key CISO skills that'll help you communicate at both senior and operational levels. By the end of this book, you'll have gained a complete understanding of the CISO's role and be ready to advance your career. What you will learn Understand the key requirements to become a successful CISO Explore the cybersecurity landscape and get to grips with end-to-end security operations Assimilate compliance standards, governance, and security frameworks Find out how to hire the right talent and manage hiring procedures and budget Document the approaches and processes for HR, compliance, and related domains Familiarize yourself with incident response, disaster recovery, and business continuity Get the hang of tasks and skills other than hardcore security operations Who this book is for This book is for aspiring as well as existing CISOs. This book will also help cybersecurity leaders and sec...
    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 ...
  • 113
    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 ...
  • 114
    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 ...
  • 115
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1497 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: When you have questions about C# 10.0 or .NET 6, this bestselling guide has the answers you need. C# is a language of unusual flexibility and breadth, but with its continual growth, there's so much more to learn. In the tradition of O'Reilly's Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, this comprehensive and complete reference provides intermediate and advanced programmers with a concise map of C# and .NET that also plumbs significant depths.
    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 ...
  • 116
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484272084
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Learn to program with Rust 2021 Edition, in an easy, step-by-step manner on Unix, the Linux shell, macOS, and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you’ll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time. Only a basic knowledge of programming in C or C++ and familiarity with a command console are required. After reading this book, you’ll be ready to build simple Rust applications. What You Will Learn Get started programming with Rust Understand heterogeneous data structures and data sequences Define functions, generic functions, structs, and more Work with closures, changeable strings, ranges and slices Use traits and learn about lifetimes Who This Book Is For Those who are new to Rust and who have at least some prior experience with programming in general: some C/C++ is recommended particularly.
    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 ...
  • 117
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484274552
    Language: English
    Pages: 1 online resource (372 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Learn the fundamentals of Godot by diving headfirst into creating a 2D platformer from scratch. This book is a hands-on, practical guide to developing 2D games using the Godot Engine 3.2.3/3.3, with the help of GDScript. Author Maithili Dhule begins by explaining some basic tools and techniques used to make games, the factors that need to be considered while choosing a game engine, and pointing out the benefits of using Godot. She then walks you through downloading the engine and guides you as you explore key features of its interface. Next, you’ll receive a concise introduction to the basics of GDScript, the main scripting language used in Godot, before moving on to essential topics such as Godot’s node-scene architecture, the interaction of various physics bodies, the creation of game scenes, and writing scripts. As the book progresses, you’ll learn how to create and animate your game character, design the game world, add enemies, and implement a coin-collection system. You’ll also see how the user’s gaming experience can be enhanced through the addition of parallax backgrounds, a title screen, music, and sound effects. Toward the end of the book, you’ll learn how to export your game to different platforms, both mobile and PC, as well as possible avenues for monetizing the game. Throughout the book, theoretical concepts are supplemented with concrete, ready-to-implement examples that you can try out. Upon finishing this book, you’ll be able to make and publish your first 2D platform game. Beginning Game Development with Godot is for game development enthusiasts of all levels interested in creating their own games. What You Will Learn Understand the Godot engine and the benefits of using it for game development Master the fundamentals of programming in GDScript Use the Godot graphical interface to design and animate players, the game world, menus, and various games scenes Create your first 2D game in Godot and publish it to various platforms Who This Book Is For Aspiring game developers who may be new to game development, as well as experts exploring the potential of the Godot Engine.
    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 ...
  • 118
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to prototype Amazon Web Services (AWS) ai and ml apis using awscloudshell and bash.
    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 ...
  • 119
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234311
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Stay updated and level up your skills with the new .NET 6 features, C# 10 features, Hot Reload, .NET Upgrade Assistant, NET Interactive Assistant, and more About This Video Keep yourself updated with new features introduced in .NET 6 and C# 10 Each lesson in this course is bite-sized and easy to finish Practice activities are shared to improve code-writing skills with new features In Detail .NET is one of the most popular frameworks used to develop web, desktop, and mobile applications. The usage of C# has dramatically increased in recent times for productive development. Companies such as StackOverflow, UPS, GE Aviation, and Siemens use .NET as the framework for their software development. In this course, you will get familiarized with the new features introduced in .NET 6 and C# 10. We will cover topics such as What’s New in .NET 6, What’s New in C# 10, Hot Reload, .NET Upgrade Assistant, .NET Interactive Assistant, and some more advanced features in .NET 6. This course provides 2 hours of content along with practice activities. To help you better, it follows a step-by-step approach for learning new features introduced in .NET 6 and C# 10. By the end of this course, you will be aware of the new features introduced in .NET 6 and C# 10 and will be ready to apply the new features in your existing or new projects. Who this book is for This course will be beneficial for developers who use C# as their primary programming language, and architects who want to keep updated on the latest happenings in the development community. You should know C# basics to understand the new concepts covered in the course and Visual Studio Code or Visual Studio to try out the new concepts you learn from this course.
    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 ...
  • 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] : 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 ...
  • 122
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 7+ Hours of Video Instruction 7+ hours of video training exploring key threat intelligence and threat hunting concepts Overview: A cybersecurity professional needs to understand threats, threat actors, and have a clear understanding of where attackers are trying to take advantage of vulnerabilities. With more than 7 hours of video training, Threat Intelligence and Threat Hunting LiveLessons provides learners with a look at where the vulnerabilities in software, cloud, and other attack surfaces exist. Throughout the course, the learner will explore how to classify threats, work with the vulnerabilities, and use common assessment methodologies. The course will also dive into understanding threats against Internet of Things, real-time operating systems, and cloud-based environments. Threat Intelligence and Threat Hunting LiveLessons is taught by expert trainer, author, and cybersecurity expert Aamir Lakhani using hands-on demos, in-depth discussions, and lightboard explanations. The course will cover the best practices for cybersecurity in a way that is easy to access and implement in real world situations. Topics include: Importance of Threat Data and Intelligence Utilizing Threat Intelligence to Support Organization Security Vulnerability Management Activities Analyzing Output from Common Vulnerability Assessment Tools Threats Associated with the Cloud and Specialized Technology Implementing Controls to Mitigate Attacks and for Software Vulnerabilities Analyzing Logs and Impact Analysis About the Instructor Aamir Lakhani is a leading senior security strategist. He is responsible for providing IT security solutions to major enterprises and government organizations. Mr. Lakhani creates technical security strategies and leads security implementation projects for Fortune 500 companies. Industries of focus include healthcare providers, educational institutions, financial institutions, and government organizations. Aamir has designed offensive counter-defense measures for the Department of Defense and national intelligence agencies. He has also assisted organizations with safeguarding IT and physical environments from attacks perpetrated by underground cybercriminal groups. His areas of expertise include cyber defense, mobile application threats, malware management, Advanced Persistent Threat (APT) research, and investigations relating to the Internet’s dark security movement. Skill Level: Beginner Learn How To: Apply key threat int...
    Note: Online resource; Title from title screen (viewed January 12, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 123
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716798
    Language: English
    Pages: 1 online resource (11253 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: When you think of a successful entrepreneur, who comes to mind? Bill Gates? Mark Zuckerberg? Or maybe even Jesse Eisenberg, the man who played Zuckerberg in The Social Network? It may surprise you that most successful founders look very different from Zuckerberg or Gates. In fact, most startup origin stories are very different from the famous "unicorns" that have achieved valuations of over $1 billion, from Facebook to Google to Uber. In The Unicorn's Shadow Ethan Mollick takes us to the forefront of an empirical revolution in entrepreneurship. New data and better research methods have overturned the conventional wisdom behind what a successful founder looks like, how they succeed, and how the startup ecosystem works. Among the issues he examines: which founders are most likely to succeed?; where do the best startup ideas come from?; what's the most foolproof way of securing the funding needed to take a company to the next level?; and what's the best way to grow and scale your company and create a thriving culture that won't hinder expansion? Mollick argues that entrepreneurship is too important, both for society and for the individuals who start companies, to be eclipsed by the shadows of unicorns. He shows we can democratize entrepreneurship-but only by following an evidence-based approach that puts to rest the false narratives that surround it.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 124
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    ISBN: 9781264269105
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: A master class in achieving and sustaining excellence, even in the most challenging of times—from the host of The Learning Leader Show and author of Welcome to Management Millions of business professionals aspire to become effective leaders. But for hardworking, growth-oriented top performers who are always looking to improve and for rigorous thinkers who are never quite satisfied with the status quo, the true goal is the lifelong pursuit of excellence . Leadership advisor Ryan Hawk has interviewed hundreds of the most productive achievers in the world on his acclaimed podcast, The Learning Leader Show , to discover the best practices for pursuing and sustaining excellence. He found a pattern of uncommon behaviors that set these stellar individuals apart. By following their examples, you will learn how to: Commit to yourself and the process―and build purpose, focus, and discipline Develop resilience to face new challenges―and find inspiration for the long haul Seek guidance―and lead others to new heights Meet the moment―and make the most of every opportunity to excel Create a trusted group of advisors―and become a lifelong learner Packed with specific actions to take, experiments to run, and tools to analyze what works best for you, this uncompromisingly practical guide will inspire, challenge, support, and empower you to become your very best. Put mindsets into action and turn behaviors into habits with The Pursuit of Excellence .
    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 ...
  • 125
    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 ...
  • 126
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469082226
    Language: English
    Pages: 1 online resource (6143 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Get ready to learn how to conquer the distractions caused by information and communication overload, and how to get out from under "communication clutter," so you can live a life of choice-one of action, not reaction. Feeling buried by communication clutter is feeling like you are always owing return communication to someone. It's the subtle sense of anxiety caused by your backlog of email, taunting you with the little red indicators on the communication apps on your phone-texts, voicemails, missed calls, social media notifications-plus the mountain of outstanding email piling up in your inbox even as you read this. Want to live free of that feeling?! Get ready to dive in and live free of communication clutter! Positive results include: - Reduced anxiety caused by digital and paper clutter. - An ability to retrieve information you need quickly. - The opportunity to spend less time managing communication clutter and more time working toward your goals!
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 127
    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 ...
  • 128
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119858454
    Language: English
    Pages: 1 online resource (656 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Take the anxiety out of tax season and file your return with confidence In Taxes For Dummies, 2022 Edition, you'll get line-by-line advice and plan ahead strategies that take the fear and anxiety out of tax season and save you money now and in the months and years ahead. This completely updated edition includes detailed coverage of the numerous tax bills have passed in recent years. You'll learn everything you need to know to file your own taxes with confidence and intelligently plan year-round tax strategies. In this book, you'll: Discover how to take advantage of every deduction and tax credit that applies to your specific circumstances Learn to navigate the IRS website and the newest versions of the most popular online tax preparation and filing options Understand new retirement account options and the implications of new foreign taxation rules Plan ongoing, multi-year tax strategies that will help you achieve your financial goals at every stage of your life Taxes For Dummies, 2022 Edition is the perfect resource for any United States taxpayer planning to file their own 2021 taxes. Whether you're a first-time taxpayer, an expat filing from outside the US, or a seasoned veteran of tax season looking for the latest deductions and strategies to reduce your tax bill, this book is a must-read resource that'll transform how you think about taxes.
    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 ...
  • 129
    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 ...
  • 130
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : DK Publishing | Boston, MA : Safari
    ISBN: 9780744064155
    Language: English
    Pages: 1 online resource (160 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Understanding math has never been easier. Combining bold, elegant graphics with easy-to-understand text, Simply Math is the perfect introduction to the subject for those who are short on time but hungry for knowledge. Covering more than 80 key mathematical theories from prime numbers and matrices to logarithms and quadratic equations, each pared-back, single-page entry explains the concept more clearly than ever before. Organized by major themes - number theory and systems; algebra, arithmetic, and calculus; probability and statistics; geometry and topology; logic, game theory, and computer science - entries demystify the groundbreaking ideas of famous mathematicians such as Pythagoras, Pierre de Fermat, Fibonacci, and Henri Poincaré, explaining the essentials of each key mathematical theory. Whether you are studying math in high school or college, or simply want a jargon-free overview of the subject, this indispensable guide includes everything you need to understand the basics quickly and easily.
    Note: Online resource; Title from title page (viewed March 22, 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] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663717993
    Language: English
    Pages: 1 online resource (25039 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Escape the mediocrity that ensnares so many in business and become a better, more effective leader. Have you ever wondered what it would take to be a better leader, or achieve your wildest dreams, or make a bigger difference in the world? The answer lies in the choices you make: about everything from how you spend your time to the way you view the world. Smart Leadership is the latest essential business title from internationally bestselling author of Win the Heart and Chess Not Checkers, Mark Miller. In this book, he shares the four research-based "smart choices" the best leaders make to scale their influence and results. By teaching you how to confront reality, grow capacity, fuel curiosity, and create change, Miller will help you: bring fresh eyes and fresh thinking to your leadership approach; increase your confidence in your ability to make a difference; lead at levels you never thought possible; and accelerate your learning curve so that all these benefits come faster and more naturally. With this guide, your leadership-and your life-will be transformed forever.
    Note: Online resource; Title from title page (viewed February 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 132
    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 ...
  • 133
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119855927
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Tap into the potential of strategic partnerships with industry associations in this groundbreaking new book Reimagining Industry Growth offers readers a blueprint to harnessing the power of leading industry associations as strategic partners. By utilizing those partnerships, business leaders will become able to leverage the collective strength of the supply chain to overcome challenges, address uncertainty, mitigate risks, and position their industries for growth. The book provides an overview of strategic partnerships, how they work, and how they can be applied to industry relationships with trade associations. It includes: Illuminating and factual case studies outlining strategic partnerships in five different industry segments Roadmaps for executives to apply the lessons learned from industry success stories on leveraging relationships with trade associations Advice on how to move the needle for entire industries via effective strategic partnerships and achieve unprecedented growth Ideal for executives, managers, business leaders of all kinds, business students and professors, and association executives. Reimagining Industry Growth is required reading for anyone who hopes to tap into the potential strength and value of effective strategic partnerships.
    Note: Online resource; Title from title page (viewed January 12, 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] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In this edition of Radar Talks, O’Reilly VP of content strategy Rachel Roumeliotis explores the technology trends that will help ensure you’re building a cloud-based, data-driven, and AI-enhanced business today that will be a catalyst for your success tomorrow. Learn what you need to know now, illustrated with usage and search stats from the O’Reilly learning platform and insights from O’Reilly’s respected editorial team. Recorded on February 1, 2022. See the original event page for resources for further learning or watch recordings of other past events . The O’Reilly Radar Talks series brings you expert opinions on emerging topics through hour-long interactive events. In conversation with some of the industry’s top minds, you’ll look at the early signals indicating significant trends and new technologies that will shape the future—and discover how to begin forging these technologies now. Share your own predictions and ask your questions while gaining insight into our experts’ unique outlooks for the future.
    Note: Online resource; Title from title screen (viewed February 1, 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] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617296321
    Language: English
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Quantum Computing in Action is a gentle introduction to the ideas and applications of quantum computing. After briefly reviewing the science that makes quantum tick, it guides you through practical implementations of quantum computing algorithms. You’ll write your first quantum code and explore qubits and quantum gates with the Java-based Strange quantum simulator. You’ll enjoy the interesting examples and insightful explanations as you create quantum algorithms using standard Java and your favorite IDE and build tools.
    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 ...
  • 136
    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 ...
  • 137
    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 ...
  • 138
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803244280
    Language: English
    Pages: 1 online resource (478 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: This third edition of the bestselling Mastering QuickBooks® is updated for 2022 and now goes above and beyond the topics covered on the QuickBooks Certified User (QBCU) exam Key Features Learn QuickBooks Online (QBO) from scratch and get confident with best practices Fully revised with the latest updates to QuickBooks Online Brush up with everything you need to prepare for the QBCU exam Book Description Handling the financial side of your growing business requires expertise. What if there's an easier path to manage accounting and track profits? With Mastering QuickBooks® 2022, Third Edition, you can build the perfect budget, simplify tax return preparation, manage inventory, track job costs, generate income statements and financial reports, and perform all accounting-related tasks with ease. Crystalynn Shelton is an experienced Certified Public Accountant and Advanced Certified QuickBooks ProAdvisor who will guide you through using QuickBooks Online, from setup to core features and beyond. This new edition has every chapter revised to cover a range of new features and updates available, including smart invoicing and cash flow projections. You'll learn how to create multilingual invoices, track mileage, work with a cash flow dashboard that helps you with cash forecasting and planning reports, and upload batches of bills and checks. You'll also learn how to manage sales tax, including how to set up, collect, track, pay, and report sales tax payments. In addition to this, you'll explore how to export reports to Google Sheets, use the custom chart builder, import budgets, and perform smart reporting. By the end of this book, you'll be well-versed with QuickBooks and have the confidence to manage all your bookkeeping tasks with ease. What you will learn Get to grips with bookkeeping concepts and the typical bookkeeping and financial accounting cycle Set up QuickBooks for both product-based and service-based businesses Discover the new features of QBO and find out what the QBO line-up offers Track everything from billable and non-billable time and expenses to profit Generate key financial reports for accounts, customers, jobs, and invoice items Understand the complete QuickBooks payroll process and track payments made to 1099 contractors Manage various bank and credit card accounts linked to your business Who this book is for This QuickBooks book is for small business owners, bookkeepers, and accounting students who want to learn QuickBooks Online a...
    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 ...
  • 139
    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 ...
  • 140
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230245
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 49 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Explore how you can create amazing mini projects to learn JavaScript - grow your portfolio - expand your skills! About This Video Get started with JavaScript DOM coding and development Create fun interactive games and components with JavaScript Learn to detect collision between page elements with JavaScript DOM In Detail JavaScript can bring your web pages to life. Select page elements, make changes and update them as needed. Power up your web pages. Create amazing content on your pages, driven dynamically with JavaScript. Projects within this course are designed to help you learn more about JavaScript and interacting with the DOM. Learn by example, this course is loaded with fun projects to help you learn and prove what can be done with JavaScript. First is an introduction to the DOM and how JavaScript can create page interactions. Explore how to write JavaScript code, select page elements, and more. This course is loaded with useful projects to help you learn more about creating interactive and dynamic web content with JavaScript. The course covers the following topics: JavaScript projects DOM interactive Dynamic webpages Introduction to web development Course resource guide JavaScript starter projects DOM simple projects to start coding JavaScript DOM interactive components and useful projects JavaScript DOM fun projects Interactive DOM elements By the end of the course, you will be able to create interactive and dynamic web content with JavaScript. Who this book is for This course is for JavaScript developers, web designers, web application developers, web masters, and for anyone who wants to create fun web projects and someone who wants to learn more about JavaScript and the DOM. Beginner JavaScript knowledge is needed as the course covers only JavaScript relevant to the building of the game. Also, HTML and CSS knowledge is essential as the scope of this course is all focused-on JavaScript.
    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 ...
  • 141
    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 ...
  • 142
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Observability—a measure of how well internal states of a system can be inferred from its outputs—is crucial for engineering, managing, and improving complex business-critical systems. Join us to learn how observability can help any software engineering team gain a deeper understanding of system performance, so you can perform ongoing maintenance and ship the features your customers need. About the Infrastructure & Ops Superstream Series: This four-part Superstream series guides you through what you need to know about modernizing your organization’s infrastructure and operations, with each event day covering different topics and lasting no more than four hours. They’re packed with the expert insights, skills, and tools that will help you effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures—with no interruption to your business. What you’ll learn and how you can apply it Gain a deeper understanding of system performance so you can perform ongoing maintenance and ship the features your customers need Understand how to build an observability-driven development practice Discover how your production services are really performing right now This recording of a live event is for you because… You’re a developer who wants to learn the basics of observability and how to use it in your system. You want to better understand how observability can be used with data. You want to know what the future holds for observability and infrastructure and operations. Recommended follow-up: Read Observability Engineering (book) Read Kubernetes Security and Observability (book) Watch Observability at Google (video) Read Linux Observability with BPF (book) (Watch Case Study: How Lightstep Implemented Observability (recorded event))
    Note: Online resource; Title from title screen (viewed January 12, 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] : 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 ...
  • 144
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 7+ Hours of Video Instruction This course will help an IT professional learn about common Azure services and prepare for the Exam AZ-104: Microsoft Azure Administrator. Overview Cloud Skills are becoming an important part of any IT professional's resume. The Microsoft Azure Administrator Associate certification proves foundational IT skills in creating and managing workloads in the Microsoft Azure cloud. This course is designed to help you pass Exam AZ-104: Microsoft Azure Administrator and earn the Microsoft Azure Administrator Associate certification. All the skills measured on the exam are covered in this course including: Manage Azure identities and governance Implement and manage storage Deploy and manage Azure compute resources Configure and manage virtual networking Monitor and back up Azure resources Combining his experience as Microsoft Trainer for more than 25 years and familiarity of Microsoft solutions from running his own business designing custom software solutions, Ray will efficiently and effectively help you navigate through the exam objectives as you prepare for your exam. Learn How To Manage user identities in Azure Create and manage Infrastructure-as-a-Service resources in Azure Create and manage Platform-as-a-Service resources in Azure Create and manage file data in Azure Learn about key Azure resources and workloads Who Should Take This Course Any student pursuing the Microsoft Azure Administrator certification Any student who wants to learn about foundational services in Azure Course Requirements A basic knowledge of IT administration concepts such as virtual machines, networking, and user account security is strongly encouraged. A basic knowledge of Azure is recommended, but not required. About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
    Note: Online resource; Title from title screen (viewed January 12, 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] : Apress | Boston, MA : Safari
    ISBN: 9781484279663
    Language: English
    Pages: 1 online resource (235 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get up-to-speed quickly and connect modern code written in C#, R, and Python to an existing codebase written in C++. This book for practitioners is about software interoperability in a Windows environment from C++ to languages such as C#, R, and Python. Using a series of example projects, the book demonstrates how to connect a simple C++ codebase packaged as a static or dynamic library to modern clients written in C#, R, and Python. The book shows you how to develop the in-between components that allow disparate languages to communicate. This book addresses a fundamental question in software design: given an existing C++ codebase, how does one go about connecting that codebase to clients written in C#, R, and Python? How is the C++ functionality exposed to these clients? One answer may be to rewrite the existing codebase in the target language. This is rarely, if ever, feasible and this book’s goal is to save you the pain and the high cost of throwing out valuable existing code by showing you how to make that older code function alongside and with the more modern languages that are commonly in use today. The knowledge you will gain from reading this book will help you broaden your architectural choices and take advantage of the growing amount of talent around newer languages. What You Will Learn Build components that connect C++ to other languages Translate between the C++ type system and the type systems of C#, R, and Python Write a managed assembly targeting the .NET framework Create C++ packages for use in R/Studio Develop Python modules based on high-performance C++ code Overcome the difficulties and pitfalls involved in cross-language development Who This Book Is For Software developers who are looking for ways to extend existing systems written in C++ using modern languages. Readers should have some programming experience, particularly in C++. Readers should also be familiar with common development tools such as Visual Studio, R/Studio, Visual Studio Code, and CodeBlocks.
    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 ...
  • 146
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803239477
    Language: English
    Pages: 1 online resource (1 video file, approximately 23 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn how to build responsive webpages from scratch using Flexbox, CSS Grid, Animation, SVG, and Bootstrap. About This Video Explore Django apps, templates, models, and migrations Work with CSS preprocessor: SASS (variables, nesting, mixins, extend/inheritance) Work with CSS framework: Bootstrap 5 (layouts, forms, components, and utilities) In Detail Responsive web design is about creating web pages that look good on all devices. A responsive web design helps automatically adjust for different screens to make it user friendly. This course touches on each important topic through concept explanation, documentation, and implementation. The entire course is designed for beginners with one goal in mind—to build responsive websites using HTML5, CSS3, Bootstrap, and SASS. Throughout the course, we will explore 6 projects namely Profile Card, Login Page, Spotify Clone using Flexbox, Testimonial Page using CSS Grid, Portfolio Website using Bootstrap, and EdTech Startup Landing Page. With the help of these projects, we will understand the following topics: How does the web work HTML fundamentals HTML semantics CSS fundamentals Responsive design Layouts SVG CSS libraries Bootstrap (CSS framework) SASS (CSS preprocessor) Website deployment The complete course is focused on the concept learning approach; you learn every concept through a logical and visual learning approach. Learn all the important concepts in the simplest viable way with examples and real-life projects. By the end of the course, you will be ready to work as an intern, fresher, or freelancer, and you will also be able to implement everything yourself. Most importantly, you will be ready to dive deep with future practice and hard-level questions about website building. Who this book is for This course is helpful for absolute beginners who want to learn how to build a beautiful and responsive website; designers who want to expand their skill set into HTML5, CSS3, Bootstrap, and SASS. No previous programming or coding experience is required; we will cover everything step-by-step from the basics.
    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 ...
  • 147
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718310
    Language: English
    Pages: 1 online resource (20633 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Have you ever sat down at your desk with an impossible deadline or an insurmountable obstacle staring you directly in the face and an expectation that you'll come up with a groundbreaking idea and solution? In Breakthrough, you'll find a powerful framework for bringing innovation and creativity to the surface not just once, but on a regular, daily basis. In Breakthrough, bestselling author, acclaimed speaker, and life optimization coach David Nurse provides an actionable and clearly organized structure for maximizing your breakthrough ideas. Breakthrough outlines easy-to-follow steps for outperforming your potential: an accessible blueprint-backed by scientific data and years of case studies with the top athletes, entrepreneurial minds, and leaders throughout the world-to unlocking your creative potential; conclusive proof that busts the myths of the lone genius, unpredictable "a-ha" lightbulb moments, and little happy accidents; and ways to promote an environment and mindset in which groundbreaking new ideas can flow and occur naturally and seamlessly based on a repeatable formula. A must-listen for any athlete, manager, executive, or parent tasked with delivering dynamic results in a flash, Breakthrough also belongs on the bookshelves of product design professionals, marketers, and other creative types who seek to consistently exceed expectations.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 148
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119836117
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: The secret to leading growth is your mindset Snowflake CEO Frank Slootman is one of the tech world's most accomplished executives in enterprise growth, having led Snowflake to the largest software IPO ever after leading ServiceNow and Data Domain to exponential growth and the public market before that. In Amp It Up : Leading for Hypergrowth by Raising Expectations, Increasing Urgency, and Elevating Intensity , he shares his leadership approach for the first time. Amp It Up delivers an authoritative look at what it takes to transform an organization for maximum growth and scale. Slootman shows that most leaders have significant room to improve their organization's performance without making expensive changes to their talent, structure, or fundamental business model—and they don’t need to bring in an army of consultants to do it. What they do need is to align people around what matters and execute with urgency and intensity every day. Leading for unprecedented growth means declaring war on mediocrity, breaking the status quo, and making conflicted choices daily, all with a relentless focus on the mission. Amp It Up provides the first principles to guide that change, and the tactical advice for organizing a company around them. Perfect for executives, entrepreneurs, founders, managers, and leaders of all kinds, Amp It Up is a must-read resource for anyone who seeks to unleash the growth potential of a company and scale it to heights they never thought possible.
    Note: Online resource; Title from title page (viewed January 19, 2022) , Mode of access: World Wide Web.
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 149
    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 ...
  • 150
    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 ...
  • 151
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Find out how to share and use Google Colab notebooks for data science!
    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 ...
  • 152
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build out Continuous Integration with Github Actions and all clouds. Azure, AWS, GCP and Github Codespaces in Python.
    Note: Online resource; Title from title screen (viewed January 18, 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 (65 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: There are awesome discoveries to be made and valuable stories to be told in datasets--and this book will help you uncover them. Whether you already work with data or just want to understand its possibilities, the techniques and advice in this practical book will help you learn how to better clean, evaluate, and analyze data to generate meaningful insights and compelling visualizations. Through foundational concepts and worked examples, author Susan McGregor provides the tools you need to evaluate and analyze all kinds of data and communicate your findings effectively. This book provides a methodical, jargon-free way for practitioners of all levels to harness the power of data. Use Python 3.8+ to read, write, and transform data from a variety of sources Understand and use programming basics in Python to wrangle data at scale Organize, document, and structure your code using best practices Complete exercises either on your own machine or on the web Collect data from structured data files, web pages, and APIs Perform basic statistical analysis to make meaning from data sets Visualize and present data in clear and compelling ways
    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 ...
  • 154
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (61 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: How can you realize MySQL's full power? With High Performance MySQL , you'll learn advanced techniques for everything from choosing the right abstraction layer for databases to designing schemas, indexes, and queries to tuning your server, operating system, and hardware to achieve their full potential. This guide also teaches database administrators safe and practical ways to scale applications through replication, load balancing, high availability, and failover. Updated to reflect recent advances in cloud- and self-hosted MySQL, InnoDB performance, features, and tools, this revised edition helps you design a data platform that will scale with your business. You'll learn the latest in cloud-hosted MySQL offerings, best practices for database security, and hard-earned lessons in both performance and database stability. Dive into MySQL's architecture, including key facts about its storage engines Learn how server configuration works with your hardware and deployment choices Make query performance part of your software delivery process Examine enhancements to MySQL's replication and high availability Compare different MySQL offerings in managed cloud environments Explore MySQL's full stack optimization from application-side configuration to server tuning Turn traditional database management tasks into automated processes
    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 ...
  • 155
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (157 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Data is a fantastic raw resource for powering change in an organization, but all too often the people working in those organizations don't have the necessary skills to communicate with data effectively. With this practical book, subject matter experts will learn ways to develop strong, persuasive points when presenting data to different groups in their organizations. Author Carl Allchin shows anyone how to find data sources and develop data analytics, and teaches those with more data expertise how to visualize data to convey findings to key business leaders more effectively. Once your business and data experts both possess the skills to work with data and interpret its significance, you can deal with questions and challenges in departments across your organization. Learn the fundamental data skills required to work with data Use data visualization to influence change in your organization Learn how to apply data techniques to effectively work with data end to end Understand how to communicate data points clearly and persuasively Appreciate why different stakeholders often have divergent needs and views Create a playbook for using data with different departments
    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 ...
  • 156
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    ISBN: 9781098103798 , 1098103793
    Language: English
    Pages: 1 online resource (65 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Snowflake's ability to eliminate data silos and run workloads from a single platform creates opportunities to democratize data analytics, allowing users at all levels within an organization to make data-driven decisions. This clear, comprehensive guide will show you how to build integrated data applications and develop new revenue streams based on data. The author deftly unravels complex topics, provides hands-on SQL examples, and reveals how you can use the Snowflake Data Cloud to avoid replatforming or migrating data unnecessarily. You'll learn how to: Efficiently capture, store, and process large amounts of data at an amazing speed Rapidly ingest and transform real-time data feeds in both structured and semistructured format and deliver meaningful data insights within minutes Use Time Travel and Zero-Copy cloning to produce a sensible data recovery strategy that balances the need for system resilience with ongoing storage cost Securely share data and reduce or eliminate data integration costs by accessing fresh, ready-to-query data sets available within the Snowflake Data Marketplace
    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 ...
  • 157
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (78 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: To succeed in data science you need some math proficiency. But not just any math. This common-sense guide provides a clear, plain English survey of the math you'll need in data science, including probability, statistics, hypothesis testing, linear algebra, machine learning, and calculus. Practical examples with Python code will help you see how the math applies to the work you'll be doing, providing a clear understanding of how concepts work under the hood while connecting them to applications like machine learning. You'll get a solid foundation in the math essential for data science, but more importantly, you'll be able to use it to: Recognize the nuances and pitfalls of probability math Master statistics and hypothesis testing (and avoid common pitfalls) Discover practical applications of probability, statistics, calculus, and machine learning Intuitively understand linear algebra as a transformation of space, not just grids of numbers being multiplied and added Perform calculus derivatives and integrals completely from scratch in Python Apply what you've learned to machine learning, including linear regression, logistic regression, and neural networks
    Note: Online resource; Title from title page (viewed July 25, 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] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: We're building more products today than ever before, but most of them fail--not because we can't complete what we want to build but because we waste time, money, and effort building the wrong product. What we need is a systematic process for quickly vetting product ideas and raising our odds of success. That's the promise of Running Lean. In this inspiring book, Ash Maurya takes you through an exacting strategy for achieving a product/market fit for your fledgling venture. You'll learn ideas and concepts from several innovative methodologies, including the Lean Startup, business model design, design thinking, and Jobs-to-be-Done. This new edition introduces the continuous innovation framework and follows one entrepreneur's journey to uncover, design, and build a product that matters. Know when to "pivot" by changing your plan's course Maximize your efforts for speed, learning, and focus Learn the ideal time to raise your "big round" of funding Find a problem worth solving, then define a solution Engage your customers throughout the development cycle Continually test your product with smaller, faster iterations Build a feature, measure customer response, and verify or refute the idea
    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 ...
  • 159
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    ISBN: 9781098108830 , 1098108833
    Language: English
    Pages: 1 online resource (43 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 005.26/2
    Keywords: Quantum computing ; Programming languages (Electronic computers) ; Electronic books ; local ; Electronic books ; Quantum computing ; Programming languages (Electronic computers)
    Abstract: Q# is a domain-specific language for quantum programming that combines familiar "classical" language constructs with quantum-specific ones. Ideal for any developer familiar with--or willing to learn--the basics of quantum computing, this pocket guide quickly helps you find syntax and usage information for unfamiliar aspects of Q#. You'll explore the quantum software development lifecycle, from implementing the program to testing and debugging it to running it on quantum hardware, and you'll learn to use the tools provided by Microsoft's Quantum Development Kit for each step of the process. In this pocket guide, you'll find: Q# language details, including data types, statements, syntax, and expressions Guidelines for organizing Q# code and invoking it from different environments Information on simulators and tools in the Microsoft Quantum Development Kit Advice on testing and debugging tools and techniques for quantum programs
    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 ...
  • 160
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (37 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: In spatial data science, things in closer proximity to one another likely have more in common than things that are farther apart. With this practical book, geospatial professionals, data scientists, business analysts, geographers, geologists, and others familiar with data analysis and visualization will learn the fundamentals of spatial data analysis to gain a deeper understanding of their data questions. Author Bonny P. McClain demonstrates why detecting and quantifying patterns in geospatial data is vital. Both proprietary and open source platforms allow you to process and visualize spatial information. This book is for people familiar with data analysis or visualization who are eager to explore geospatial integration with Python. This book helps you: Understand the importance of applying spatial relationships in data science Select and apply data layering of both raster and vector graphics Apply location data to leverage spatial analytics Design informative and accurate maps Automate geographic data with Python scripts Explore Python packages for additional functionality Work with atypical data types such as polygons, shape files, and projections Understand the graphical syntax of spatial data science to stimulate curiosity
    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 ...
  • 161
    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 ...
  • 162
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (97 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Whether you're new to Linux or have some experience, this practical book shows you how to master various tasks with this operating system--not just system administration. Cloud native professionals including developers, architects, DevOps practitioners, and site reliability engineers will learn how to use and program Linux in different modern environments, from embedded systems such as the Raspberry Pi to the virtual machine of your cloud provider of choice. Along the way, you'll gain hands-on experience with modern terminals, shells, and commands, use Linux networking, and learn how to manage your workloads, all with the goal of implementing modern Linux observability. You'll also understand how to run Linux applications in modern ways by using containers, systemd, modern filesystems, and immutable distros such as Flatcar and Bottlerocket. With this book, you will: Use Linux as a modern programming environment, not just as an admin tool Learn critical components such as the kernel, terminal multiplexer, human-friendly shells, and portable scripting Become familiar with access control, from file permissions to capabilities Understand the role of filesystems as a fundamental building block in Linux Gain hands-on experience with the Linux networking stack and tooling Learn how to apply modern operating system observability to manage your workloads Share data using SSH, rsync, and cloud sync mechanisms
    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 ...
  • 163
    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 ...
  • 164
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Cisco Press | Boston, MA : Safari
    ISBN: 9780137489930
    Language: English
    Pages: 1 online resource (752 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: This book is a complete guide to prepare for the CEH Certified Ethical Hacker certification exam. Leading experts Michael Gregg and Omar Santos help you master all the topics you need to know to succeed on your Certified Ethical Hacker Version 11 exam and advance your career in IT security. The authors concise, focused approach explains every exam objective from a real-world perspective, helping you quickly identify weaknesses and retain everything you need to know. Every feature of this book supports both efficient exam preparation and long-term mastery: Opening Topics Lists identify the topics you need to learn in each chapter and list EC-Councils official exam objectives Key Topics figures, tables, and lists call attention to the information that is most crucial for exam success Exam Preparation Tasks enable you to review key topics, define key terms, work through scenarios, and answer review questionsgoing beyond mere facts to master the concepts that are crucial to passing the exam and enhancing your career Key Terms are listed in each chapter and defined in a complete glossary, explaining essential terminology within the field This study guide helps you master all the topics on the latest CEH exam, including: Ethical hacking basics Technical foundations of hacking Footprinting and scanning Enumeration and system hacking Social engineering, malware threats, and vulnerability analysis Sniffers, session hijacking, and denial of service Web server hacking, web applications, and database attacks Wireless technologies, mobile security, and mobile attacks IDS, firewalls, and honeypots Cryptographic attacks and defenses Cloud computing, IoT, and botnets
    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 ...
  • 165
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484278215
    Language: English
    Pages: 1 online resource (219 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: When it comes to managing cybersecurity in an organization, most organizations tussle with basic foundational components. This practitioner’s guide lays down those foundational components, with real client examples and pitfalls to avoid. A plethora of cybersecurity management resources are available—many with sound advice, management approaches, and technical solutions—but few with one common theme that pulls together management and technology, with a focus on executive oversight. Author Ryan Leirvik helps solve these common problems by providing a clear, easy-to-understand, and easy-to-deploy foundational cyber risk management approach applicable to your entire organization. The book provides tools and methods in a straight-forward practical manner to guide the management of your cybersecurity program and helps practitioners pull cyber from a “technical” problem to a “business risk management” problem, equipping you with a simple approach to understand, manage, and measure cyber risk for your enterprise. What You Will Learn Educate the executives/board on what you are doing to reduce risk Communicate the value of cybersecurity programs and investments through insightful risk-informative metrics Know your key performance indicators (KPIs), key risk indicators (KRIs), and/or objectives and key results Prioritize appropriate resources through identifying program-related gaps Lay down the foundational components of a program based on real examples, including pitfalls to avoid Who This Book Is For CISOs, CROs, CIOs, directors of risk management, and anyone struggling to pull together frameworks or basic metrics to quantify uncertainty and address risk
    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 ...
  • 166
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663716552
    Language: English
    Pages: 1 online resource (45361 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The ultimate guide to human resources challenges, issues, emerging trends, and best practices by two of the most seasoned and respected HR professionals. Every leader will agree that managing people is challenging and growing more complex. Since The Big Book of HR was first published, dramatic changes have taken place in the workplace and the workforce. This tenth anniversary edition incorporates discussions and reflections on these changes which are useful for any business owner, manager, or HR professional. The Big Book of HR, 10th Anniversary Edition includes up-to-date information about: flexibility and work; diversity, equity, and inclusion; respectful workplaces and harassment prevention; technology for today's digital workplaces; pay equity and its effect on transparency in compensation; benefits that meet the needs of a multigenerational workforce; and microlearning and employee development strategy. Get the most from your organization's talent-from strategic HR-related issues to the smallest tactical details. And, of course, there's information on remaining legally compliant, including state and local laws addressing societal changes.
    Note: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 167
    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: To meet the critical needs of modern business, software must now be able to react quickly to changes, allowing new features to be conceived, developed, and put into production rapidly. This requirement to respond fluently to changes has an important impact upon the architecture of a software system: software has to be built in such a way that it’s able to adapt to unexpected changes in features and can be regularly revised and refactored to meet a product’s goals. Join us for a special conversation with Neal Ford and software development thought leader and ThoughtWorks chief scientist Martin Fowler. They’ll explore the interplay between the shift toward Agile thinking and the technical patterns and practices that make Agile software development practical. While the specifics of technology can change rapidly, the fundamental best practices and patterns you’ll learn are more stable and will allow you to respond more fluently to changes. Neal and Martin spend a few minutes covering the trends in software architecture that are driving the need for change, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Learn how to make Agile software development practical See what’s coming next with software architecture This recording of a live event is for you because… You want to better understand what you can do to improve your software architecture. You want to discover ways to adapt to unexpected changes in features. Recommended follow-up: Read Refactoring: Improving the Design of Existing Code (book) Read Patterns of Enterprise Application Architecture (book) Read Software Architecture: The Hard Parts (book) Read Fundamentals of Software Architecture (book) Take Software Architecture by Example (live online training course with Mark Richards and Neal Ford) Take Comparing Software Architectures (live online training course with Mark Richards and Neal Ford)
    Note: Online resource; Title from title screen (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 168
    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 ...
  • 169
    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 ...
  • 170
    ISBN: 9781484278338
    Language: English
    Pages: 1 online resource (310 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Know the fundamentals of creating and deploying microservices using .NET 6 and gain insight from prescriptive guidance in this book on the when and why to incorporate them. The microservices architecture is a way of distributing process workloads to independent applications. This distribution allows for the independent applications to scale and evolve separately. It also enables developers to dismantle large applications into smaller, easier-to-maintain, scalable parts. While the return is valuable and the concept straightforward, applying it to an application is far more complicated. Where do you start? How do you find the optimal dividing point for your app, and strategically, how should your app be parceled out into separate services? Pro Microservices in .NET 6 will introduce you to all that and more. The authors get you started with an overview of microservices, .NET 6, event storming, and domain-driven design. You will use that foundational information to build a reference application throughout the book. From there, you will create your first microservice using .NET 6 that you can deploy into Docker and Azure Kubernetes Service. You will also learn about communication styles, decentralizing data, and testing microservices. Finally, you will learn about logging, metrics, tracing, and use that information for debugging. What You Will Learn Build a foundation of basic microservices architecture design Follow an example of using event storming and domain-driven design to understand the monolithic application modified for microservices Understand, via detailed commands, how Docker is used to containerize applications Get an overview of creating microservices from a monolithic application Call microservices using RPC and messaging communication styles with MassTransit Comprehend decentralizing data and handling distributed transactions Use Azure Kubernetes Service to host and scale your microservices Know the methods to make your microservices more robust Discover testing techniques for RPC and messaging communication styles Apply the applications you build for actual use Practice cross-cutting concerns such as logging, metrics, and tracing Who This Book Is For Developers and software architects. Readers should have basic familiarity with Visual Studio and experience with .NET, ASP.NET Core, and C#.
    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 ...
  • 171
    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 ...
  • 172
    ISBN: 9780738460215
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: The next-generation IBM® c-type Directors and switches for IBM Storage Networking provides high-speed Fibre Channel (FC) and IBM Fibre Connection (IBM FICON®) connectivity from the IBM Z® platform to the storage area network (SAN) core. It enables enterprises to rapidly deploy high-density virtualized servers with the dual benefit of higher bandwidth and consolidation. This IBM Redpaper Redbooks publication helps administrators understand how to implement or migrate to an IBM c-type SAN environment. It provides an overview of the key hardware and software products, and it explains how to install, configure, monitor, tune, and troubleshoot your SAN environment.
    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 ...
  • 173
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Go H*ck Yourself is an eye-opening, hands-on introduction to the world of hacking, from an award-winning cybersecurity coach. As you perform common attacks against yourself, you’ll be shocked by how easy they are to carry out—and realize just how vulnerable most people really are. You’ll be guided through setting up a virtual hacking lab so you can safely try out attacks without putting yourself or others at risk. Then step-by-step instructions will walk you through executing every major type of attack, including physical access hacks, Google hacking and reconnaissance, social engineering and phishing, malware, password cracking, web hacking, and phone hacking. You’ll even hack a virtual car! You’ll experience each hack from the point of view of both the attacker and the target. Most importantly, every hack is grounded in real-life examples and paired with practical cyber defense tips, so you’ll understand how to guard against the hacks you perform. You’ll learn: •How to practice hacking within a safe, virtual environment •How to use popular hacking tools the way real hackers do, like Kali Linux, Metasploit, and John the Ripper •How to infect devices with malware, steal and crack passwords, phish for sensitive information, and more •How to use hacking skills for good, such as to access files on an old laptop when you can’t remember the password •Valuable strategies for protecting yourself from cyber attacks You can’t truly understand cyber threats or defend against them until you’ve experienced them firsthand. By hacking yourself before the bad guys do, you’ll gain the knowledge you need to keep you and your loved ones safe.
    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 ...
  • 174
    ISBN: 9781484277898
    Language: English
    Pages: 1 online resource (542 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Build secure and reliable IoT applications for micro:bit and Raspberry Pi Pico by using Rust and Tock. One of the first Operating Systems written in Rust, Tock is designed to safely run multiple applications on low power devices, enabling you to build a secure foundation for IoT systems. It is an open-source OS that has recently gained popularity as companies such as Google[1] explore and integrate it into their products. This book guides you through the steps necessary to customize and integrate Tock into your devices. First, you'll explore the characteristics of Tock and how to run it on two of the most popular IoT platforms: micro:bit and Raspberry Pi Pico. You’ll also take a look at Rust and how to use it for building secure applications with Tock. The book focuses on the Tock kernel internals and presents the steps necessary to integrate new features. From simple drivers to the more complex asynchronous ones, you are provided with a detailed description of the Tock kernel API. Next, you'll review the Tock applications framework for C. Starting from simple Tock APIs to the more complex Inter-Process Communication system, this book provides a complete overview of the Tock application ecosystem. By taking a practical approach, Getting Started with Secure Embedded Systems provides a starting point for building a secure IoT foundation using the Tock Operating System. You will: Use Rust for embedded systems development Write applications and drivers for Tock Customize the Tock kernel for specific hardware platforms Set a solid base for building secure and reliable IoT applications Use Tock to ensure the security of your microcontrollers and integrate them into your projects Manage products that rely on Tock Who This Book Is For IoT system designers, developers, and integrators who are familiar with operating systems concepts. The book can also be suitable for people with less experience, who want to gain an overview of the latest hardware and software technologies related to building secure IoT systems.
    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 ...
  • 175
    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 ...
  • 176
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 9+ Hours of Video Instruction Includes coverage of the September 2021 exam updates! Prepare for Microsoft Exam AZ-500‚Äö and demonstrate your knowledge of Azure security controls that protect identity, access, data, applications, and networks in cloud and hybrid environments as part of an end-to-end infrastructure. Description Microsoft MVP and Microsoft Certified Azure Solutions Architect Tim Warner walks you through what to expect on the AZ-500 Microsoft Azure Security Technologies exam . The new Azure certifications are aligned to industry job roles; earning Azure certification both validates your specific Azure skill set and increases your value in today’s crowded IT job market. Think of the news you’ve read lately regarding data breaches and ransomware attacks. Knowing how to secure applications and data in the cloud is a business necessity these days, as well as a lucrative job skill. Azure Security Engineer is a popular Microsoft certification for both IT newcomers and veterans. Exam AZ-500 has a reputation as a challenging exam because of the breadth and depth of its content. This training course covers every Exam AZ-500 objective and provides just what you need to pass in a friendly, approachable, and logical way. About the Instructor Tim Warner has been a Microsoft MVP in Cloud/Datacenter Management for five years, and a Microsoft Certified Trainer for more than 20 years. His Microsoft Azure-related O‚ÄôReilly Live Training classes reach hundreds of thousands of students around the world. He’s written for Microsoft Press, presented at Microsoft Ignite, and contributed to Microsoft open-source projects. He’s earned the Azure Security Engineer credential and trains regularly on the topic. You can find Tim on Twitter (TechTrainerTim) or his website, TechTrainerTim.com . Skill Level Intermediate to Advanced What You Will Learn Complete your AZ-500 exam preparation with confidence Manage identity and access to Azure enforcing least-privilege security Implement Azure platform protection Manage security operations in your Azure environment Secure data and applications Who Should Take This Course Certification candidates preparing for exam AZ-500 Microsoft Azure Security Technologies Any Microsoft certification candidate interested in learning the Azure Security Engineer skill set Any IT professional looking to understand how Microsoft Azure institutes information security Course Requirements Prerequisites: Candidates ...
    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 ...
  • 177
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Developing Classification and Regression Systems (Machine Learning with Python for Everyone Series), Part 3 Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. Dr. Mark Fenner, owner of Fenner Training and Consulting, LLC, has taught computing and mathematics to diverse adult audiences since 1999, and holds a PhD in computer science. His research has included design, implementation, and performance of machine learning and numerical algorithms; developing learning systems to detect user anomalies; and probabilistic modeling of protein function.
    Note: Online resource; Title from title screen (viewed January 5, 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 (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 ...
  • 179
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484278185
    Language: English
    Pages: 1 online resource (468 pages)
    Edition: 6th edition
    Keywords: Electronic books
    Abstract: Tame the power of Apple’s new user interface toolkit, SwiftUI. Integrate all the interface elements iOS users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders with less effort and more efficiency. You’ll also learn about touch gestures, lists, and grids for displaying data on a user interface. And you’ll even go beyond those simple controls to liven up any user interface with simple animation techniques. Spice your designs up with movement, scaling, and resizing, including spring and bounce effects! You’ll start with basic designs and then explore more sophisticated ones. Assuming little or no working knowledge of the Swift programming language, and written in a friendly, easy-to-follow style, this book offers a comprehensive course in iPhone and iPad programming. The book starts with a gentle introduction to using Xcode and then guides you though the creation of your first simple application. You’ll create user interfaces for that application using multiple screens in two different ways—using Navigation View and Tab Bars. Beginning iPhone Development with Swift UI covers the basic information you need to get up and running quickly to turn your great ideas into working iOS apps with stunningly interactive interfaces using SwiftUI. Once you’re ready, move on to Pro iPhone Development with Swift UI to learn more of the unique aspects of iOS programming and the Swift language. What You Will Learn Discover the basics of designing a user interface using SwiftUI Build cool, crisp user interfaces that use animation Display data in lists and outlines Organize user interfaces in forms and groups Who This Book is For Aspiring iOS app developers new to the Apple Swift programming language and/or the iOS SDK.
    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] : 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 the Apple Swift Languages by using the XCode Playground environment.
    Note: Online resource; Title from title screen (viewed January 11, 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] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (35 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: By 2025, the estimated global volume of data is expected to reach 180 ZB, more than double the amount collected in 2020. Yet despite data's increased presence and value within organizations, solutions for ensuring data quality have received little attention. This report examines how adequate observability combined with best practices for data logging and monitoring can help organizations efficiently redistribute their management of data quality and analytics. Kensu CEO Andy Petrella explains how a data observability solution will help your IT and data teams detect and stop incident propagation by tracking and measuring data usage performance across systems, projects, and applications in real time. You'll discover how data observability makes it much easier to find and fix the root cause of problems. Learn how to monitor applications that collect, copy, and modify data Detect anomalies based on historical data information Leverage lineage and historical data information to find an incidentâ??s initial cause Use automated logging and tracing of data and data pipelines to evaluate quality and identify issues Apply DevOps practices to achieve greater visibility, confidence, and speed at the data level Explore how data observability influences team dynamics
    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 ...
  • 182
    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 ...
  • 183
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617299339
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: Unity in Action, Third Edition teaches you to create games with the Unity game platform. It’s many 2D, 3D, and AR/VR game examples give you hands-on experience with Unity’s workflow tools and state-of-the-art rendering engine. This fully updated third edition presents new coverage of Unity’s XR toolkit and shows you how you can start building with virtual and augmented reality.
    Note: Online resource; Title from title 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 ...
  • 184
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663719058
    Language: English
    Pages: 1 online resource (20269 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Uncompromising explores seven pathways to help you identify and live your why-leading to an impactful life and a lasting legacy. Steve White's path from the housing projects to president of Comcast West was punctuated by defining-and often heart-wrenching-moments. Moments that helped him identify what matters most and how he positively made a difference in his life and in those around him. As one of four boys raised by a single mother, Steve's life could easily have taken a different path. Instead, armed with his mother's determination that her sons make a better life for themselves and his own refusal to be shaped by his circumstances, Steve forged a path to extraordinary professional and personal achievement. Steve's lessons from every stage of life, and the people who influenced him along the way, form the basis of his overarching message: An uncompromising life is one where you stay true to what is important to you, what you believe in, and what you love. This leads to more fulfillment, purpose, and a lasting legacy. Steve's hard-won insights will help you pursue what matters most and discover where you can make the biggest difference.
    Note: Online resource; Title from title page (viewed February 22, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 185
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072168
    Language: English
    Pages: 1 online resource (440 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Build highly secure and scalable machine learning platforms to support the fast-paced adoption of machine learning solutions Key Features Explore different ML tools and frameworks to solve large-scale machine learning challenges in the cloud Build an efficient data science environment for data exploration, model building, and model training Learn how to implement bias detection, privacy, and explainability in ML model development Book Description With a highly scalable machine learning (ML) platform, organizations can quickly scale the delivery of ML products for faster business value realization, so there is a huge demand for skilled ML solutions architects in different industries. This hands-on ML book takes you through the design patterns, architectural considerations, and the latest technology that you need to know to become a successful ML solutions architect. You'll start by understanding ML fundamentals and how ML can be applied to real-world business problems. Once you've explored some of the leading ML algorithms for solving different types of problems, the book will help you get to grips with data management and using ML libraries such as TensorFlow and PyTorch. You'll learn how to use open source technology such as Kubernetes/Kubeflow to build a data science environment and ML pipelines and then advance to building an enterprise ML architecture using Amazon Web Services (AWS) services. You'll then cover security and governance considerations, advanced ML engineering techniques, and how to apply bias detection, explainability, and privacy in ML model development. Finally, you'll get acquainted with AWS AI services and their applications in real-world use cases. By the end of this book, you'll be able to design and build an ML platform to support common use cases and architecture patterns. What you will learn Apply ML methodologies to solve business problems Design a practical enterprise ML platform architecture Implement MLOps for ML workflow automation Build an end-to-end data management architecture using AWS Train large-scale ML models and optimize model inference latency Create a business application using an AI service and a custom ML model Use AWS services to detect data and model bias and explain models Who this book is for This book is for data scientists, data engineers, cloud architects, and machine learning enthusiasts who want to become machine learning solutions architects. Basic knowledge of the Python programming langu...
    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 ...
  • 186
    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 ...
  • 187
    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 ...
  • 188
    ISBN: 9781801816618
    Language: English
    Pages: 1 online resource (588 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: From fundamentals and design patterns to the different strategies for creating secure and reliable architectures in AWS cloud, learn everything you need to become a successful solutions architect Key Features Transform business requirements into end-to-end technical architectures with this practical guide Assess and overcome the various challenges while updating or modernizing legacy applications Learn how to future-proof your architecture with IoT, machine learning, and quantum computing Book Description Solutions Architect's Handbook, Second Edition, takes a hands-on approach to helping you become a solutions architect. You will learn how to create robust, scalable, and fault-tolerant solutions and next-generation architecture designs in a cloud environment. This will help you build effective product strategies for your business and implement them from start to finish. The new edition incorporates new chapters on disruptive technologies, such Internet of Things (IoT), quantum computing, data engineering, and machine learning. It also includes updated discussions on cloud-native architecture, blockchain data storage, and mainframe modernization with public cloud. This book provides an understanding of solution architecture and how it fits into an agile enterprise environment. It will take you through the journey of solution architecture design by providing detailed knowledge of design pillars, advanced design patterns, anti-patterns, and the cloud-native aspects of modern software design. By the end of this book, you'll have learned techniques that enable you to create efficient architecture designs that meet your business requirements. What you will learn Explore the various roles of a solutions architect in the enterprise landscape Implement key design principles and patterns to build high-performance, cost-effective solutions Choose appropriate strategies to secure your architectures and increase their availability Modernize legacy applications with the help of cloud integration Understand big data processing, machine learning, IoT, and quantum computing, and how they fit into modern architecture Integrate a DevOps mindset to promote collaboration, increase operational efficiency, and streamline production Who this book is for This book is for software developers, system engineers, DevOps engineers, architects, and team leaders working in the information technology industry who aspire to become solutions architect professionals. It will al...
    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 ...
  • 189
    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 ...
  • 190
    ISBN: 9781484280591
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: After setting up your development environment in Creating a Spring Boot REST API with iPad Pro and Raspberry Pi 4, continue learning to 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 second video, secure the REST API from the previous tutorial using Spring Security. Given that the test application you created will handle personal finances, securing the API is a mandatory step in the development of your project. Also, it’s fascinating to be able to create a secure API using only an iPad and a Raspberry Pi. What You'll Learn Support authentication on the the device and server Learn about the Security Payload 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 ...
  • 191
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663718358
    Language: English
    Pages: 1 online resource (32265 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Target high returns and greater consistency with this insightful guide from a leading investor The market volatility exacerbated by the COVID-19 pandemic has led many to question their exposure to risk in their own portfolios. But what should one do about it? In Risk Parity: How to Invest for All Market Environments, accomplished investment consultant Alex Shahidi delivers a powerful approach to portfolio management that reduces the potential for significant capital loss while maintaining an attractive expected return. The book focuses on allocating capital amongst four diverse asset classes: equities, commodities, Treasury bonds, and Treasury Inflation Protected Securities. You'll learn about: the nature of risk and why traditional approaches to risk management unnecessarily give up potential returns or inadequately protect against catastrophic market events; why proper risk management is more important now than ever; and how to efficiently implement a risk parity approach. Perfect for both individual and professional investors, Risk Parity is a must-have resource for anyone seeking to increase consistency in their portfolio by building a truly balanced asset allocation.
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 192
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: As the craft of creation continues to evolve and require more strategic thinking, we must also evolve our mindset and tools to address today’s greatest political, social, environmental, and cultural challenges. Futures design and thinking provides a set of tools that can prepare us for the ever-changing landscape of the future and enable us to better assess the challenges of emerging technologies, climate change, and the implications of dynamic social structures. In this edition of Radar Talks, Design Futures Initiative founder Phil Balagtas takes a deep dive into the futures design and thinking methodology. You’ll learn how to use futures thinking as a strategic tool to uncover threats and opportunities on the near and distant horizon. Recorded on January 10, 2022. See the original event page for resources for further learning or watch recordings of other past events . The O’Reilly Radar Talks series brings you expert opinions on emerging topics through hour-long interactive events. In conversation with some of the industry’s top minds, you’ll look at the early signals indicating significant trends and new technologies that will shape the future—and discover how to begin forging these technologies now. Share your own predictions and ask your questions while gaining insight into our experts’ unique outlooks for the future.
    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 ...
  • 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: 9781469079127
    Language: English
    Pages: 1 online resource (40323 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Conventional wisdom tells us that people are rational and make rational decisions with their money. But that's simply not true considering most people fail to beat the market. Conventional wisdom also tells us that there are two primary ways to approach the market: technical and fundamental analysis. Again, that is not true because if it were, everyone would be rich. It's obvious that something is missing. Author Adam Sarhan, founder and CEO of 50 Park Investments, developed a new approach, titled Psychological Analysis (PA). Coined by the author, PA teaches you how to make rational, not emotional, decisions with your money and shows you how to analyze both the individual and collective market mindset at a particular time based on the behavior and decision-making of people in the real-world. Psychological Analysis is designed to tip the odds of success in your favor. This invaluable guide helps you: make rational, not emotional, decisions with your money-especially when you are under pressure; understand the psyche of the market so you can learn how to join the Smart Money Circle and consistently take money out; generate above average returns in all market environments; and incorporate Psychological Analysis into your overall trading and investing strategy so you can make smarter decisions on and off Wall Street.
    Note: Online resource; Title from title page (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 195
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    ISBN: 9780137383511
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: With .NET 5s ML.NET and Programming ML.NET , any Microsoft .NET developer can solve serious machine learning problems, increasing their value and competitiveness in some of todays fastest-growing areas of software development. World-renowned Microsoft development expert Dino Esposito covers everything you need to know about ML.NET, the machine learning pipeline, and real-world machine learning solutions development. Modeled on his popular Programming ASP.NET books, this guide takes the same scenario-based approach Microsofts team used to build the ML.NET framework itself. Esposito presents and illuminates ML.NETs dedicated mini-frameworks (ML Tasks) for specific classes of problems, and draws on personal experience to help developers apply these in the real world, where a problems complexity can vary widely based on data availability or the specific results you need. In a full section on ML.NET neural networks, Esposito introduces key concepts and presents realistic examples you can reuse in your own applications. Along the way, Esposito also shows how to leverage powerful Python-based machine learning tools in the .NET environment. Programming ML.NET will help you add machine learning and artificial intelligence to your tool belt, whether you have a background in these high-demand technologies or not.
    Note: Online resource; Title from title page (viewed March 15, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 196
    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 ...
  • 197
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SitePoint | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 7th edition
    Keywords: Electronic books
    Abstract: PHP & MySQL: Novice to Ninja, 7th Edition is a hands-on guide to learning all the tools, principles, and techniques needed to build a professional web application using PHP & MySQL. Comprehensively updated to cover PHP 8 and modern best practice, this highly practical and fun book covers everything from installation through to creating a complete online content management system. Gain a thorough understanding of PHP syntax Master database design principles and SQL Write robust, maintainable, best practice code Build a working content management system (CMS) And much more!
    Note: Online resource; Title from title page (viewed February 10, 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] : For Dummies | Boston, MA : Safari
    ISBN: 9781119830702
    Language: English
    Pages: 1 online resource (960 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Multiply your productivity with the world's most straightforward guide to the world's most popular office software Microsoft Office 365 contains straightforward tools for virtually every office task you could possibly think of. And learning how to use this powerful software is much easier than you might expect! With the latest edition of Office 365 All-in-One For Dummies, you'll get a grip on some of the most popular and effective office software on the planet, including Word, Excel, PowerPoint, Outlook, Access, Publisher, and Teams. This expanded handbook walks you through the ins and outs of reviewing and composing documents with Word, hosting and joining meetings with Teams, crunching numbers with Excel, and answering emails with Outlook. And it's ideal for anyone who's brand new to Office and those who just need a quick refresher on the latest useful updates from Microsoft. In this one-stop reference, you'll find: Step-by-step instructions on the installation, maintenance, and navigation of all the critical components of Office 365 Guidance for using Office 365's built-in online and cloud functionality Complete explanations of what every part of Office 365 is used for and how to apply them to your life Office 365 All-in-One For Dummies is the last handbook you'll ever need to apply Microsoft's world-famous software suite to countless everyday tasks.
    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 ...
  • 199
    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 ...
  • 200
    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 ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...