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.  (866)
  • Safari, an O'Reilly Media Company.  (231)
  • Smyth, Neil  (13)
  • World Bank Group
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (1,097)
Datasource
Material
Language
Years
Author, Corporation
Subjects(RVK)
  • 101
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789954272
    Language: English
    Pages: 1 online resource (772 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Develop advanced skills for working with Linux systems on-premises and in the cloud Key Features Become proficient in everyday Linux administration tasks by mastering the Linux command line and using automation Work with the Linux filesystem, packages, users, processes, and daemons Deploy Linux to the cloud with AWS, Azure, and Kubernetes Book Description Linux plays a significant role in modern data center management and provides great versatility in deploying and managing your workloads on-premises and in the cloud. This book covers the important topics you need to know about for your everyday Linux administration tasks. The book starts by helping you understand the Linux command line and how to work with files, packages, and filesystems. You'll then begin administering network services and hardening security, and learn about cloud computing, containers, and orchestration. Once you've learned how to work with the command line, you'll explore the essential Linux commands for managing users, processes, and daemons and discover how to secure your Linux environment using application security frameworks and firewall managers. As you advance through the chapters, you'll work with containers, hypervisors, virtual machines, Ansible, and Kubernetes. You'll also learn how to deploy Linux to the cloud using AWS and Azure. By the end of this Linux book, you'll be well-versed with Linux and have mastered everyday administrative tasks using workflows spanning from on-premises to the cloud. If you also find yourself adopting DevOps practices in the process, we'll consider our mission accomplished. What you will learn Understand how Linux works and learn basic to advanced Linux administration skills Explore the most widely used commands for managing the Linux filesystem, network, security, and more Get to grips with different networking and messaging protocols Find out how Linux security works and how to configure SELinux, AppArmor, and Linux iptables Work with virtual machines and containers and understand container orchestration with Kubernetes Work with containerized workflows using Docker and Kubernetes Automate your configuration management workloads with Ansible Who this book is for If you are a Linux administrator who wants to understand the fundamentals and as well as modern concepts of Linux system administration, this book is for you. Windows System Administrators looking to extend their knowledge to the Linux OS will also benefit from this book.
    Note: Online resource; Title from title page (viewed June 18, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789530384
    Language: English
    Pages: 1 online resource (758 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Harness the power of Linux to create versatile and robust embedded solutions Key Features Learn how to develop and configure robust embedded Linux devices Explore the new features of Linux 5.4 and the Yocto Project 3.1 (Dunfell) Discover different ways to debug and profile your code in both user space and the Linux kernel Book Description Embedded Linux runs many of the devices we use every day. From smart TVs and Wi-Fi routers to test equipment and industrial controllers, all of them have Linux at their heart. The Linux OS is one of the foundational technologies comprising the core of the Internet of Things (IoT). This book starts by breaking down the fundamental elements that underpin all embedded Linux projects: the toolchain, the bootloader, the kernel, and the root filesystem. After that, you will learn how to create each of these elements from scratch and automate the process using Buildroot and the Yocto Project. As you progress, the book explains how to implement an effective storage strategy for flash memory chips and install updates to a device remotely once it's deployed. You'll also learn about the key aspects of writing code for embedded Linux, such as how to access hardware from apps, the implications of writing multi-threaded code, and techniques to manage memory in an efficient way. The final chapters demonstrate how to debug your code, whether it resides in apps or in the Linux kernel itself. You'll also cover the different tracers and profilers that are available for Linux so that you can quickly pinpoint any performance bottlenecks in your system. By the end of this Linux book, you'll be able to create efficient and secure embedded devices using Linux. What you will learn Use Buildroot and the Yocto Project to create embedded Linux systems Troubleshoot BitBake build failures and streamline your Yocto development workflow Update IoT devices securely in the field using Mender or balena Prototype peripheral additions by reading schematics, modifying device trees, soldering breakout boards, and probing pins with a logic analyzer Interact with hardware without having to write kernel device drivers Divide your system up into services supervised by BusyBox runit Debug devices remotely using GDB and measure the performance of systems using tools such as perf, ftrace, eBPF, and Callgrind Who this book is for If you're a systems software engineer or system administrator who wants to learn Linux implementation on embedded devices, then...
    Note: Online resource; Title from title page (viewed May 14, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839213502
    Language: English
    Pages: 1 online resource (392 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to build and use all parts of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core libraries Key Features Get to grips with effectively using LLVM libraries step-by-step Understand LLVM compiler high-level design and apply the same principles to your own compiler Use compiler-based tools to improve the quality of code in C++ projects Book Description LLVM was built to bridge the gap between compiler textbooks and actual compiler development. It provides a modular codebase and advanced tools which help developers to build compilers easily. This book provides a practical introduction to LLVM, gradually helping you navigate through complex scenarios with ease when it comes to building and working with compilers. You'll start by configuring, building, and installing LLVM libraries, tools, and external projects. Next, the book will introduce you to LLVM design and how it works in practice during each LLVM compiler stage: frontend, optimizer, and backend. Using a subset of a real programming language as an example, you will then learn how to develop a frontend and generate LLVM IR, hand it over to the optimization pipeline, and generate machine code from it. Later chapters will show you how to extend LLVM with a new pass and how instruction selection in LLVM works. You'll also focus on Just-in-Time compilation issues and the current state of JIT-compilation support that LLVM provides, before finally going on to understand how to develop a new backend for LLVM. By the end of this LLVM book, you will have gained real-world experience in working with the LLVM compiler development framework with the help of hands-on examples and source code snippets. What you will learn Configure, compile, and install the LLVM framework Understand how the LLVM source is organized Discover what you need to do to use LLVM in your own projects Explore how a compiler is structured, and implement a tiny compiler Generate LLVM IR for common source language constructs Set up an optimization pipeline and tailor it for your own needs Extend LLVM with transformation passes and clang tooling Add new machine instructions and a complete backend Who this book is for This book is for compiler developers, enthusiasts, and engineers who are new to LLVM and are interested in learning about the LLVM framework. It is also useful for C++ software engineers looking to use compiler-based tools for code analysis a...
    Note: Online resource; Title from title page (viewed May 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 104
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800562493
    Language: English
    Pages: 1 online resource (362 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn to leverage the advanced capabilities of Keycloak, an open-source identity and access management solution, to enable authentication and authorization in applications Key Features Get up to speed with Keycloak, OAuth 2.0, and OpenID Connect using practical examples Configure, manage, and extend Keycloak for optimized security Leverage Keycloak features to secure different application types Book Description Implementing authentication and authorization for applications can be a daunting experience, often leaving them exposed to security vulnerabilities. Keycloak is an open-source solution for identity management and access management for modern applications. Keycloak - Identity and Access Management for Modern Applications is a comprehensive introduction to Keycloak, helping you get started with using it and securing your applications. Complete with hands-on tutorials, best practices, and self-assessment questions, this easy-to-follow guide will show you how to secure a sample application and then move on to securing different application types. As you progress, you will understand how to configure and manage Keycloak as well as how to leverage some of its more advanced capabilities. Finally, you'll gain insights into securely using Keycloak in production. By the end of this book, you will have learned how to install and manage Keycloak as well as how to secure new and existing applications. What you will learn Understand how to install, configure, and manage Keycloak Secure your new and existing applications with Keycloak Gain a basic understanding of OAuth 2.0 and OpenID Connect Understand how to configure Keycloak to make it ready for production use Discover how to leverage additional features and how to customize Keycloak to fit your needs Get to grips with securing Keycloak servers and protecting applications Who this book is for Developers, sysadmins, security engineers, or anyone who wants to leverage Keycloak and its capabilities for application security will find this book useful. Beginner-level knowledge of app development and authentication and authorization is expected.
    Note: Online resource; Title from title page (viewed June 11, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070485
    Language: English
    Pages: 1 online resource (364 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Plan, design, deploy, and administer the solutions available in VxRail Appliance Key Features Learn how to plan and design the VxRail HCI system Understand VxRail's administration, lifecycle management, and cluster scale-out Explore migration methodologies for VxRail systems Book Description Hyper-converged infrastructure (HCI) can help you simplify the provisioning and daily operations of computing and storage. With this book, you'll understand how HCI can offload the day 0 deployment and day-to-day operations of a system administrator. You'll explore the VxRail Appliance, which is an HCI solution that provides lifecycle management, automation, and operational simplicity. Starting with an overview of the VxRail Appliance system architecture and components, you'll understand the benefits of the VxRail system and compare it with the environment of traditional servers and storage. As you advance, the book covers topics such as disaster recovery and active-active and active-passive solutions for VxRail. By the end of this book, you'll have gained the confidence to manage the deployment, administration, planning, and design of a VxRail system. What you will learn Set up the hardware and software requirements for a VxRail installation Monitor the status of VxRail appliances with the VxRail Manager plugin Get to grips with all the administration interfaces used to manage the VxRail appliance Understand vCenter roles and permissions management in the VxRail cluster Discover best practices for vSAN configuration in the VxRail cluster Find out about VxRail cluster scale-out rules and how to expand the VxRail cluster Deploy active-passive solutions for VxRail with VMware Site Recovery Manager (SRM) Who this book is for If you are a system architect, system administrator, or consultant involved in planning and deploying VxRail HCI or want to learn how to use VxRail HCI, then this book is for you. Equivalent knowledge and administration experience with ESXi and vCenter Server will be helpful.
    Note: Online resource; Title from title page (viewed June 4, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076104
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Implement critical business processes with mySAP Business Suite to integrate key functions that add value to every facet of your organization Key Features Learn master data concepts and UI technologies in SAP systems Explore key functions of different sales processes, order fulfillment options, transportation planning, logistics execution processes, and customer invoicing Configure the Order to Cash process in SAP systems and apply it to your business needs Book Description Using different SAP systems in an integrated way to gain maximum benefits while running your business is made possible by this book, which covers how to effectively implement SAP Order to Cash Process with SAP Customer Relationship Management (CRM), SAP Advanced Planning and Optimization (APO), SAP Transportation Management System (TMS), SAP Logistics Execution System (LES), and SAP Enterprise Central Component (ECC). You'll understand the integration of different systems and how to optimize the complete Order to Cash Process with mySAP Business Suite. With the help of this book, you'll learn to implement mySAP Business Suite and understand the shortcomings in your existing SAP ECC environment. As you advance through the chapters, you'll get to grips with master data attributes in different SAP environments and then shift focus to the Order to Cash cycle, including order management in SAP CRM, order fulfillment in SAP APO, transportation planning in SAP TMS, logistics execution in SAP LES, and billing in SAP ECC. By the end of this SAP book, you'll have gained a thorough understanding of how different SAP systems work together with the Order to Cash process. What you will learn Discover master data in different SAP environments Find out how different sales processes, such as quotations, contracts, and order management, work in SAP CRM Become well-versed with the steps involved in order fulfillment, such as basic and advanced ATP checks in SAP APO Get up and running with transportation requirement and planning and freight settlement with SAP TMS Explore warehouse management with SAP LES to ensure high transparency and predictability of processes Understand how to process customer invoicing with SAP ECC Who this book is for This book is for SAP consultants, SME managers, solution architects, and key users of SAP with knowledge of end-to-end business processes. Customers operating SAP CRM, SAP TMS, and SAP APO as part of daily operations will also benefit from this book by und...
    Note: Online resource; Title from title page (viewed May 14, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079945
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Understand the fundamentals of Kubernetes deployment on Azure with a learn-by-doing approach Key Features Get to grips with the fundamentals of containers and Kubernetes Deploy containerized applications using the Kubernetes platform Learn how you can scale your workloads and secure your application running in Azure Kubernetes Service Book Description Containers and Kubernetes containers facilitate cloud deployments and application development by enabling efficient versioning with improved security and portability. With updated chapters on role-based access control, pod identity, storing secrets, and network security in AKS, this third edition begins by introducing you to containers, Kubernetes, and Azure Kubernetes Service (AKS), and guides you through deploying an AKS cluster in different ways. You will then delve into the specifics of Kubernetes by deploying a sample guestbook application on AKS and installing complex Kubernetes apps using Helm. With the help of real-world examples, you'll also get to grips with scaling your applications and clusters. As you advance, you'll learn how to overcome common challenges in AKS and secure your applications with HTTPS. You will also learn how to secure your clusters and applications in a dedicated section on security. In the final section, you'll learn about advanced integrations, which give you the ability to create Azure databases and run serverless functions on AKS as well as the ability to integrate AKS with a continuous integration and continuous delivery (CI/CD) pipeline using GitHub Actions. By the end of this Kubernetes book, you will be proficient in deploying containerized workloads on Microsoft Azure with minimal management overhead. What you will learn Plan, configure, and run containerized applications in production. Use Docker to build applications in containers and deploy them on Kubernetes. Monitor the AKS cluster and the application. Monitor your infrastructure and applications in Kubernetes using Azure Monitor. Secure your cluster and applications using Azure-native security tools. Connect an app to the Azure database. Store your container images securely with Azure Container Registry. Install complex Kubernetes applications using Helm. Integrate Kubernetes with multiple Azure PaaS services, such as databases, Azure Security Center, and Functions. Use GitHub Actions to perform continuous integration and continuous delivery to your cluster. Who this book is for If you are an aspirin...
    Note: Online resource; Title from title page (viewed May 17, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816199
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enter the world of Django with JavaScript and Ajax About This Video Learn all the essential concepts of Django Learn the first DOM manipulation and first Ajax call Understand the CRUD app and learn to create posts with Ajax In Detail Learn how to create improved Django web applications using JavaScript, Ajax, and Bootstrap 5 by taking this unique and complete course. In this course, we will create a nice-looking CRUD application, learning step by step how to implement the concepts mentioned above in order to bring user experience to the next level. After completion, you will have enough knowledge to create your own applications based on what you’ve learned or improve the existing ones. This isn’t a course that will just teach you how to do certain things in your code, but rather, it will teach you how to think in a way to complete your own tasks, which later will bring you to accomplishing your personal goals. By the way, it’s worth mentioning that if you are thinking to learn and discover popular modern frameworks such as ReactJS, AngularJS, or Vue JS, it’s a good idea to learn the basic concepts behind using vanilla JavaScript and Ajax in your web applications. By the end of the course, you will learn how to create beautiful apps combining JS with Python’s most famous web framework.
    Note: Online resource; Title from title screen (viewed May 28, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070546
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Each lecture is self-sufficient and concise and describes information related to the topic. About This Video You will learn about troubleshooting container, networking, and image building issues Understand automated dev environments with Docker Compose Set up continuous integration pipelines to build and publish Docker images to ACR In Detail Docker with Kubernetes has already become a mainstream technology. However, running Windows containers with Docker is still a less explored path and lacks resources. This course was initially created as Docker mastery on Windows. We will start with an introduction to CI with Azure DevOps and Docker for .NET, and we will explore Docker's story and what is Azure DevOps. We will learn about Docker architecture and ecosystem to understand Docker in a better way. Moving forward, we will understand Docker registries and how to debug container applications with logs. We will learn to create an environment to build an ASP.NET Core app, a hands-on project wherein you will learn to write a Dockerfile for a .NET Core app to make your skills stronger. By the end of the course, you will be able to run Windows containers and set up the CI pipeline with Azure DevOps.
    Note: Online resource; Title from title screen (viewed May 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 110
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078863
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build a real-world resort booking website using Blazor Server, Blazor WASM, and .NET 5(.NET Core) API and deploy it on Azure About This Video Create .NET API and consume it in the Blazor application Build a real-world application using Blazor Deploy .NET API, Blazor WASM, and server to Azure In Detail Blazor is an exciting new part of .NET Core (.NET 5) designed to build rich web user interfaces in C#. This course will help developers transition from building basic sample apps to implementing more real-world concepts, design patterns, and features. This course will provide you with a complete real-world scenario with Blazor, which will make you face many challenges and solve those issues as we proceed with the course. This course covers everything there is to Blazor, right from Blazor Server to Blazor WASM applications that consume .NET 5 API. By the end of the course, you will become an expert and will be able to build your own website using Blazor Server, Blazor WASM, and .NET 5(.NET Core) API and deploy to Azure. We will be using the latest .NET 5 for this course along with Entity Framework Core and Stripe for payment processing.
    Note: Online resource; Title from title screen (viewed April 30, 2021) , 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: 9781800569201
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the world of APIs and learn how to integrate them the production-ready applications using Postman and the Newman CLI Key Features Learn the tenets of effective API testing and API design Gain an in-depth understanding of the various features Postman has to offer Know when and how to use Postman for creating high-quality APIs for software and web apps Book Description Postman enables the exploration and testing of web APIs, helping testers and developers figure out how an API works. With Postman, you can create effective test automation for any APIs. If you want to put your knowledge of APIs to work quickly, this practical guide to using Postman will help you get started. The book provides a hands-on approach to learning the implementation and associated methodologies that will have you up and running with Postman in no time. Complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions, this book begins by taking you through the principles of effective API testing. A combination of theory coupled with real-world examples will help you learn how to use Postman to create well-designed, documented, and tested APIs. You'll then be able to try some hands-on projects that will teach you how to add test automation to an already existing API with Postman, and guide you in using Postman to create a well-designed API from scratch. By the end of this book, you'll be able to use Postman to set up and run API tests for any API that you are working with. What you will learn Find out what is involved in effective API testing Use data-driven testing in Postman to create scalable API tests Understand what a well-designed API looks like Become well-versed with API terminology, including the different types of APIs Get to grips with performing functional and non-functional testing of an API Discover how to use industry standards such as OpenAPI and mocking in Postman Who this book is for The book is for software testing professionals and software developers looking to improve product and API quality through API test automation. You will find this book useful if understand APIs and want to build your skills for creating, testing, and documenting APIs. The book assumes beginner-level knowledge of JavaScript and API development.
    Note: Online resource; Title from title page (viewed May 7, 2021) , 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: 9781801077446
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore everything you need to know to set up secure remote access, harden your firewall deployment, and protect against phishing Key Features Learn the ins and outs of log forwarding and troubleshooting issues Set up GlobalProtect satellite connections, configure site-to-site VPNs, and troubleshoot LSVPN issues Gain an in-depth understanding of user credential detection to prevent data leaks Book Description This book builds on the content found in Mastering Palo Alto Networks, focusing on the different methods of establishing remote connectivity, automating log actions, and protecting against phishing attacks through user credential detection. Complete with step-by-step instructions, practical examples, and troubleshooting tips, you will gain a solid understanding of how to configure and deploy Palo Alto Networks remote access products. As you advance, you will learn how to design, deploy, and troubleshoot large-scale end-to-end user VPNs. Later, you will explore new features and discover how to incorporate them into your environment. By the end of this Palo Alto Networks book, you will have mastered the skills needed to design and configure SASE-compliant remote connectivity and prevent credential theft with credential detection. What you will learn Understand how log forwarding is configured on the firewall Focus on effectively enabling remote access Explore alternative ways for connecting users and remote networks Protect against phishing with credential detection Understand how to troubleshoot complex issues confidently Strengthen the security posture of your firewalls Who this book is for This book is for anyone who wants to learn more about remote access for users and remote locations by using GlobalProtect and Prisma access and by deploying Large Scale VPN. Basic knowledge of Palo Alto Networks, network protocols, and network design will be helpful, which is why reading Mastering Palo Alto Networks is recommended first to help you make the most of this book.
    Note: Online resource; Title from title page (viewed July 2, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818148
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Use Django 3 to build 3 stunning websites, learn back- and front-end web development, deploy your site with HTML5, CSS3, and Bootstrap 4 About This Video Build 3 full-stack websites with the Django 3 framework Learn back- and front-end web development Deploy your site with HTML5, CSS3, and Bootstrap 4 In Detail Django is an amazing framework for web developers because it provides the infrastructure required for database-driven websites that have user authentication, content administration, contact forms, file uploads, and more. In this course, we will be using Django 3 to build 3 stunning websites. This will help you learn Django and implement it in your projects. We will also use Python, so if you have never used it before, we will start with a Python refresher to get you up to speed. We will then dive into making three complete websites: 1) Password Generator: A simple website to create a random password with several options 2) Personal Portfolio: Create your own portfolio to show to potential employers showing off your resume, previous projects, and a fully functional blog 3) Todo Woo: A website where a user can sign up for an account, and fully manage a Todo list with the ability to create, edit, and delete We will also walk through Git, which is an awesome tool for developers that allows creating multiple versions of the code. Additionally, we will learn how to publish our projects live. By the end of this course, you’ll be able to use Django to create your own websites and deploy them on a server.
    Note: Online resource; Title from title screen (viewed June 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076326
    Language: English
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gain in-depth insight into DevOps relative to your field of expertise and implement effective DevOps culture and processes within your organization Key Features Packed with step-by-step explanations and practical examples to help you get started with DevOps Develop the skills and knowledge you need to tackle the deployment of DevOps tools Discover technology trends such as FinOps and DevSecOps to get more value from DevOps Book Description DevOps is a set of best practices enabling operations and development teams to work together to produce higher-quality work and, among other things, quicker releases. This book helps you to understand the fundamentals needed to get started with DevOps, and prepares you to start deploying technical tools confidently. You will start by learning the key steps for implementing successful DevOps transformations. The book will help you to understand how aspects of culture, people, and process are all connected, and that without any one of these elements DevOps is unlikely to be successful. As you make progress, you will discover how to measure and quantify the success of DevOps in your organization, along with exploring the pros and cons of the main tooling involved in DevOps. In the concluding chapters, you will learn about the latest trends in DevOps and find out how the tooling changes when you work with these specialties. By the end of this DevOps book, you will have gained a clear understanding of the connection between culture, people, and processes within DevOps, and learned why all three are critically important. What you will learn Understand the importance of culture in DevOps Build, foster, and develop a successful DevOps culture Discover how to implement a successful DevOps framework Measure and define the success of DevOps transformation Get to grips with techniques for continuous feedback and iterate process changes Discover the tooling used in different stages of the DevOps life cycle Who this book is for This book is for IT professionals such as support engineers and systems engineers and developers looking to learn DevOps and for those going through DevOps transformation. General knowledge of IT and business processes will be helpful. You'll also find this book useful if you are in a business or service role within technology such as service delivery management. Basic familiarity with DevOps and transformational methods such as value streams and process are needed to get the most out of this book.
    Note: Online resource; Title from title page (viewed July 9, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800568730
    Language: English
    Pages: 1 online resource (318 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to rolling out Datadog to monitor infrastructure and applications running in both cloud and datacenter environments Key Features Learn Datadog to proactively monitor your infrastructure and cloud services Use Datadog as a platform for aggregating monitoring efforts in your organization Leverage Datadog's alerting service to implement on-call and site reliability engineering (SRE) processes Book Description Datadog is an essential cloud monitoring and operational analytics tool which enables the monitoring of servers, virtual machines, containers, databases, third-party tools, and application services. IT and DevOps teams can easily leverage Datadog to monitor infrastructure and cloud services, and this book will show you how. The book starts by describing basic monitoring concepts and types of monitoring that are rolled out in a large-scale IT production engineering environment. Moving on, the book covers how standard monitoring features are implemented on the Datadog platform and how they can be rolled out in a real-world production environment. As you advance, you'll discover how Datadog is integrated with popular software components that are used to build cloud platforms. The book also provides details on how to use monitoring standards such as Java Management Extensions (JMX) and StatsD to extend the Datadog platform. Finally, you'll get to grips with monitoring fundamentals, learn how monitoring can be rolled out using Datadog proactively, and find out how to extend and customize the Datadog platform. By the end of this Datadog book, you will have gained the skills needed to monitor your cloud infrastructure and the software applications running on it using Datadog. What you will learn Understand monitoring fundamentals, including metrics, monitors, alerts, and thresholds Implement core monitoring requirements using Datadog features Explore Datadog's integration with cloud platforms and tools Extend Datadog using custom scripting and standards such as JMX and StatsD Discover how proactive monitoring can be rolled out using various Datadog features Understand how Datadog can be used to monitor microservices in both Docker and Kubernetes environments Get to grips with advanced Datadog features such as APM and Security Monitoring Who this book is for This book is for DevOps engineers, site reliability engineers (SREs), IT Production engineers, software developers and architects, cloud engineers, system administrators, a...
    Note: Online resource; Title from title page (viewed June 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 116
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800205260
    Language: English
    Pages: 1 online resource (344 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Understand Angular web application development by building captivating real-world applications while exploring modern web technologies and best practices Key Features Explore Angular's capabilities for building applications across different platforms Combine popular web technologies with Angular such as monorepo, Jamstack, and PWA Build your own libraries and schematics using Angular CDK and Angular CLI Book Description Angular is a popular JavaScript framework that can run on a broad range of platforms including web, desktop, and mobile. It has an array of rich features right out of the box and a wide range of tools that makes it popular among developers. This updated second edition of Angular Projects will teach you how to build efficient and optimized web applications using Angular. You will start by exploring the essential features of the framework by creating ten different real-world web applications. Each application will demonstrate how to integrate Angular with a different library and tool. As you advance, you will understand how to implement popular technologies such as Angular Router, Scully, Electron, Angular service worker, Nx monorepo tools, NgRx, and more while building an issue tracking system, a PWA weather application, a mobile photo geotagging application, a component UI library, and many other exciting projects. Toward the concluding chapters, you'll get to grips with customizing Angular CLI commands using schematics. By the end of this book, you will have the skills you need to be able to build Angular apps using a variety of different technologies according to your or your client's needs. What you will learn Set up Angular applications using Angular CLI and Nx Console Create a personal blog with Jamstack and SPA techniques Build desktop applications with Angular and Electron Enhance user experience (UX) in offline mode with PWA techniques Make web pages SEO-friendly with server-side rendering Create a monorepo application using Nx tools and NgRx for state management Focus on mobile application development using Ionic Develop custom schematics by extending Angular CLI Who this book is for If you are a developer who has beginner-level experience with Angular and are looking to become well-versed with essential tools and deal with the various use cases you may encounter with Angular, then this Angular development book is for you. Beginner-level knowledge of web application development and basic experience working with ES6 or ...
    Note: Online resource; Title from title page (viewed July 5, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073783
    Language: English
    Pages: 1 online resource (392 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get hands-on with advanced threat analysis techniques by implementing Elastic Stack security features with the help of practical examples Key Features Get started with Elastic Security configuration and features Understand how to use Elastic Stack features to provide optimal protection against threats Discover tips, tricks, and best practices to enhance the security of your environment Book Description Elastic Security is an open solution that equips professionals with the tools to prevent, detect, and respond to threats. Threat Hunting with Elastic Stack will show you how to make the best use of Elastic Security to provide optimal protection against cyber threats. With this book, security practitioners working with Kibana will be able to put their knowledge to work and detect malicious adversary activity within their contested network. You'll take a hands-on approach to learning the implementation and methodologies that will have you up and running in no time. Starting with the foundational parts of the Elastic Stack, you'll explore analytical models and how they support security response and finally leverage Elastic technology to perform defensive cyber operations. You'll then cover threat intelligence analytical models, threat hunting concepts and methodologies, and how to leverage them in cyber operations. Further, you'll apply the knowledge you've gained to build and configure your own Elastic Stack, upload data, and explore that data directly as well as by using the built-in tools in the Kibana app to hunt for nefarious activities. By the end of this book, you'll be able to build an Elastic Stack for self-training or to monitor your own network and/or assets and use Kibana to monitor and hunt for adversaries within your network. What you will learn Explore cyber threat intelligence analytical models and hunting methodologies Build and configure Elastic Stack for cyber threat hunting Leverage the Elastic endpoint and Beats for data collection Perform security data analysis using the Kibana Discover, Visualize, and Dashboard apps Execute hunting and response operations using the Kibana Security app Use Elastic Common Schema to ensure data uniformity across organizations Who this book is for Security analysts, cybersecurity enthusiasts, information systems security staff, or anyone who works with the Elastic Stack for security monitoring, incident response, intelligence analysis, or threat hunting will find this book useful. Basic working k...
    Note: Online resource; Title from title page (viewed July 23, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801817530
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build your programming and electronics skills with the complete Arduino course for beginners About This Video A practical and multiple projects-based course designed for complete beginner Covers all the necessary concepts to code proficiently required to work with Arduino The necessary skills and knowledge to design and build your own Arduino projects from scratch In Detail This course, by best-selling Arduino author, Mike McRoberts, will take you from complete beginner to the confident and competent coder and electronics circuit builder. Even if you have never coded before or built a circuit, you will be guided through each carefully crafted lesson until you have the skills and knowledge to go it alone and bring your very own creations to life. Brand new for 2021 with new and updated content. This course comprises multiple projects, specifically designed to take you from a complete beginner to a capable and confident Arduino coder. You will start off with a tour of the Arduino board and what it is capable of, then you will learn the essential fundamental skills required to understand the C programming language that the Arduino uses. Next, an introduction to electronic fundamentals, then you will dive right into the step-by-step learning projects that have been carefully designed to start you off gently and introduce more coding and electronics concepts as you work your way through the curriculum. By the end of this course, you will have all the necessary skills to enable you to design from scratch and code your very own projects.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , 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: 9781800207035
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: A professional's guide to solving complex problems while designing modern software Key Features Learn best practices for designing enterprise-grade software systems Understand the importance of building reliable, maintainable, and scalable systems Become a professional software architect by learning the most effective software design patterns and architectural concepts Book Description As businesses are undergoing a digital transformation to keep up with competition, it is now more important than ever for IT professionals to design systems to keep up with the rate of change while maintaining stability. This book takes you through the architectural patterns that power enterprise-grade software systems and the key architectural elements that enable change such as events, autonomous services, and micro frontends, along with demonstrating how to implement and operate anti-fragile systems. You'll divide up a system and define boundaries so that teams can work autonomously and accelerate the pace of innovation. The book also covers low-level event and data patterns that support the entire architecture, while getting you up and running with the different autonomous service design patterns. As you progress, you'll focus on best practices for security, reliability, testability, observability, and performance. Finally, the book combines all that you've learned, explaining the methodologies of continuous experimentation, deployment, and delivery before providing you with some final thoughts on how to start making progress. By the end of this book, you'll be able to architect your own event-driven, serverless systems that are ready to adapt and change so that you can deliver value at the pace needed by your business. What you will learn Explore architectural patterns to create anti-fragile systems that thrive with change Focus on DevOps practices that empower self-sufficient, full-stack teams Build enterprise-scale serverless systems Apply microservices principles to the frontend Discover how SOLID principles apply to software and database architecture Create event stream processors that power the event sourcing and CQRS pattern Deploy a multi-regional system, including regional health checks, latency-based routing, and replication Explore the Strangler pattern for migrating legacy systems Who this book is for This book is for software architects and aspiring software architects who want to learn about different patterns and best practices to design bette...
    Note: Online resource; Title from title page (viewed July 30, 2021) , 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: 9781801811033
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build a strong foundation in .NET 5 programming with Blazor with the help of this course About This Video Design a database using entity framework core Learn Progressive Web Application (PWA) with Blazor Understand the REST API and client UI design principles In Detail Blazor allows you to create a single page application on top of .NET Core and continue coding in C# (without needing to flip between C# and JavaScript too much). Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. Blazor can run your client-side C# code directly in the browser, using WebAssembly (WASM for short). Because it’s real .NET running on WebAssembly, you can reuse code and libraries from server-side parts of your application. We will be exploring many intricacies of the Blazor life-cycle, data flow, JavaScript interoperability, and general development activities and nuances. By the end of the course, you will have the skills and knowledge to build a web application using Blazor.
    Note: Online resource; Title from title screen (viewed July 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072977
    Language: English
    Pages: 1 online resource (774 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: A step-by-step guide to creating and deploying production-quality microservices-based applications Key Features Build cloud-native production-ready microservices with this comprehensively updated guide Understand the challenges of building large-scale microservice architectures Learn how to get the best out of Spring Cloud, Kubernetes, and Istio in combination Book Description With this book, you'll learn how to efficiently build and deploy microservices. This new edition has been updated for the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team. Starting with a set of simple cooperating microservices, you'll add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI. You'll understand how fundamental design patterns are applied to add important functionality, such as service discovery with Netflix Eureka and edge servers with Spring Cloud Gateway. You'll learn how to deploy your microservices using Kubernetes and adopt Istio. You'll explore centralized log management using the Elasticsearch, Fluentd, and Kibana (EFK) stack and monitor microservices using Prometheus and Grafana. By the end of this book, you'll be confident in building microservices that are scalable and robust using Spring Boot and Spring Cloud. What you will learn Build reactive microservices using Spring Boot Develop resilient and scalable microservices using Spring Cloud Use OAuth 2.1/OIDC and Spring Security to protect public APIs Implement Docker to bridge the gap between development, testing, and production Deploy and manage microservices with Kubernetes Apply Istio for improved security, observability, and traffic management Write and run automated microservice tests with JUnit, testcontainers, Gradle, and bash Who this book is for This book is intended for Java and Spring developers and architects who want to learn how to build microservice landscapes from the ground up and deploy them either on-premises or in the cloud, using Kubernetes as a container orchestrator and Istio as a ser...
    Note: Online resource; Title from title page (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 122
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801810180
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enhance your JavaScript skills by learning the fundamentals of the Document Object Model. About This Video Use modern JavaScript with classes, private attributes, and DOM APIs to build user interfaces Build an interactive game that will help you understand the fundamentals of the Document Object Model Learn to optimize and bundle your code In Detail The Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web. This is what we are going to use when we work with JavaScript and interact in any way dynamically with the document. When one uses Angular, Vue, React, or any other library or framework to create modern web applications, the DOM is what these use under the hood. This course will make you stand out as a JavaScript developer. You will get a clear understanding of the DOM fundamentals. The course will help you understand what the DOM is and how to interact dynamically with an HTML document. We will build user interfaces using modern and easy JavaScript with classes, private attributes, and DOM APIs. Learn optimization techniques and apply easy bundling techniques that include dynamic CSS loading. We will search for documentation; memorizing all the DOM interfaces is not required. While building the game application, you will understand how to interact with the DOM and user input through event listeners.
    Note: Online resource; Title from title screen (viewed July 28, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076005
    Language: English
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Accelerate hybrid cloud innovation using Azure Arc with the help of real-world scenarios and examples Key Features Get to grips with setting up and working with Azure Arc Harness the power of Azure Arc and its integration with cutting-edge technologies such as Kubernetes and PaaS data services Manage, govern, and monitor your on-premises servers and applications with Azure Book Description With all the options available for deploying infrastructure on multi-cloud platforms and on-premises comes the complexity of managing it, which is adeptly handled by Azure Arc. This book will show you how you can manage environments across platforms without having to migrate workloads from on-premises or multi-cloud to Azure every time. Implementing Hybrid Cloud with Azure Arc starts with an introduction to Azure Arc and hybrid cloud computing, covering use cases and various supported topologies. You'll learn to set up Windows and Linux servers as Arc-enabled machines and get to grips with deploying applications on Kubernetes clusters with Azure Arc and GitOps. The book then demonstrates how to onboard an on-premises SQL Server infrastructure as an Arc-enabled SQL Server and deploy and manage a hyperscale PostgreSQL infrastructure on-premises through Azure Arc. Along with deployment, the book also covers security, backup, migration, and data distribution aspects. Finally, it shows you how to deploy and manage Azure's data services on your own private cloud and explore multi-cloud solutions with Azure Arc. By the end of this book, you'll have a firm understanding of Azure Arc and how it interacts with various cutting-edge technologies such as Kubernetes and PaaS data services. What you will learn Set up a fully functioning Azure Arc-managed environment Explore products and services from Azure that will help you to leverage Azure Arc Understand the new vision of working with on-premises infrastructure Deploy Azure's PaaS data services on-premises or on other cloud platforms Discover and learn about the technologies required to design a hybrid and multi-cloud strategy Implement best practices to govern your IT infrastructure in a scalable model Who this book is for This book is for Cloud IT professionals (Azure and/or AWS), system administrators, database administrators (DBAs), and architects looking to gain clarity about how Azure Arc works and how it can help them achieve business value. Anyone with basic Azure knowledge will benefit from this book.
    Note: Online resource; Title from title page (viewed July 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 124
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811040
    Language: English
    Pages: 1 online resource (1 video file, approximately 20 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Practical full-stack web development Bootcamp with JavaScript, React, Python, Flask, API, Git, and VS Code About This Video Easy and complete practical course Connect frontend application written in React with backend application written in Python Includes Visual Studio Code, Git and GitHub, JavaScript, NPM, React, and Python crash courses In Detail This is a practical React and Python Flask full-stack web development Bootcamp where you will start with building real applications from the first lecture. The application will consist of the frontend and backend parts. The front end will be built using JavaScript React. The backend API will be built using Python Flask. During the creation of the frontend app, you will perform the following practical tasks: - Initialize a React app using create-react-app - Create different React components - Use useEffect and useState React hooks - Adjust favicon.ico in the frontend app - Create and insert an svg logo - Make an API request to the Unsplash API - Use React props and state While making an API app, you will perform the following practical tasks: - Create a Python virtual environment using pipenv - Install and use Python packages such as Flask, dotenv, and requests - Create Flask routes - Make external API calls from the Flask app - Accept requests from the clients You will also learn how to use the following applications: - Visual Studio Code - Git and GitHub - Postman By the end of this course, you will become a full-stack web developer with practical knowledge about JavaScript React and Python Flask.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077347
    Language: English
    Pages: 1 online resource (428 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Choose the right Azure data service and correct model design for successful implementation of your data model with the help of this hands-on guide Key Features Design a cost-effective, performant, and scalable database in Azure Choose and implement the most suitable design for a database Discover how your database can scale with growing data volumes, concurrent users, and query complexity Book Description Data is at the heart of all applications and forms the foundation of modern data-driven businesses. With the multitude of data-related use cases and the availability of different data services, choosing the right service and implementing the right design becomes paramount to successful implementation. Data Modeling for Azure Data Services starts with an introduction to databases, entity analysis, and normalizing data. The book then shows you how to design a NoSQL database for optimal performance and scalability and covers how to provision and implement Azure SQL DB, Azure Cosmos DB, and Azure Synapse SQL Pool. As you progress through the chapters, you'll learn about data analytics, Azure Data Lake, and Azure SQL Data Warehouse and explore dimensional modeling, data vault modeling, along with designing and implementing a Data Lake using Azure Storage. You'll also learn how to implement ETL with Azure Data Factory. By the end of this book, you'll have a solid understanding of which Azure data services are the best fit for your model and how to implement the best design for your solution. What you will learn Model relational database using normalization, dimensional, or Data Vault modeling Provision and implement Azure SQL DB and Azure Synapse SQL Pools Discover how to model a Data Lake and implement it using Azure Storage Model a NoSQL database and provision and implement an Azure Cosmos DB Use Azure Data Factory to implement ETL/ELT processes Create a star schema model using dimensional modeling Who this book is for This book is for business intelligence developers and consultants who work on (modern) cloud data warehousing and design and implement databases. Beginner-level knowledge of cloud data management is expected.
    Note: Online resource; Title from title page (viewed July 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800202726
    Language: English
    Pages: 1 online resource (512 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get up to speed with the essential tools and workflows for creating a professional portfolio using Clip Studio Paint Key Features Explore the different art tools available for creating your own illustrations, comics, and animations Learn how to make best use of Clip Studio Paint by implementing it in real-world scenarios Use Clip Studio Paint to leverage your artistic skills and create a portfolio Book Description Clip Studio Paint is powerful art software that can help you create artistic work with its in-built material organizer, 3D integration, and group work features. It also provides other features that can speed up the workflow of illustrators, concept artists, and comic artists. With Clip Studio Paint by Example, you'll learn how to use CSP effectively for a wide variety of artistic purposes. The book starts by helping you create the right workspace for concept art, illustration, and comics. You'll create a brush, set up a canvas, and develop an auto-auction. Along with covering how to work with CS Modeler that comes bundled with CSP, this book shows you how to import and rig characters easily. You'll then create reusable changeable scenes and a 3D human character in Blender before exploring concept art, illustrations, comics, and how to create your own portfolio. The book features a glossary with brief explanations of all the main CSP functions. The focus of the book is not on drawing or painting but on helping you enhance your artistic skills using Clip Studio Paint to create an impressive portfolio. By the end of this book, you'll be able to use the impressive capabilities of CSP to create beautiful digital art in a productive way. What you will learn Explore Clip Studio Paint and its use cases Become familiar with the Clip Studio ecosystem for solving your artistic problems Implement the CS Modeler and import and rig characters easily Create reusable and editable scenes and props using CS Modeler Build a 3D human character using the Blender software Set up your workspace using CSP tools Create portfolios for your comics, illustrations, and concept art Who this book is for This Clip Studio Paint book goes beyond the technical stuff that helps beginner-level as well as intermediate artists who are new to working in a digital environment and need a more streamlined and seamless workflow relating to illustrations, concept art, and comics in Clip Studio Paint. No prior knowledge of Clip Studio Paint is required to get started with this b...
    Note: Online resource; Title from title page (viewed July 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 127
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838989439
    Language: English
    Pages: 1 online resource (652 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover actionable solutions to everyday problems in building applications with Angular and TypeScript, from app design to production deployment Key Features Explore recipes across core Angular topics to fill gaps in your knowledge of using Angular in production Discover industry best practices and tooling to enhance your development experience with Angular Understand advanced topics in Angular to help you become a proficient enterprise web developer Book Description The Angular framework, powered by Google, is the framework of choice for many web development projects built across varying scales. It's known to provide much-needed stability and a rich tooling ecosystem for building production-ready web and mobile apps. This recipe-based guide enables you to learn Angular concepts in depth using a step-by-step approach. You'll explore a wide range of recipes across key tasks in web development that will help you build high-performance apps. The book starts by taking you through core Angular concepts such as Angular components, directives, and services to get you ready for building frontend web apps. You'll develop web components with Angular and go on to cover advanced concepts such as dynamic components loading and state management with NgRx for achieving real-time performance. Later chapters will focus on recipes for effectively testing your Angular apps to make them fail-safe, before progressing to techniques for optimizing your app's performance. Finally, you'll create Progressive Web Apps (PWA) with Angular to provide an intuitive experience for users. By the end of this Angular book, you'll be able to create full-fledged, professional-looking Angular apps and have the skills you need for frontend development, which are crucial for an enterprise Angular developer. What you will learn Gain a better understanding of how components, services, and directives work in Angular Understand how to create Progressive Web Apps using Angular from scratch Build rich animations and add them to your Angular apps Manage your app's data reactivity using RxJS Implement state management for your Angular apps with NgRx Optimize the performance of your new and existing web apps Write fail-safe unit tests and end-to-end tests for your web apps using Jest and Cypress Get familiar with Angular CDK components for designing effective Angular components Who this book is for The book is for intermediate-level Angular web developers looking for actionable solutions to ...
    Note: Online resource; Title from title page (viewed August 6, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074803
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the fundamentals of Alteryx for data cleaning and data preparation. About This Video Grasp the fundamentals of Alteryx Clean and prepare data in Alteryx Derive insights from your data In Detail Alteryx is a data preparation and cleaning tool used mainly by data scientists to clean and prepare data. Its effectiveness lies in its user-friendly interface and variety of tools that can be used for data analysis. In this course, you'll learn the fundamentals of Alteryx and work on preparing and deriving insights from your data. You'll begin by getting an introduction to Alteryx and learn how to get your data into Alteryx. You'll learn how Alteryx cleans data in an efficient way, and how to use this to your advantage. You'll use tools such as 'union' and 'replace' to combine and clean your data, 'cross tab' and 'transpose' to pivot your data, and a host of additional useful tools to learn the dynamics of Alteryx. You'll also work on a case study to cement your knowledge of Alteryx. By the end of this course, you'll be a confident data scientist with the knowledge of Alteryx to clean and prepare your data in the best way possible.
    Note: Online resource; Title from title screen (viewed July 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 129
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074889
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A beginner’s guide to using Tableau Prep Builder for data preparation and data cleaning About This Video Learn new ways to easily prepare data by only clicking or drag and drop with Tableau Use different case studies to understand the power of Tableau Prep Builder Perform data preparation and data cleaning with Tableau Prep Builder In Detail Are you interested in data analytics and (self-service BI) business intelligence? Are you already using Tableau or plan to use it soon? You might have already seen Tableau as a visual analytics tool in action. You might have created Tableau dashboards yourself. But as you know, the result of visualizing your data is only the tip of the iceberg. As data analysts spend a huge amount of their time cleaning and preparing data, this process is quite tedious. However, it is most important to get the data cleaned and in the right format. Meet Tableau Prep Builder! A great tool that can help us in doing data preparation/data cleaning fast and efficiently. In this Tableau Prep Builder course, you will learn all you need to know to use the power of Tableau Prep Builder for your own data cleaning tasks. The course is developed for beginners. Hence, no prior knowledge is required even though working with Tableau before would be an advantage. This course will first explore the Tableau Prep Builder interface and then perform three case studies to understand how to use Tableau Prep Builder for data cleaning and data preparation. By the end of this course, you will be able to use the power of Tableau Prep Builder for data cleaning. Who this book is for This course is for all Tableau users who need to do data cleaning. Aspiring data analysts or data scientists or report creators can also benefit from this course. This course is a crash course for beginners; hence, we start from scratch so no specific knowledge is required but you should be familiar with Tableau. Tableau Prep builder 14-day Trial version could be used in case you do not have a license (yet).
    Note: Online resource; Title from title screen (viewed August 27, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075626
    Language: English
    Pages: 1 online resource (238 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn about the responsibilities of a .NET solution architect and explore solution architecture principles, DevOps solutions, and design techniques and standards with hands-on examples of design patterns Key Features Find out what are the essential personality traits and responsibilities of a solution architect Become well-versed with architecture principles and modern design patterns with hands-on examples Design modern web solutions and make the most of Azure DevOps to automate your development life cycle Book Description Understanding solution architecture is a must to build and integrate robust systems to meet your client's needs. This makes it crucial for a professional .NET software engineer to learn the key skills of a .NET solution architect to create a unique digital journey and build solutions for a wide range of industries, from strategy and design to implementation. With this handbook, developers working with the .NET technology will be able to put their knowledge to work. The book takes a hands-on approach to help you become an effective solution architect. You'll start by learning the principles of the software development life cycle (SDLC), the roles and responsibilities of a .NET solution architect, and what makes a great .NET solution architect. As you make progress through the chapters, you'll understand the principles of solution architecture and how to design a solution, and explore designing layers and microservices. You'll complete your learning journey by uncovering modern design patterns and techniques for designing and building digital solutions. By the end of this book, you'll have learned how to architect your modern web solutions with ASP.NET Core and Microsoft Azure and be ready to automate your development life cycle with Azure DevOps. What you will learn Understand the role and core responsibilities of a .NET solution architect Study popular UML (Unified Modeling Language) diagrams for solution architecture Work with modern design patterns with the help of hands-on examples Become familiar with microservices and designing layers Discover how to design modern web solutions Automate your development life cycle with Azure DevOps Who this book is for This book is for intermediate and advanced .NET developers and software engineers who want to advance their careers and expand their knowledge of solution architecture and design principles. Beginner or intermediate-level solution architects looking for tips and tricks t...
    Note: Online resource; Title from title page (viewed August 27, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071871
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover effective techniques, workarounds, and expert guidance for avoiding situations where your application might break following PHP 8 migration Key Features Get the hang of all the new features introduced in PHP 8 Learn how to detect potential code breaks and keep your application code running smoothly in PHP 8 Explore an exciting new trend - asynchronous PHP programming using Swoole and Fibers Book Description Thanks to its ease of use, PHP is a highly popular programming language used on over 78% of all web servers connected to the Internet. PHP 8 Programming Tips, Tricks, and Best Practices will help you to get up-to-speed with PHP 8 quickly. The book is intended for any PHP developer who wants to become familiar with the cool new features available in PHP 8, and covers areas where developers might experience backward compatibility issues with their existing code after a PHP 8 update. The book thoroughly explores best practices, and highlights ways in which PHP 8 enforces these practices in a much more rigorous fashion than its earlier versions. You'll start by exploring new PHP 8 features in the area of object-oriented programming (OOP), followed by enhancements at the procedural level. You'll then learn about potential backward compatible breaks and discover best practices for improving performance. The last chapter of the book gives you insights into PHP async, a revolutionary new way of programming, by providing detailed coverage and examples of asynchronous programming using the Swoole extension and Fibers. By the end of this PHP book, you'll not only have mastered the new features, but you'll also know exactly what to watch out for when migrating older PHP applications to PHP 8. What you will learn Gain a comprehensive understanding of the new PHP 8 object-oriented features Discover new PHP 8 procedural programming enhancements Understand improvements in error handling in PHP 8 Identify potential backward compatibility issues Avoid traps due to changes in PHP extensions Find out which features have been deprecated and/or removed in PHP 8 Become well-versed with programming best practices enforced by PHP 8 Who this book is for This book is for PHP developers at all levels who have experience in PHP 5 or above. If you're just getting started with PHP, you'll find the code examples useful for learning the language. Developers who have worked for a few months on one or more PHP projects will be able to apply the tips and techniques t...
    Note: Online resource; Title from title page (viewed August 27, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245232
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Excel in NodeJS, MongoDB, and Express, and improve your JavaScript skills. About This Video Set up MongoDB in the cloud to connect using NodeJS Learn how you can create your own module locally Learn how to send data from a front-end form to Node Express to output to the terminal In Detail This course is split into 7 sections; section 1 is a fast-paced quick introduction to NodeJS and how you start using NodeJS. We discuss what NodeJS is and that it is not a programming language like JavaScript but an interpreter and environment for JavaScript. Moving further with section 2, we explore the fundamentals of JavaScript and writing JavaScript code within the Node. It is loaded with examples about the basics of coding JavaScript . As Node uses JavaScript code, this section will provide a refresher and quick overview of JavaScript, and is designed to cover core JavaScript required for the upcoming sections and writing Node. JavaScript asynchronous programming explains asynchrony in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events, and shows how to add callbacks that run once a stack is complete. Each module in NodeJS has its own context and cannot interfere with other modules. Modules are like libraries that you can include in your application. Node.js has a set of built-in modules you can use without any further installation, such as http, fs, path, and url. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Explore how to set up a web application quickly with Express. Who this book is for To take this course, you will need to have some knowledge of Object-Oriented Programming, if not C#. Even if you do not have much exposure to the .NET development stack, this course is very beginner-friendly and chock-full of development tips. This course is ideal for anyone who wants to learn more about NodeJS, and for JavaScript developers and web developers.
    Note: Online resource; Title from title screen (viewed August 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079310
    Language: English
    Pages: 1 online resource (682 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Master key features of Go, including advanced concepts like concurrency and working with JSON, to create and optimize real-world services, network servers, and clients Key Features Third edition of the bestselling guide to advanced Go programming, expanded to cover RESTful servers, the WebSocket protocol, and Go generics Use real-world exercises to build high-performance network servers and powerful command line utilities Packed with practical examples and utilities to apply to your own development work and administrative tasks Clearly explains Go nuances and features to simplify Go development Book Description Go is the language of the future for high-performance systems due to its simplicity and clear principles. Mastering Go shows you how to put Go to work on real production systems. This new edition has been updated to include topics like creating RESTful servers and clients, understanding Go generics, and developing gRPC servers and clients. Mastering Go, Third Edition explores the capabilities of Go in practice. You will become confident with advanced concepts, including concurrency and the operation of the Go Garbage Collector, using Go with Docker, writing powerful command-line utilities, working with JavaScript Object Notation (JSON) data, and interacting with databases. You will also improve your understanding of Go internals to optimize Go code and use data types and data structures in new and unexpected ways. This Go programming book also covers the nuances and idioms of Go with exercises and resources to fully embed your newly acquired knowledge. Become an expert Go programmer by building Go systems and implementing advanced Go techniques in your projects. What you will learn Use Go in production Write reliable, high-performance concurrent code Manipulate data structures including slices, arrays, maps, and pointers Develop reusable packages with reflection and interfaces Become familiar with generics for effective Go programming Create concurrent RESTful servers, and build gRPC clients and servers Define Go structures for working with JSON data Who this book is for This book is for Go programmers with previous coding experience, who are familiar with the basics of the language and want to become expert Go practitioners.
    Note: Online resource; Title from title page (viewed August 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 134
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838641160
    Language: English
    Pages: 1 online resource (470 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Master the technique of using ESP32 as an edge device in any IoT application where wireless communication can make life easier Key Features Gain practical experience in working with ESP32 Learn to interface various electronic devices such as sensors, integrated circuits (ICs), and displays Apply your knowledge to build real-world automation projects Book Description Developing IoT Projects with ESP32 provides end-to-end coverage of secure data communication techniques from sensors to cloud platforms that will help you to develop production-grade IoT solutions by using the ESP32 SoC. You'll learn how to employ ESP32 in your IoT projects by interfacing with different sensors and actuators using different types of serial protocols. This book will show you how some projects require immediate output for end-users, and cover different display technologies as well as examples of driving different types of displays. The book features a dedicated chapter on cybersecurity packed with hands-on examples. As you progress, you'll get to grips with BLE technologies and BLE mesh networking and work on a complete smart home project where all nodes communicate over a BLE mesh. Later chapters will show you how IoT requires cloud connectivity most of the time and remote access to smart devices. You'll also see how cloud platforms and third-party integrations enable endless possibilities for your end-users, such as insights with big data analytics and predictive maintenance to minimize costs. By the end of this book, you'll have developed the skills you need to start using ESP32 in your next wireless IoT project and meet the project's requirements by building effective, efficient, and secure solutions. What you will learn Explore advanced use cases like UART communication, sound and camera features, low-energy scenarios, and scheduling with an RTOS Add different types of displays in your projects where immediate output to users is required Connect to Wi-Fi and Bluetooth for local network communication Connect cloud platforms through different IoT messaging protocols Integrate ESP32 with third-party services such as voice assistants and IFTTT Discover best practices for implementing IoT security features in a production-grade solution Who this book is for If you are an embedded software developer, an IoT software architect or developer, a technologist, or anyone who wants to learn how to use ESP32 and its applications, this book is for you. A basic understanding of...
    Note: Online resource; Title from title page (viewed September 13, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800560994
    Language: English
    Pages: 1 online resource (382 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover how Google Cloud services can help you to reduce operational tasks and focus on delivering business value with your applications Key Features Design, develop, and deploy end-to-end cloud-native applications using Google Cloud services Prepare for the GCP developer exam with the help of a fictitious business case and a Q&A section Get hands-on with implementing code examples of different GCP services in your applications Book Description Google Cloud Platform is one of the three major cloud providers in the industry, exhibiting great leadership in application modernization and data management. This book provides a comprehensive introduction for those who are new to cloud development and shows you how to use the tools to create cloud-native applications by integrating the technologies used by Google. The book starts by taking you through the basic programming concepts and security fundamentals necessary for developing in Google Cloud. You'll then discover best practices for developing and deploying applications in the cloud using different components offered by Google Cloud Platform such as Cloud Functions, Google App Engine, Cloud Run, and other GCP technologies. As you advance, you'll learn the basics of cloud storage and choosing the best options for storing different kinds of data as well as understand what site reliability engineers do. In the last part, you'll work on a sample case study of Hip Local, a community application designed to facilitate communication between people nearby, created by the Google Cloud team. By the end of this guide, you'll have learned how to design, develop, and deploy an end-to-end application on the Google Cloud Platform. What you will learn Get to grips with the fundamentals of Google Cloud Platform development Discover security best practices for applications in the cloud Find ways to create and modernize legacy applications Understand how to manage data and databases in Google Cloud Explore best practices for site reliability engineering, monitoring, logging, and debugging Become well-versed with the practical implementation of GCP with the help of a case study Who this book is for This book is for cloud engineers or developers working or starting to work on Google Cloud Platform and looking to take advantage of cloud-native applications. You'll also find this book useful if you are preparing for the GCP developer exam.
    Note: Online resource; Title from title page (viewed September 13, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231853
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Your guide to prepare and clear the CompTIA Security+ Certification SY0-601 exam. About This Video Understand the various risk management concepts Learn the various cryptographic methods used to protect the critical keys in cryptography Understand the Diffie-Hellman key exchange agreement and methods In Detail Excel the CompTIA Security+ Certification SY0-601 exam by taking this course, which deep dives into the various concepts of risk management and various kinds of risk involved, and the various security standards such as PCI DSS and the Cloud Controls Matrix (CCM) define what types of security controls to put in place to mitigate risk both on-premises and in the cloud. Learn about data protection and the various cryptographic methods used to protect the critical keys in cryptography that keep communication secure. The course also reviews different types of certificates including web, email, code-signing, machine/computer, and user. Explore the 3 As—authentication, authorization, and accounting/auditing, which play a big role in IT security. Tracking activity through auditing provides accountability for access to resources such as files on a file server or database rows. Learn about securing dedicated systems using IoT. IoT devices are function-specific and can communicate over the Internet. Examples include environmental control devices, medical devices, and video surveillance systems. This episode also covers the Zigbee smart home automation protocol. Wrap up the course by understanding data backup; backing up data provides availability in the event of data deletion, corruption, or encryption through ransomware. This episode discusses backup settings such as compression and encryption, as well as full, differential, and incremental backup types.
    Note: Online resource; Title from title screen (viewed July 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813686
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A perfect beginners’ guide that converts complex, boring mathematics and formulas into simple and easy to make it clearer. It’s a basic guide to understand general quantum computing concepts on IBM Qiskit documentation. About This Video Learn and understand about general quantum computing based on IBM Qiskit documentation Learn quantum key distribution, which utilizes the unique properties of quantum systems Learn quantum teleportation used for transferring quantum information from a sender to a receiver In Detail Quantum computers could help the development of new breakthroughs in science, medications, machine learning, material science, and finance, which will help mankind become the best civilization in the whole universe. In fact, quantum computing is so powerful that no one knows how to use its true potential and till now, no quantum algorithm is perfect. The hardware and code are still in development stages, providing great opportunities in the future for quantum computing professionals. This course starts by introducing you to the basics of current classical computing technology that is based on bits/binary digits (0 and 1) and quantum computing (qubits), and how it is way much more advanced than earlier. Then you will install and get tested on working with the Jupyter notebook and IBM Qiskit in order to execute codes. Lastly, you will learn all the quantum computing concepts and their execution simultaneously in a much leaner, simpler, and more concise format. By the end of this course, you will learn the basics of quantum computing through implementing it via IBM Qiskit, and you could be able to contribute yourself to the domain that is still in the development phase and be a part of great opportunities in the future for quantum computing professionals. Who this book is for The course is best suited for beginners who want to start with practical quantum computing concepts. Basic computer knowledge and enthusiasm about quantum computing are the only prerequisites to excel and extract the most out of this course.
    Note: Online resource; Title from title screen (viewed August 25, 2021) , 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: 9781800208971
    Language: English
    Pages: 1 online resource (618 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build easy and accessible solutions for automating mundane processes in marketing, sales, operations, and finance to enable teams to focus on core tasks Key Features Learn Zapier and find solutions to specific problems with this comprehensive yet concise guide Explore various scenarios describing specific business problems and how they can be solved with Zapier Discover expert tips and practical examples to harness the full potential of Zapier Book Description Zapier is an emerging no-code workflow automation technology that enables organizations to connect their cloud-based and web applications and automate data transfer between them. Zapier's built-in features and flexibility allow users to integrate thousands of business applications and create simple to complex automation to reduce time spent on repetitive tasks, thereby increasing productivity. This book is a must-have for business owners, their employees, and independent freelancers and contractors looking to use Zapier for business process automation. The book takes a hands-on approach to implementation and associated problem-solving methodologies that will have you up-and-running and productive in no time while leveling up your automation skills. You'll discover how to plan your automation building for optimal results, what are the native features available in Zapier, and the applications that connect with it, as well as how to optimally configure your workflows to automate your processes in as few steps as possible. Finally, you'll find out how to create advanced workflow automation from scratch and learn how to troubleshoot issues. By the end of this Zapier book, you'll be able to build your own advanced workflow automation using Zapier, addressing the key pain points encountered in businesses with manual and repetitive tasks. What you will learn Think creatively to plan your business workflows to overcome specific business problems Get to grips with the native features and built-in applications available in Zapier Explore different types of third-party business applications that integrate with Zapier Configure your workflows optimally to automate business processes and minimize task usage Use Zapier's library of pre-built workflows and create advanced workflows from scratch Discover the extensive functionality and practical uses of Zapier's built-in apps Who this book is for This book is for solutions architects, process consultants, business analysts, virtual assistants, digital ma...
    Note: Online resource; Title from title page (viewed August 25, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231549
    Language: English
    Pages: 1 online resource (804 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A hands-on guide to developing Android applications using Android Studio 4.2 and Kotlin Key Features Design complex and responsive user interface layouts with the Android Studio 4.2 IDE Build view model-based apps using the Jetpack architecture and use the latest material design components to build modern user interface designs Integrate with SQLite databases and the Android Room Persistence Library Book Description Android Studio is an Integrated Development Environment that is based on the JetBrains IntelliJ IDEA. It provides developers with a unique platform to design and develop Android apps using various developer tools. The new Android Studio 4.2 has an upgraded IntelliJ platform and a variety of new features designed to improve the productivity of Android app developers. Fully updated for Android Studio 4.2, the objective of this book is to help you master the skills necessary to develop Android applications using Kotlin as the programming language. This book begins by outlining the steps necessary to set up an Android development and testing environment and introduces programming in Kotlin, addressing data types, flow control, functions, lambdas, and object-oriented programming. It includes an overview of Android Studio, covering areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to Android architecture is followed by an in-depth explanation of the design of Android applications and user interfaces using the Android Studio environment. Early chapters detail Android Architecture components like view models, lifecycle management, Room database access, the Database Inspector, app navigation, live data, and data binding. Advanced topics such as intents are also covered, as are touch screen handling, gesture recognition, and the recording and playback of audio. You will also explore printing, transitions, cloud-based file storage, and foldable device support. Detailed descriptions of material design concepts are provided, including the use of floating action buttons, Snackbars, tabbed interfaces, card views, navigation drawers, and collapsing toolbars. Some key features of Android Studio 4.2 and Android discussed in-depth include the Layout Editor, the ConstraintLayout and ConstraintSet classes, MotionLayout Editor, view binding, constraint chains, barriers, and direct reply notifications. Later chapters cover advanced features of Android Studio such as App links, Dynamic Delivery, the Android Studio Pr...
    Note: Online resource; Title from title page (viewed August 10, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 140
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801814195
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the basics of Agile project management and understanding the need for change in the traditional software development process. About This Video Demonstrate the ability to participate effectively in Agile practices for software development Implement Scrum, Kanban, and Extreme Programming Identify and address the most common problems encountered in adopting Agile methods In Detail Software industry is going crazy on Agile methods. It is rapidly becoming the choice for software development where requirements are unpredictable or expected to change over time. This course will help you explore how working on an Agile project has benefits for your development team, your end users, and your organization. Kanban is a popular framework used to implement Agile and DevOps software development. It requires real-time communication of capacity and full transparency of work. Work items are represented visually on a Kanban board, allowing team members to see the state of every piece of work at any time. In this course, you will gain a good understanding of the basics of Scrum before progressing to more advanced topics. You will learn about Scrum team, various Scrum events and artifacts, and how these come together in a successful project. You will learn the advantage and disadvantages of Scrum so you can use the right practices and tools for your project. Who this book is for This course is for project managers, members of a project team, or other stakeholders on a project who want to learn about Scrum and Agile, as well as anyone who doesn’t have any experience with project management approaches but is looking to get started. No prior knowledge of Scrum is required.
    Note: Online resource; Title from title screen (viewed August 24, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208100
    Language: English
    Pages: 1 online resource (338 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Harness the power of the easy-to-use, high-performance fastai framework to rapidly create complete deep learning solutions with few lines of code Key Features Discover how to apply state-of-the-art deep learning techniques to real-world problems Build and train neural networks using the power and flexibility of the fastai framework Use deep learning to tackle problems such as image classification and text classification Book Description fastai is an easy-to-use deep learning framework built on top of PyTorch that lets you rapidly create complete deep learning solutions with as few as 10 lines of code. Both predominant low-level deep learning frameworks, TensorFlow and PyTorch, require a lot of code, even for straightforward applications. In contrast, fastai handles the messy details for you and lets you focus on applying deep learning to actually solve problems. The book begins by summarizing the value of fastai and showing you how to create a simple 'hello world' deep learning application with fastai. You'll then learn how to use fastai for all four application areas that the framework explicitly supports: tabular data, text data (NLP), recommender systems, and vision data. As you advance, you'll work through a series of practical examples that illustrate how to create real-world applications of each type. Next, you'll learn how to deploy fastai models, including creating a simple web application that predicts what object is depicted in an image. The book wraps up with an overview of the advanced features of fastai. By the end of this fastai book, you'll be able to create your own deep learning applications using fastai. You'll also have learned how to use fastai to prepare raw datasets, explore datasets, train deep learning models, and deploy trained models. What you will learn Prepare real-world raw datasets to train fastai deep learning models Train fastai deep learning models using text and tabular data Create recommender systems with fastai Find out how to assess whether fastai is a good fit for a given problem Deploy fastai deep learning models in web applications Train fastai deep learning models for image classification Who this book is for This book is for data scientists, machine learning developers, and deep learning enthusiasts looking to explore the fastai framework using a recipe-based approach. Working knowledge of the Python programming language and machine learning basics is strongly recommended to get the most out of this de...
    Note: Online resource; Title from title page (viewed September 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 142
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800564978
    Language: English
    Pages: 1 online resource (554 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: Discover the tools to tell your own manga story with Clip Studio Paint and develop your digital drawing skills Key Features Gain a clear understanding of Clip Studio Paint and create your own manga stories Learn to put CSP into practice by implementing it in real-world drawing scenarios Discover how to apply digital drawing techniques to your creation using CSP Book Description Clip Studio Paint is a versatile digital painting program for creating manga and illustrations, helping artists expand their digital portfolio. This software is packed with tools that make panel laying, speech adding, toning, and editing much easier. This easy-to-follow guide is clearly divided into chapters covering drawing tools, interface customization, and using various visual effects so you can focus on specific techniques in detail one at a time. Learn Clip Studio Paint is a comprehensive introduction for those who are new to Clip Studio Paint that will have you up to speed in no time. You'll start by experiencing what it's like to create manga digitally and find new ways to shape your drawing. Next, using practical tips and rich visual references, the book shows you how to apply techniques to your creations, giving you the opportunity to expand your range of visual expression. As you advance, you'll explore how to create special effect brushes using an in-depth example, along with discovering how to color, blend, and edit your art digitally. Finally, you'll find out how to print, use the Clip Studio Paint Assets, and learn how to create unique and inspiring art that stands out from the rest. By the end of this Clip Studio Paint book, you'll have gained a clear understanding of its tools and be able to start telling your own manga story using your improved digital drawing skills. What you will learn Explore Clip Studio Paint and create your own manga stories Familiarize yourself with the CSP ecosystem Use Clip Studio Paint Pro's inking tools and find ways to customize your art Explore the flexibility of the brush engine in Clip Studio Paint Pro Use palettes to generate colors between foreground and background colors Find out alternative ways of coloring your manga art using black, white, and grey Discover how to use layer blending to add textures to your images Who this book is for If you're just starting out as a digital artist or want to switch to Clip Studio Paint from a different graphics software package, then this book is for you. Those with no prior knowled...
    Note: Online resource; Title from title page (viewed September 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 143
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073578
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: If you want to build and customize your portfolio, become an experienced developer, and get hired, then this is the right course for you About This Video Build websites with three core technologies Learn how to make a modern website with beautiful effects and designs Explore the many ways by which one can make the project responsive In Detail In this course, we will build together 10 mega and complete responsive websites with three core technologies—HTML, CSS, and JS. If you have some basic knowledge of these technologies and still have some trouble building the websites, or if you want to level up your developer and designer skills, then you have come to the right place. We have created this course to give students the best experience in three core technologies and give them the opportunity to create the best-designed templates that will allow them to excite their clients. We will build 10 different complete websites, and not only just parts of them, from scratch. 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 parts as well. By mastering just these core technologies of front-end web development, you can create awesome and modern themes. Also, you will have enough knowledge to move on and learn about other technologies such as some front-end frameworks and libraries, which nowadays are popular and in high demand. Who this book is for This course is ideal for individuals who want to learn three core technologies—HTML, CSS, and JavaScript. It is also ideal for students who have basic knowledge of front-end web development and want to develop their skills, and for those who want to develop web design skills.
    Note: Online resource; Title from title screen (viewed September 28, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800566156
    Language: English
    Pages: 1 online resource (420 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Discover how to apply the principles of OOP, types, and package management the right way Key Features Explore the latest PHP 8.1 features and modern web development practices Refactor your legacy codebase using modern features and styles in PHP Create your own Composer packages that can be reused across all PHP projects Book Description PHP has come a long way since its introduction. While the language has evolved with PHP 8, there are still a lot of websites running on a version of PHP that is no longer supported. If you are a PHP developer working with legacy PHP systems and want to discover the tenants of modern PHP, this is the book for you. The Art of Modern PHP 8 walks you through the latest PHP features and language concepts. The book helps you upgrade your knowledge of PHP programming and practices. Starting with object-oriented programming (OOP) in PHP and related language features, you'll work through modern programming techniques such as inheritance, understand how it contrasts with composition, and finally look at more advanced language features. You'll learn about the MVC pattern by developing your own MVC system and advance to understanding what a DI container does by building a toy DI container. The book gives you an overview of Composer and how to use it to create reusable PHP packages. You'll also find techniques for deploying these packages to package libraries for other developers to explore. By the end of this PHP book, you'll have equipped yourself with modern server-side programming techniques using the latest versions of PHP. What you will learn Understand how to use modern PHP features such as objects, types, and more Get to grips with PHP package management using Composer Explore dependency injection for your PHP applications Find out what the differences are between legacy and modern PHP 8 code and practices Write clean PHP code and implement design patterns Get hands-on with modern PHP using examples applying MVC and DI techniques Who this book is for The book is for existing PHP developers and CTO-level professionals who are working with PHP technologies, including legacy PHP, in production. The book assumes beginner-level knowledge of PHP programming as well as experience with server-side development.
    Note: Online resource; Title from title page (viewed October 26, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813969
    Language: English
    Pages: 1 online resource (338 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Discover how to customize Shopify themes for your eCommerce websites with powerful tools and Liquid templates Key Features Get to grips with the Liquid core to build a solid foundation for working on any Shopify theme Use JSON to create Shopify's famous modular sections with powerful and complex functionalities Utilize the Shopify Ajax API to implement advanced functionality and make your eCommerce stores more dynamic Book Description Shopify is one of the fastest-growing eCommerce platforms, which means developers familiar with the Liquid concept are needed now more than ever. This book will help you to build a solid foundation by enabling you to develop your skills from the ground up by gaining essential theoretical knowledge of Liquid and putting that knowledge to use through hands-on projects. Shopify Theme Customization with Liquid begins by helping you get to grips with basic Shopify information, its interface and theme structure, setting up your Partner account, and creating a child theme, which is essential when preparing for any future work on Shopify. You'll then explore Liquid core features that will provide you with a basic understanding of the Liquid programming logic needed to develop any feature. As you advance to the latest and advanced features, you'll learn about JSON settings, allowing you to create any type of static or dynamic section - a must-have for becoming a competent Shopify developer. Finally, the book takes you through the Shopify Ajax API to gain the necessary skills needed to create a variety of dynamic features and content. By the end of this Shopify book, you'll be able to take on challenging projects to showcase your theme customization expertise to your future employer. What you will learn Discover how to use logic and data comparison operators for various types of data within Liquid Use Liquid core features such as objects, tags, and filters Find out how to customize themes using JSON settings Use metafield objects to generate unique content on any page Understand how to output the local or external media content Use Shopify's famous drag-and-drop feature to rearrange sections on a storefront Take Shopify's dynamic functionality to a whole new level using REST API endpoints Who this book is for This book is for beginners and experienced CMS developers who want to learn about working with Shopify themes and customizing those themes using Liquid. Web developers designing professional e-commerce websites will a...
    Note: Online resource; Title from title page (viewed October 29, 2021) , 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: 9781838646639
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Become well-versed with network programmability by solving the most commonly encountered problems using Python 3 and open-source packages Key Features Explore different Python packages to automate your infrastructure Leverage AWS APIs and the Python library Boto3 to administer your public cloud network efficiently Get started with infrastructure automation by enhancing your network programming knowledge Book Description Network automation offers a powerful new way of changing your infrastructure network. Gone are the days of manually logging on to different devices to type the same configuration commands over and over again. With this book, you'll find out how you can automate your network infrastructure using Python. You'll get started on your network automation journey with a hands-on introduction to the network programming basics to complement your infrastructure knowledge. You'll learn how to tackle different aspects of network automation using Python programming and a variety of open source libraries. In the book, you'll learn everything from templating, testing, and deploying your configuration on a device-by-device basis to using high-level REST APIs to manage your cloud-based infrastructure. Finally, you'll see how to automate network security with Cisco's Firepower APIs. By the end of this Python network programming book, you'll have not only gained a holistic overview of the different methods to automate the configuration and maintenance of network devices, but also learned how to automate simple to complex networking tasks and overcome common network programming challenges. What you will learn Programmatically connect to network devices using SSH (secure shell) to execute commands Create complex configuration templates using Python Manage multi-vendor or multi-device environments using network controller APIs or unified interfaces Use model-driven programmability to retrieve and change device configurations Discover how to automate post modification network infrastructure tests Automate your network security using Python and Firepower APIs Who this book is for This book is for network engineers who want to make the most of Python to automate their infrastructure. A basic understanding of Python programming and common networking principles is necessary.
    Note: Online resource; Title from title page (viewed October 8, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803239248
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to develop applications using MongoDB from scratch with this beginner-friendly course About This Video Relate the concepts and practical applications of MongoDB with real-world problems Implement any project from scratch that requires MongoDB knowledge Know the theoretical and practical aspects of MongoDB In Detail MongoDB, a fast and scalable NoSQL database, is extremely popular right now. This object-oriented database is simple and dynamic. In this course, you start by becoming proficient in the elementary concepts of MongoDB, including installing and setting up MongoDB Atlas, and understanding the database structure, collection structure, document structure, and basic Mongo commands. Next, you'll explore the Basic, Create, Read, Update, and Delete operations in MongoDB. You'll then explore in detail the MongoDB query operators and project operators. Following this, you'll learn about MongoDB update operators. In the concluding modules, you'll explore MongoDB with Node and Python. In the final module, you'll sharpen your practical knowledge of the theoretical concepts you learned in this course by working on two mini-projects. In the first project, you'll work on MongoDB with Django, in which you'll develop a CRUD-based application using Django and MongoDB. In the second project, you'll implement an ETL pipeline using PySpark to dump the data in MongoDB. By the end of this course, you will be able to implement any project from scratch that requires MongoDB knowledge. Who this book is for This course is designed for absolute beginners. As a newbie in this field, you will spend sufficient time - in gaining a thorough understanding of the fundamental concepts. You also need a good understanding of SQL. If you want to become a data scientist, database administrator, database engineer, or data engineer, then this course is for you.
    Note: Online resource; Title from title screen (viewed October 25, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819626
    Language: English
    Pages: 1 online resource (370 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Become proficient in deriving insights from time-series data and analyzing a model's performance Key Features Explore popular and modern machine learning methods including the latest online and deep learning algorithms Learn to increase the accuracy of your predictions by matching the right model with the right problem Master time-series via real-world case studies on operations management, digital marketing, finance, and healthcare Book Description Machine learning has emerged as a powerful tool to understand hidden complexities in time-series datasets, which frequently need to be analyzed in areas as diverse as healthcare, economics, digital marketing, and social sciences. These datasets are essential for forecasting and predicting outcomes or for detecting anomalies to support informed decision making. This book covers Python basics for time-series and builds your understanding of traditional autoregressive models as well as modern non-parametric models. You will become confident with loading time-series datasets from any source, deep learning models like recurrent neural networks and causal convolutional network models, and gradient boosting with feature engineering. Machine Learning for Time-Series with Python explains the theory behind several useful models and guides you in matching the right model to the right problem. The book also includes real-world case studies covering weather, traffic, biking, and stock market data. By the end of this book, you will be proficient in effectively analyzing time-series datasets with machine learning principles. What you will learn Understand the main classes of time-series and learn how to detect outliers and patterns Choose the right method to solve time-series problems Characterize seasonal and correlation patterns through autocorrelation and statistical techniques Get to grips with time-series data visualization Understand classical time-series models like ARMA and ARIMA Implement deep learning models, like Gaussian processes, transformers, and state-of-the-art machine learning models Become familiar with many libraries like Prophet, XGboost, and TensorFlow Who this book is for This book is ideal for data analysts, data scientists, and Python developers who are looking to perform time-series analysis to effectively predict outcomes. Basic knowledge of the Python language is essential. Familiarity with statistics is desirable.
    Note: Online resource; Title from title page (viewed October 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 149
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073165
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Leverage the power of Galio and React Native to create beautifully designed, practical, and exciting mobile apps Key Features Understand Galio and quickly build cross-platform mobile apps Discover how to put Galio into practice by implementing it in real-world scenarios Build beautiful apps using Galio by taking advantage of its carefully crafted components Book Description Galio is a free open source React Native framework that enables beginner-level programmers to quickly build cross-platform mobile apps by leveraging its beautifully designed ready-made components. This book helps you to learn about React Native app development while building impressive out-of-the-box apps with Galio. Lightning Fast Mobile App Development with Galio takes a hands-on approach to implementation and associated methodologies that will have you up and running and productive in no time. Complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions, you will begin by exploring the basics of React Native and understanding how Galio works. As you make progress, you'll learn how to initialize and configure a React Native app and get to grips with the basics of React Native development. You'll also discover how packages work and how to install Galio as the main dependency, along with understanding how and why Galio helps you to develop apps with ease. Finally, you'll build three practical and exciting apps using React Native and Galio. By the end of this app development book, you'll have learned how to use Galio to quickly create layouts and set up React Native projects for your personal ideas. What you will learn Explore Galio and learn how to build beautiful and functional apps Familiarize yourself with the Galio ecosystem Discover how to use npm and understand why Galio is needed Get to grips with the basics of constructing a basic but attractive UI for an app Find out how you can utilize Galio's ready-made components Use Galio to drive the process of quickly building cross-platform mobile apps Build three practical and exciting apps with React Native and Galio Who this book is for This book is for developers who are looking to learn new skills or build personal mobile apps. Anyone trying to change their job as well as beginners and intermediate web developers will also find this book useful. A basic understanding of CSS, HTML, and JavaScript is needed to get the most out of this book.
    Note: Online resource; Title from title page (viewed November 2, 2021) , 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: 9781801815093
    Language: English
    Pages: 1 online resource (552 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: Get up and running with Python through concise tutorials and practical projects in this fully updated edition Key Features Discover how to think like a Python programmer Extensively revised with richer examples, Python 3.9 syntax, and new chapters on APIs and packaging and distributing Python code Learn the fundamentals of Python through real-world projects in API development, GUI programming, and data science Book Description Learn Python Programming, Third Edition is both a theoretical and practical introduction to Python, an extremely flexible and powerful programming language that can be applied to many disciplines. This book will make learning Python easy and give you a thorough understanding of the language. You'll learn how to write programs, build modern APIs, and work with data by using renowned Python data science libraries. This revised edition covers the latest updates on API management, packaging applications, and testing. There is also broader coverage of context managers and an updated data science chapter. The book empowers you to take ownership of writing your software and become independent in fetching the resources you need. You will have a clear idea of where to go and how to build on what you have learned from the book. Through examples, the book explores a wide range of applications and concludes by building real-world Python projects based on the concepts you have learned. What you will learn Get Python up and running on Windows, Mac, and Linux Write elegant, reusable, and efficient code in any situation Avoid common pitfalls like duplication, complicated design, and over-engineering Understand when to use the functional or object-oriented approach to programming Build a simple API with FastAPI and program GUI applications with Tkinter Get an initial overview of more complex topics such as data persistence and cryptography Fetch, clean, and manipulate data, making efficient use of Python's built-in data structures Who this book is for This book is for anyone who has some programming experience, but not necessarily with Python. Some knowledge of basic programming concepts will come in handy, although it is not a requirement.
    Note: Online resource; Title from title page (viewed October 29, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234489
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master C# programming basics with Windows Forms and multiple hands-on projects. About This Video Understand the purpose of the .net framework and how public properties give us access to private fields Learn the process of setting various object properties by changing the designer file manually Understand how to use the ternary operator to make logical decisions In Detail Are you looking forward to learning C# with Windows forms and with a variety of projects? Then this course will help you build a solid foundation in C# with ease. This course provides a step-by-step guide to create executable Windows form projects using C#. You will learn to code in C# and gain an in-depth understanding of the structures of Windows forms by understanding various fundamental concepts such as namespace, class, keyword, and so on. You will also learn to use the .NET framework, understand the difference between classes versus structs and explore the concept of enumerations. In the further section, you will learn about changing variables using compound operations. Learn about the practical examples of while loops, for loops and understand gridviews with for loops. Also, learn about how to work with double loops and for each loop with arrays. There are specific sections added that are focused on practical applications of C#. By the end of this course, you will be able to create Windows forms project by coding in C# for each part all by yourself. Who this book is for This course is for those who are interested in C#, Windows Forms, and some object-oriented programming.
    Note: Online resource; Title from title screen (viewed October 18, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803249629
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Get your hands dirty with Java programming from scratch. This Java course will help beginners jump into Java programming quickly and easily. About This Video Learn the core foundation skills to progress ahead and pass your Java certificate exam Learn Java to work in industries such as cloud, AI, big data, the IoT, and more Easy-to-watch video tutorials along with real-world projects to practice along with the instructor In Detail Java is one of the most popular programming languages. Java is used for software development, mobile and web applications, cloud and big data projects, the Internet of Things, artificial intelligence, and much more. This highly-focused Java for beginners' course will stick to the most important skills that you need to learn Java quickly and efficiently. The instructor has broken down the essence of Java into bite-sized lessons to make it easy for anyone to understand and implement important concepts while learning. The course begins with setting up the environment, followed by first/basic steps, then you'll learn about variables, expressions, strings, conditionals, loops, methods, classes and objects, exceptions, and collections. The last section is purely dedicated to the frequent questions asked by beginners in Java programming. By the end of this course, you will acquire substantial knowledge in Java programming to advance your career as a Java programmer. Who this book is for This course is for anyone who wants to become a Java developer and is interested in computer programming, with no experience. It is designed for absolute beginners. No programming experience is needed; all you need is a desire to learn Java. Everything you need to run and practice with Java is explained in the course.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800202092
    Language: English
    Pages: 1 online resource (800 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Get up and running with industrial cybersecurity monitoring with this hands-on book, and explore ICS cybersecurity monitoring tasks, activities, tools, and best practices Key Features Architect, design, and build ICS networks with security in mind Perform a variety of security assessments, checks, and verifications Ensure that your security processes are effective, complete, and relevant Book Description With Industrial Control Systems (ICS) expanding into traditional IT space and even into the cloud, the attack surface of ICS environments has increased significantly, making it crucial to recognize your ICS vulnerabilities and implement advanced techniques for monitoring and defending against rapidly evolving cyber threats to critical infrastructure. This second edition covers the updated Industrial Demilitarized Zone (IDMZ) architecture and shows you how to implement, verify, and monitor a holistic security program for your ICS environment. You'll begin by learning how to design security-oriented architecture that allows you to implement the tools, techniques, and activities covered in this book effectively and easily. You'll get to grips with the monitoring, tracking, and trending (visualizing) and procedures of ICS cybersecurity risks as well as understand the overall security program and posture/hygiene of the ICS environment. The book then introduces you to threat hunting principles, tools, and techniques to help you identify malicious activity successfully. Finally, you'll work with incident response and incident recovery tools and techniques in an ICS environment. By the end of this book, you'll have gained a solid understanding of industrial cybersecurity monitoring, assessments, incident response activities, as well as threat hunting. What you will learn Monitor the ICS security posture actively as well as passively Respond to incidents in a controlled and standard way Understand what incident response activities are required in your ICS environment Perform threat-hunting exercises using the Elasticsearch, Logstash, and Kibana (ELK) stack Assess the overall effectiveness of your ICS cybersecurity program Discover tools, techniques, methodologies, and activities to perform risk assessments for your ICS environment Who this book is for If you are an ICS security professional or anyone curious about ICS cybersecurity for extending, improving, monitoring, and validating your ICS cybersecurity posture, then this book is for you. IT/OT prof...
    Note: Online resource; Title from title page (viewed October 7, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232546
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master the art of Agile project management with the help of this comprehensive beginner’s friendly course About This Video Understand the Workflows and how schemes work Comparative study on team-managed project versus company-managed project Explore the different versions, important terms, and concept In Detail Companies use different ways to organize their projects, and the type of methodology they use determines the tool that is best suited for their needs. Jira is a project management software designed to help teams of all types to manage work. Jira is an issue tracking and project management tool that is highly configurable and flexible, which allows it to be used in a wide variety of processes. There are different versions of Jira available, but the core concepts are applicable across these versions. In this course, we will be using a non-premium version of Jira Software on Cloud. Jira Software is the flagship version of Jira that is used for agile project management, meaning it is beneficial for companies that use the Agile methodology. With that being said, learning Jira requires learning some Agile concepts, and this course includes a crash course on the basics of Agile methodology to help you get started with Jira. By the end of this course, you will gain a clear understanding of Jira and the best way to use it for effective project management in teams. Who this book is for The course is best suited for team managers, project managers, and beginners who want to explore the software’s functionalities and level up their project management skills.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 155
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803236780
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn how you can implement and train your own custom YOLOv4 object detection models in computer vision About This Video Social distancing app to calculate the distance between people to determine if they are at risk Object counting app for counting cars in a parking lot and DeepSORT to track vehicles in traffic Mask detection app to detect whether or not a person is wearing a mask; if not, flagging an alert In Detail This course is a perfect fit if you want to natively train your own YOLOv4 neural network. You’ll start off with a gentle introduction to the world of computer vision with YOLOv4, install darknet, and build libraries for YOLOv4 to implement YOLOv4 on images and videos in real-time. You’ll even solve current and relevant real-world problems by building your own social distancing monitoring app and implementing vehicle tracking using the robust DeepSORT algorithm. After that, you’ll learn more techniques and best practices/rules of how to take your Python implementations and develop GUIs for your YOLOv4 apps using PyQT. Then, you’ll be labeling your own dataset from scratch, converting standard datasets into YOLOv4 format, amplifying your dataset 10x, and employing data augmentation to significantly increase the diversity of available data for training models, without collecting new data. Finally, you’ll develop your own Mask Detection app to detect whether a person is wearing their mask and to flag an alert. By the end of this course, you’d be able to implement and train your own custom CNNs with YOLOv4. It will help you in solving real-world problems, freelancing AI projects, getting that opportunity in AI, and tackling your research work by saving time and money. The world is your oyster; just start exploring the world once you have skills in AI. Who this book is for This course is for developers, researchers, and students who have at least some programming experience and want to become proficient in AI for computer vision and visual recognition. An individual with machine learning knowledge and who wants to break into neural networks or AI for visual understanding, a scientist looking to apply deep learning + computer vision algorithms, individuals looking to utilize computer vision algorithms in their own projects will highly benefit from this course. A high-range PC/laptop, Windows 10, and CUDA Nvidia GPU graphics card are pre-requisites.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242231
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 24 min.)
    Edition: 1st edition
    DDC: 005.7565
    Keywords: Microsoft .NET Framework ; Streaming video ; Internet videos ; Database management ; Electronic videos ; Microsoft .NET Framework ; Vidéo en continu ; Vidéos sur Internet ; Bases de données ; Gestion ; streaming video ; Database management ; Internet videos ; Streaming video
    Abstract: Learn how to use and take advantage of the full feature set of Entity Framework Core in your .NET applications About This Video Construct a data model using code-first and database-first workflows Understand Entity Framework commands Handle one-to-one, one-to-many, and many-to-many relationships In Detail In this course, Entity Framework Core - A Full Tour, you will learn to work with data in your .NET applications. We will review the general benefits of using Entity Framework Core 5, which is Microsoft's flagship Object Relational Mapper (ORM), to relieve you of many concerns and challenges that come with this component of software development. We will also spend time discovering how EF Core translates classes and references to database models and relationships. You will learn how to write queries, update databases incrementally, roll back changes, and explore the myriad capabilities that Entity Framework Core affords us. By the end of this course, you will have the skills and knowledge of Entity Framework Core needed to fluidly interact with data and write quires for .NET Core applications with ease. Who this book is for This course is for students who want to learn Entity Framework in a hands-on way. In order to take this course, you should have at least 3 months experience of programming in C#. If you need to strengthen your C# fundamentals, you can take the C# beginner course, C# Console, and Windows Forms Development with LINQ & ADO.NET.
    Note: Online resource; Title from title screen (viewed September 29, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077118
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: A practical guide to solving inner development loop problems in cloud-native applications by automating build, push, and deploy boilerplate using Skaffold Key Features Learn how to build and deploy cloud-native applications quickly with Kubernetes Create a production-ready continuous integration and continuous delivery (CI/CD) pipeline for cloud-native apps Discover ways to create a GitOps-style CD workflow for cloud-native applications Book Description Kubernetes has become the de facto standard for container orchestration, drastically improving how we deploy and manage cloud-native apps. Although it has simplified the lives of support professionals, we cannot say the same for developers who need to be equipped with better tools to increase productivity. An automated workflow that solves a wide variety of problems that every developer faces can make all the difference! Enter Skaffold – a command-line tool that automates the build, push, and deploy steps for Kubernetes applications. This book is divided into three parts, starting with common challenges encountered by developers in building apps with Kubernetes. The second part covers Skaffold features, its architecture, supported container image builders, and more. In the last part, you'll focus on practical implementation, learning how to deploy Spring Boot apps to cloud platforms such as Google Cloud Platform (GCP) using Skaffold. You'll also create CI/CD pipelines for your cloud-native apps with Skaffold. Although the examples covered in this book are written in Java and Spring Boot, the techniques can be applied to apps built using other technologies too. By the end of this Skaffold book, you'll develop skills that will help accelerate your inner development loop and be able to build and deploy your apps to the Kubernetes cluster with Skaffold. What you will learn Overcome challenges faced while working in an inner development loop using Skaffold Accelerate your development workflow using Skaffold Understand Skaffold's architecture, internal working, and supported CLI commands Build and deploy containers to Kubernetes using the Skaffold CLI and Cloud Code Deploy Spring Boot applications to fully managed Kubernetes services such as Google Kubernetes Engine using Skaffold Explore best practices for developing an app with Skaffold Avoid common pitfalls when developing cloud-native apps with Skaffold in Kubernetes Who this book is for Cloud-native application developers, software engineers wor...
    Note: Online resource; Title from title page (viewed October 15, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800566484
    Language: English
    Pages: 1 online resource (298 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Design, build, and deploy multi-platform apps to overcome crucial business problems by leveraging the capabilities of low-code and no-code development enabled through Microsoft Power Platform and Teams Key Features Find out how you can accelerate the digital transformation of your organization as a citizen developer Build your first app with the help of step-by-step guidance and add capabilities with flows and bots Learn about lifecycle management for applications, environments, and licensing Book Description Microsoft Dataverse for Teams is a built-in, low-code data platform for Teams and enables everyone to easily build and deploy apps, flows, and intelligent chatbots using Power Apps, Power Automate, and Power Virtual Agents (PVA) embedded in Microsoft Teams. Without learning any coding language, you will be able to build apps with step-by-step explanations for setting up Teams, creating tables to store data, and leverage the data for your digital solutions. With the techniques covered in the book, you'll be able to develop your first app with Dataverse for Teams within an hour! You'll then learn how to automate repetitive tasks or build alerts using Power Automate and Power Virtual Agents. As you get to grips with building these digital solutions, you'll also be able to understand when to consider upgrading from Dataverse for Teams to Dataverse, along with its advanced features. Finally, you'll explore features for administration and governance and understand the licensing requirements of Microsoft Dataverse for Teams and PowerApps. Having acquired the skills to build and deploy an enterprise-grade digital solution, by the end of the book, you will have become a qualified citizen developer and be ready to lead a digital revolution in your organization. What you will learn Gain a deeper understanding of Microsoft Dataverse for Teams by exploring various business scenarios Design, build, and deploy enterprise-grade applications for Teams Develop Power Automate flows and PVA bots using Dataverse for Teams Discover administration and security best practices Understand the licensing requirements and advanced features of Microsoft Dataverse Identify scenarios in your organizations where your citizen development skills can be leveraged Who this book is for The book is for citizen developers, business professionals, or anyone looking to develop applications to solve critical business problems. Basic knowledge of using software like PowerPoint, Exc...
    Note: Online resource; Title from title page (viewed October 29, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231969
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn about digital forensics, pentesting, and ethical hacking About This Video Learn about using Kali Forensic Mode and Autopsy Explore open source intelligence and OSINT Learn how to dump Wi-Fi credentials using netsh In Detail Digital forensics is becoming very important in cyber security to detect and backtrack Black Hat criminals. It is essential to remove hackers’ malicious backdoors/malware and trace them back to avoid possible future incidents. This course acts as digital forensics’ primer for pentesters and cybersecurity professionals wanting to expand their knowledge and add advanced tools and skills to their resumes. Make sure you understand the difference between watching and applying. The course is an excellent primer for anyone considering a career in digital forensics. It’s important to understand the difference between digital forensics and computer security. Who this book is for This course is for pentesters interested in digital forensic investigations and for anyone interested in digital forensics as it relates to pentesting and ethical hacking.
    Note: Online resource; Title from title screen (viewed September 28, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077057
    Language: English
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Create next-level AI assistants and transform how customers communicate with businesses with the power of natural language understanding and dialogue management using Rasa Key Features Understand the architecture and put the underlying principles of the Rasa framework to practice Learn how to quickly build different types of chatbots such as task-oriented, FAQ-like, and knowledge graph-based chatbots Explore best practices for working with Rasa and its debugging and optimizing aspects Book Description The Rasa framework enables developers to create industrial-strength chatbots using state-of-the-art natural language processing (NLP) and machine learning technologies quickly, all in open source. Conversational AI with Rasa starts by showing you how the two main components at the heart of Rasa work – Rasa NLU (natural language understanding) and Rasa Core. You'll then learn how to build, configure, train, and serve different types of chatbots from scratch by using the Rasa ecosystem. As you advance, you'll use form-based dialogue management, work with the response selector for chitchat and FAQ-like dialogs, make use of knowledge base actions to answer questions for dynamic queries, and much more. Furthermore, you'll understand how to customize the Rasa framework, use conversation-driven development patterns and tools to develop chatbots, explore what your bot can do, and easily fix any mistakes it makes by using interactive learning. Finally, you'll get to grips with deploying the Rasa system to a production environment with high performance and high scalability and cover best practices for building an efficient and robust chat system. By the end of this book, you'll be able to build and deploy your own chatbots using Rasa, addressing the common pain points encountered in the chatbot life cycle. What you will learn Use the response selector to handle chitchat and FAQs Create custom actions using the Rasa SDK Train Rasa to handle complex named entity recognition Become skilled at building custom components in the Rasa framework Validate and test dialogs end to end in Rasa Develop and refine a chatbot system by using conversation-driven deployment processing Use TensorBoard for tuning to find the best configuration options Debug and optimize dialogue systems based on Rasa Who this book is for This book is for NLP professionals as well as machine learning and deep learning practitioners who have knowledge of natural language processing and want to ...
    Note: Online resource; Title from title page (viewed October 8, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801815949
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Explore the world of Computer Vision and learn to master it using Python, OpenCV, TensorFlow, and others About This Video Relate the concepts and theories in Computer Vision with real-world problems Know the theoretical and practical aspects of Computer Vision concepts Build applications for change detection in the live feed of cameras using Computer Vision techniques with Python In Detail The high-quality content of the Mastering Computer Vision from the Absolute Beginning Using Python course presents you with a great opportunity to learn and become an expert. You will learn the core concepts of the CV field. This course will also help you understand the digital imaging process and identify the key application areas of CV. The course is easy to understand, descriptive, comprehensive, practical with live coding, and rich with state-of-the-art and updated knowledge of this field. Although this course is a compilation of all the basic concepts of CV, you are encouraged to step up and experience more than what you learn. Your understanding of every concept is tested at the end of each section. The homework assignments/tasks/activities/quizzes along with solutions will assess your learning. Several of these activities are focused on coding so that you are ready to run with implementations. The two hands-on projects in the last section—Change Detection in CCTV Cameras (Real-Time) and Smart DVRs (Real-Time)—make up the most important learning element of this course. They will help you sharpen your practical skills. Successful completion of these two projects will help you enrich your portfolio and kick-start your career in the CV field. By the end of the course, you will have a strong understanding of Computer Vision concepts and will be ready to apply them in your future projects. Who this book is for This course is useful for data scientists, machine learning experts, and learners who are absolute beginners and know nothing about Computer Vision, and for people who want to learn Computer Vision with real data along with its implementation in realistic projects.
    Note: Online resource; Title from title screen (viewed September 23, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803248660
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master unit testing with NUnit, xUnit, and MOQ with a real-world N-Tier web application with the latest version of .NET Core 6 and EF Core About This Video A well designed, comprehensive, and easy to understand course on unit testing in .NET Core Recorded on the latest versions of .NET Core 6, and Visual Studio Code 2022 Get to know the reason behind different options and why one approach is better than the other In Detail "Production application can break with a simple change that was unexpected to alter any other functionality." Sounds familiar, right? The good news is, with well-written unit tests this would be a thing of the past. Automated testing has been a buzzword for a while, but many times developers struggle to find a course that covers the fundamentals of unit testing while implementing what they learned in a real-world project! That is the focus of this course. This course is all about writing effective unit tests using C# programming language and NUnit/xUnit as a unit testing framework. Along the way, we will learn the concepts related to unit testing. Today unit testing is an absolutely required skill from any professional developer. Companies expect developers to know how to write unit tests using the best practices. This course will help you set up a solid foundation with a real-world example and how unit testing could be done in a .NET core web application with EF Core. By the end of this course, you will have a solid foundation with unit testing. Along with a solid foundation, you’ll also implement what is learned in real-world N-Tier web applications with .NET 6 and EF Core. Who this book is for This course is designed for the .NET developer who wants to build better quality software with fewer bugs. This will also help them to learn unit testing from scratch and reinforce their fundamental learning with real-world application. Basic knowledge of C# along with .NET Core and EF Core is required to gain the most out of this course. No prior experience is required in unit testing at all, you will learn it from scratch in this course.
    Note: Online resource; Title from title screen (viewed October 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 163
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801817141
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Explore the world of database technologies and join the cloud computing revolution with hands-on knowledge on DBaaS and IaaS models About This Video Learn the technical concept, market use cases, advantages, and disadvantages of the DBaaS model Learn the technical concept, market use cases, advantages, and disadvantages of the IaaS model Review key terms in cloud computing to establish a clear understanding In Detail Over the last couple of years, many business companies decided to use more and more cloud services as part of their digital transformation, and you already know data is the new gold. Therefore, this course is predominantly divided into two important parts: database technologies and infrastructure as a service. The first part is about databases technologies and, even more specifically, how such technologies are offered as cloud database services (DBaaS) by leading public cloud providers—Azure, AWS, and GCP. We will learn the technical concept, market use cases, advantages, and disadvantages of each database technology while following its evolution path. The next part is about the IaaS model. The IaaS model provided by large cloud providers is helping companies transform their private IT infrastructure into a utility service. As a first step, you will review the key terms in cloud computing to establish a clear understanding of the big picture, and then we will zoom in on the IaaS model. The look at building blocks, what are the typical use cases, advantages as well as disadvantages, pricing models, and more. By the end of this course, you will be able to select the right database technology for a specific use case to dramatically affect any aspect of an application and learn about the IaaS model of cloud computing. Who this book is for This course is designed for the software developers, IT professionals, product/project/marketing managers who wish to reduce the footprint of enterprise applications sitting in private data centers and leverage the capabilities in a public cloud environment. Solution architects, technical advisors, telecom experts, and security professionals can also get benefit from this course. You don’t need to have prior knowledge of cloud computing concepts.
    Note: Online resource; Title from title screen (viewed September 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238487
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Get ready to learn the basics of machine learning and the mathematics of statistical regression, which powers almost all machine learning algorithms. About This Video A comprehensive course that includes Python coding, visualization, loops, variables, and functions Manual calculation and then using Python functions/codes to understand the difference Beginner to advanced mathematics and statistical concepts that cover machine learning algorithms In Detail This course is for ML enthusiasts who want to understand basic statistics and regression for machine learning. The course starts with setting up the environment and understanding the basics of Python language and different libraries. Next, you'll see the basics of machine learning and different types of data. After that, you'll learn a statistics technique called Central Tendency Analysis. Post this, you'll focus on statistical techniques such as variance and standard deviation. Several techniques and mathematical concepts such as percentile, normal distribution, uniform distribution, finding z-score, linear regression, polynomial linear regression, and multiple regression with the help of manual calculation and Python functions are introduced as the course progresses. The dataset will get more complex as you proceed ahead; you'll use a CSV file to save the dataset. You'll see the traditional and complex method of finding the coefficient of regression and then explore ways to solve it easily with some Python functions. Finally, you'll learn a technique called data normalization or standardization, which will improve the performance of the algorithms very much compared to a non-scaled dataset. By the end of this course, you'll gain a solid foundation in machine learning and statistical regression using Python. Who this book is for This course is for beginners and individuals who want to learn mathematics for machine learning. You need not have any prior experience or knowledge in coding; just be ready with your learning mindset at the highest level. Individuals interested in learning what's actually happening behind the scenes of Python functions and algorithms (at least in a shallow layman's way) will be highly benefitted. Basic computer knowledge and an interest to learn mathematics for machine learning is the only prerequisite for this course.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 165
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078603
    Language: English
    Pages: 1 online resource (414 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Deploy, configure, administer, and run Microsoft Azure Stack Hub Key Features Understand the topics required for the Microsoft Azure AZ-600 exam Configure and provide services from Microsoft Azure Stack Hub Implement data center integration with Microsoft Azure Stack Hub Book Description Azure Stack Hub is the on-premise offering from Microsoft, which provides Azure Cloud services within a customer's own data center. It provides consistent processes between on-site and the cloud, allowing developers to test locally and deploy to the cloud in exactly the same manner. Azure Stack Hub Demystified provides complete coverage of deploying, configuring, administrating, and running Microsoft Azure Stack Hub efficiently. Firstly, you will learn how to deploy Azure Stack Hub within an organization. As you progress, you'll understand configuration and the different services provided by the platform. The book also focuses on the underlying architecture and connectivity options for the modern data center. Later, you will understand various approaches to DevOps and their implementation, and learn key topics for the AZ-600 exam. By the end of this Azure book, you will have a thorough understanding of Azure Stack Hub and the services that are provided by the platform, along with the confidence and information you need to be able to pass the AZ-600 exam. What you will learn Understand the architecture of Azure Stack Hub Get up to speed with the management and administration of Azure Stack Hub Explore how to administer virtual networking within your Azure Stack Become well versed in using the Azure Stack Hub support model and updating Azure Stack Hub Understand how licensing and billing is done with Azure Stack Hub Discover the tools that can be used to implement security within Azure Stack Hub Focus on how DevOps practices can be incorporated with Azure Stack Hub Who this book is for If you are an Azure Administrator and Azure Stack Hub Operator who provides or is looking to provide cloud services to end users or customers within their own data center, then this book is for you. This book will also be beneficial to those who are preparing for Exam AZ-600: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack Hub.
    Note: Online resource; Title from title page (viewed October 7, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800205215
    Language: English
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get a comprehensive introduction to the major Angular framework rewrite known as Angular Ivy Key Features Upgrade your Angular applications from traditional View Engine to modern Angular Ivy Get a detailed walkthrough of the new features and breaking changes in Angular Explorer new Angular APIs, syntax, tooling, and configurations for modern frontend web development Book Description Angular Ivy is the latest rendering engine and compiler introduced in Angular. Ivy helps frontend developers to make their Angular applications faster, better optimized, and more robust. This easy-to-follow guide will help you get to grips with the new features of Angular Ivy and show you how to migrate your Angular apps from View Engine to Ivy. You'll begin by learning about the most popular features of Angular Ivy with the help of simple stand-alone examples and realize its capabilities by working on a real-world application project. You'll then discover strategies to improve your developer workflow through new debugging APIs, testing APIs, and configurations that support higher code quality and productive development features. Throughout the book, you'll explore essential components of Angular, such as Angular Component Dev Kit (CDK), Ahead-of-time (AOT) compilation, and Angular command line interface (CLI). Finally, you'll gain a clear understanding of these components along with Angular Ivy which will help you update your Angular applications with modern features. By the end of this Angular Ivy book, you will learn about the core features of Angular Ivy, discover how to migrate your Angular View Engine application, and find out how to set up a high-quality Angular Ivy project. What you will learn Find out why Angular Ivy tests are faster and more robust Explore the concept of CSS custom properties and scoping of values and learn how to use them with Angular Ivy Use testing harnesses present in Angular components to write effective tests Explore the architecture of the Angular compatibility compiler and understand why it is important Discover effective techniques for migrating your existing Angular apps to the Ivy engine Overcome challenges that you might face when switching to AOT compilation Who this book is for This book is for experienced Angular web developers who want to migrate to the latest Ivy engine for building faster web applications. Intermediate knowledge of Angular and TypeScript will help you get the most out of this book.
    Note: Online resource; Title from title page (viewed October 29, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079259
    Language: English
    Pages: 1 online resource (276 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Supercharge the value of your machine learning models by building scalable and robust solutions that can serve them in production environments Key Features Explore hyperparameter optimization and model management tools Learn object-oriented programming and functional programming in Python to build your own ML libraries and packages Explore key ML engineering patterns like microservices and the Extract Transform Machine Learn (ETML) pattern with use cases Book Description Machine learning engineering is a thriving discipline at the interface of software development and machine learning. This book will help developers working with machine learning and Python to put their knowledge to work and create high-quality machine learning products and services. Machine Learning Engineering with Python takes a hands-on approach to help you get to grips with essential technical concepts, implementation patterns, and development methodologies to have you up and running in no time. You'll begin by understanding key steps of the machine learning development life cycle before moving on to practical illustrations and getting to grips with building and deploying robust machine learning solutions. As you advance, you'll explore how to create your own toolsets for training and deployment across all your projects in a consistent way. The book will also help you get hands-on with deployment architectures and discover methods for scaling up your solutions while building a solid understanding of how to use cloud-based tools effectively. Finally, you'll work through examples to help you solve typical business problems. By the end of this book, you'll be able to build end-to-end machine learning services using a variety of techniques and design your own processes for consistently performant machine learning engineering. What you will learn Find out what an effective ML engineering process looks like Uncover options for automating training and deployment and learn how to use them Discover how to build your own wrapper libraries for encapsulating your data science and machine learning logic and solutions Understand what aspects of software engineering you can bring to machine learning Gain insights into adapting software engineering for machine learning using appropriate cloud technologies Perform hyperparameter tuning in a relatively automated way Who this book is for This book is for machine learning engineers, data scientists, and software developers who want to build r...
    Note: Online resource; Title from title page (viewed November 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 168
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078870
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Enumerate and exploit Linux or Windows systems and escalate your privileges to the highest level Key Features Discover a range of techniques to escalate privileges on Windows and Linux systems Understand the key differences between Windows and Linux privilege escalation Explore unique exploitation challenges in each chapter provided in the form of pre-built VMs Book Description Privilege escalation is a crucial step in the exploitation life cycle of a penetration tester. It helps penetration testers to set up persistence and facilitates lateral movement. This book is one of a kind, covering a range of privilege escalation techniques and tools for both Windows and Linux systems. The book uses virtual environments that you can download to test and run tools and techniques. Each chapter will feature an exploitation challenge in the form of pre-built virtual machines (VMs). As you progress, you will learn how to enumerate and exploit a target Linux or Windows system. This privilege escalation book then demonstrates how you can escalate your privileges to the highest level. By the end of this book, you will have gained the skills you need to be able to perform local kernel exploits, escalate privileges through vulnerabilities in services, maintain persistence, and enumerate information from the target such as passwords and password hashes. What you will learn Understand the privilege escalation process and set up a pentesting lab Gain an initial foothold on the system Perform local enumeration on target systems Exploit kernel vulnerabilities on Windows and Linux systems Perform privilege escalation through password looting and finding stored credentials Get to grips with performing impersonation attacks Exploit Windows services such as the secondary logon handle service to escalate Windows privileges Escalate Linux privileges by exploiting scheduled tasks and SUID binaries Who this book is for This Windows and Linux privilege escalation book is for intermediate-level cybersecurity students and pentesters who are interested in learning how to perform various privilege escalation techniques on Windows and Linux systems, which includes exploiting bugs, design flaws, and more. An intermediate-level understanding of Windows and Linux systems along with fundamental cybersecurity knowledge is expected.
    Note: Online resource; Title from title page (viewed November 25, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070393
    Language: English
    Pages: 1 online resource (778 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: Become an expert at managing enterprise identity infrastructure with Active Directory Domain Services 2022 Key Features Design and update your identity infrastructure by utilizing the latest Active Directory features and core capabilities Overcome migration challenges as you update to Active Directory Domain Services 2022 Establish a strong identity foundation in the cloud by consolidating secure access Book Description Mastering Active Directory, Third Edition is a comprehensive guide for Information Technology professionals looking to improve their knowledge about MS Windows Active Directory Domain Service. The book will help you to use identity elements effectively and manage your organization's infrastructure in a secure and efficient way. This third edition has been fully updated to reflect the importance of cloud-based strong authentication and other tactics to protect identity infrastructure from emerging security threats. Mastering Active Directory, Third Edition provides extensive coverage of AD Domain Services and helps you explore their capabilities as you update to Windows Server 2022. This book will also teach you how to extend on-premises identity presence to cloud via Azure AD hybrid setup. By the end of this Microsoft Active Directory book, you'll feel confident in your ability to design, plan, deploy, protect, and troubleshoot your enterprise identity infrastructure. What you will learn Install, protect, and manage Active Directory Domain Services (Windows Server 2022) Design your hybrid identity by evaluating business and technology requirements Automate administrative tasks in Active Directory using Windows PowerShell 7.x Protect sensitive data in a hybrid environment using Azure Information Protection Learn about Flexible Single Master Operation (FSMO) roles and their placement Manage directory objects effectively using administrative tools and PowerShell Centrally maintain the state of user and computer configuration by using Group Policies Harden your Active Directory using security best practices Who this book is for If you are an Active Directory administrator, system administrator, or IT professional who has basic knowledge of Active Directory and is looking to become an expert in this topic, this book is for you. You need to have some experience of working with Active Directory to make the most of this book.
    Note: Online resource; Title from title page (viewed November 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 170
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070775
    Language: English
    Pages: 1 online resource (246 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Explore popular state management techniques in Flutter and implement them in real-world applications Key Features Get to grips with popular approaches for managing your Flutter application state Think declaratively in order to decide on the most fitting approach for different applications Learn to implement state management solutions by building a popular use case in the form of a shopping cart app Book Description Flutter is a cross-platform user interface (UI) toolkit that enables developers to create beautiful native applications for mobile, desktop, and the web with a single codebase. State management in Flutter is one of the most crucial and complex topics within Flutter, with a wide array of approaches available that can make it easy to get lost due to information overload. Managing State in Flutter Pragmatically is a definitive guide to starting out with Flutter and learning about state management, helping developers with some experience of state management to choose the most appropriate solutions and techniques to use. The book takes a hands-on approach and begins by covering the basics of Flutter state management before exploring how to build and manipulate a shopping cart app using popular approaches such as BLoC/Cubit, Provider, MobX, and Riverpod. Throughout the book, you'll also learn how to adopt approaches from React such as Redux and all its types. By the end of this Flutter book, you'll have gained a holistic view of all the state management approaches in Flutter, and learned which approach is the best solution for managing state in your app development journey. What you will learn Understand the core concepts of different state management techniques used in Flutter Build optimal and performant applications in Flutter Develop an understanding of which technique to apply in what sort of apps Build the habit of writing clean state management code Produce code with techniques from beginner to advanced level for different state management solutions Use state management techniques to create robust and scalable apps in Flutter Who this book is for This book is for developers who have already started with their Flutter journey and are now looking to learn optimal state management approaches for app development. The book will also help less experienced Flutter engineers to find the best state management solution to fit their app, along with Flutter engineers who want to learn which state management approach should be taken under what ...
    Note: Online resource; Title from title page (viewed November 25, 2021) , 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: 9781800202399
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get to grips with the most common as well as complex Linux networking configurations, tools, and services to enhance your professional skills Key Features Learn how to solve critical networking problems using real-world examples Configure common networking services step by step in an enterprise environment Discover how to build infrastructure with an eye toward defense against common attacks Book Description As Linux continues to gain prominence, there has been a rise in network services being deployed on Linux for cost and flexibility reasons. If you are a networking professional or an infrastructure engineer involved with networks, extensive knowledge of Linux networking is a must. This book will guide you in building a strong foundation of Linux networking concepts. The book begins by covering various major distributions, how to pick the right distro, and basic Linux network configurations. You'll then move on to Linux network diagnostics, setting up a Linux firewall, and using Linux as a host for network services. You'll discover a wide range of network services, why they're important, and how to configure them in an enterprise environment. Finally, as you work with the example builds in this Linux book, you'll learn to configure various services to defend against common attacks. As you advance to the final chapters, you'll be well on your way towards building the underpinnings for an all-Linux datacenter. By the end of this book, you'll be able to not only configure common Linux network services confidently, but also use tried-and-tested methodologies for future Linux installations. What you will learn Use Linux as a troubleshooting and diagnostics platform Explore Linux-based network services Configure a Linux firewall and set it up for network services Deploy and configure Domain Name System (DNS) and Dynamic Host Configuration Protocol (DHCP) services securely Configure Linux for load balancing, authentication, and authorization services Use Linux as a logging platform for network monitoring Deploy and configure Intrusion Prevention Services (IPS) Set up Honeypot solutions to detect and foil attacks Who this book is for This book is for IT and Windows professionals and admins looking for guidance in managing Linux-based networks. Basic knowledge of networking is necessary to get started with this book.
    Note: Online resource; Title from title page (viewed November 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 172
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078207
    Language: English
    Pages: 1 online resource (558 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Perform more advanced analysis and manipulation of your data beyond what Power BI can do to unlock valuable insights using Python and R Key Features Get the most out of Python and R with Power BI by implementing non-trivial code Leverage the toolset of Python and R chunks to inject scripts into your Power BI dashboards Implement new techniques for ingesting, enriching, and visualizing data with Python and R in Power BI Book Description Python and R allow you to extend Power BI capabilities to simplify ingestion and transformation activities, enhance dashboards, and highlight insights. With this book, you'll be able to make your artifacts far more interesting and rich in insights using analytical languages. You'll start by learning how to configure your Power BI environment to use your Python and R scripts. The book then explores data ingestion and data transformation extensions, and advances to focus on data augmentation and data visualization. You'll understand how to import data from external sources and transform them using complex algorithms. The book helps you implement personal data de-identification methods such as pseudonymization, anonymization, and masking in Power BI. You'll be able to call external APIs to enrich your data much more quickly using Python programming and R programming. Later, you'll learn advanced Python and R techniques to perform in-depth analysis and extract valuable information using statistics and machine learning. You'll also understand the main statistical features of datasets by plotting multiple visual graphs in the process of creating a machine learning model. By the end of this book, you'll be able to enrich your Power BI data models and visualizations using complex algorithms in Python and R. What you will learn Discover best practices for using Python and R in Power BI products Use Python and R to perform complex data manipulations in Power BI Apply data anonymization and data pseudonymization in Power BI Log data and load large datasets in Power BI using Python and R Enrich your Power BI dashboards using external APIs and machine learning models Extract insights from your data using linear optimization and other algorithms Handle outliers and missing values for multivariate and time-series data Create any visualization, as complex as you want, using R scripts Who this book is for This book is for business analysts, business intelligence professionals, and data scientists who already use Microsoft Power ...
    Note: Online resource; Title from title page (viewed November 26, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074100
    Language: English
    Pages: 1 online resource (616 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Pass the Certified Information Security Manager (CISM) exam and implement your organization's security strategy with ease Key Features Pass the CISM exam confidently with this step-by-step guide Explore practical solutions that validate your knowledge and expertise in managing enterprise information security teams Enhance your cybersecurity skills with practice questions and mock tests Book Description With cyber threats on the rise, IT professionals are now choosing cybersecurity as the next step to boost their career, and holding the relevant certification can prove to be a game-changer in this competitive market. CISM is one of the top-paying and most sought-after certifications by employers. This CISM Certification Guide comprises comprehensive self-study exam content for those who want to achieve CISM certification on the first attempt. This book is a great resource for information security leaders with a pragmatic approach to challenges related to real-world case scenarios. You'll learn about the practical aspects of information security governance and information security risk management. As you advance through the chapters, you'll get to grips with information security program development and management. The book will also help you to gain a clear understanding of the procedural aspects of information security incident management. By the end of this CISM exam book, you'll have covered everything needed to pass the CISM certification exam and have a handy, on-the-job desktop reference guide. What you will learn Understand core exam objectives to pass the CISM exam with confidence Create and manage your organization's information security policies and procedures with ease Broaden your knowledge of the organization's security strategy designing Manage information risk to an acceptable level based on risk appetite in order to meet organizational goals and objectives Find out how to monitor and control incident management procedures Discover how to monitor activity relating to data classification and data access Who this book is for If you are an aspiring information security manager, IT auditor, chief information security officer (CISO), or risk management professional who wants to achieve certification in information security, then this book is for you. A minimum of two years' experience in the field of information technology is needed to make the most of this book. Experience in IT audit, information security, or related fields will be h...
    Note: Online resource; Title from title page (viewed November 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 174
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234649
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Start thinking about the best security practices for your web application by taking up this course. About This Video Learn how to add cookie authentication manually to an ASP.NET Core application Learn to setup emailing features for secure account confirmation, forgot password and other processes Learn to properly implement a user authentication and registration process In Detail In this course, you will learn the basics of modern authentication using the ASP.NET Core identity library and learn to the specific business needs. While perfect security is arguably impossible to achieve, we will explore a variety of techniques that help in ensuring security as well as maintaining the ease of use of the system. Identity Core is a flagship library packaged with ASP.NET Core projects that helps in securing ASP.NET applications using features such as authentication, role management, and so on. . Getting authentication and authorization done right in your website can help keep your users and their data safe from attacks. Added features such as Two and Multi-Factor Authentication are relatively easy to plug in and this library can easily be extended to implement unique business rules. Even though the fundamentals of the security principles will be demonstrated with a Razor pages application, all the techniques and considerations can be taken in any ASP.NET Core application type, including MVC and Blazor. By the time you have finished the course, you will have moved around in Visual Studio and examined logic and syntax errors so much, that it will be second nature for you when working in the .NET environment. Who this book is for To take this course, you will need to have some knowledge of .NET Core development and C#. This course can be taken by anyone who wants to explore advanced authentication and authorization concepts and also who wants to fully understand how to secure a .NET Core Application
    Note: Online resource; Title from title screen (viewed November 30, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801810371
    Language: English
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Save hours of guesswork and Internet browsing by enhancing your QuickBooks Online skills and leveraging Ash Beetson's extensive QuickBooks knowledge Key Features Broaden your knowledge of QuickBooks Online and accounting concepts Understand how QuickBooks can be adapted to suit different business types using professional techniques Learn best practices for preparing annual accounts before closing the books for the year Book Description Accountants and bookkeepers can sometimes face challenges while coming up with solutions to help their clients. QuickBooks Online, a popular cloud accounting software, comes with a wide range of tools that can take time to learn. This book will show you how to properly combine the tools available in QuickBooks to get the most out of this software. Complete with step-by-step explanations of essential concepts and practical examples, the book will begin by helping you understand how to create opening balances for a new company. You'll then discover essential bookkeeping and accountancy tips and tricks, and find guidance to help make QuickBooks as easy to use as possible. As you advance, you'll explore different scenarios in which QuickBooks Online can be used for various business types. This will help you understand that not every business is the same, but using the wide range of functionalities QuickBooks Online offers, you can customize solutions to really make it work for you. By the end of this QuickBooks book, you'll have gained deep insights into how you can use QuickBooks Online to work for different business types, and you'll have a complete checklist of the different things you should be doing when you start reviewing accounts ahead of tax season. What you will learn Discover how to correctly set up QuickBooks Online with opening balances Adapt QuickBooks Online to meet specific industry needs, from manufacturing and retail using inventory to helping lawyers and property agents handle client funds Get the most out of features such as Projects and Multicurrency Review reports within QuickBooks Online, understand why errors occur, and learn how to resolve them Get to grips with key accounting principles and concepts tailored for bookkeeping and accounting beginners Find out how the audit trail works and explore all of the information it holds Who this book is for Business owners, company directors, accountants, bookkeepers, certified public accountants (CPAs), and anyone studying accounting and bookkeeping ...
    Note: Online resource; Title from title page (viewed December 8, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247915
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Pivot Tables separate beginners from intermediates and allow you to delve deep into your data like no other tool can. Use Excel effectively in your professional workplace and increase your productivity. About This Video Learn from a well-designed curriculum by Microsoft Excel expert in no time with this concise course Discover Pivot Table and Pivot Charts business-related examples and case studies Analyze large sets of information with exercise files to practice follow along In Detail We need to analyze data these days since we live in a very data-driven world. Therefore, data is important in any business, whether you are looking for trends or forecasting future business needs. As there is a lot of importance placed on data analysis, you must have the relevant skills to analyze data effectively. Pivot Tables is an essential Excel skill for jobs that involve analyzing and visualizing large amounts of data. Pivot Tables are an interactive way of quickly summarizing large amounts of data by grouping and aggregating data sets and analyzing data clearly and effectively. This course will discuss the importance of cleaning your data before creating your first Pivot Table. You'll also learn how to create Pivot Charts and how to format your Pivot Tables and Charts. This course includes downloadable Excel data files that the instructor uses in the guide to follow along. By the end of this course, you'll learn the skills required to be able to clean the data, put it in the Pivot Table, analyse the data efficiently, and keep it updated with a single click. Therefore, by opting for this course, you'll be able to take your own information and leverage Pivot Tables to answer questions with ease. Who this book is for This course is for anyone who works with Microsoft Excel even if you've never used data analytics, Pivot Table and Pivot Charts. This course is aimed at people who have never used Pivot Tables before and would like to get started. It is also helpful for those who understand Pivot Tables but would like to expand their Excel skills. Individuals with basic knowledge of Excel 2019/365 and those upgrading from previous software versions will also be benefitted from this course. Knowledge of MS Excel is useful but not mandatory.
    Note: Online resource; Title from title screen (viewed November 26, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247922
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Power BI DAX row context, filter context, context transition, DAX iterators, expanded tables in Power BI and master the key concepts About This Video Learn Power BI DAX fundamentals and concepts to start your data analysis journey Short and comprehensive course from the industry expert Comes bundled with resource files that can be implemented while learning In Detail Business intelligence/business analytics is in high demand. Companies are constantly searching for ways to make better and faster and smarter decisions. Therefore, they rely heavily on data. Small company or multinational - data-driven decision making is the key to success for any business in the world of tomorrow. Because of this, companies are drastically increasing to step up their efforts to find skilled employees and freelancers with the necessary capabilities to help with analyzing data and creating valuable highly profitable insights. Therefore, Power BI as the leading BI tool from Microsoft is in remarkably high demand. When we want to do calculations in Power BI, we need DAX (Data Analysis Expressions). Here, we explore all the DAX fundamental key concepts. You will start with looking at row context, followed by iterators. After that, you will look at filter context and context transition. Finally, you learn about the expanded tables. By the end of this course, you will learn the fundamental key concepts of DAX in Power BI to do your data analysis work. You can repeat the concepts from time-to-time and master your DAX journey. Who this book is for This course is designed for students who want to master Power BI DAX and understand key concepts in DAX. Individuals who want to become a better Power BI developer, a data analyst, and those who want to follow this career path will also get benefitted from this course. Data scientists who want to use Power BI and business users who work with Power BI and need to create DAX calculations will gain a lot as well. Prior experience with Power BI and DAX is required. Advance-level knowledge based on Power BI would be helpful but not mandatory.
    Note: Online resource; Title from title screen (viewed December 21, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238241
    Language: English
    Pages: 1 online resource (420 pages)
    Edition: 4th edition
    Keywords: Electronic books
    Abstract: Become an accomplished photo editor, image retoucher, or creative artist with this well-illustrated, easy-to-understand, and end-to-end guide Key Features Updated to the latest version of Photoshop Elements 2022 with focused coverage of Adobe's latest AI technology Organize, search, and manage an ever-increasing number of images, videos, and multimedia using expert practices Find solutions to a wide range of photographic and image-editing problems Book Description Managing thousands of images while producing perfectly edited results has now become a must-have skill for bloggers, influencers, all social media users, and photography enthusiasts. Photoshop Elements 2022 has all the right tools to help you manage your growing multimedia assets and significantly boost your creative output. This fourth edition is updated with Elements 2022's latest features, including Adobe's AI-powered tools that perfectly complement its entire creative workflow. Each chapter is designed to help you get the most from your image files in a simple, easy-to-follow way. You'll find out how to add significant visual improvements to your projects using brilliant AI-driven single-click edits or through more complex manual adjustments, all depending on your skill level and requirements. The book is packed with clear instructions to guide you effortlessly through the hundreds of processes, tools, and features in Photoshop Elements 2022. You'll cover everything from developing your organizational skills through to creating remarkable images using photos, text, graphics, downloadable content, animation, and a range of fantastic AI-driven features. By the end of this Photoshop Elements book, you'll have learned how to leverage the impressive tools available in Photoshop Elements 2022 with confidence. What you will learn Identify the five parts of Elements and set up your computer, camera, and color monitor for best results Import, organize, and keep track of your imported media library Add impressive visual effects to your work in seconds Develop advanced picture retouching skills Discover how to add text and graphic elements Cultivate your understanding of multi-image and multi-layered editing techniques Develop illustrative skills using the many drawing and design tools Find out how to troubleshoot your work when things don't come out the way you hoped they would Who this book is for This Photoshop Elements book is for creative and enthusiastic photographers who have element...
    Note: Online resource; Title from title page (viewed December 24, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816427
    Language: English
    Pages: 1 online resource (406 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Learn how to write automated tests for Dynamics 365 Business Central and discover how you can implement them in your daily work Key Features Leverage automated testing to advance over traditional manual testing methods Write, design, and implement automated tests Explore various testing frameworks and tools compatible with Microsoft Dynamics 365 Business Central Book Description Dynamics 365 Business Central is a cloud-based SaaS ERP proposition from Microsoft. With development practices becoming more formal, implementing changes or new features is not as simple as it used to be back when Dynamics 365 Business Central was called Navigator, Navision Financials, or Microsoft Business Solutions-Navision, and the call for test automation is increasing. This book will show you how to leverage the testing tools available in Dynamics 365 Business Central to perform automated testing. Starting with a quick introduction to automated testing and test-driven development (TDD), you'll get an overview of test automation in Dynamics 365 Business Central. You'll then learn how to design and build automated tests and explore methods to progress from requirements to application and testing code. Next, you'll find out how you can incorporate your own as well as Microsoft tests into your development practice. With the addition of three new chapters, this second edition covers in detail how to construct complex scenarios, write testable code, and test processes with incoming and outgoing calls. By the end of this book, you'll be able to write your own automated tests for Microsoft Business Central. What you will learn Understand the why and when of automated testing Discover how test-driven development can help to improve automated testing Explore the six pillars of the Testability Framework of Business Central Design and write automated tests for Business Central Make use of standard automated tests and their helper libraries Understand the challenges in testing features that interact with the external world Integrate automated tests into your development practice Who this book is for This book is for consultants, testers, developers, and development managers working with Microsoft Dynamics 365 Business Central. Functional as well as technical development teams will find this book on automated testing techniques useful.
    Note: Online resource; Title from title page (viewed December 10, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 180
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076807
    Language: English
    Pages: 1 online resource (344 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Leverage DataRobot's enterprise AI platform and automated decision intelligence to extract business value from data Key Features Get well-versed with DataRobot features using real-world examples Use this all-in-one platform to build, monitor, and deploy ML models for handling the entire production life cycle Make use of advanced DataRobot capabilities to programmatically build and deploy a large number of ML models Book Description DataRobot enables data science teams to become more efficient and productive. This book helps you to address machine learning (ML) challenges with DataRobot's enterprise platform, enabling you to extract business value from data and rapidly create commercial impact for your organization. You'll begin by learning how to use DataRobot's features to perform data prep and cleansing tasks automatically. The book then covers best practices for building and deploying ML models, along with challenges faced while scaling them to handle complex business problems. Moving on, you'll perform exploratory data analysis (EDA) tasks to prepare your data to build ML models and ways to interpret results. You'll also discover how to analyze the model's predictions and turn them into actionable insights for business users. Next, you'll create model documentation for internal as well as compliance purposes and learn how the model gets deployed as an API. In addition, you'll find out how to operationalize and monitor the model's performance. Finally, you'll work with examples on time series forecasting, NLP, image processing, MLOps, and more using advanced DataRobot capabilities. By the end of this book, you'll have learned to use DataRobot's AutoML and MLOps features to scale ML model building by avoiding repetitive tasks and common errors. What you will learn Understand and solve business problems using DataRobot Use DataRobot to prepare your data and perform various data analysis tasks to start building models Develop robust ML models and assess their results correctly before deployment Explore various DataRobot functions and outputs to help you understand the models and select the one that best solves the business problem Analyze a model's predictions and turn them into actionable insights for business users Understand how DataRobot helps in governing, deploying, and maintaining ML models Who this book is for This book is for data scientists, data analysts, and data enthusiasts looking for a practical guide to building and deploying r...
    Note: Online resource; Title from title page (viewed December 24, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800560413
    Language: English
    Pages: 1 online resource (482 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Start your AWS data engineering journey with this easy-to-follow, hands-on guide and get to grips with foundational concepts through to building data engineering pipelines using AWS Key Features Learn about common data architectures and modern approaches to generating value from big data Explore AWS tools for ingesting, transforming, and consuming data, and for orchestrating pipelines Learn how to architect and implement data lakes and data lakehouses for big data analytics Book Description Knowing how to architect and implement complex data pipelines is a highly sought-after skill. Data engineers are responsible for building these pipelines that ingest, transform, and join raw datasets - creating new value from the data in the process. Amazon Web Services (AWS) offers a range of tools to simplify a data engineer's job, making it the preferred platform for performing data engineering tasks. This book will take you through the services and the skills you need to architect and implement data pipelines on AWS. You'll begin by reviewing important data engineering concepts and some of the core AWS services that form a part of the data engineer's toolkit. You'll then architect a data pipeline, review raw data sources, transform the data, and learn how the transformed data is used by various data consumers. The book also teaches you about populating data marts and data warehouses along with how a data lakehouse fits into the picture. Later, you'll be introduced to AWS tools for analyzing data, including those for ad-hoc SQL queries and creating visualizations. In the final chapters, you'll understand how the power of machine learning and artificial intelligence can be used to draw new insights from data. By the end of this AWS book, you'll be able to carry out data engineering tasks and implement a data pipeline on AWS independently. What you will learn Understand data engineering concepts and emerging technologies Ingest streaming data with Amazon Kinesis Data Firehose Optimize, denormalize, and join datasets with AWS Glue Studio Use Amazon S3 events to trigger a Lambda process to transform a file Run complex SQL queries on data lake data using Amazon Athena Load data into a Redshift data warehouse and run queries Create a visualization of your data using Amazon QuickSight Extract sentiment data from a dataset using Amazon Comprehend Who this book is for This book is for data engineers, data analysts, and data architects who are new to AWS and looki...
    Note: Online resource; Title from title page (viewed December 29, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072823
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master the key networking protocols and understand how computer networks work and communicate with each other About This Video Get to grips with Internet Protocol (IP) addressing, network masks, subnets, and subnetting Learn how to perform analysis of different protocols and Transmission Control Protocol/Internet Protocol (TCP/IP) layer headers Discover how computer networks operate on different layers In Detail Do you want to learn the basics and advanced concepts of computer networking? Do you want to prepare for the Cisco Certified Network Associate (CCNA) exam? With this course, you will learn the basic and advanced concepts of computer networking from scratch. The course starts with Transmission Control Protocol/Internet Protocol (TCP/IP) and Open Systems Interconnection (OSI) models, explaining how different hosts communicate with each other. Next, you will become familiar with networking layers, such as physical, data link, network, transport, and application. Once you have gained the knowledge of layers, you will move towards exploring the concepts of routing and learn the difference between private and public IP addresses. Next, you will discover the purpose of Network Address Translation (NAT) in networking and understand the Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) protocols in detail. By the end of this course, you will have gained a solid understanding of computer networking and network devices and will have developed the skills to pass the Cisco Certified Network Associate (CCNA) exam.
    Note: Online resource; Title from title screen (viewed January 22, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078016
    Language: English
    Pages: 1 online resource (1 video file, approximately 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to create websites quicker and easier using Wix About This Video Learn how to create a Wix website from templates and editor Grasp techniques for making your website mobile-friendly Get ready to buy your own domain name and put your Wix website live on the web In Detail Do you want to create a website but do not know how to code? No problem. With this video course, you’ll learn how easy it is to use Wix to create websites without writing a single line of code. The course starts by explaining to you the benefits and features of the Wix template and editor. From here, you’ll grasp all the steps needed for developing a Wix website. You’ll learn how to implement media into your website pages and discover techniques for editing media in ADI (artificial design intelligence) and inserting your own media in the website editor. Moving along, you’ll learn how to edit page layouts and create responsive mobile design for your website. Next, you’ll explore the site menu options and create page links for navigating inside the website. Finally, you’ll learn how to host your website on a domain and optimize the website content for ranking high on search engines. By the end of this course, you’ll be able to design and deploy a website from scratch using Wix.
    Note: Online resource; Title from title screen (viewed January 20, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074278
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Dive deep into the concepts of object-oriented programming (OOP) and become a professional in creating classes and writing clean Python code About This Video Get to grips with the four pillars of object-oriented programming (OOP) Find out the role of OOP concepts in Python Learn how to create classes using the principles of OOP In Detail From DevOps to cloud computing and data science, Python programming language is used in almost every field of computer science. But what happens when you use the principles of object-oriented programming (OOP) in Python? Find out in this course. The course starts with an introduction to OOP concepts and then gradually proceeds towards giving you a detailed insight into OOPs concepts. You will find out what is abstraction, encapsulation, inheritance, and polymorphism in OOP in detail. By the end of this course, you will be well-versed with Python OOP and will have developed the skills to write clean Python code and take your Python skills to the next level.
    Note: Online resource; Title from title screen (viewed January 29, 2021) , 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: 9781801074421
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A carefully tailored and structured course to make you an expert in Nmap in just 6.5 hours About This Video Gain a solid understanding of Nmap Learn modern techniques to map and scan the network Learn how to generate outputs and reports with WebMap In Detail Network scanning and enumeration have become an increasingly important aspect of penetration tests over the last couple of years. Organizations now have a complex network of assets storing sensitive and valuable data. To test the security posture of the organization, conducting effective network scanning and enumeration of the organization's network is mandatory. This course will help you become an expert in Nmap quickly and easily. The course starts by showing you the steps for setting up the working and then highlights the importance of Nmap for network scanning. Next, you will grasp the fundamental concepts of networking, such as port scanning, the Open Systems Interconnection (OSI) model, network layer, and transport layer. Moving along, you will learn how to discover hosts using pings and understand advanced scanning topics that will help you to set up your own virtual hacking lab. Next, you will learn techniques to detect and evade firewalls and become familiar with the Nmap Scripting Engine (NSE). Finally, you will find out the role of enumeration services, such as File Transfer Protocol (FTP), Simple Mail Transfer Protocol (SMTP), Doman Name System (DNS), HyperText Transfer Protocol (HTTP), Server Message Block (SMB), and MySQL in network scanning. By the end of this course, you will have all the key skills needed to use Nmap for penetration testing.
    Note: Online resource; Title from title screen (viewed January 19, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074704
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the basic concepts of data science and machine learning and learn how to implement these concepts successfully in the real-world About This Video Learn the fundamentals of data science, machine learning, and data mining Learn interesting techniques to evaluate a machine learning model Discover the best practices to solve real-world problems using machine learning In Detail Machine learning is the key to development in many areas, such as IT, security, marketing, automation, and even medicine. Without machine learning, it is impossible to build intelligent applications and devices, such as Alexa, Siri, and Google Assistant. This course will help to get familiar with data science and machine learning. The course starts with an introduction to data science, explaining different terms associated with it. You will also become familiar with machine learning and data science modeling and explore the key differences between model parameters and hyperparameters. Next, you will become familiar with the concepts of machine learning models, such as linear regression, decision trees, random forests, neural networks, and clustering techniques. Towards the end, you will learn how to evaluate machine learning models and learn the best practices to succeed in your data scientist role. By the end of this course, you will have a solid understanding of data science and machine learning fundamentals.
    Note: Online resource; Title from title screen (viewed January 18, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800565043
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Equip yourself with Linux skills and manage users, files, and directories from the Linux Shell confidently About This Video Learn about Linux networking and discover how it is used in the real world Gain a solid understanding of Linux files, directories, and permissions Learn how to write error-free and executable Linux shell scripts In Detail Do you want to understand how Linux works in the real world? From basic Linux commands to creating scripts, this course will teach you all. The course starts with an introduction to Linux, explaining its shell, terminal, and commands. You will also learn the process of installing Docker and creating a Linux container. Once the setup is ready, you will become familiar with the Linux processes and discover the role of data streams and piping. Moving along, you will learn how to manage files and directories and learn the common search operations used in Linux. Next, you will learn the techniques to compress and sort files and gain a good understanding of user management. Towards the end, you will learn to create executable scripts, grasp networking concepts, and get an overview of environment variables. By the end of this course, you will be able to perform basic and advanced Linux operations.
    Note: Online resource; Title from title screen (viewed January 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 188
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789342048
    Language: English
    Pages: 1 online resource (646 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the art of developing customized device drivers for your embedded Linux systems Key Features Stay up to date with the Linux PCI, ASoC, and V4L2 subsystems and write device drivers for them Get to grips with the Linux kernel power management infrastructure Adopt a practical approach to customizing your Linux environment using best practices Book Description Linux is one of the fastest-growing operating systems around the world, and in the last few years, the Linux kernel has evolved significantly to support a wide variety of embedded devices with its improved subsystems and a range of new features. With this book, you'll find out how you can enhance your skills to write custom device drivers for your Linux operating system. Mastering Linux Device Driver Development provides complete coverage of kernel topics, including video and audio frameworks, that usually go unaddressed. You'll work with some of the most complex and impactful Linux kernel frameworks, such as PCI, ALSA for SoC, and Video4Linux2, and discover expert tips and best practices along the way. In addition to this, you'll understand how to make the most of frameworks such as NVMEM and Watchdog. Once you've got to grips with Linux kernel helpers, you'll advance to working with special device types such as Multi-Function Devices (MFD) followed by video and audio device drivers. By the end of this book, you'll be able to write feature-rich device drivers and integrate them with some of the most complex Linux kernel frameworks, including V4L2 and ALSA for SoC. What you will learn Explore and adopt Linux kernel helpers for locking, work deferral, and interrupt management Understand the Regmap subsystem to manage memory accesses and work with the IRQ subsystem Get to grips with the PCI subsystem and write reliable drivers for PCI devices Write full multimedia device drivers using ALSA SoC and the V4L2 framework Build power-aware device drivers using the kernel power management framework Find out how to get the most out of miscellaneous kernel subsystems such as NVMEM and Watchdog Who this book is for This book is for embedded developers, Linux system engineers, and system programmers who want to explore Linux kernel frameworks and subsystems. C programming skills and a basic understanding of driver development are necessary to get started with this book.
    Note: Online resource; Title from title page (viewed January 8, 2021) , 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: 9781800561991
    Language: English
    Pages: 1 online resource (238 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get up and running with Roblox development with the help of expert guidance for working with Roblox components and Lua programming Key Features Discover solutions to common problems faced while creating games on Roblox Explore tips, tricks, and best practices and learn advanced Roblox coding techniques to create games Understand how to program in the Roblox Lua language, add engaging effects, add a variety of functionalities, and much more Book Description Roblox is a global virtual platform like no other for both playing and creating games. With well over 150 million monthly active users, Roblox hosts all genres of games that can be played by other members of the community using the Lua programming language. Not only can you create games for free, but you can also earn considerable sums of money if from the success of your games, and become part of the vast and supportive developer circle that provides excellent opportunities for networking in a tight-knit community. With this practical book, you'll get hands-on experience working on the Roblox platform. You'll start with an overview of Roblox development and then understand how to use Roblox Studio. As you progress, you'll gradually learn everything you need from how to program in Roblox Lua to creating Obby and Battle Royale games. Finally, you'll delve into the logistics of game production, focusing on optimizing the performance of your game by implementing impressive mechanics, monetization, and marketing practices. By the end of this Roblox book, you'll be able to lead or work with a team to bring your gaming world to life, and extend that experience to players around the world. What you will learn Get started with Roblox development and explore aspects such as choosing a developer type Understand how to use Roblox Studio and other free resources Create your first game with the Roblox Lua programming language Become well-versed with the three Ms - Mechanics, Monetization, and Marketing Develop real-world games such as Battle Royale and Obby Discover expert tips for collaborating effectively and managing project workloads Who this book is for This Roblox guide is for anyone interested in learning how to develop games on the Roblox platform. If you're already familiar with Roblox and looking for tips, tricks, and Roblox and Lua best practices for efficient development, you'll find this book helpful.
    Note: Online resource; Title from title page (viewed January 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 190
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075596
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Get to grips with big data technologies and work on real-world big data projects confidently About This Video Get a holistic picture of the big data ecosystem Become an expert in choosing big data technology as per the requirements Get ready to build end-to-end big data batch and streaming pipelines In Detail Do you want a guide that will help you to pick the right big data technology for your project? Or do you want to get a solid understanding of the big data architecture and pipelines? This course will help you out. After highlighting the course structure and learning objectives, the course will take you through the steps needed for setting up the environment. Next, you will understand the big data logical architecture, study the evolution of big data technologies, and explore big data pipelines. Moving along, you will become familiar with ingestion frameworks, such as Kafka, Flume, Nifi, and Sqoop. Next, you will learn about key storage frameworks, such as HDFS, HBase, Kudu, and Cassandra. Finally, you will go through the various data formats and uncover key data processing and data analysis frameworks. By the end of this course, you will have a good understanding of the big data architecture and technologies and will have developed the skills to build real-world big data pipelines.
    Note: Online resource; Title from title screen (viewed January 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 191
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800568754
    Language: English
    Pages: 1 online resource (628 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design and build high-performance, secure, and scalable Salesforce solutions to meet business demands and gain practical experience using real-world scenarios by creating engaging end-to-end solution presentations Key Features Design scalable technical solutions on the Salesforce Lightning platform Learn common integration, data migration, and security patterns for designing reliable architectures Build an end-to-end delivery framework pipeline for delivering successful projects within specified timelines Book Description Salesforce Certified Technical Architect (CTA) is the ultimate certification to validate your knowledge and skills when it comes to designing and building high-performance technical solutions on the Salesforce platform. The CTA certificate is granted after successfully passing the CTA review board exam, which tests your platform expertise and soft skills for communicating your solutions and vision. You'll start with the core concepts that every architect should master, including the data lifecycle, integration, and security, and build your aptitude for creating high-level technical solutions. You'll then explore specific knowledge domains that are tested in the review board. With the help of real-world examples, this book provides insights into essential topics such as selecting systems or components for your solutions, designing scalable and secure Salesforce architecture, and planning the development lifecycle and deployments. Finally, you'll work on two full mock scenarios that simulate the review board exam, helping you learn how to identify requirements, create a draft solution, and combine all the elements together to create an engaging story to present in front of the board or to a client in real life. By the end of this Salesforce book, you'll have gained the knowledge and skills required to pass the review board exam and implement architectural best practices and strategies in your day-to-day work. What you will learn Explore data lifecycle management and apply it effectively in the Salesforce ecosystem Design appropriate enterprise integration interfaces to build your connected solution Understand the essential concepts of identity and access management Develop scalable Salesforce data and system architecture Design the project environment and release strategy for your solution Articulate the benefits, limitations, considerations, and design choices relating to your solution Discover tips, tricks, and strategies to ...
    Note: Online resource; Title from title page (viewed February 12, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800206168
    Language: English
    Pages: 1 online resource (568 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Build fully functional, cloud-ready, and professional web applications using the latest features in the .NET 5 framework and React.js with Microsoft Azure Key Features Explore the new features of .NET 5 with this updated edition of ASP.NET Core 5 and React Discover strategies for adopting a full-stack development approach, clean architecture techniques, and development best practices Learn how to manage data, design and package applications, and secure your web apps Book Description Microsoft's .NET framework is a robust server-side framework, now even more powerful thanks to the recent unification of the Microsoft ecosystem with the .NET 5 framework. This updated second edition addresses these changes in the .NET framework and the latest release of React. The book starts by taking you through React and TypeScript components for building an intuitive single-page application and then shows you how to design scalable REST APIs that can integrate with a React-based frontend. Next, you'll get to grips with the latest features, popular patterns, and tools available in the React ecosystem, including function-based components, React Router, and Redux. As you progress through the chapters, you'll learn how to use React with TypeScript to make the frontend robust and maintainable and cover key ASP.NET 5 features such as API controllers, attribute routing, and model binding to build a sturdy backend. In addition to this, you'll explore API security with ASP.NET 5 identity and authorization policies and write reliable unit tests using both .NET and React, before deploying your app on Azure. By the end of this book, you'll have gained the knowledge you need to enhance your C# and JavaScript skills and build full-stack, production-ready applications with ASP.NET 5 and React. What you will learn Build RESTful APIs with .NET 5 using API controllers Secure REST APIs with identity and authorization policies Create strongly typed, interactive, and function-based React components using Hooks Understand how to style React components using Emotion.js Perform client-side state management with Redux Run a range of automated tests on the frontend and backend Implement continuous integration and continuous delivery (CI/CD) processes in Azure using Azure DevOps Who this book is for If you're a web developer looking to get up to speed with full-stack web application development with .NET Core and React, this book is for you. Although the book does not assume any knowled...
    Note: Online resource; Title from title page (viewed January 8, 2021) , 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: 9781801079419
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn essential techniques with Burp Suite to detect vulnerabilities that cause web applications to be compromised About This Video Learn how to find and exploit common vulnerabilities with Burp Learn how Burp Suite can help automate attacks Learn using hands-on examples In Detail Burp Suite contains an array of penetration testing and vulnerability finder tools. It is mainly used to identify the vulnerabilities of web applications. In this course, you will learn essential techniques with Burp Suite to detect vulnerabilities that cause web applications to be compromised. The course starts off with demonstrating how to set up your project in Burp Suite. It also introduces the different modules included in the Burp Suite. You’ll learn to identify information disclosure vulnerability and expose sites leaking sensitive information. You’ll also learn about insecure decentralization vulnerability and how this can be exposed. Web applications use WebSocket to communicate with the user. Testing web sockets for vulnerabilities is also covered in this course. You’ll also learn how to simulate the directory traversal attack and read files that are running. Finally, you will learn about some other attacks such as the external entity injection (XXE), cross-site scripting (XSS), and SQL injections. With this, you will have all the skills in your arsenal to test web applications.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077293
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A comprehensive, simple, and visual guide to data analysis using SAS programming, this course is simplified into 4 main areas: data preparation, data structuring, data visualization, and optimizing code using powerful SAS macros. About This Video A guide to the two SAS certification exams: SAS Base and SAS Advanced This course uses the SAS University Edition that is free to download and install on a PC or Mac Quiz and practice tests after each section are included In Detail This course is for absolute beginners as well as advanced users who wish to learn SAS programming. Delivered in a highly visual style, these immersive lectures will equip you with the cutting-edge tool used in many industries, primarily in pharma, finance, and insurance areas. Simplified into just 4 main areas, this course is an accelerated path to learning SAS programming. Data preparation will teach you how to import data from multiple sources, create new variables, write SAS functions, and understand what goes on behind the scenes in SAS datasets. Data structuring will make you leap into transforming data to a new level by merging and joining multiple datasets together, or turning them upside-down (sorting) and sideways (transposing). Data visualization will propel you further into the world of analytics and obtain insightful inferences from what is inside your data. The fourth and final section, Optimizing code, will take you into the world of macro programming that teaches you how to write your code professionally and elegantly. At the end of the course, you will try out most concepts discussed in this course through a coding exercise that will take you through the 4 sections in preparation for your own SAS certification.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077095
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This course gives an introduction to the pharmaceutical/life sciences industry in a simple and visual style that is easy to understand. It shows how SAS is used as a tool to work with the vast amount of clinical data within this industry. About This Video Dive head-first into the life sciences/pharmaceutical industry Master concepts of clinical drug development/clinical trials processes Learn how SAS programming is an integral part of putting a drug into the market In Detail The course takes you through an example clinical study sample data and generates various clinical study reports that are submitted to the FDA (in the US) or other regulatory authorities in other countries. You will not only hone your SAS programming skills but will also learn essential concepts needed to work in the pharma industry in the areas of biostatistics and clinical data management. After the introduction to the pharma industry and learning relevant concepts about clinical trials, the course takes you through a hands-on training exercise to build the very important and fundamental clinical study report, called the demographics table. You will begin with a sample clinical study data in an Excel sheet, then you will import it into SAS, derive all necessary variables as shown in the mock table, and finally, generate a clinical study report. All this will be done using guided SAS programming steps with detailed explanations at every step of the programming. At the end of this course, you will have learned to work with clinical study data, generate a real clinical study report, and extend those steps to build other reports that constitute clinical trial submissions to the regulatory bodies.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , 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: 9781801077569
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In just 10 hours, learn how to handle real-time data feed using Apache Kafka open-source messaging About This Video Become familiar with the design of Kafka and its use cases Design and introduce the Kafka group in single-hub and multi-hub arrangements Execute a Kafka consumer and Kafka producer using real-time streaming information In Detail Do you want to learn Apache Kafka to store and process multiple, nonstop streams of information faster? Or do you want to prepare for the Apache Kafka certification exam? This course is an ideal resource to learn Apache Kafka and to reach your goals. The course starts with an introduction to big data and Apache Kafka. Next, you will get into the details of a Kafka producer and consumer and grasp the techniques to tune the performance of Kafka operations. Moving along, you will explore the Kafka architecture and learn how to administer Kafka effectively. Next, you will learn to monitor server, infrastructure, and application and understand how the Schema Registry works in Kafka. Later, you will get to grips with Kafka Streams and Connectors and learn the process of integrating Kafka with Apache Storm, Spark, and Flume. Towards the end, you will learn how to perform various admin tasks using the admin clients and uncover useful tips to secure Kafka. By the end of this course, you will have developed the Kafka skills needed to handle real-time data feed and to pass the Apache Kafka certification exam.
    Note: Online resource; Title from title screen (viewed January 27, 2021) , 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] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073363
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Understand the features of Alteryx and learn how to automate boring manual data cleaning and data analysis tasks About This Video Become familiar with all the latest tools and features of Alteryx Learn how to use Alteryx for creating a smart solution workflow for data cleaning and data analysis Consolidate your learning by working on interesting real-world case studies In Detail Do you want to perform data cleansing and data analysis at jet speed? This course will show you how you can do data cleaning and data analysis a smooth and less time-consuming task using Alteryx. The course starts with an introduction to Alteryx, explaining its installation process and user interface. Next, you will learn how to get data and update existing data from Excel and Comma Separated Value (CSV) files using the In/Out tool in Alteryx. Moving along, you will learn to use the Preparation tab for data cleansing and filtering and find out the role of the Join tab in Alteryx. Next, you will learn to work with the Parse and Transform tabs and learn how to use the Reporting tab in Alteryx. Finally, you will study the tools under the Documentation tab, such as comment, explorer, and container, and go through some interesting case studies to encapsulate your learning. By the end of this course, you will be able to use Alteryx for your data cleaning and data analysis needs in the real world.
    Note: Online resource; Title from title screen (viewed January 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 198
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071154
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A simple guide to advanced SAS programming to help you master data analysis and prepare for advanced SAS certification exams. About This Video Learn how to use powerful SAS procedures that reveal amazing insights within your data Extract, analyze, and visualize data by building powerful SQL queries in SAS Prepare for advanced SAS certification exams In Detail For over 20 years, SAS has been the programming language of choice in many industries such as pharma, finance, and insurance, thanks to its ability to handle large amounts of data and its powerful analytics and visualization capabilities. As powerful as SAS programming is, it is also incredibly accessible. This course is designed to strengthen your existing knowledge of SAS so that you can use SAS procedures to reveal amazing insights within your data. While the course is an accelerated path to learning advanced SAS programming designed for advanced users, its visual and immersive style of delivery will help you not just comprehend the concepts easier and faster but retain them as well. The first section of the course teaches you how to build powerful code using SAS Macros. That way, you can significantly reduce your coding lines to make your code reusable and efficient. The second section will teach you how to combine the power of SAS and SQL in one procedure called PROC SQL. You will use SAS University Edition, which is free to download and install on a PC or Mac. By the end of this course, you will be able to build complex SAS programming code using macros, write powerful SQL queries in SAS to extract, analyze, and visualize data, and prepare for advanced SAS certification exams.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , 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: 9781839211195
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover recipes for building feature-rich, reliable iOS native apps and explore the latest features in Swift 5.3 with the help of proven industry standard recipes, modern design techniques, and popular strategies Key Features Learn Swift 5.3 programming techniques to write robust and efficient code Discover the fundamentals of Swift and build apps with frameworks such as Foundation, Networking, and UIKit Get to grips with the new features of Swift 5.3, including SwiftUI, CoreML and the Vision Framework Book Description Swift is an exciting, multi-platform, general-purpose programming language, and with this book, you'll explore the features of its latest version, Swift 5.3. The book begins with an introduction to the basic building blocks of Swift 5.3, its syntax, and the functionalities of Swift constructs. You'll then discover how Swift Playgrounds provide an ideal platform to write, execute, and debug your Swift code. As you advance through the chapters, the book will show you how to bundle variables into tuples or sets, order your data with an array, store key-value pairs with dictionaries, and use property observers. You'll also get to grips with the decision-making and control structures in Swift, examine advanced features such as generics and operators, and explore functionalities outside of the standard library. Once you've learned how to build iOS applications using UIKit, you'll find out how to use Swift for server-side programming, run Swift on Linux, and investigate Vapor. Finally, you'll discover some of the newest features of Swift 5.3 using SwiftUI and Combine to build adaptive and reactive applications, and find out how to use Swift to build and integrate machine learning models along with Apple's Vision Framework. By the end of this Swift book, you'll have discovered solutions to boost your productivity while developing code using Swift 5.3. What you will learn Explore basic to advanced concepts in Swift 5.3 programming Understand conditional statements, loops, and how to handle errors in Swift Define flexible classes and structs using generics Use advanced operators and create custom ones Build iOS apps using the powerful features of UIKit or the new SwiftUI framework Import your own custom functionality into Swift Playgrounds Run Swift on Linux and investigate server-side programming with the server-side framework Vapor Use Swift to implement machine learning models using CoreML and Vision Who this book is for If you are lo...
    Note: Online resource; Title from title page (viewed February 26, 2021) , 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: 9781801078368
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Prepare for the PgMP certification with this course and take your career in project management to the next level About This Video Gain the skills needed to pass the PgMP certification exam Get a solid understanding of the program management life cycle phases Learn how to plan and manage projects effectively in the real world In Detail The Program Management Professional (PgMP) accreditation from the Project Management Institute (PMI) is the subsequent stage after the Project Management Professional (PMP) certification and addresses the network of professionals who are answerable for the planned management of various undertakings that are in arrangement with authoritative decisions. This course will help you to learn everything that is needed to pass the PgMP Certification exam. The course starts with an overview of the PgMP certification exam. Next, you will cover the basic concepts of program management and learn its life cycle phases. Moving along, you will become familiar with concepts related to program strategy alignment, such as charter, environmental analysis, strategy, and program risk. Next, you will find out the benefits of program management and gain an understanding of program stakeholder engagement. Later, you will become familiar with program governance practices and program life cycle management. Finally, you will explore supporting processes, such as the program definition phase, program delivery phase, and program closure phase. By the end of this course, you will have all the knowledge needed to pass the PgMP certification course.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...