Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • MPI Ethno. Forsch.  (1.055)
  • München UB
  • Ethn. Museum Berlin
  • 2020-2024  (1.055)
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (1.055)
Datenlieferant
  • MPI Ethno. Forsch.  (1.055)
  • München UB
  • Ethn. Museum Berlin
Materialart
Sprache
Erscheinungszeitraum
Jahr
Fachgebiete(RVK)
  • 1
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781804613061 , 1804613061 , 9781804617120
    Sprache: Englisch
    Seiten: 1 online resource
    Paralleltitel: Erscheint auch als
    DDC: 005.3
    Schlagwort(e): Application program interfaces (Computer software) ; Interfaces de programmation d'applications ; APIs (interfaces)
    Kurzfassung: Get up to speed with API security using this comprehensive guide full of best practices for building safer and secure APIs Key Features Develop a profound understanding of the inner workings of APIs with a sharp focus on security Learn the tools and techniques employed by API security testers and hackers, establishing your own hacking laboratory Master the art of building robust APIs with shift-left and shield-right approaches, spanning the API lifecycle Purchase of the print or Kindle book includes a free PDF eBook Book Description Along with the exponential growth of API adoption comes a rise in security concerns about their implementation and inherent vulnerabilities. For those seeking comprehensive insights into building, deploying, and managing APIs as the first line of cyber defense, this book offers invaluable guidance. Written by a seasoned DevSecOps expert, Defending APIs addresses the imperative task of API security with innovative approaches and techniques designed to combat API-specific safety challenges. The initial chapters are dedicated to API building blocks, hacking APIs by exploiting vulnerabilities, and case studies of recent breaches, while the subsequent sections of the book focus on building the skills necessary for securing APIs in real-world scenarios. Guided by clear step-by-step instructions, you'll explore offensive techniques for testing vulnerabilities, attacking, and exploiting APIs. Transitioning to defensive techniques, the book equips you with effective methods to guard against common attacks. There are plenty of case studies peppered throughout the book to help you apply the techniques you're learning in practice, complemented by in-depth insights and a wealth of best practices for building better APIs from the ground up. By the end of this book, you'll have the expertise to develop secure APIs and test them against various cyber threats targeting APIs. What you will learn Explore the core elements of APIs and their collaborative role in API development Understand the OWASP API Security Top 10, dissecting the root causes of API vulnerabilities Obtain insights into high-profile API security breaches with practical examples and in-depth analysis Use API attacking techniques adversaries use to attack APIs to enhance your defensive strategies Employ shield-right security approaches such as API gateways and firewalls Defend against common API vulnerabilities across several frameworks and languages, such as .NET, Python, and Java Who this book is for This book is for application security engineers, blue teamers, and security professionals looking forward to building an application security program targeting API security. For red teamers and pentesters, it provides insights into exploiting API vulnerabilities. API developers will benefit understanding, anticipating, and defending against potential threats and attacks on their APIs. While basic knowledge of software and security is required to understand the attack vectors and defensive techniques explained in the book, a thorough understanding of API security is all you need to get started.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781837631346 , 1837631344
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource
    DDC: 005.4/53
    Schlagwort(e): Compilers (Computer programs) ; C++ (Computer program language) ; Compilateurs (Logiciels) ; C++ (Langage de programmation)
    Kurzfassung: LLVM was built to bridge the gap between the theoretical knowledge found in compiler textbooks and the practical demands of compiler development. With a modular codebase and advanced tools, LLVM empowers developers to build compilers with ease. This book serves as a practical introduction to LLVM, guiding you progressively through complex scenarios and ensuring that you navigate the challenges of building and working with compilers like a pro. The book starts by showing you how to configure, build, and install LLVM libraries, tools, and external projects. You’ll then be introduced to LLVM's design, unraveling its applications in each compiler stage: frontend, optimizer, and backend. Using a real programming language subset, you'll build a frontend, generate LLVM IR, optimize it through the pipeline, and generate machine code. Advanced chapters extend your expertise, covering topics such as extending LLVM with a new pass, using LLVM tools for debugging, and enhancing the quality of your code. You'll also focus on just-in-time compilation issues and the current state of JIT-compilation support with LLVM. Finally, you’ll develop a new backend for LLVM, gaining insights into target description and how instruction selection works. By the end of this book, you'll have hands-on experience with the LLVM compiler development framework through real-world examples and source code snippets.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781836201878 , 1836201877
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835461020 , 1835461026
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.13/3
    Schlagwort(e): Scala (Computer program language) ; Computer software Development ; Quality control ; Computer programming ; Scala (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: In this focused guide, we will dive into the world of Gatling, the potent open-source tool for web application load-testing. Starting with Gatling installation, we will uncover the power of Gatling Recorder, perfect for capturing user journeys and transforming them into scripts effortlessly. We will start by executing our first Gatling script and gain insights from the application through testing. This will be followed by core topics such as adding pauses, checking response codes, examining response bodies, and data extraction; we will then master debugging session variables and code reuse techniques. Moving ahead, we will dive into advanced topics such as looping HTTP calls, authentication and working with CSV feeders. We will understand basic and complex custom feeders, as well as templating files. We will introduce load simulations, ramping up users, and running Gatling from the command line with runtime parameters. Throughout the course, we will tackle challenges, refine our skills, and learn to monitor test executions with Gatling test result reports. We will also guide you on integrating Gatling into CI pipelines, covering GitHub repositories, Jenkins setup, and Travis CI configuration. By the end, you will be a Gatling expert, capable of effectively load-testing web applications and seamlessly integrating Gatling into CI/CD workflows, ensuring optimal performance and reliability. What You Will Learn Install and configure Gatling, both standalone and in an IDE Set up your development environment for writing Gatling load-test scripts Learn how to reformat Gatling code so that it can easily be reused Run tests from the command line, using build tools like Maven and Gradle Monitor test executions from the command line in Gatling Run Gatling tests in a CI environment with Jenkins and Travis CI Audience This course caters to a diverse audience, including quality assurance engineers looking to broaden their skill set, even if they have minimal or no prior experience with Gatling. It's also suitable for programmers who are keen to delve into load-testing but lack familiarity with Gatling. Additionally, if you are currently using alternative load-testing tools such as JMeter, LoadRunner, or NeoLoad and want to embark on a journey to learn a new tool, this course is designed to meet your needs and help you become proficient in Gatling. About The Author James Willett Ltd.: James is a distinguished principal engineer with an impressive record spanning over 15 years in the software industry with a heavy focus on automation and performance testing. James possesses a deep passion for teaching, particularly through online tutorials, and he's eager to channel his extensive technical knowledge into the realm of education.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781801817356 , 1801817359
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 006.3/2
    Schlagwort(e): Neural networks (Computer science) ; Machine learning ; Python (Computer program language) ; Réseaux neuronaux (Informatique) ; Apprentissage automatique ; Python (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Image segmentation is a key technology in the field of computer vision, which enables computers to understand the content of an image at a pixel level. It has numerous applications, including autonomous vehicles, medical imaging, and augmented reality. You will start by exploring tensor handling, automatic gradient calculation with autograd, and the fundamentals of PyTorch model training. As you progress, you will build a strong foundation, covering critical topics such as working with datasets, optimizing hyperparameters, and the art of saving and deploying your models. With a robust understanding of PyTorch, you will dive into the heart of the course--semantic segmentation. You will explore the architecture of popular models such as UNet and FPN, understand the intricacies of upsampling, grasp the nuances of various loss functions, and become fluent in essential evaluation metrics. Moreover, you will apply this knowledge in real-world scenarios, learning how to train a semantic segmentation model on a custom dataset. This practical experience ensures that you are not just learning theory but gaining the skills to tackle actual projects with confidence. By course end, you will wield the power to perform multi-class semantic segmentation on real-world datasets. What You Will Learn Implement multi-class semantic segmentation with PyTorch Explore UNet and FPN architectures for image segmentation Understand upsampling techniques and their importance in deep learning Learn the theory behind loss functions and evaluation metrics Perform efficient data preparation to reshape inputs to the appropriate format Create a custom dataset class for image segmentation in PyTorch Audience This course is tailored to a diverse audience, making it accessible to both newcomers and experienced individuals in the field of computer vision. If you are an aspiring developer eager to delve into image segmentation or a data scientist aiming to expand your deep learning repertoire, this course is for you. While no prior image segmentation knowledge is required, a fundamental understanding of Python is essential. Familiarity with machine learning concepts will be beneficial. About The Author Bert Gollnick: Bert Gollnick is a proficient data scientist with substantial domain knowledge in renewable energies, particularly wind energy. With a rich background in aeronautics and economics, Bert brings a unique perspective to the field. Currently, Bert holds a significant role at a leading wind turbine manufacturer, leveraging his expertise to contribute to innovative solutions. For several years, Bert has been a dedicated instructor, offering comprehensive training in data science and machine learning using R and Python. The core interests of Bert lie at the crossroads of machine learning and data science, reflecting a commitment to advancing these disciplines.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835465011 , 1835465013
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.1/4
    Schlagwort(e): Python (Computer program language) ; Computer software Testing ; Debugging in computer science ; Python (Langage de programmation) ; Débogage ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Playwright is a cutting-edge browser automation tool that empowers you to test and automate seamlessly. Pair this with Pytest, a versatile Python testing framework, and you will unlock a whole new level of testing prowess. In this course, you go through the integration of Playwright's capabilities into the Pytest framework, leveraging the power of the pytest-playwright plugin. Starting with the fundamentals of testing using Pytest, dive into the pytest-playwright plugin and explore a range of Playwright tools. Learn to use web-first assertions with expect(), conquer modern testing challenges in the UI Testing Playground, and gain mastery over Playwright fixtures, custom setup/teardown routines, and test hooks. Implement the Page Object Model for organized testing, handle network events seamlessly, and delve into REST API testing, authentication, and API request context. Next, you will discover optimization techniques such as parallelism, and understand how to deploy your automated tests seamlessly into your CI pipeline. Parameterize your tests with predefined test data for versatility and efficiency, and embrace the principles of behavior-driven development with Python Behave. By the course's end, you will have the skills and knowledge to craft automated tests that deliver speed, reliability, and robustness using Playwright and Pytest. What You Will Learn Write Python scripts to launch browsers and automate tasks performed Locate web elements using various methods and perform actions on web elements Log in to websites and authenticate yourself using your accounts Write a script to automate inbox mail checking for new emails and reporting Deploy automated tests using GitHub CI Practice behavior-driven development with Playwright and Python Behave Audience This course caters to a diverse audience, primarily targeting beginner Python developers who are keen to explore the world of web automation testing. If you are just starting your journey in Python and aspire to master web automation, this course offers a solid foundation. Additionally, automation testers looking to broaden their skill set, specifically in Playwright, will find this course invaluable. No prior knowledge is necessary, making it an accessible starting point for anyone interested in web automation and testing. A basic understanding of Python and HTML is recommended. About The Author Rahul Mula: Rahul Mula is a passionate developer with expertise in Python, Flutter, and web development. He was really intrigued the first time he learned about programming and realized what could be done with it. Rahul thrives on exploring diverse technologies and crafting innovative applications. He's the mastermind behind Keyviz, a remarkable open-source tool for real-time keystroke visualization. Rahul's contributions extend to the realm of education, where he has authored books and crafted courses on Python programming, benefiting thousands of eager learners.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835464755 , 1835464750
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.13
    Schlagwort(e): iOS (Electronic resource) ; Swift (Computer program language) ; Application software Development ; Swift (Langage de programmation) ; Logiciels d'application ; Développement ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: This course begins with an insightful introduction to the app development landscape. It then progresses to the hands-on creation of various apps, starting with a Resume App designed to familiarize you with SwiftUI and app designing principles. As you advance, you'll delve into the Text Editor App, where you'll master Swift basics including variables, constants, data types, and structuring reusable views. This segment solidifies your understanding of Swift's core concepts, paving the way for more complex app structures. In the Daily Journal App, you'll explore lists, multi-screen views, and SwiftData, gaining proficiency in handling data, creating detailed views, and managing data input. Next, the Course List App section shifts focus to web APIs and JSON, where you'll learn to fetch, decode, and display data from the web, a crucial skill in modern app development. Finally, the course culminates with practical guidance on getting your app onto the App Store, covering everything from setting up a developer account to managing certificates and crafting compelling metadata. The course concludes with an outro and a bonus video on adding search functionality to your Journal App, ensuring a well-rounded skillset. What you will learn Navigate and utilize Xcode for app development Design interfaces using SwiftUI components like Views, HStack, and VStack Implement Swift basics including variables, types, and control structures Create and manage Lists and Arrays in Swift Integrate and manage data with SwiftData Fetch and handle data from Web APIs Decode and display JSON data effectively Audience This course is ideal for beginners and newcomers in the field of iPhone App Development. The only prerequisite is access to a Mac (Apple) computer, which will serve as your gateway to learning and crafting innovative applications from scratch. About the Author Nick Walter: Nick Walter is an experienced mobile and web developer and has worked with technologies such as iOS, Android, Django, and Python. He learned to code about seven years ago. He had limited access to training resources back then. Whilst he learned to code, he also realized the need to change the way that people learn to code. That's when Nick took up teaching. His experience as an online student has definitely influenced his teaching style--he knows what it is like to be in their shoes. He started his teaching career in 2014, with the Internet's first Swift course. He now teaches a range of technologies such as iOS, Android, Django, Kotlin, Python, HTML, and Blockchain.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835463635 , 1835463630
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.74
    Schlagwort(e): Blockchains (Databases) ; Cryptocurrencies ; Chaînes de blocs ; Cryptomonnaie ; cryptocurrencies ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: DApp (decentralized application) operates on a blockchain network. DApps are decentralized and rely on a distributed network of computers rather than a central server. They use smart contracts for automation and tokens for transactions and are open-source, promoting transparency. This course is designed to equip us with the essential skills and knowledge needed to become proficient in building decentralized applications (DApps) on the blockchain. Starting with an introduction to blockchain technology and decentralization, the course progresses through hands-on tutorials covering Solidity, the Ethereum blockchain, smart contracts, and front-end development using React. Students will learn to create, compile, and deploy smart contracts, build DApp user interfaces, and interact with the Ethereum blockchain. The course delves into advanced topics such as token creation, NFT marketplaces, and DeFi concepts. With practical exercises and projects like building a voting system, practical experience in DApp development, and optional sections on UI animation and React and state, learners will gain opportunities for further skill enhancement. By the end of this course, we will have a robust understanding of DApp development and the ability to build and deploy their DApp. The course imparts essential technical skills and emphasizes real-world project structuring, understanding DApp development, and preparing us for freelancing opportunities and blockchain careers. What You Will Learn Understand and code in Solidity for smart contract development Build user interfaces with React and Bootstrap Learn to interact with blockchain networks Develop real DApps such as yield farming systems and ERC20 tokens Master Mocha and Truffle for contract testing Set up a local blockchain environment for DApp development/testing Audience This course is designed for a diverse audience of individuals passionate about blockchain technology and DApp development. Beginners seeking to embark on their coding journey and aspiring developers looking to learn DApp as freelancers or within the blockchain industry. Entrepreneurs with innovative ideas can equip themselves with the skills needed to create functioning blockchain projects. Tech enthusiasts and existing developers can discover a wealth of knowledge for those intrigued by blockchain and DApp. Prerequisites include having a computer, the Internet, and a strong interest in DApp. About The Author Clarian North: Clarian North is a recognized industry-certified instructor, CEO of Orbital LLC, and a senior project engineer with over 90K enrolments worldwide. His students have gone on to work for some of the biggest production companies such as Universal, Google, Amazon, Warner, and the BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and been featured in Rolling Stone, Billboard, Guardian, Bloomberg, and Vice. He has worked for majors, indies, and international publishing houses, including Grammy-nominated and award-winning productions, mixing for Emirates Airline Inflight Radio, and producing for Kompakt Records. He is dedicated to giving accessible and comprehensive tech courses, teaching complex subject matter with clear and example-based explanations, and guiding students through complex techniques with just a computer and free software.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835462980 , 1835462987
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 658.4/038011
    Schlagwort(e): Microsoft Power BI (Computer file) ; Business intelligence Computer programs ; Information visualization Computer programs ; Visualisation de l'information ; Logiciels ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Welcome to the Power BI masterclass! This masterclass course is designed to equip you with the expertise needed to leverage Power BI effectively. Throughout this course, we will guide you through a multifaceted journey, unraveling the intricacies of Power BI step by step. Starting with the fundamentals, we will explore the Power BI interface and its various features. We will learn how to create visually engaging reports and gain insights into advanced dataset management. We will also delve into DAX calculations, time intelligence, and data modelling to elevate our analytical capabilities. The course comprises three sections, each building upon the last. In the first section, we will discover how to enable interactive features, navigate the interface, create dynamic reports, and employ data manipulation techniques. Advanced dataset management and DAX calculations await us in the second section, enabling us to tackle complex data challenges. In the third section, we will dive into the heart of Power BI, mastering the art of creating a robust data model. Learn how to transform and structure data efficiently, connect dimension tables, and add critical elements such as a dates table. By the end of this course, we will be proficient in harnessing Power BI's capabilities to turn raw data into actionable insights. What You Will Learn Build visually engaging and dynamic reports Explore complex data transformations and manipulations Understand DAX calculations and time-based analysis Create robust data models for effective insights Explore buttons, bookmarks, and drill-through functionalities Clean, transform, and enrich data efficiently Audience This course caters to aspiring data analysts, business professionals, and anyone eager to harness the potential of Power BI for data-driven decision-making. No prior experience with Power BI is necessary; we start from the fundamentals. Basic familiarity with data concepts and Microsoft Office tools is beneficial but not mandatory. As we progress, you will gain comprehensive skills in data modelling, DAX calculations, and report creation. About The Author Dan We: Daniel Weikert is a 33-year-old entrepreneur, data enthusiast, consultant, and trainer. He is a master's degree holder certified in Power BI, Tableau, Alteryx (Core and Advanced), and KNIME (L1-L3). He is currently working in the business intelligence field and helps companies and individuals obtain vital insights from their data to deliver long-term strategic growth and outpace their competitors. He possesses a fervent dedication to both learning and teaching. His unwavering commitment extends to providing educational services and assisting individuals in achieving their objectives, mastering their fields, and embarking on new career journeys.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835884928 , 183588492X
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.44769
    Schlagwort(e): Electronic data processing personnel Certification ; Project management Study guides Examinations ; Information technology Study guides Management ; Gestion de projet ; Examens ; Guides de l'étudiant ; Technologie de l'information ; Gestion ; Guides de l'étudiant ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: The course begins by laying a solid foundation in project management principles, navigating through essential concepts such as the project life cycle, compliance, privacy, and ESG factors. It imparts a nuanced understanding of varied infrastructure concepts for IT projects and delves into the intricacies of software development life cycles and cloud models. The course focuses on equipping you with the knowledge to manage projects within an IT context, integrating advanced methodologies like Agile, PRINCE2, and DevOps. It addresses the complexities of digital, data, and operational security within project management while emphasizing the importance of strong corporate IT security policies. The course wraps up by consolidating your learning with practical applications, from establishing effective communication and stakeholder engagement to mastering procurement and vendor evaluation, preparing you to adeptly handle real-world project challenges. What you will learn Interpret project life cycle phases Manage IT project infrastructures Enforce robust IT security policies Execute effective risk responses Lead projects with ESG considerations Harness DevOps for project efficiency Audience This course is ideal for IT project managers and experienced professionals aiming to refine their project oversight capabilities. Familiarity with IT concepts and project management frameworks is advantageous. Perfect for those pursuing CompTIA Project+ certification and excellence in IT project execution. About the Authors ACI Learning: ACI Learning trains leaders in Cybersecurity, Audit, and Information Technology. Whether starting an IT career, mastering a profession, or developing a team, they provide essential support at every step. Robin Abernathy: Robin Abernathy's path to the IT world was filled with unexpected turns. Initially resistant to writing and computer careers, she ended up managing a computer store, igniting her passion for IT. With over two decades in the field, she's specialized in cybersecurity, project management, and CompTIA training materials. Joining ACI Learning in 2022, Robin overcame her aversion to her southern accent to present on camera. Robin holds a BS in Communications, focusing on Technical Writing, and boasts certifications including CompTIA's A+, Network+, Security+, and more. Her distinctions include BS in Communications, Author and certifications include CompTIA A+, Network+, Security+, Project+, Server+, CASP+, ITIL v3, CAPM, MCP. Lauren Deal: With a decade of in-classroom teaching experience, work as a national television host on the Home Shopping Network, and a background as a talk show producer and host, Lauren possesses a perfect blend of skills and interests in IT. This unique combination makes her an ideal learner advocate for ACI Learning training. She excels in asking clarifying questions related to exam objectives and enthusiastically learns alongside ACI Learning audiences. Additionally, Lauren has been studying the evolving use of AI technology and the development process of Augmented and Virtual Reality. Her certifications include AWS Certified Cloud Practitioner.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835467657 , 1835467652
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.3
    Schlagwort(e): Application software Development ; Application program interfaces (Computer software) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Unlock the potential of Redux and the Redux Toolkit in this comprehensive course designed for developers at all levels. We will begin by introducing you to Redux and the Redux Toolkit--a modern solution that streamlines Redux development and enhances productivity. As you progress through the course, we will dive deep into Redux concepts, from fundamental elements such as actions, reducers, and the Redux store to advanced topics such as immutability and the role of selectors in efficient data extraction. Gain hands-on experience in handling asynchronous actions using Redux Thunk and explore the world of middleware patterns. Learn how Redux DevTools can simplify debugging and optimize complex reducer composition. But that's just the beginning. This course takes you on a journey through advanced topics such as data caching, memoization, and WebSocket streaming. We will build a social media app from scratch, applying our newfound knowledge to real-world scenarios. Plus, we will integrate TypeScript for type-safe and robust application development, ensuring that you are well-rounded in your skills. By the end of this course, you will have the confidence to tackle complex projects, implement best practices, and leverage the full potential of modern Redux, particularly the Redux Toolkit. What You Will Learn Understand actions, reducers, and Redux store deeply Learn the core of Redux state management Implement selectors for Redux store data extraction Create middleware chains and custom middleware Utilize debugging and time-travel capabilities Dive into async actions, Promises, and API requests Audience This course accommodates developers at all career stages. It's perfect for junior developers establishing a strong Redux foundation while advancing their React expertise. Intermediate-level will value it for mastering Redux and excelling in high-level React and Redux interviews. Senior-level can stay current with modern Redux and industry standards. Those interested in migrating from traditional Redux to Redux Toolkit (RTK) will also benefit. While no prior programming experience is necessary, a basic grasp of JavaScript and React is recommended. Redux familiarity is a plus but not mandatory. About The Author Clarian North: Clarian North is a recognized industry-certified instructor, CEO of Orbital LLC, and a senior project engineer with over 90K enrolments worldwide. His students have gone on to work for some of the biggest production companies such as Universal, Google, Amazon, Warner, and the BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and been featured in Rolling Stone, Billboard, Guardian, Bloomberg, and Vice. He has worked for majors, indies, and international publishing houses, including Grammy-nominated and award-winning productions, mixing for Emirates Airline Inflight Radio, and producing for Kompakt Records. He is dedicated to giving accessible and comprehensive tech courses, teaching complex subject matter with clear and example-based explanations, and guiding students through complex techniques with just a computer and free software.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835465622 , 1835465625
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.4/46
    Schlagwort(e): Linux ; WordPress (Electronic resource) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Embark on a transformative learning experience, starting from basic Linux server setup to deploying and managing a full-featured WordPress website. You will start by familiarizing yourself with virtual environments and foundational Linux commands, then swiftly move into remote server management, using industry-standard tools like SSH. You'll gain first-hand experience in configuring web servers with Nginx, managing databases, and ensuring your WordPress site is primed for performance. As you progress, the course delves deeper into the administrative aspects of WordPress, guiding you through user roles, content management, and e-commerce integration with WooCommerce, shaping your site into a versatile online store. Beyond setup, this course elevates your skillset to tackle real-world sysadmin challenges--performance optimization, security hardening, and automation using Ansible--giving you the confidence to manage multiple WordPress instances with ease. The closing sections are dedicated to ensuring the longevity and reliability of your hosting environment, teaching you monitoring with Monit, secure data handling, backup strategies, and disaster recovery techniques. By the end, you'll have not only launched a WordPress site but also ensured its ongoing integrity and efficiency with professional-grade sysadmin skills. What you will learn Install and configure Linux on virtual machines Set up and secure Nginx and MySQL for web services Optimize server performance for high-traffic WordPress sites Deploy and customize a WordPress site from the ground up Harden server security and implement SSH best practices Automate repetitive tasks with Ansible for efficient site management Audience This course is ideal for beginners to Linux and those interested in DevOps and Cloud Infrastructure, aspiring engineers, and software developers seeking infrastructure insights. It's tailored for learners preferring hands-on projects and those aiming to understand professional-grade WordPress hosting, not just basic site setup. About the Author David Cohen: David Cohen is a seasoned system administrator, DevOps engineer, and software developer with experience spanning small businesses, mid-size companies with over a hundred employees, to large tech and engineering firms boasting staffs exceeding ten thousand. He is currently honing his skills as a Site Reliability Engineer (SRE) at a leading tech unicorn. Throughout his diverse career, David has concentrated on Linux, Cloud Infrastructure, DevOps, and programming in languages such as Python, Ruby, JavaScript, and Go, with a special emphasis on web security. He has an impressive track record, which includes contributing to the design of two Tier-4 data centers and serving as an infantryman. David's passion for teaching and technology shines through on his tutorialinux YouTube channel, where he has empowered tens of thousands to master both the fundamental and intricate aspects of system administration and software engineering.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781805125495 , 1805125494
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.13/3
    Schlagwort(e): Machine learning ; Python (Computer program language) ; Neural networks (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: The course begins with the fundamentals of Python, encompassing concepts such as assignment, flow control, lists, tuples, dictionaries, and functions. We then move on to the Python NumPy library, which supports large arrays and matrices. Before embarking on the journey of deep learning, a comprehensive theoretical session awaits, expounding upon the essential structure of an artificial neuron and its amalgamation to form an artificial neural network. The exploration then delves into the realm of CNNs, text-based models, binary and multi-class classification, and the intricate world of image processing. The transformation continues with an in-depth exploration of the GAN paradigm, spanning from fundamental principles to advanced strategies. Attendees will have the opportunity to construct models, harness transfer learning techniques, and venture into the realm of conditional GANs. Once we complete the fully connected GAN, we will then proceed with a more advanced Deep Convoluted GAN, or DCGAN. We will discuss what a DCGAN is and see the difference between a DCGAN and a fully connected GAN. Then we will try to implement the DCGAN. We will define the Generator function and define the Discriminator function. By the end of the course, you will wield the skills to create, fine-tune, and deploy cutting-edge AI solutions, setting you apart in this evolving landscape. What You Will Learn Learn about Artificial Intelligence (AI) and machine learning Understand deep learning and neural networks Learn about lists, tuples, dictionaries, and functions in Python Learn Pandas, NumPy, and Matplotlib basics Explore the basic structure of artificial neurons and neural network Understand Stride, Padding, and Flattening concepts of CNNs Audience This course is designed for newcomers aiming to excel in deep learning and Generative Adversarial Networks (GANs) starting from the basics. Progress from novice to advanced through immersive learning. Suitable for roles like machine learning engineer, deep learning specialist, AI researcher, data scientist, and GAN developer. About The Author Abhilash Nelson: Abhilash Nelson is a pioneering, talented, and security-oriented Android/iOS mobile and PHP/Python web application developer with more than eight years of IT experience involving designing, implementing, integrating, testing, and supporting impactful web and mobile applications. He has a master's degree in computer science and engineering and has PHP/Python programming experience, which is an added advantage for server-based Android and iOS client applications. Abhilash is currently a senior solution architect managing projects from start to finish to ensure high quality and innovative and functional design.
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835468814 , 1835468810
    Sprache: Unbestimmte Sprache
    Seiten: 1 online resource (1 video file)
    DDC: 005.2/762
    Schlagwort(e): JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: "This course seamlessly interweaves foundational knowledge with hands-on coding challenges to ensure a thorough grasp of the subject. Start with an introduction to DSA's significance, and then immerse yourself in hands-on exercises like ""Hello World"" to ease into the coding mindset. Delve deeper as you explore arrays, manipulating strings, solving common challenges. Further on, refine your coding finesse as you navigate through hash tables, maps, and sets, crafting elegant solutions to intricate problems like anagram grouping. But this course doesn't stop at surface-level coding practices. Dive into the depths of intricate data structures like stacks, queues, and linked lists. Experience the beauty of tree structures, binary search trees, and graphs, understanding their traversal and practical applications. Writing code is just half the battle. Understanding the efficiency and optimization of your code is paramount. Grasp the concepts of time and space complexity, and familiarize yourself with iconic sorting algorithms, from bubble sort to quick sort. By the end of this course, you will have journeyed from the basic constructs of data structures to the intricate maze of algorithms, all the while understanding their real-world applicability and performance nuances. What You Will Learn Grasp the intricacies of fundamental data structures Master key algorithms, ranging from basic challenges to intricate sorting methods Optimize code by understanding the nuances of time and space complexity Tackle real-world coding challenges with hands-on problem-solving techniques Implement and traverse stacks, queues, and binary search trees effectively Visualize graph traversals and apply depth-first and breadth-first techniques Audience Knowing JavaScript & programming fundamentals is essential before you take up this course. This course is ideal for developers that want to build better foundational problem-solving skills and pass job interviews. About The Author Brad Traversy: Brad Traversy has been programming for around 12 years and teaching for almost 5 years. He is the owner of Traversy Media, which is a successful web development YouTube channel and specializes in everything from HTML5 to front-end frameworks such as Angular as well as server-side technologies such as Node.js, PHP, and Python. Brad has mastered explaining overly complex topics in a simple manner that is understandable. Invest in your knowledge by watching Brad's courses.".
    Anmerkung: Machine-generated record
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073301
    Sprache: Englisch
    Seiten: 1 online resource (424 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Gain in-depth knowledge of Azure fundamentals that will make it easy for you to achieve AZ-900 certification Key Features Get fundamental knowledge of cloud concepts and the Microsoft Azure platform Explore practical exercises to gain experience of working with the Microsoft Azure platform in the real world Prepare to achieve AZ-900 certification on the first go with the help of simplified examples covered in the book Book Description This is the digital and cloud era, and Microsoft Azure is one of the top cloud computing platforms. It;s now more important than ever to understand how the cloud functions and the different services that can be leveraged across the cloud. This book will give you a solid understanding of cloud concepts and Microsoft Azure, starting by taking you through cloud concepts in depth, then focusing on the core Azure architectural components, solutions, and management tools. Next, you will understand security concepts, defense-in-depth, and key security services such as Network Security Groups and Azure Firewall, as well as security operations tooling such as Azure Security Center and Azure Sentinel. As you progress, you will understand how identity, governance, privacy, and compliance are managed in Azure. Finally, you will get to grips with cost management, service-level agreements, and service life cycles. Throughout, the book features a number of hands-on exercises to support the concepts, services, and solutions discussed. This provides you with a glimpse of real-world scenarios, before finally concluding with practice questions for AZ-900 exam preparation. By the end of this Azure book, you will have a thorough understanding of cloud concepts and Azure fundamentals, enabling you to pass the AZ-900 certification exam easily. What you will learn Explore cloud computing with Azure cloud Gain an understanding of the core Azure architectural components Acquire knowledge of core services and management tools on Azure Get up and running with security concepts, security operations, and protection from threats Focus on identity, governance, privacy, and compliance features Understand Azure cost management, SLAs, and service life cycles Who this book is for This Azure fundamentals book is both for those with technical backgrounds and non-technical backgrounds who want to learn and explore the field of cloud computing, especially with Azure. This book will also help anyone who wants to develop a good foundation for achieving a...
    Anmerkung: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811576
    Sprache: Englisch
    Seiten: 1 online resource (264 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Discover how to use the LEGO SPIKE Prime kit and boost your confidence in robotics, coding, and engineering Key Features Get up and running with new parts not seen in previous LEGO kits Gain deeper insights into non-compatible sensors and components that work with all prior LEGO components and third-party elements Explore new features and experiment with new robot builds with LEGO's new coding platform Book Description The new LEGO SPIKE Prime is one of the latest additions to the LEGO robotics line of products. This book will help you to enjoy building robots and understand how exciting robotics can be in terms of design, coding, and the expression of ideas. The book begins by taking you through a new realm of playful learning experiences designed for inventors and creators of any age. In each chapter, you'll find out how to build a creative robot, learn to bring the robot to life through code, and finally work with exercises to test what you've learned and remix the robot to suit your own unique style. Throughout the chapters, you'll build exciting new smart robots such as a handheld game, a robotic arm with a joystick, a guitar, a flying bird, a sumobot, a dragster, and a Simon Says game. By the end of this LEGO book, you'll have gained the knowledge and skills you need to build any robot that you can imagine. What you will learn Discover how the LEGO SPIKE Prime kit works, and explore its parts and the elements inside them Build and design robots that go beyond basic robotic designs Create interactive robots with the help of sensors Explore real-world robots and learn how to build them by yourself Find out challenging ways to remix build ideas with your own imagination and skills Develop coding skills using the Scratch programming interface Who this book is for This book is for robot enthusiasts, LEGO lovers, hobbyists, educators, students, and anyone looking to learn about the new LEGO SPIKE Prime kit. The book is designed to go beyond the basic builds to intermediate and advanced builds, while also helping you to learn how to add your own personal touch to the builds and code. To make the most of this book, you'll need a basic understanding of build techniques, coding in block-based software environments, and weaving them together to create unique robot builds.
    Anmerkung: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230276
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn the most in-demand IDE currently among the programmers’ community. Acquire the skill of editing the source code in an efficient way, especially inclined towards C# developers. About This Video Master editing the C# files and code faster to dramatically improve your productivity Learn to install, debugging tools, options available, and use extensions to power up the VS Code Build your own snippets to extend the programming experience even further in a step-by-step approach In Detail Visual Studio Code is the #1 IDE among the programmers’ community. The usage of VS Code has increased exponentially in recent years. Companies such as Facebook, Google, Microsoft, and many others use Visual Studio Code to do development in various programming languages at a large scale. You will be learning these VS Code concepts from scratch in this course. You will get started with Visual Studio Code and create your first C# project. Then master editing and know how to navigate better in Visual Studio Code. After that, you will get to know Intellisense and use extensions in VS Code. Post that, you will learn to debug in Visual Studio Code, and master Git and GitHub usage for your C# projects. Finally, you will learn Visual Studio Code workspaces, and build snippets in Visual Studio Code. By the end of this course, you will have a strong foundation in using Visual Studio Code for C# programming. This course will provide significant knowledge of using Visual Studio Code for your next C# project. You will be certain to use the learned concepts with ease by following a step-by-step approach. You will be confident to instantly apply the IDE tips covered in the course. Who this book is for This course is ideal for beginner C# programmers, who are starting out with programming. This course will provide you with a strong foundation on using Visual Studio Code for C# programming. Experienced C# programmers, who are looking to switch to Visual Studio Code from another IDE will also be benefitted. Basic knowledge of C# programming will be helpful. Apart from this, a basic knowledge of Git will be helpful for the Git section, but not mandator
    Anmerkung: Online resource; Title from title screen (viewed January 28, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811644
    Sprache: Englisch
    Seiten: 1 online resource (420 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: A comprehensive guide for teaching system administrators, developers, and security professionals how to create their own systemd units and maintain system security Key Features Get well-versed with maintaining and troubleshooting systemd services Learn to create, modify, and reload service files and use systemd utilities Use cgroups to control resource usage and enhance security Book Description systemd is a new type of Linux init system for today's high-performance, multi-CPU, and multi-core hardware that is now used on all major enterprise-grade Linux distros. The main goal of this Linux systemd book is to help you get an in-depth understanding of systemd to set up your servers securely and efficiently. This book starts by explaining systemd management, which will help you manage your servers effectively. You'll then learn how to edit and create your own systemd units, which will be particularly helpful if you need to create custom services or timers and add features or security to an existing service. Next, you'll understand how to analyze and fix boot-up challenges and set system parameters. Later, you'll come across cgroups, that'll help you control system resource usage for both processes and users. The book also shows you how cgroups are structured, the differences between cgroups Version 1 and 2, and how to set resource limits on both. Finally, you'll learn about the systemd way of performing time-keeping, networking, logging, and login management. You'll discover how to configure servers accurately and gather system information to analyze system security and performance. By the end of this Linux book, you'll be able to efficiently manage all aspects of a server running the systemd init system. What you will learn Use basic systemd utilities to manage a system Create and edit your own systemd units Create services for Podman-Docker containers Enhance system security by adding security-related parameters Find important information with journald Analyze boot-up problems Configure system settings with systemd utilities Who this book is for This book is for Linux administrators who want to learn more about maintaining and troubleshooting Linux servers. Aspiring administrators studying for a Linux certification exam and developers looking to learn how to create systemd unit files will also find this book useful. Additionally, this book will be helpful for security administrators who want to understand the security settings that can be used ...
    Anmerkung: Online resource; Title from title page (viewed February 3, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073097
    Sprache: Englisch
    Seiten: 1 online resource (676 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get to grips with leading 3D engineering and product design application to design robust 3D models and achieve CSWA and CSWP certification Key Features Gain comprehensive insights into the core aspects of 3D modeling's mechanical parts Learn how to generate assembly designs with both standard and advanced mates Discover design practices for both 2D as well as 3D modeling and prepare to achieve CSWP and CSWA certification Book Description SOLIDWORKS is the leading choice for 3D engineering and product design applications across industries such as aviation, automobile, and consumer product design. This book helps you to get up and running with SOLIDWORKS and understand each new concept and tool with the help of easy-to-follow exercises. You'll begin with the basics, exploring the software interface and finding out how to work with drawing files. The book then guides you through topics such as sketching, building complex 3D models, generating dynamic and static assemblies, and generating 2D engineering drawings to prepare you to take on any design project. You'll also work with practical exercises to get hands-on experience with creating sketches, 3D part models, assemblies, and drawings. To reinforce your understanding of SOLIDWORKS, the book is supplemented by downloadable files that will help you to understand the concepts and exercises more easily. Finally, you'll also work on projects for 3D modeling objects inspired by everyday life. By the end of this SOLIDWORKS book, you'll have gained the skills you need to create professional 3D mechanical models using SOLIDWORKS and be able to prepare effectively for the Certified SOLIDWORKS Associate (CSWA) and Certified SOLIDWORKS Professional (CSWP) exams. What you will learn Understand the fundamentals of SOLIDWORKS and parametric modeling Create professional 2D sketches as bases for 3D models using simple and advanced modeling techniques Use SOLIDWORKS drawing tools to generate standard engineering drawings Evaluate mass properties and materials for designing parts and assemblies Join different parts together to form static and dynamic assemblies Discover expert tips and tricks to generate different part and assembly configurations for your mechanical designs Who this book is for This book is for aspiring engineers, designers, makers, draftsmen, and hobbyists looking to get started with SOLIDWORKS and explore the software. Individuals who are interested in becoming Certified SOLIDWORKS Associates ...
    Anmerkung: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816489
    Sprache: Englisch
    Seiten: 1 online resource (460 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: A practical guide for software architects and Java developers to build cloud-native hexagonal applications using Java and Quarkus to create systems that are easier to refactor, scale, and maintain Key Features Learn techniques to decouple business and technology code in an application Apply hexagonal architecture principles to produce more organized, coherent, and maintainable software Minimize technical debts and tackle complexities derived from multiple teams dealing with the same code base Book Description Hexagonal architecture enhances developers' productivity by decoupling business code from technology code, making the software more change-tolerant, and allowing it to evolve and incorporate new technologies without the need for significant refactoring. By adhering to hexagonal principles, you can structure your software in a way that reduces the effort required to understand and maintain the code. This book starts with an in-depth analysis of hexagonal architecture's building blocks, such as entities, use cases, ports, and adapters. You'll learn how to assemble business code in the Domain hexagon, create features by using ports and use cases in the Application hexagon, and make your software compatible with different technologies by employing adapters in the Framework hexagon. Moving on, you'll get your hands dirty developing a system based on a real-world scenario applying all the hexagonal architecture's building blocks. By creating a hexagonal system, you'll also understand how you can use Java modules to reinforce dependency inversion and ensure the isolation of each hexagon in the architecture. Finally, you'll get to grips with using Quarkus to turn your hexagonal application into a cloud-native system. By the end of this hexagonal architecture book, you'll be able to bring order and sanity to the development of complex and long-lasting applications. What you will learn Find out how to assemble business rules algorithms using the specification design pattern Combine domain-driven design techniques with hexagonal principles to create powerful domain models Employ adapters to make the system support different protocols such as REST, gRPC, and WebSocket Create a module and package structure based on hexagonal principles Use Java modules to enforce dependency inversion and ensure isolation between software components Implement Quarkus DI to manage the life cycle of input and output ports Who this book is for This book is for software ar...
    Anmerkung: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079297
    Sprache: Englisch
    Seiten: 1 online resource (242 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Build interactive dashboards and storytelling reports at scale with the cloud-native BI tool - Amazon QuickSight, including embedded analytics and ML-powered insights Key Features Understand how to set up Amazon QuickSight, manage data sources, and build and share dashboards Learn the advanced features of Amazon Quicksight to develop interactive and embedded dashboards Manage and monitor dashboards using the QuickSight API and other AWS services such as Amazon CloudTrail Book Description The adoption of cloud-native BI tools, like Amazon QuickSight, enables organizations to gather insights from data at scale. This book is a practical guide to performing simple-to-advanced tasks with Amazon QuickSight. You'll begin by learning QuickSight's fundamental concepts and how to configure data sources. Next, you'll be introduced to the main analysis-building functionality of QuickSight to develop visuals and dashboards. The book will also demonstrate how to develop and share interactive dashboards with parameters and on-screen controls. Advanced filtering options with URL actions will then be covered, before learning how to set up alerts and scheduled reports. Later, you'll explore the Insights visual type in QuickSight using both existing insights and by building custom insights. Further chapters will show you how to add machine learning insights such as forecasting capabilities, analyzing time series data, adding narratives, and outlier detection to your dashboards. You'll also explore patterns to automate operations and look closer into the API actions that allow us to control settings. Finally, you'll learn advanced topics such as embedded dashboards and multitenancy. By the end of this book, you'll be well-versed with QuickSight's BI and analytics functionalities that will help you create BI apps with ML capabilities. What you will learn Understand the wider AWS analytics ecosystem and how QuickSight fits within it Set up and configure data sources with Amazon QuickSight Include custom controls and add interactivity to your BI application using parameters Add ML insights such as forecasting, anomaly detection, and narratives Explore patterns to automate operations using QuickSight APIs Create interactive dashboards and storytelling with Amazon QuickSight Design an embedded multi-tenant analytics architecture Focus on data permissions and how to manage Amazon QuickSight operations Who this book is for This book is for business intelligence (BI) dev...
    Anmerkung: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238043
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 10 hr., 57 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Pass your SC-300: Microsoft Identity and Access administrator exam with the help of this highly engaging and comprehensive guide. About This Video Implement an identity management solution, authentication, and access management solution Implement access management for apps, plan and implement an identity governance strategy A reference or end-to-end guide to pass your SC 300 exam from a Microsoft certified trainer In Detail The Microsoft Identity and Access Administrator designs, implements, and operates an organization’s identity and access management systems by using Azure Active Directory (Azure AD). They manage tasks such as providing secure authentication and authorization access to enterprise applications. The administrator provides seamless experiences and self-service management capabilities for all users. Adaptive access and governance are core elements to the role. This role is also responsible for troubleshooting, monitoring, and reporting for the identity and access environment. This course starts from implementing the initial configuration of Azure Active Directory. Then, create, configure, and manage identities. Followed by, implementing, and managing external identities. You will implement and manage hybrid identity, then plan and implement Azure multifactor authentication. Then manage user authentication, and plan, implement and administer conditional access. After that, you will manage Azure AD identity protection. Plan, implement and monitor the integration of enterprise apps for SSO and app registrations. Moving ahead, you will plan, implement, and manage entitlement and access reviews. Finally, you will see privileged access along with monitoring and maintaining Azure Active Directory. By the end of this course, you will gain the requisite knowledge and confidence to pass the SC-300: Microsoft Identity and Access administrator exam. Who this book is for This course is for security enthusiasts who want to complete the SC-300 certification. This is designed for those who would like to look at security from the identity perspective and want to be the identity security defenders of their organization. Basic knowledge of Azure and its components along with information security will be helpful. Work exposure to Active Directory, its usage, and its purpose is required but not mandatory.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811446
    Sprache: Englisch
    Seiten: 1 online resource (384 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Discover how to inject your code with highly performant Rust features to develop fast and memory-safe applications Key Features Learn to implement Rust in a Python system without altering the entire system Write safe and efficient Rust code as a Python developer by understanding the essential features of Rust Build Python extensions in Rust by using Python NumPy modules in your Rust code Book Description Python has made software development easier, but it falls short in several areas including memory management that lead to poor performance and security. Rust, on the other hand, provides memory safety without using a garbage collector, which means that with its low memory footprint, you can build high-performant and secure apps relatively easily. However, rewriting everything in Rust can be expensive and risky as there might not be package support in Rust for the problem being solved. This is where Python bindings and pip come in. This book will help you, as a Python developer, to start using Rust in your Python projects without having to manage a separate Rust server or application. Seeing as you'll already understand concepts like functions and loops, this book covers the quirks of Rust such as memory management to code Rust in a productive and structured manner. You'll explore the PyO3 crate to fuse Rust code with Python, learn how to package your fused Rust code in a pip package, and then deploy a Python Flask application in Docker that uses a private Rust pip module. Finally, you'll get to grips with advanced Rust binding topics such as inspecting Python objects and modules in Rust. By the end of this Rust book, you'll be able to develop safe and high-performant applications with better concurrency support. What you will learn Explore the quirks of the Rust programming language that a Python developer needs to understand to code in Rust Understand the trade-offs for multiprocessing and thread safety to write concurrent code Build and manage a software project with cargo and crates Fuse Rust code with Python so that Python can import and run Rust code Deploy a Python Flask application in Docker that utilizes a private Rust pip module Inspect and create your own Python objects in Rust Who this book is for This book is for Python developers who want to speed up their Python code with Rust and implement Rust in a Python system without altering the entire system. You'll be able to learn about all topics relating to Rust programming. Basic know...
    Anmerkung: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819992
    Sprache: Englisch
    Seiten: 1 online resource (594 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Make the best of your test suites by using cutting-edge software architecture patterns in Python Key Features Learn how to create scalable and maintainable applications Build a web system for micro messaging using concepts in the book Use profiling to find bottlenecks and improve the speed of the system Book Description Developing large-scale systems that continuously grow in scale and complexity requires a thorough understanding of how software projects should be implemented. Software developers, architects, and technical management teams rely on high-level software design patterns such as microservices architecture, event-driven architecture, and the strategic patterns prescribed by domain-driven design (DDD) to make their work easier. This book covers these proven architecture design patterns with a forward-looking approach to help Python developers manage application complexity—and get the most value out of their test suites. Starting with the initial stages of design, you will learn about the main blocks and mental flow to use at the start of a project. The book covers various architectural patterns like microservices, web services, and event-driven structures and how to choose the one best suited to your project. Establishing a foundation of required concepts, you will progress into development, debugging, and testing to produce high-quality code that is ready for deployment. You will learn about ongoing operations on how to continue the task after the system is deployed to end users, as the software development lifecycle is never finished. By the end of this Python book, you will have developed "architectural thinking": a different way of approaching software design, including making changes to ongoing systems. What you will learn Think like an architect, analyzing software architecture patterns Explore API design, data storage, and data representation methods Investigate the nuances of common architectural structures Utilize and interoperate elements of patterns such as microservices Implement test-driven development to perform quality code testing Recognize chunks of code that can be restructured as packages Maintain backward compatibility and deploy iterative changes Who this book is for This book will help software developers and architects understand the structure of large complex systems and adopt architectural patterns that are scalable. Examples in the book are implemented in Python so a fair grasp of basic Python concepts is ex...
    Anmerkung: Online resource; Title from title page (viewed January 12, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811781
    Sprache: Englisch
    Seiten: 1 online resource (374 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Explore IoT, data analytics, and machine learning to solve cyber-physical problems using the latest capabilities of managed services such as AWS IoT Greengrass and Amazon SageMaker Key Features Accelerate your next edge-focused product development with the power of AWS IoT Greengrass Develop proficiency in architecting resilient solutions for the edge with proven best practices Harness the power of analytics and machine learning for solving cyber-physical problems Book Description The Internet of Things (IoT) has transformed how people think about and interact with the world. The ubiquitous deployment of sensors around us makes it possible to study the world at any level of accuracy and enable data-driven decision-making anywhere. Data analytics and machine learning (ML) powered by elastic cloud computing have accelerated our ability to understand and analyze the huge amount of data generated by IoT. Now, edge computing has brought information technologies closer to the data source to lower latency and reduce costs. This book will teach you how to combine the technologies of edge computing, data analytics, and ML to deliver next-generation cyber-physical outcomes. You'll begin by discovering how to create software applications that run on edge devices with AWS IoT Greengrass. As you advance, you'll learn how to process and stream IoT data from the edge to the cloud and use it to train ML models using Amazon SageMaker. The book also shows you how to train these models and run them at the edge for optimized performance, cost savings, and data compliance. By the end of this IoT book, you'll be able to scope your own IoT workloads, bring the power of ML to the edge, and operate those workloads in a production setting. What you will learn Build an end-to-end IoT solution from the edge to the cloud Design and deploy multi-faceted intelligent solutions on the edge Process data at the edge through analytics and ML Package and optimize models for the edge using Amazon SageMaker Implement MLOps and DevOps for operating an edge-based solution Onboard and manage fleets of edge devices at scale Review edge-based workloads against industry best practices Who this book is for This book is for IoT architects and software engineers responsible for delivering analytical and machine learning–backed software solutions to the edge. AWS customers who want to learn and build IoT solutions will find this book useful. Intermediate-level experience with running Python ...
    Anmerkung: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803246680
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 hr., 50 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: A hands-on comprehensive course to master the core basics of Python 3 to dive into the world of coding with Python. About This Video Learn to write your first Python code and run it Discover Python OOP (Object-Oriented Programming) Get introduced to inheritance and composition (OOP) In Detail The course is recorded with the latest Python version: Python 3. It is a practical focused course, thus making it compressive and easy to follow for beginners stepping into the world of programming. The course is divided into four levels. The first level is about Python shell, variables, data types, lists, and user input. The second level will take you through Python IDE (PyCharm), comments, functions, and scope. The third level is about conditions (if) and loops, followed by the fourth level, which is to read/write to a file, use and create Python modules, and run a Python program from the terminal. There is also a bonus lesson on OOP (Object-Oriented Programming). Learning OOP will help you enhance your skills further. By the end of the course, you will have a strong foundation in Python and you will be able to build on that foundation with confidence. Who this book is for This course is for complete beginners who want to learn Python basics in a straightforward way. Even if you are a programming beginner who started with another language and want to jump to Python, you can opt for this course. This course is also for Python developers who want a quick refresher course, or anyone interested in web development, robotics, artificial intelligence, video games development, and data science.
    Anmerkung: Online resource; Title from title screen (viewed January 25, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800209794
    Sprache: Englisch
    Seiten: 1 online resource (488 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get to grips with the tools, services, and functions needed for application migration to help you move from legacy applications to cloud-native on Google Cloud Key Features Discover how a sample legacy application can be transformed into a cloud-native application on Google Cloud Learn where to start and how to apply application modernization techniques and tooling Work with real-world use cases and instructions to modernize an application on Google Cloud Book Description Legacy applications, which comprise 75–80% of all enterprise applications, often end up being stuck in data centers. Modernizing these applications to make them cloud-native enables them to scale in a cloud environment without taking months or years to start seeing the benefits. This book will help software developers and solutions architects to modernize their applications on Google Cloud and transform them into cloud-native applications. This book helps you to build on your existing knowledge of enterprise application development and takes you on a journey through the six Rs: rehosting, replatforming, rearchitecting, repurchasing, retiring, and retaining. You'll learn how to modernize a legacy enterprise application on Google Cloud and build on existing assets and skills effectively. Taking an iterative and incremental approach to modernization, the book introduces the main services in Google Cloud in an easy-to-understand way that can be applied immediately to an application. By the end of this Google Cloud book, you'll have learned how to modernize a legacy enterprise application by exploring various interim architectures and tooling to develop a cloud-native microservices-based application. What you will learn Discover the principles and best practices for building cloud-native applications Study the six Rs of migration strategy and learn when to choose which strategy Rehost a legacy enterprise application on Google Compute Engine Replatform an application to use Google Load Balancer and Google Cloud SQL Refactor into a single-page application (SPA) supported by REST services Replatform an application to use Google Identity Platform and Firebase Authentication Refactor to microservices using the strangler pattern Automate the deployment process using a CI/CD pipeline with Google Cloud Build Who this book is for This book is for software developers and solutions architects looking to gain experience in modernizing their enterprise applications to run on Google Cloud and t...
    Anmerkung: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235950
    Sprache: Englisch
    Seiten: 1 online resource (278 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get to grips with React Hooks and design your own custom Hook to manage application states for making better decisions in site architecture Key Features Get to grips with Hooks' design and understand each built-in Hook's pitfalls with examples Discover how to turn your existing code into a reusable Hook via code refactoring Explore design solutions to identify and solve site performance issues involving Hooks Book Description React hook creates a unique solution for using states in function components to orchestrate UI communication. They provide you with an easy interface to write custom data management solutions with low development and maintenance costs. Understanding how Hooks are designed enables you to use them more effectively, and this book helps you to do just that. This book starts with a custom-crafted solution to reveal why Hooks are needed in the first place. You will learn about the React engine and discover how each built-in Hook can manage a persistent value by hooking into it. You will walk through the design and implementation of each hook with code so that you gain a solid understanding. Finally, you'll get to grips with each Hook's pitfalls and find out how to effectively overcome them. By the end of this React book, you'll have gained the confidence to build and write Hooks for developing functional and efficient web applications at scale. What you will learn Create your own hooks to suit your state management requirement Detect the current window size of your website using useEffect Debounce an action to improve user interface (UI) performance using useMemo Establish a global site configuration using useContext Avoid hard-to-find application memory leaks using useRef Design a simple and effective API data layer using custom Hooks Who this book is for This book is for web developers who are looking for a consistent and efficient approach for applying application states with Hooks. Basic knowledge of React will help you to get the most out of this book.
    Anmerkung: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234311
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Stay updated and level up your skills with the new .NET 6 features, C# 10 features, Hot Reload, .NET Upgrade Assistant, NET Interactive Assistant, and more About This Video Keep yourself updated with new features introduced in .NET 6 and C# 10 Each lesson in this course is bite-sized and easy to finish Practice activities are shared to improve code-writing skills with new features In Detail .NET is one of the most popular frameworks used to develop web, desktop, and mobile applications. The usage of C# has dramatically increased in recent times for productive development. Companies such as StackOverflow, UPS, GE Aviation, and Siemens use .NET as the framework for their software development. In this course, you will get familiarized with the new features introduced in .NET 6 and C# 10. We will cover topics such as What’s New in .NET 6, What’s New in C# 10, Hot Reload, .NET Upgrade Assistant, .NET Interactive Assistant, and some more advanced features in .NET 6. This course provides 2 hours of content along with practice activities. To help you better, it follows a step-by-step approach for learning new features introduced in .NET 6 and C# 10. By the end of this course, you will be aware of the new features introduced in .NET 6 and C# 10 and will be ready to apply the new features in your existing or new projects. Who this book is for This course will be beneficial for developers who use C# as their primary programming language, and architects who want to keep updated on the latest happenings in the development community. You should know C# basics to understand the new concepts covered in the course and Visual Studio Code or Visual Studio to try out the new concepts you learn from this course.
    Anmerkung: Online resource; Title from title screen (viewed January 25, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208759
    Sprache: Englisch
    Seiten: 1 online resource (402 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Discover best practices to create simple, robust, and scalable software solutions quickly and securely, and focus on what's important - the business and the end customer Key Features Discover strategies and tips for low-code and no-code development with the help of useful examples Build enterprise-scale reactive web and mobile applications Explore the benefits of low-code development Book Description OutSystems is a software development platform that speeds up the build phase by abstracting code and making almost everything visual. This means replacing textual language with visual artifacts that avoid lexical errors and speed up code composition using accelerators and predefined templates. The book begins by walking you through the fundamentals of the technology, along with a general overview of end-to-end web and mobile software development. You'll learn how to configure your personal area in the cloud and use the OutSystems IDE to connect with it. The book then shows you how to build a web application based on the best architectural and developmental practices in the market, and takes the same approach for the mobile paradigm. As you advance, you'll find out how to develop the same application, and the great potential of reusing code from one paradigm in another and the symbiosis between them is showcased.The only application that'll differ from the application in the exercise is the one used in business process technology (BPT), with a focus on a common market use case. By the end of this OutSystems book, you'll be able to develop enterprise-level applications on the web and mobile, integrating them with third parties and other systems on the market. You'll also understand the concepts of performance, security, and software construction and be able to apply them effectively. What you will learn Get to grips with the OutSystems infrastructure Develop reactive web and mobile applications in OutSystems using best practices in Service Studio Define and design Architecture Canvas (3-Layer Canvas) for your applications Integrate with external systems in OutSystems Enhance applications with BPT Manage and monitor your applications in the OutSystems infrastructure Who this book is for This book is for back-end developers, tech leaders, UX/UI developers, frontend developers, (in general, full-stack developers), tech companies, and enterprises looking to learn how to develop web and mobile software quickly and disruptively by leveraging OutSystems, o...
    Anmerkung: Online resource; Title from title page (viewed January 27, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 31
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232379
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 17 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Expand your coding skills and become a fluent and independent Python programmer About This Video Learn Python 3 programming language basics and fundamentals Learn and improve programming skills with more than 100 coding exercises Work on a micro-project challenge to solve a more significant problem In Detail Python is an excellent language to start programming with; it is powerful and easy to get started with. You can see results and run the code right away and most computers require truly little setup to start coding. This course is divided into four parts. You will first learn the basics and fundamentals of Python programming then improve with the help of practice exercises, work with the coding challenge, and finally implement all your learning to solve a project challenge. In the first part, with the help of video lectures and working examples, you will learn the language and its features that will help you build a solid foundation. In the second part, we will start practicing what we learned by doing simple practice exercises. These exercises will be super simple, and they will help you perfect and play with what you learned in the given section. The third part is to solve some complex coding challenges. These challenges will present you with a random problem combining everything that you learned in the previous sections. The fourth and final step is to apply everything you have learned and solve a business problem with the help of a micro-project. By the end of this course, you will be ready to work on real-world Python projects. Who this book is for This course is designed for beginners and experienced programmers new to Python programming who want to learn or improve their Python programming skills. Basic programming understanding is required.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 32
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072168
    Sprache: Englisch
    Seiten: 1 online resource (440 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Build highly secure and scalable machine learning platforms to support the fast-paced adoption of machine learning solutions Key Features Explore different ML tools and frameworks to solve large-scale machine learning challenges in the cloud Build an efficient data science environment for data exploration, model building, and model training Learn how to implement bias detection, privacy, and explainability in ML model development Book Description With a highly scalable machine learning (ML) platform, organizations can quickly scale the delivery of ML products for faster business value realization, so there is a huge demand for skilled ML solutions architects in different industries. This hands-on ML book takes you through the design patterns, architectural considerations, and the latest technology that you need to know to become a successful ML solutions architect. You'll start by understanding ML fundamentals and how ML can be applied to real-world business problems. Once you've explored some of the leading ML algorithms for solving different types of problems, the book will help you get to grips with data management and using ML libraries such as TensorFlow and PyTorch. You'll learn how to use open source technology such as Kubernetes/Kubeflow to build a data science environment and ML pipelines and then advance to building an enterprise ML architecture using Amazon Web Services (AWS) services. You'll then cover security and governance considerations, advanced ML engineering techniques, and how to apply bias detection, explainability, and privacy in ML model development. Finally, you'll get acquainted with AWS AI services and their applications in real-world use cases. By the end of this book, you'll be able to design and build an ML platform to support common use cases and architecture patterns. What you will learn Apply ML methodologies to solve business problems Design a practical enterprise ML platform architecture Implement MLOps for ML workflow automation Build an end-to-end data management architecture using AWS Train large-scale ML models and optimize model inference latency Create a business application using an AI service and a custom ML model Use AWS services to detect data and model bias and explain models Who this book is for This book is for data scientists, data engineers, cloud architects, and machine learning enthusiasts who want to become machine learning solutions architects. Basic knowledge of the Python programming langu...
    Anmerkung: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 33
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811910
    Sprache: Englisch
    Seiten: 1 online resource (408 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Explore all the tools and templates needed for data scientists to drive success in their biotechnology careers with this comprehensive guide Key Features Learn the applications of machine learning in biotechnology and life science sectors Discover exciting real-world applications of deep learning and natural language processing Understand the general process of deploying models to cloud platforms such as AWS and GCP Book Description The booming fields of biotechnology and life sciences have seen drastic changes over the last few years. With competition growing in every corner, companies around the globe are looking to data-driven methods such as machine learning to optimize processes and reduce costs. This book helps lab scientists, engineers, and managers to develop a data scientist's mindset by taking a hands-on approach to learning about the applications of machine learning to increase productivity and efficiency in no time. You'll start with a crash course in Python, SQL, and data science to develop and tune sophisticated models from scratch to automate processes and make predictions in the biotechnology and life sciences domain. As you advance, the book covers a number of advanced techniques in machine learning, deep learning, and natural language processing using real-world data. By the end of this machine learning book, you'll be able to build and deploy your own machine learning models to automate processes and make predictions using AWS and GCP. What you will learn Get started with Python programming and Structured Query Language (SQL) Develop a machine learning predictive model from scratch using Python Fine-tune deep learning models to optimize their performance for various tasks Find out how to deploy, evaluate, and monitor a model in the cloud Understand how to apply advanced techniques to real-world data Discover how to use key deep learning methods such as LSTMs and transformers Who this book is for This book is for data scientists and scientific professionals looking to transcend to the biotechnology domain. Scientific professionals who are already established within the pharmaceutical and biotechnology sectors will find this book useful. A basic understanding of Python programming and beginner-level background in data science conjunction is needed to get the most out of this book.
    Anmerkung: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 34
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230245
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 12 hr., 49 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Explore how you can create amazing mini projects to learn JavaScript - grow your portfolio - expand your skills! About This Video Get started with JavaScript DOM coding and development Create fun interactive games and components with JavaScript Learn to detect collision between page elements with JavaScript DOM In Detail JavaScript can bring your web pages to life. Select page elements, make changes and update them as needed. Power up your web pages. Create amazing content on your pages, driven dynamically with JavaScript. Projects within this course are designed to help you learn more about JavaScript and interacting with the DOM. Learn by example, this course is loaded with fun projects to help you learn and prove what can be done with JavaScript. First is an introduction to the DOM and how JavaScript can create page interactions. Explore how to write JavaScript code, select page elements, and more. This course is loaded with useful projects to help you learn more about creating interactive and dynamic web content with JavaScript. The course covers the following topics: JavaScript projects DOM interactive Dynamic webpages Introduction to web development Course resource guide JavaScript starter projects DOM simple projects to start coding JavaScript DOM interactive components and useful projects JavaScript DOM fun projects Interactive DOM elements By the end of the course, you will be able to create interactive and dynamic web content with JavaScript. Who this book is for This course is for JavaScript developers, web designers, web application developers, web masters, and for anyone who wants to create fun web projects and someone who wants to learn more about JavaScript and the DOM. Beginner JavaScript knowledge is needed as the course covers only JavaScript relevant to the building of the game. Also, HTML and CSS knowledge is essential as the scope of this course is all focused-on JavaScript.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 35
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818773
    Sprache: Englisch
    Seiten: 1 online resource (320 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get hands-on with NetSuite implementation, customization, and integration services for automating operations and accelerating business growth Key Features Understand how to take a new client from the kickoff meeting through to their go live and beyond in the fastest possible time Explore the new innovations in NetSuite 2021 and leading practices for ERP and CRM consultants Avoid the common pitfalls that consultants can run into when implementing NetSuite Book Description Used by thousands of organizations worldwide, NetSuite's customer and financial management solutions expedite daily financial transactions, accelerate the financial close, ensure compliance, and so much more. With companies around the world choosing to run their business on this cloud-based SaaS solution, the demand for NetSuite professionals is ever increasing. This book takes a hands-on approach to help you grasp the implementation and associated methodologies in no time. You'll start by exploring what NetSuite is, how it works, and how accounts, support, and updates work within its ecosystem. Understanding a business' requirements is a critical first step toward completing any software product implementation, so you'll learn how to write business requirements by learning about the various departments, roles, and processes in the client's organization. Once you've developed a solid understanding of NetSuite and your client, you can apply your knowledge to configure accounts and test everything with the users. Finally, you'll get to grips with managing both functional and technical issues that arise post-implementation and learn how to handle them like a professional. By the end of this book, you'll have gained the knowledge necessary to implement NetSuite for businesses and get things up and running in the shortest possible time. What you will learn Understand the NetSuite ecosystem, including its main modules, the platform, and related features Explore the fundamentals of NetSuite and get ready to implement it in any organization Discover how to manage gaps, data migration, and integrations with NetSuite Find out how to minimize disruptions in finance as you migrate to NetSuite Understand the steps to configure your organization's account and how development and testing fit into the implementation schedule Refine your skills with NetSuite tips and tricks and make each implementation process a success Who this book is for This book is for consultants (or any NetSuite users) ...
    Anmerkung: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 36
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819282
    Sprache: Englisch
    Seiten: 1 online resource (274 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Gain useful insights into cybersecurity leadership in a modern-day organization with the help of use cases Key Features Discover tips and expert advice from the leading CISO and author of many cybersecurity books Become well-versed with a CISO's day-to-day responsibilities and learn how to perform them with ease Understand real-world challenges faced by a CISO and find out the best way to solve them Book Description The chief information security officer (CISO) is responsible for an organization's information and data security. The CISO's role is challenging as it demands a solid technical foundation as well as effective communication skills. This book is for busy cybersecurity leaders and executives looking to gain deep insights into the domains important for becoming a competent cybersecurity leader. The book begins by introducing you to the CISO's role, where you'll learn key definitions, explore the responsibilities involved, and understand how you can become an efficient CISO. You'll then be taken through end-to-end security operations and compliance standards to help you get to grips with the security landscape. In order to be a good leader, you'll need a good team. This book guides you in building your dream team by familiarizing you with HR management, documentation, and stakeholder onboarding. Despite taking all that care, you might still fall prey to cyber attacks; this book will show you how to quickly respond to an incident to help your organization minimize losses, decrease vulnerabilities, and rebuild services and processes. Finally, you'll explore other key CISO skills that'll help you communicate at both senior and operational levels. By the end of this book, you'll have gained a complete understanding of the CISO's role and be ready to advance your career. What you will learn Understand the key requirements to become a successful CISO Explore the cybersecurity landscape and get to grips with end-to-end security operations Assimilate compliance standards, governance, and security frameworks Find out how to hire the right talent and manage hiring procedures and budget Document the approaches and processes for HR, compliance, and related domains Familiarize yourself with incident response, disaster recovery, and business continuity Get the hang of tasks and skills other than hardcore security operations Who this book is for This book is for aspiring as well as existing CISOs. This book will also help cybersecurity leaders and sec...
    Anmerkung: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 37
    ISBN: 9781801816618
    Sprache: Englisch
    Seiten: 1 online resource (588 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: From fundamentals and design patterns to the different strategies for creating secure and reliable architectures in AWS cloud, learn everything you need to become a successful solutions architect Key Features Transform business requirements into end-to-end technical architectures with this practical guide Assess and overcome the various challenges while updating or modernizing legacy applications Learn how to future-proof your architecture with IoT, machine learning, and quantum computing Book Description Solutions Architect's Handbook, Second Edition, takes a hands-on approach to helping you become a solutions architect. You will learn how to create robust, scalable, and fault-tolerant solutions and next-generation architecture designs in a cloud environment. This will help you build effective product strategies for your business and implement them from start to finish. The new edition incorporates new chapters on disruptive technologies, such Internet of Things (IoT), quantum computing, data engineering, and machine learning. It also includes updated discussions on cloud-native architecture, blockchain data storage, and mainframe modernization with public cloud. This book provides an understanding of solution architecture and how it fits into an agile enterprise environment. It will take you through the journey of solution architecture design by providing detailed knowledge of design pillars, advanced design patterns, anti-patterns, and the cloud-native aspects of modern software design. By the end of this book, you'll have learned techniques that enable you to create efficient architecture designs that meet your business requirements. What you will learn Explore the various roles of a solutions architect in the enterprise landscape Implement key design principles and patterns to build high-performance, cost-effective solutions Choose appropriate strategies to secure your architectures and increase their availability Modernize legacy applications with the help of cloud integration Understand big data processing, machine learning, IoT, and quantum computing, and how they fit into modern architecture Integrate a DevOps mindset to promote collaboration, increase operational efficiency, and streamline production Who this book is for This book is for software developers, system engineers, DevOps engineers, architects, and team leaders working in the information technology industry who aspire to become solutions architect professionals. It will al...
    Anmerkung: Online resource; Title from title page (viewed January 17, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 38
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073875
    Sprache: Englisch
    Seiten: 1 online resource (502 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get started with the latest sculpting features in Blender 3D and learn key sculpting workflows such as Dynotopo, Voxel Remesher, QuadriFlow, and Multiresolution Key Features Use Blender's core sculpting workflows: basic sculpting, Dynotopo, Voxel Remesher, QuadriFlow, and Multiresolution Learn how to use and customize Blender's sculpting brushes to create fantastic art effortlessly Explore common techniques in Blender 3.0 for creating facial features, clothing, accessories, and more Book Description Blender 3D is a free and open source program that can be used for every part of the 3D production pipeline. It has several robust feature sets for creating 3D art that have contributed to its rising popularity in the last few years. Sculpting is perhaps the most enjoyable and artistic method for creating 3D art as it relies less on technical knowledge and focuses on artistic brushes. The latest release of Blender makes the sculpting feature set more powerful than ever, so now is an excellent time to learn it! This book covers the expansive list of features in the Blender 2.93 LTS release, as well as the exciting all-new Blender 3.0 release. This book will be an excellent resource for professionals who need a production-ready long-term support release of the software, as well as hobbyists looking for a cutting-edge experience. Sculpting the Blender Way will demonstrate how to navigate Blender's user interface and take you through the core workflows. You'll gain a detailed understanding of how the sculpting features work, including basic sculpting, Dyntopo, the Voxel Remesher, QuadriFlow, and Multiresolution. This Blender book will cover a wide range of brushes, as well as all of the latest additions to the sculpting feature set, such as Face Sets, Mesh Filters, and the Cloth brush. You'll learn how to customize these brushes and features to create fantastic 3D sculptures that you can share with the ever-growing Blender community. By the end of this book, you'll have gained a complete understanding of the core sculpting workflows and be able to use Blender to bring your digital characters to life. What you will learn Configure your graphics tablet for use in 3D sculpting Set up Blender's user interface for sculpting Understand the core sculpting workflows Get the hang of using Blender's basic sculpting brushes Customize brushes for more advanced workflows Explore high-resolution details with brush alphas and Multiresolution Try out the all-new Cloth ...
    Anmerkung: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 39
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801815727
    Sprache: Englisch
    Seiten: 1 online resource (356 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Improve the scalability and maintainability of your applications by implementing a variety of design patterns using Kotlin Key Features Understand traditional and modern design patterns to improve the design of your application Combine the benefits of object-oriented, functional, reactive, and concurrent programming Choose the best microservices architecture and frameworks for your web application Book Description Design patterns are well-known solutions to common architectural problems as they allow you to solve many problems efficiently and create a shared vocabulary between developers. This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged. This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the idiomatic usage of coroutines, which have become a stable language feature. You'll begin by learning about the practical aspects of smarter coding in Kotlin, and will understand basic Kotlin syntax and the impact of design patterns on your code. The book also provides an in-depth explanation of the classical design patterns, such as Creational, Structural, and Behavioral families, before moving on to functional programming. You'll go through reactive and concurrent patterns, and finally, get to grips with coroutines and structured concurrency to write performant, extensible, and maintainable code. By the end of this Kotlin book, you'll have explored the latest trends in architecture and design patterns for microservices, as well as understanding the tradeoffs when choosing between different architectures. What you will learn Implement all the classical design patterns using the Kotlin programming language Apply reactive and concurrent design patterns to make your application more scalable Discover best practices in Kotlin and explore its new features Understand the key principles of functional programming and learn how they apply to Kotlin Find out how to write idiomatic Kotlin code and learn which patterns to avoid Harness the power of Kotlin to design concurrent and reliable systems with ease Create an effective microservice with Kotlin and the Ktor framework Who this book is for This book is for developers looking to apply design patterns they've learned from other languages in Kotlin to build reliable, scalable, and maintainable applicati...
    Anmerkung: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 40
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208162
    Sprache: Englisch
    Seiten: 1 online resource (528 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: An immersive learning experience enhanced with technical, hands-on labs to understand the concepts, methods, tools, platforms, and systems required to master the art of cybersecurity Key Features Get hold of the best defensive security strategies and tools Develop a defensive security strategy at an enterprise level Get hands-on with advanced cybersecurity threat detection, including XSS, SQL injections, brute forcing web applications, and more Book Description Every organization has its own data and digital assets that need to be protected against an ever-growing threat landscape that compromises the availability, integrity, and confidentiality of crucial data. Therefore, it is important to train professionals in the latest defensive security skills and tools to secure them. Mastering Defensive Security provides you with in-depth knowledge of the latest cybersecurity threats along with the best tools and techniques needed to keep your infrastructure secure. The book begins by establishing a strong foundation of cybersecurity concepts and advances to explore the latest security technologies such as Wireshark, Damn Vulnerable Web App (DVWA), Burp Suite, OpenVAS, and Nmap, hardware threats such as a weaponized Raspberry Pi, and hardening techniques for Unix, Windows, web applications, and cloud infrastructures. As you make progress through the chapters, you'll get to grips with several advanced techniques such as malware analysis, security automation, computer forensics, and vulnerability assessment, which will help you to leverage pentesting for security. By the end of this book, you'll have become familiar with creating your own defensive security tools using IoT devices and developed advanced defensive security skills. What you will learn Become well versed with concepts related to defensive security Discover strategies and tools to secure the most vulnerable factor – the user Get hands-on experience using and configuring the best security tools Understand how to apply hardening techniques in Windows and Unix environments Leverage malware analysis and forensics to enhance your security strategy Secure Internet of Things (IoT) implementations Enhance the security of web applications and cloud deployments Who this book is for This book is for IT professionals, including systems administrators, programmers, IT architects, solution engineers, system analysts, data scientists, DBAs, and any IT expert looking to explore the fascinating world of cyb...
    Anmerkung: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 41
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072694
    Sprache: Englisch
    Seiten: 1 online resource (406 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Gain practical skills to design, deploy, and manage networks on Google Cloud and prepare to gain Professional Cloud Network Engineer certification Key Features Gain hands-on experience in implementing VPCs, hybrid connectivity, network services, and security Establish a secure network architecture by learning security best practices Leverage this comprehensive guide to gain Professional Cloud Network Engineer certification Book Description Google Cloud, the public cloud platform from Google, has a variety of networking options, which are instrumental in managing a networking architecture. This book will give you hands-on experience of implementing and securing networks in Google Cloud Platform (GCP). You will understand the basics of Google Cloud infrastructure and learn to design, plan, and prototype a network on GCP. After implementing a Virtual Private Cloud (VPC), you will configure network services and implement hybrid connectivity. Later, the book focuses on security, which forms an important aspect of a network. You will also get to grips with network security and learn to manage and monitor network operations in GCP. Finally, you will learn to optimize network resources and delve into advanced networking. The book also helps you to reinforce your knowledge with the help of mock tests featuring exam-like questions. By the end of this book, you will have gained a complete understanding of networking in Google Cloud and learned everything you need to pass the certification exam. What you will learn Understand the fundamentals of Google Cloud architecture Implement and manage network architectures in Google Cloud Platform Get up to speed with VPCs and configure VPC networks, subnets, and routers Understand the command line interface and GCP console for networking Get to grips with logging and monitoring to troubleshoot network and security Use the knowledge you gain to implement advanced networks on GCP Who this book is for This Google Cloud certification book is for cloud network engineers, cloud architects, cloud engineers, administrators, and anyone who is looking to design, implement, and manage network architectures in Google Cloud Platform. You can use this book as a guide for passing the Professional Cloud Network Engineer certification exam. You need to have at least a year of experience in Google Cloud, basic enterprise-level network design experience, and a fundamental understanding of Cloud Shell to get started with this book.
    Anmerkung: Online resource; Title from title page (viewed January 13, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 42
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803244280
    Sprache: Englisch
    Seiten: 1 online resource (478 pages)
    Ausgabe: 3rd edition
    Schlagwort(e): Electronic books
    Kurzfassung: This third edition of the bestselling Mastering QuickBooks® is updated for 2022 and now goes above and beyond the topics covered on the QuickBooks Certified User (QBCU) exam Key Features Learn QuickBooks Online (QBO) from scratch and get confident with best practices Fully revised with the latest updates to QuickBooks Online Brush up with everything you need to prepare for the QBCU exam Book Description Handling the financial side of your growing business requires expertise. What if there's an easier path to manage accounting and track profits? With Mastering QuickBooks® 2022, Third Edition, you can build the perfect budget, simplify tax return preparation, manage inventory, track job costs, generate income statements and financial reports, and perform all accounting-related tasks with ease. Crystalynn Shelton is an experienced Certified Public Accountant and Advanced Certified QuickBooks ProAdvisor who will guide you through using QuickBooks Online, from setup to core features and beyond. This new edition has every chapter revised to cover a range of new features and updates available, including smart invoicing and cash flow projections. You'll learn how to create multilingual invoices, track mileage, work with a cash flow dashboard that helps you with cash forecasting and planning reports, and upload batches of bills and checks. You'll also learn how to manage sales tax, including how to set up, collect, track, pay, and report sales tax payments. In addition to this, you'll explore how to export reports to Google Sheets, use the custom chart builder, import budgets, and perform smart reporting. By the end of this book, you'll be well-versed with QuickBooks and have the confidence to manage all your bookkeeping tasks with ease. What you will learn Get to grips with bookkeeping concepts and the typical bookkeeping and financial accounting cycle Set up QuickBooks for both product-based and service-based businesses Discover the new features of QBO and find out what the QBO line-up offers Track everything from billable and non-billable time and expenses to profit Generate key financial reports for accounts, customers, jobs, and invoice items Understand the complete QuickBooks payroll process and track payments made to 1099 contractors Manage various bank and credit card accounts linked to your business Who this book is for This QuickBooks book is for small business owners, bookkeepers, and accounting students who want to learn QuickBooks Online a...
    Anmerkung: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 43
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075930
    Sprache: Englisch
    Seiten: 1 online resource (630 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Develop proficiency in AWS technologies and validate your skills by becoming an AWS Certified Cloud Practitioner Key Features Develop the skills to design highly available and fault-tolerant solutions in the cloud Learn how to adopt best-practice security measures in your cloud applications Achieve credibility through industry-recognized AWS Cloud Practitioner certification Book Description Amazon Web Services is the largest cloud computing service provider in the world. Its foundational certification, AWS Certified Cloud Practitioner (CLF-C01), is the first step to fast-tracking your career in cloud computing. This certification will add value even to those in non-IT roles, including professionals from sales, legal, and finance who may be working with cloud computing or AWS projects. If you are a seasoned IT professional, this certification will make it easier for you to prepare for more technical certifications to progress up the AWS ladder and improve your career prospects. The book is divided into four parts. The first part focuses on the fundamentals of cloud computing and the AWS global infrastructure. The second part examines key AWS technology services, including compute, network, storage, and database services. The third part covers AWS security, the shared responsibility model, and several security tools. In the final part, you'll study the fundamentals of cloud economics and AWS pricing models and billing practices. Complete with exercises that highlight best practices for designing solutions, detailed use cases for each of the AWS services, quizzes, and two complete practice tests, this CLF-C01 exam study guide will help you gain the knowledge and hands-on experience necessary to ace the AWS Certified Cloud Practitioner exam. What you will learn Create an AWS account to access AWS cloud services in a secure and isolated environment Understand identity and access management (IAM), encryption, and multifactor authentication (MFA) protection Configure multifactor authentication for your IAM accounts Configure AWS services such as EC2, ECS, Lambda, VPCs, and Route53 Explore various storage and database services such as S3, EBS, and Amazon RDS Study the fundamentals of modern application design to shift from a monolithic to microservices architecture Design highly available solutions with decoupling ingrained in your design architecture Who this book is for If you're looking to advance your career and gain expertise in cloud computing, ...
    Anmerkung: Online resource; Title from title page (viewed January 13, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 44
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800209091
    Sprache: Englisch
    Seiten: 1 online resource (314 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Learn how to create SEO-friendly, powerful static websites using Gatsby by harnessing the power of React Key Features Understand how to use Gatsby to build, test, and deploy an end-to-end website and manage SEO Build reusable templates to streamline your workflows Create plugins, add authentication, and work with real-time data Book Description Gatsby is a powerful React static site generator that enables you to create lightning-fast web experiences. With the latest version of Gatsby, you can combine your static content with server-side rendered and deferred static content to create a fully rounded application. Elevating React Web Development with Gatsby provides a comprehensive introduction for anyone new to GatsbyJS and will help you get up to speed in no time. Complete with hands-on tutorials and projects, this easy-to-follow guide starts by teaching you the core concepts of GatsbyJS. You'll then discover how to build performant, accessible, and scalable websites with the GatsbyJS framework. Once you've worked through the practical projects in the book, you'll be able to build anything from a personal website to large-scale applications with authentication and make your site rise through those SEO rankings. By the end of this Gatsby development book, you'll be well-versed in every aspect of the tool's performance and accessibility and have learned how to build client websites that your users will love. What you will learn Understand what GatsbyJS is, where it excels, and how to use it Structure and build a GatsbyJS site with confidence Elevate your site with an industry-standard approach to styling Configure your GatsbyJS projects with search engine optimization to improve their ranking Get to grips with advanced GatsbyJS concepts to create powerful and dynamic sites Supercharge your site with translations for a global audience Discover how to use third-party services that provide interactivity to users Who this book is for This book is for web developers who want to use GatsbyJS with React to build better static and dynamic client-side apps. Prior experience of working with React basics is necessary. Knowledge of Node.js fundamentals will help you to get the most out of this web development book.
    Anmerkung: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 45
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070799
    Sprache: Englisch
    Seiten: 1 online resource (588 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Successfully execute a strategic roadmap of digital transformation and modernize your enterprise with a proven API-led agile implementation approach by unlocking the full range of features in IBM API Connect Version 10 Key Features Explore techniques to design and deliver valuable customer-centric APIs using API Connect Manage your APIs with improved security and optimal performance across many channels Uncover hidden capabilities that help improve business agility and management within your API ecosystem Book Description IBM API Connect enables organizations to drive digital innovation using its scalable and robust API management capabilities across multi-cloud and hybrid environments. With API Connect's security, flexibility, and high performance, you'll be able to meet the needs of your enterprise and clients by extending your API footprint. This book provides a complete roadmap to create, manage, govern, and publish your APIs. You'll start by learning about API Connect components, such as API managers, developer portals, gateways, and analytics subsystems, as well as the management capabilities provided by CLI commands. You'll then develop APIs using OpenAPI and discover how you can enhance them with logic policies. The book shows you how to modernize SOAP and FHIR REST services as secure APIs with authentication, OAuth2/OpenID, and JWT, and demonstrates how API Connect provides safeguards for GraphQL APIs as well as published APIs that are easy to discover and well documented. As you advance, the book guides you in generating unit tests that supplement DevOps pipelines using Git and Jenkins for improved agility, and concludes with best practices for implementing API governance and customizing API Connect components. By the end of this book, you'll have learned how to transform your business by speeding up the time-to-market of your products and increase the ROI for your enterprise. What you will learn Use API Connect to create, manage, and publish customer-centric, API-led solutions Run CLI commands to manage API configuration and deployments Create REST, SOAP, and GraphQL APIs securely using OpenAPI Support OAuth and JWT security methods using policies Create custom policies to supplement security Apply built-in policies to transform payloads Use CLIs and unit testing hooks within DevOps pipelines Find out how to customize Analytics dashboards and Portal User Interface Who this book is for This book is for developers and architects who w...
    Anmerkung: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 46
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803237398
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: A carefully selected approach for absolute beginners towards learning programming fundamentals. About This Video Master the programming and coding concepts that can be applied to any programming languages such as C, Python, C#, and so on Understand variables, operators, program flow, functions, comments, exceptions, and so on with demos Get exposed to the coding concepts of comments and exceptions In Detail This course will teach you the fundamentals of the programming language from the ground up. You will be taken through a carefully selected approach for absolute beginners towards learning programming fundamentals. You are looking for a direction to learn the fundamentals of programming languages. You want to understand coding concepts through an easier approach. You are looking for a helping hand to learn the basics of programming with assistance on each step of your journey. You are looking for ways to improve your current situation. You want to understand the fundamentals of programming to kick start an exciting career in the software industry. This course will help you in achieving them. This course covers introduction to programming fundamentals and explains various coding concepts of variables and their types, operators, conditional statements, loops, functions, comments, and exceptions. By the end of the course, you will have a solid foundation in the fundamentals of programming languages and coding constructs. You will be ready to create flowcharts and pseudocodes for given problem statements. Further, you will be more confident in learning a new programming language of your choice. Who this book is for This course is helpful for freshers, who are absolute beginners at coding. This course will give you an excellent head start towards an exciting programming career. For experienced non-IT professionals, who are looking for a career change as a software engineer. This course will provide you with a solid foundation in programming which is a necessity for your new career path. No prior knowledge of programming languages or coding is required. This course will cover everything you need to get started - from figuring out programming basics to following coding constructs.
    Anmerkung: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 47
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803239477
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 23 hr., 36 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn how to build responsive webpages from scratch using Flexbox, CSS Grid, Animation, SVG, and Bootstrap. About This Video Explore Django apps, templates, models, and migrations Work with CSS preprocessor: SASS (variables, nesting, mixins, extend/inheritance) Work with CSS framework: Bootstrap 5 (layouts, forms, components, and utilities) In Detail Responsive web design is about creating web pages that look good on all devices. A responsive web design helps automatically adjust for different screens to make it user friendly. This course touches on each important topic through concept explanation, documentation, and implementation. The entire course is designed for beginners with one goal in mind—to build responsive websites using HTML5, CSS3, Bootstrap, and SASS. Throughout the course, we will explore 6 projects namely Profile Card, Login Page, Spotify Clone using Flexbox, Testimonial Page using CSS Grid, Portfolio Website using Bootstrap, and EdTech Startup Landing Page. With the help of these projects, we will understand the following topics: How does the web work HTML fundamentals HTML semantics CSS fundamentals Responsive design Layouts SVG CSS libraries Bootstrap (CSS framework) SASS (CSS preprocessor) Website deployment The complete course is focused on the concept learning approach; you learn every concept through a logical and visual learning approach. Learn all the important concepts in the simplest viable way with examples and real-life projects. By the end of the course, you will be ready to work as an intern, fresher, or freelancer, and you will also be able to implement everything yourself. Most importantly, you will be ready to dive deep with future practice and hard-level questions about website building. Who this book is for This course is helpful for absolute beginners who want to learn how to build a beautiful and responsive website; designers who want to expand their skill set into HTML5, CSS3, Bootstrap, and SASS. No previous programming or coding experience is required; we will cover everything step-by-step from the basics.
    Anmerkung: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 48
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235806
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 hr., 28 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Master the front-end web development and the three core technologies of HTML, CSS, and JavaScript by building 30+ web projects. About This Video Understand how to build a modern webpage with the latest effects and techniques 30 different projects to help you master the technologies of HTML, CSS, and a little bit of JavaScript Understand how to create an animated landing page to make your webpage look more appealing In Detail We will build together more than 30 different and creative web projects with three core technologies—HTML, CSS, and JavaScript. If you have some basic knowledge of these technologies and still have some trouble creating your own web projects, or if you want to level up your developer and designer skills, then you have come to the right place. We will build more than 30 different web projects and they will be full of modern, nice, and beautiful effects and designs. We will start with simple projects, and we will go through some advanced ones as well. Using this course, you can get the inspiration that will help you enhance your projects and customize your portfolio. Mastering just these core technologies of front-end web development, you can create awesome and modern themes and simply get hired. Also, you will have enough knowledge to move on and learn other technologies such as some front-end frameworks and libraries, which nowadays are popular and highly demanded. By the end of the course, you will master front-end web development and gain the confidence to apply modern and creative effects and designs in your future projects. Who this book is for This course is for students who have some basic knowledge in HTML, CSS, and JS and want to build the portfolio website; for those who want to practice three core technologies—HTML, CSS, and JavaScript. It can be taken by those who have basic knowledge of front-end web development and want to develop their web designing skills.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 49
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232799
    Sprache: Englisch
    Seiten: 1 online resource (464 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Step into the world of animation and go beyond the fundamentals of Adobe Animate to bring experiences to life with the help of expert-led content Key Features Produce rich motion graphics and interactive animations for multiple platforms Explore the key features and enhancements in the latest Adobe Animate release Take your Adobe Animate projects to the next level with creative workflows Book Description Adobe Animate is platform-agnostic asset creation, motion design, animation, and interactivity software. Complete with explanations of essential concepts and step-by-step walkthroughs of practical examples, this book will guide you in using Adobe Animate to create immersive experiences by breaking through creative limitations across every medium. We begin by getting up to speed with all that you need to know about Adobe Animate. You'll learn how to get started with Animate as a creative platform and explore the features introduced in its most recent versions. The book will show you how to consume and produce media assets for multiple platforms through both the publish and export workflows. Following this, you'll explore advanced rigging techniques and discover how to create more dynamic animation with advanced depth and movement techniques. You'll also find out how to build projects such as games, virtual reality experiences, and apps for various platforms as the book demonstrates different ways to use Animate. Finally, it covers the different methods used to extend the software for various needs. By the end of this Adobe Animate book, you'll be able to produce a variety of media assets, motion graphic design materials, animated artifacts, and interactive content pieces for platforms such as HTML5 Canvas, WebGL, and mobile devices. What you will learn Gain a solid understanding of Adobe Animate foundations and new features Understand the nuances associated with publishing and exporting rich media content to various platforms Make use of advanced layering and rigging techniques to create engaging motion content Create dynamic motion using the camera and variable layer depth techniques Develop web-based games, virtual reality experiences, and multiplatform mobile applications Extend Animate with extensions, application-level scripting, and the creation of custom integrated tutorials Who this book is for This book is for web, graphic, and motion design professionals with basic experience in animation who want to take their existing skills to the ...
    Anmerkung: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 50
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800564930
    Sprache: Englisch
    Seiten: 1 online resource (342 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Implement, run, operate, and test data processing pipelines using Apache Beam Key Features Understand how to improve usability and productivity when implementing Beam pipelines Learn how to use stateful processing to implement complex use cases using Apache Beam Implement, test, and run Apache Beam pipelines with the help of expert tips and techniques Book Description Apache Beam is an open source unified programming model for implementing and executing data processing pipelines, including Extract, Transform, and Load (ETL), batch, and stream processing. This book will help you to confidently build data processing pipelines with Apache Beam. You'll start with an overview of Apache Beam and understand how to use it to implement basic pipelines. You'll also learn how to test and run the pipelines efficiently. As you progress, you'll explore how to structure your code for reusability and also use various Domain Specific Languages (DSLs). Later chapters will show you how to use schemas and query your data using (streaming) SQL. Finally, you'll understand advanced Apache Beam concepts, such as implementing your own I/O connectors. By the end of this book, you'll have gained a deep understanding of the Apache Beam model and be able to apply it to solve problems. What you will learn Understand the core concepts and architecture of Apache Beam Implement stateless and stateful data processing pipelines Use state and timers for processing real-time event processing Structure your code for reusability Use streaming SQL to process real-time data for increasing productivity and data accessibility Run a pipeline using a portable runner and implement data processing using the Apache Beam Python SDK Implement Apache Beam I/O connectors using the Splittable DoFn API Who this book is for This book is for data engineers, data scientists, and data analysts who want to learn how Apache Beam works. Intermediate-level knowledge of the Java programming language is assumed.
    Anmerkung: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 51
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072137
    Sprache: Englisch
    Seiten: 1 online resource (602 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: This book will make the link between data cleaning and preprocessing to help you design effective data analytic solutions Key Features Develop the skills to perform data cleaning, data integration, data reduction, and data transformation Get ready to make the most of your data with powerful data transformation and massaging techniques Perform thorough data cleaning, such as dealing with missing values and outliers Book Description Data preprocessing is the first step in data visualization, data analytics, and machine learning, where data is prepared for analytics functions to get the best possible insights. Around 90% of the time spent on data analytics, data visualization, and machine learning projects is dedicated to performing data preprocessing. This book will equip you with the optimum data preprocessing techniques from multiple perspectives. You'll learn about different technical and analytical aspects of data preprocessing – data collection, data cleaning, data integration, data reduction, and data transformation – and get to grips with implementing them using the open source Python programming environment. This book will provide a comprehensive articulation of data preprocessing, its whys and hows, and help you identify opportunities where data analytics could lead to more effective decision making. It also demonstrates the role of data management systems and technologies for effective analytics and how to use APIs to pull data. By the end of this Python data preprocessing book, you'll be able to use Python to read, manipulate, and analyze data; perform data cleaning, integration, reduction, and transformation techniques; and handle outliers or missing values to effectively prepare data for analytic tools. What you will learn Use Python to perform analytics functions on your data Understand the role of databases and how to effectively pull data from databases Perform data preprocessing steps defined by your analytics goals Recognize and resolve data integration challenges Identify the need for data reduction and execute it Detect opportunities to improve analytics with data transformation Who this book is for Junior and senior data analysts, business intelligence professionals, engineering undergraduates, and data enthusiasts looking to perform preprocessing and data cleaning on large amounts of data will find this book useful. Basic programming skills, such as working with variables, conditionals, and loops, along with beginner-level ...
    Anmerkung: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 52
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803248981
    Sprache: Englisch
    Seiten: 1 online resource (256 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Learn how to use artificial intelligence for product and service innovation, including the diverse use cases of Commerce.AI Key Features Learn how to integrate data and AI in your innovation workflows Unlock insights into how various industries are using AI for innovation Apply your knowledge to real innovation use cases like product strategy and market intelligence Book Description Commerce.AI is a suite of artificial intelligence (AI) tools, trained on over a trillion data points, to help businesses build next-gen products and services. If you want to be the best business on the block, using AI is a must. Developers and analysts working with AI will be able to put their knowledge to work with this practical guide. You'll begin by learning the core themes of new product and service innovation, including how to identify market opportunities, come up with ideas, and predict trends. With plenty of use cases as reference, you'll learn how to apply AI for innovation, both programmatically and with Commerce.AI. You'll also find out how to analyze product and service data with tools such as GPT-J, Python pandas, Prophet, and TextBlob. As you progress, you'll explore the evolution of commerce in AI, including how top businesses today are using AI. You'll learn how Commerce.AI merges machine learning, product expertise, and big data to help businesses make more accurate decisions. Finally, you'll use the Commerce.AI suite for product ideation and analyzing market trends. By the end of this artificial intelligence book, you'll be able to strategize new product opportunities by using AI, and also have an understanding of how to use Commerce.AI for product ideation, trend analysis, and predictions. What you will learn Find out how machine learning can help you identify new market opportunities Understand how to use consumer data to create new products and services Use state-of-the-art AI frameworks and tools for data analysis Launch, track, and improve products and services with AI Rise above the competition with unparalleled insights from AI Turn customer touchpoints into business wins Generate high-conversion product and service copy Who this book is for This AI book is for AI developers, data scientists, data product managers, analysts, and consumer insights professionals. The book will guide you through the process of product and service innovation, no matter your pre-existing skillset.
    Anmerkung: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 53
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803241111
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 7 hr., 56 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to create apps and submit them to the App Store using SwiftUI 3 Code and Xcode 13 on iOS 15 from scratch About This Video Develop iPhone apps using SwiftUI 3 code and Xcode 13 Learn Swift programming and SwiftUI by creating five complete apps Learn to share your app ideas through the App Store In Detail If you are looking for a course that is fun, for complete beginners, and gets straight to the point, then this is the course for you. This course will help you learn all about developing iPhone applications and simultaneously implement all that you learn by creating five complete apps using SwiftUI 3 code and Xcode 13. In this course, we will start with the SwiftUI basics that are required for developing an app and set up our developing environment with Xcode. Once our environment is set, we will start working on our different apps. In this first app - People Counter - and the second app - Text Formatter, you will be learning the basics of Swift programming. In this third app, we will create an app called Emoji Dictionary, where you will learn about lists, arrays, and multi-view apps. In the fourth app, we will create a Quick ToDos app, where you will learn how to save information with CoreData. In our final app, we will create a Course Lister app where we will work with web, APIs, JSON, and images. Once we are done with the apps, we will discuss the process to submit your own apps to the App Store! By the end of this course, you will be set to build your own app and share your app with the world through the App Store. Who this book is for This course is best for complete beginners who want to make an iPhone app as no prior experience is needed and one just needs to have a Mac computer and passion to develop amazing apps.
    Anmerkung: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 54
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235011
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 13 hr., 35 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: This course covers everything you should learn to clear the AWS Cloud Practitioner Certification Exam CLF-C01. About This Video Learn AWS Cloud fundamentals with hands-on working knowledge AWS Cloud architecture, services, and concepts beyond the exam Explore Amazon S3 and other storage services In Detail This course is structured into 14 sections. The first section gives you some preliminary information about the course and what you should do before you start the course. The second section of this course is to help you get started with cloud computing and the AWS Cloud platform. It will make you familiar with some cloud computing concepts, terminologies, and AWS Cloud platform. The third section onwards is designed to cover specific areas of AWS cloud computing. For example, section three starts with networking basics and takes you deep into AWS networking. The fourth is dedicated to identity and access management in AWS. Similarly, section five takes you deep into the Amazon EC2, and so on. Each section is dedicated to a specific area, so you don't lose focus and relation amongst the services. It explains various topics such as database and analytics services, containers and serverless, developer tools and DevOps services, account management and billing, and so on. The last section presents you with some tips and guidance on preparing for the exam and how to attempt exam questions. By the end of the course, you will be confident enough to crack the AWS Certified Cloud Practitioner Exam. Who this book is for This course is for software engineering professionals willing to pass the AWS Certified Cloud Practitioner Certification. It is also for IT professionals willing to learn and master AWS Cloud core concepts and working knowledge.
    Anmerkung: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 55
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235110
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 5 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Be a part of this beginner-friendly and hands-on course to learn and implement all the pillars of the OOPs (Object Oriented Programming) concept in C#. About This Video Build CMS (College Management System) from scratch using OOP concepts Learn C# OOP concepts essential for any serious programming in C# .NET Each lesson in this course is bite-sized and easy to finish along with assignments to apply your learnings In Detail Employment of C# .NET developers is projected to grow much faster than the average for all occupations. .NET developers will be needed to respond to an increased demand for computer software. The skills you learn from this course will be relevant in the future and aid in learning advanced C# programming. The software industry is only going to grow bigger! This course will teach you the Object-Oriented Programming (OOP) concepts in C# programming language in .NET Core from the ground up. You will apply the learnings through assignments at the end of every section. You will be taken through a carefully selected approach towards learning these OOP concepts. This course will help you understand class, interfaces, inheritance, polymorphism, and so on through an easier approach. You will be mentored throughout each step of your learning process. By the end of this course, you will have a strong understanding of the Object-Oriented Programming (OOP) concepts in the C# programming language. Next, you will know how to apply OOP concepts in your everyday programming. Apart from this, you will be more confident to learn advanced C# programming concepts next. Finally, you will be ready to begin your career as a C# .NET programmer. Who this book is for This course is ideal for the beginners in C#, who know the basics of C# and want to take their next step towards learning OOP concepts in C# with .NET core and programmers from a different programming language, who have experience in a language other than C# and want to learn OOP syntax and usage in C#. Basic knowledge of C# is required to get the most out of this course but is not mandatory.
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 56
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235837
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn the fundamentals of C# .NET programming from the ground up About This Video Build a solid foundation on the basics of C# programming language and coding constructs Lots of demos showing how to use newly learned C# coding constructs Each lesson in this course is bite-sized and easy to finish In Detail C# is a simple, yet modern Object-Oriented Programming language developed by Microsoft within its .Net initiative. This comprehensive course will help you understand the fundamentals of coding with C# in .NET environment. In this course, you will start from the basics and cover the basics of the C# programming language right from setting up the .NET development environment. Then move to an overview of .NET, C# coding concepts such as variables, operators, selection, and iterative statements, debugging C# programs, and more. Each concept is explained with the help of practical demonstrations showing how to use newly learned C# coding constructs. This is a beginner-level course, and some programming experience is suggested but not required. By the end of this course, you will have a solid foundation in the basics of C# programming language and coding constructs, gain more confidence to learn advanced C# programming concepts, and will be ready to begin your career as a C# .NET programmer. Who this book is for This course is designed for absolute beginners, who are completely new to C# and .NET. Programmers who have experience in a language other than C# can also opt for this course. No prior C# or .NET coding experience is required.
    Anmerkung: Online resource; Title from title screen (viewed January 14, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 57
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078511
    Sprache: Englisch
    Seiten: 1 online resource (470 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Discover the true power of DAX and build advanced DAX solutions for practical business scenarios Key Features Solve complex business problems within Microsoft BI tools including Power BI, SQL Server, and Excel Develop a conceptual understanding of critical business data modeling principles Learn the subtleties of Power BI data visualizations, evaluation context, context transition, and filtering Book Description If you want to get the most out of Microsoft Business Intelligence tools, sooner or later you'll need to master DAX. Extreme DAX enables business analysts to generate powerful and sophisticated analyses from their data. You'll learn the principles of business intelligence, good model design, and how DAX fits into it all. Then, you'll launch into detailed examples of DAX in real-world business scenarios such as inventory calculations, forecasting, intercompany business, and data security. At each step, senior DAX experts will walk you through the subtleties involved in working with Power BI models and common mistakes to look out for as you build advanced data aggregations. You'll deepen your understanding of DAX functions, filters, and measures, and how and when they can be used to derive effective insights. Also provided with the book are PBIX files for each chapter for you to follow along with and explore in your own time. What you will learn Understand data modeling concepts and structures before you start working with DAX Grasp how relationships in Power BI models are different from those in RDBMSes Secure aggregation levels, attributes, and hierarchies using PATH functions and row-level security Get to grips with the crucial concept of context Apply advanced context and filtering functions including TREATAS, GENERATE, and SUMMARIZE Explore dynamically changing visualizations with helper tables and dynamic labels and axes Work with week-based calendars and understand standard time-intelligence Evaluate investments intelligently with the XNPV and XIRR financial DAX functions Who this book is for If you are an analyst with a working knowledge of DAX in MS Power BI or other Microsoft analytics tools, this book will help you upgrade your DAX knowledge and work with analytical models more effectively. This book is not for beginners and practical experience with DAX is necessary.
    Anmerkung: Online resource; Title from title page (viewed January 20, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 58
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 29 hr., 16 min.)
    Ausgabe: 1st edition.
    Schlagwort(e): Electronic videos
    Kurzfassung: The best Linux administration course that prepares you for corporate jobs and for RHCSA, RHCE, LFCS, CLNP certifications About This Video Gain advanced Linux systems administration skills Understand Linux fundamentals and concepts Prepare for your Redhat Certified System Administrator (RHCSA - EX200) In Detail Linux is the number one operating system in the corporate world. It is a popular open-source operating system that is easy to use and highly secure. If you want to start your career in Linux and have little or no knowledge of Linux, then this course is for you. In this course, you will master Linux installation, configuration, administration, troubleshooting, the command line, OS tools, and much more. We have included resume and interview workshops that will help you get your dream IT job. This course will also help significantly in passing your RHCSA, RHCE, LFCS, and CompTIA Linux+ certification exams. By the end of this course, you will be a professional Linux administrator, be able to apply for Linux jobs and to take the EX-200 exam, and become a Redhat Certified System Administrator (RHCSA - EX200). Audience This course is designed for people who want to start a career in Linux, those who want to become a RedHat Certified System Administrator (RHCSA EX-200), and anyone keen to master Linux command-line skills.
    Anmerkung: Online resource; Title from title screen (viewed February 28, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 59
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231785
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 52 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Start your DevOps journey by learning and building containers using Docker, Kubernetes, and DevOps About This Video Learn Docker and orchestration tools such as Docker Swarm and Kubernetes Learn how to build containers using Docker, Kubernetes, and DevOps Get to grips with the fundamentals of containerization tools In Detail Docker is a software platform for building applications based on containers small and lightweight execution environments that make shared use of the operating system kernel but otherwise run-in isolation from one another. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime. Containers simplify the delivery of distributed applications and have become increasingly popular as organizations shift to cloud-native development and hybrid multi-cloud environments. Today, Docker, and its open-source father now named Moby, is bigger than ever. According to Docker, over 3.5 million applications have been placed in containers using Docker technology and over 37 billion containerized applications have been downloaded. In this course, you will cover an introduction to DevOps; various stages of DevOps; docker architecture; images and containers; introduction to docker file and volume; introduction to orchestration and AWS ECS; introduction to Kubernetes; and lastly introduction to Docker swarm. By the end of this course, you will be able to build containers using Docker, Kubernetes, and DevOps easily. Who this book is for This course is designed for any student who wants to work as a software developer or wants to be a sysadmin or cloud infrastructure engineer. Anyone working as a cloud developer can also benefit from the course. No prior knowledge is required, just the basic understanding of the terminal, and should know the usage of the command line.
    Anmerkung: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 60
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243337
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 40 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to build and work with VMs (Virtual Machines) using VirtualBox running Windows 10 and Windows Server 2016 About This Video Create your own Windows 10 and Server 2016 virtualized lab from scratch Learn to set up a Sandbox virtual testing environment LAN Explore the basics of virtualization along with the setting and features of a VirtualBox In Detail In this course, you will get a step-by-step explanation of how you can use VirtualBox, a free virtualization software platform, to create your own virtualized lab on your home computer that is isolated from your physical network, which is perfect for expanding your knowledge of Windows. We will cover the basics of virtualization, how to install and use VirtualBox, how to create virtual machines, how to Install Windows 10, how to Install Windows Server 2016, how to set up a Sandbox internal test network, Microsoft Active Directory fundamentals, how to install and configure Active Directory, and finally, how to install and configure DHCP in Windows Server 2016. Once you complete this course, you will know exactly how to use VirtualBox to create your own Windows 10 and Server 2016 virtualized lab. Who this book is for This course is designed for aspiring and inexperienced IT professionals. Anyone wanting to expand their knowledge of VirtualBox virtualization or Windows 10 and Windows Server 2016 will benefit from this course.
    Anmerkung: Online resource; Title from title screen (viewed January 12, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 61
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243382
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 43 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Be a part of the beginner-friendly course on HTML. This course is designed for absolute beginners who want to build their webpages with a hands-on approach. About This Video Get access to all the resources such as PPT, images, and coding files such as .html used in this course Learn from compact, high-quality, and engaging content, making the learning phase more enjoyable Study how to create HTML forms, apply HTML graphics using examples, and HTML media in brief In Detail HTML is an acronym that stands for HyperText Markup Language. Markup languages are different from programming languages. Where programming languages help us modify data, we use markup language to determine how elements are displayed on a webpage. HTML has a simple, text-based structure that’s easy for beginners to learn and understand. HTML is used in building the front end of the website. It is referred to as the foundational language of the web and constitutes the basic structure of all modern websites. The course starts with an introduction to the Internet, Domain, IP address, and browsers. After that, you will install Visual Studio Code and get introduced to HTML and its basics. You will look at the various HTML versions and ways of formatting such as style, comments, colors, and more. Next, you will get introduced to class, ID, and layout. Finally, you will learn about forms in HTML, look at HTML graphics, and understand HTML media in detail. By the end of this course, you will have learned the advanced concepts of HTML 5, which will help you beautify websites and gain enough confidence to explore/enter the creative world of User Interface. Who this book is for This course is designed for anyone interested in learning web development and how to create web pages. The beginner- to intermediate-level developers who want to learn and create beautiful websites would also benefit from this course. No prior knowledge of HTML is required. Some basic computer and programming skills are necessary but not mandatory.
    Anmerkung: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 62
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800205253
    Sprache: Englisch
    Seiten: 1 online resource (600 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get started with TensorFlow fundamentals to build and train deep learning models with real-world data, practical exercises, and challenging activities Key Features Understand the fundamentals of tensors, neural networks, and deep learning Discover how to implement and fine-tune deep learning models for real-world datasets Build your experience and confidence with hands-on exercises and activities Book Description Getting to grips with tensors, deep learning, and neural networks can be intimidating and confusing for anyone, no matter their experience level. The breadth of information out there, often written at a very high level and aimed at advanced practitioners, can make getting started even more challenging. If this sounds familiar to you, The TensorFlow Workshop is here to help. Combining clear explanations, realistic examples, and plenty of hands-on practice, it'll quickly get you up and running. You'll start off with the basics - learning how to load data into TensorFlow, perform tensor operations, and utilize common optimizers and activation functions. As you progress, you'll experiment with different TensorFlow development tools, including TensorBoard, TensorFlow Hub, and Google Colab, before moving on to solve regression and classification problems with sequential models. Building on this solid foundation, you'll learn how to tune models and work with different types of neural network, getting hands-on with real-world deep learning applications such as text encoding, temperature forecasting, image augmentation, and audio processing. By the end of this deep learning book, you'll have the skills, knowledge, and confidence to tackle your own ambitious deep learning projects with TensorFlow. What you will learn Get to grips with TensorFlow's mathematical operations Pre-process a wide variety of tabular, sequential, and image data Understand the purpose and usage of different deep learning layers Perform hyperparameter-tuning to prevent overfitting of training data Use pre-trained models to speed up the development of learning models Generate new data based on existing patterns using generative models Who this book is for This TensorFlow book is for anyone who wants to develop their understanding of deep learning and get started building neural networks with TensorFlow. Basic knowledge of Python programming and its libraries, as well as a general understanding of the fundamentals of data science and machine learning, will help you grasp th...
    Anmerkung: Online resource; Title from title page (viewed December 15, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 63
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247892
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 18 hr., 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Become a master of Docker by understanding and practicing its main features including Dockerfiles and Docker Compose. About This Video A complete, comprehensive, and hands-on course on Docker delivered from an industry expert Volumes mapping and specific working directories in the Docker containers Communicate between containers by container name in the custom bridge network In Detail Docker is a software framework for building, running, and managing containers on servers and the cloud. In this course, you'll start by installing Docker on your computer - macOS, Windows, or Linux. Afterward, you'll jump into tons of practice activities and use different Docker features. You'll pull different Docker images and run multiple containers using them. In practice sections, you'll perform multiple practice Docker activities, such as running Docker containers in the foreground and background, then connecting to certain processes in Docker from the terminal. After that, you'll learn to expose internal container ports to the outside and add environment variables for containers. You'll also create custom names and hostnames for containers, create a custom bridge network and run multiple containers inside of it, communicate between containers, and persist container folders using volumes mapping. Next, you'll also learn and practice how to use different Docker images (view and edit them). For that, you will not use the terminal; instead, you'll use the GUI application Visual Studio Code. By the end of this course, you'll gain fundamental practical knowledge of Docker and be able to easily use it for the development and testing of your applications. Most importantly, you'll understand Docker's main features such as Docker Volumes, Docker networking, and environment variables. Who this book is for This course is for anyone who is interested in learning about Docker and its components via practical projects. Any software developer who wants to develop, ship, and run their applications in their regular day-to-day work can highly benefit from this course. There are no specific requirements, just a desire to make your hands dirty and learn Docker by doing it. Any OS (macOS, Windows, or Linux) will work to get started with this course.
    Anmerkung: Online resource; Title from title screen (viewed December 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 64
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801812290
    Sprache: Englisch
    Seiten: 1 online resource (664 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Become a Professional Cloud Architect by exploring the essential concepts, tools, and services in GCP and working through practice tests designed to help you take the exam confidently Key Features Plan and design a GCP cloud solution architecture Ensure the security and reliability of your cloud solutions and operations Assess your knowledge by taking mock tests with up-to-date exam questions Book Description Google Cloud Platform (GCP) is one of the industry leaders thanks to its array of services that can be leveraged by organizations to bring the best out of their infrastructure. This book is a comprehensive guide for learning methods to effectively utilize GCP services and help you become acquainted with the topics required to pass Google's Professional Cloud Architect certification exam. Following the Professional Cloud Architect's official exam syllabus, you'll first be introduced to the GCP. The book then covers the core services that GCP offers, such as computing and storage, and takes you through effective methods of scaling and automating your cloud infrastructure. As you progress through the chapters, you'll get to grips with containers and services and discover best practices related to the design and process. This revised second edition features new topics such as Cloud Run, Anthos, Data Fusion, Composer, and Data Catalog. By the end of this book, you'll have gained the knowledge required to take and pass the Google Cloud Certification – Professional Cloud Architect exam and become an expert in GCP services. What you will learn Understand the benefits of being a Google Certified Professional Cloud Architect Find out how to enroll for the Professional Cloud Architect exam Master the compute options in GCP Explore security and networking options in GCP Get to grips with managing and monitoring your workloads in GCP Understand storage, big data, and machine learning services Become familiar with exam scenarios and passing strategies Who this book is for If you are a cloud architect, cloud engineer, administrator, or any IT professional looking to learn how to implement Google Cloud services in your organization and become a GCP Certified Professional Cloud Architect, this book is for you. Basic knowledge of server infrastructure, including Linux and Windows Servers, is assumed. A solid understanding of network and storage will help you to make the most out of this book.
    Anmerkung: Online resource; Title from title page (viewed December 23, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 65
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818780
    Sprache: Englisch
    Seiten: 1 online resource (540 pages)
    Ausgabe: 4th edition
    Schlagwort(e): Electronic books
    Kurzfassung: Design, develop, and solve real-world automation and orchestration problems by unlocking Ansible's automation capabilities Key Features Completely revised and updated for Ansible 4.0 and beyond Tackle complex automation challenges with the newly added features in Ansible Learn about the rapidly expanding field of network automation using Ansible, with the help of practical examples for configuring network devices Book Description Ansible is a modern, YAML-based automation tool (built on top of Python, one of the world's most popular programming languages) with a massive and ever-growing user base. Its popularity and Python underpinnings make it essential learning for all in the DevOps space. This fourth edition of Mastering Ansible provides complete coverage of Ansible automation, from the design and architecture of the tool and basic automation with playbooks to writing and debugging your own Python-based extensions. You'll learn how to build automation workflows with Ansible's extensive built-in library of collections, modules, and plugins. You'll then look at extending the modules and plugins with Python-based code and even build your own collections — ultimately learning how to give back to the Ansible community. By the end of this Ansible book, you'll be confident in all aspects of Ansible automation, from the fundamentals of playbook design to getting under the hood and extending and adapting Ansible to solve new automation challenges. What you will learn Gain an in-depth understanding of how Ansible works under the hood Get to grips with Ansible collections and how they are changing and shaping the future of Ansible Fully automate the Ansible playbook executions with encrypted data Use blocks to construct failure recovery or cleanup Explore the playbook debugger and Ansible console Troubleshoot unexpected behavior effectively Work with cloud infrastructure providers and container systems Who this book is for If you are an Ansible developer or operator who has a detailed understanding of its core elements and applications but are now looking to enhance your skills in applying automation using Ansible, this book is for you. Prior experience working with core system administration tasks on Linux and basic familiarity with concepts such as cloud computing, containers, network devices, and fundamentals of a high-level programming language will help you make the most of this book.
    Anmerkung: Online resource; Title from title page (viewed December 9, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 66
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245058
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 5 hr., 31 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Discover how to perform automation testing with REST API using REST Assured. You’ll start from scratch and go through advanced REST API framework levels with the help of real-world examples. About This Video A comprehensive yet concise course with hands-on concepts and exercises Assignments with answer keys are provided wherever necessary Learn REST API automation - basic to advance with all the materials included In Detail REST Assured is a powerful set of APIs used to automate RESTful APIs/RESTful web services (just like Selenium WebDriver for web applications). Almost all web applications use REST APIs to communicate with the backend and it has gained a lot of popularity in modern-day application architecture. It is very important for QA/automation engineers to understand how to automate REST API tests. Automating REST API tests is crucial for projects because REST API tests are quick to run and more stable, unlike web automation. 75% of the IT industry is now moving toward REST API automation. Explore the world of REST API with this hands-on course. You'll not only learn the concepts from scratch but also implement them during your course of learning. This course starts by introducing some basic concepts of APIs, followed by setting up REST Assured using Maven. After that, you see POST, PUT, and DELETE operations and logging of the REST Assured library. Then, you'll be handling request parameters, working with headers and cookies, and authentication. Then, you'll see XML And JSON schema validation and WireMock. Finally, you'll look at various miscellaneous operations. By the end of this course, you'll have complete knowledge of REST API automation testing using REST Assured. Who this book is for This course is designed for the QE automation engineer, Selenium WebDriver automation aspirant, manual testing professional willing to jumpstart their automation career, and QTP/UFT professional wanting to switch to API automation as per testing market demand. This course will benefit the QE manager exploring better automation solutions for their project, and fresh graduates looking to learn (coding and automation) a quick new skill that has a high demand in the job market. Basic knowledge of Core Java is required for quick understanding.
    Anmerkung: Online resource; Title from title screen (viewed December 23, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 67
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800562523
    Sprache: Englisch
    Seiten: 1 online resource (544 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Start your journey towards becoming a JavaScript developer with the help of more than 100 fun exercises and projects Key Features Write eloquent JavaScript and employ fundamental and advanced features to create your own web apps Interact with the browser with HTML and JavaScript, and add dynamic images, shapes, and text with HTML5 Canvas Build a password checker, paint web app, hangman game, and many more fun projects Book Description This book demonstrates the capabilities of JavaScript for web application development by combining theoretical learning with code exercises and fun projects that you can challenge yourself with. The guiding principle of the book is to show how straightforward JavaScript techniques can be used to make web apps ranging from dynamic websites to simple browser-based games. JavaScript from Beginner to Professional focuses on key programming concepts and Document Object Model manipulations that are used to solve common problems in professional web applications. These include data validation, manipulating the appearance of web pages, working with asynchronous and concurrent code. The book uses project-based learning to provide context for the theoretical components in a series of code examples that can be used as modules of an application, such as input validators, games, and simple animations. This will be supplemented with a brief crash course on HTML and CSS to illustrate how JavaScript components fit into a complete web application. As you learn the concepts, you can try them in your own editor or browser console to get a solid understanding of how they work and what they do. By the end of this JavaScript book, you will feel confident writing core JavaScript code and be equipped to progress to more advanced libraries, frameworks, and environments such as React, Angular, and Node.js. What you will learn Use logic statements to make decisions within your code Save time with JavaScript loops by avoiding writing the same code repeatedly Use JavaScript functions and methods to selectively execute code Connect to HTML5 elements and bring your own web pages to life with interactive content Make your search patterns more effective with regular expressions Explore concurrency and asynchronous programming to process events efficiently and improve performance Get a head start on your next steps with primers on key libraries, frameworks, and APIs Who this book is for This book is for people who are new to JavaScript (JS) or tho...
    Anmerkung: Online resource; Title from title page (viewed December 15, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 68
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072267
    Sprache: Englisch
    Seiten: 1 online resource (350 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: A practical guide to working with Microsoft 365 apps such as Office, Teams, Excel, and Power BI for automating tasks and managing projects effectively Key Features Learn how to save time while using M365 apps from Microsoft productivity expert Dr. Nitin Paranjape Discover smarter ways to work with over 20 M365 apps to enhance your efficiency Use Microsoft 365 tools to automate repetitive tasks without coding Book Description Efficiency Best Practices for Microsoft 365 covers the entire range of over 25 desktop and mobile applications on the Microsoft 365 platform. This book will provide simple, immediately usable, and authoritative guidance to help you save at least 20 minutes every day, advance in your career, and achieve business growth. You'll start by covering components and tasks such as creating and storing files and then move on to data management and data analysis. As you progress through the chapters, you'll learn how to manage, monitor, and execute your tasks efficiently, focusing on creating a master task list, linking notes to meetings, and more. The book also guides you through handling projects involving many people and external contractors/agencies; you'll explore effective email communication, meeting management, and open collaboration across the organization. You'll also learn how to automate different repetitive tasks quickly and easily, even if you're not a programmer, transforming the way you import, clean, and analyze data. By the end of this Microsoft 365 book, you'll have gained the skills you need to improve efficiency with the help of expert tips and techniques for using M365 apps. What you will learn Understand how different MS 365 tools, such as Office desktop, Teams, Power BI, Lists, and OneDrive, can increase work efficiency Identify time-consuming processes and understand how to work through them more efficiently Create professional documents quickly with minimal effort Work across multiple teams, meetings, and projects without email overload Automate mundane, repetitive, and time-consuming manual work Manage work, delegation, execution, and project management Who this book is for If you use Microsoft 365, including MS Office 365, on a regular basis and want to learn about the features that can help improve your efficiency, this book is for you. You do not require any specialized knowledge to get started.
    Anmerkung: Online resource; Title from title page (viewed December 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 69
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800560413
    Sprache: Englisch
    Seiten: 1 online resource (482 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title page (viewed December 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 70
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242354
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Take your first step toward data analysis with Pandas - Learn about DataFrames, Jupyter Notebook, iPython, and Pandas commands. About This Video Short, crisp, and clear course on data analysis using Pandas library in Python Beginners-level course to give you hands-on knowledge to start your journey in data analysis A good blend of theoretical and practical concepts along with resource files to follow along smoothly In Detail Pandas is an open-source library providing you with high-performance, easy-to-use data structures and data analysis tools for Python. Pandas provide a powerful and comprehensive toolset for working with data, including tools for reading and writing diverse files, data cleaning and wrangling, analysis and modeling, and visualization. Fields with the widespread use of Pandas include data science, finance, neuroscience, economics, advertising, web analytics, statistics, social science, and many areas of engineering. This course covers fundamentals of data analysis with Python, predominantly using Pandas library. This course starts with covering the fundamentals of data analysis. You will be then working with Pandas, iPython, Jupyter Notebook. After that, you will explore important Jupyter Notebook commands. Post that, you will be working with CSV, Excel, TXT, JSON files, and API responses. Finally, you will be working with DataFrames (indexing, slicing, adding, and deleting). By the end of this course, you will have a good understanding of Pandas and will be ready to explore data analysis in-depth in the future. Who this book is for This course is ideal for Python programmers and developers, and students who are interested in learning Pandas for doing data analysis. This course is designed for beginners who want to start their journey in the field of data analytics. No prerequisites are required to opt for this course.
    Anmerkung: Online resource; Title from title screen (viewed December 21, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 71
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800204805
    Sprache: Englisch
    Seiten: 1 online resource (494 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing Key Features Reduce development time and solve pain points in your application domain by building a custom programming language Learn how to create parsers, code generators, file readers, analyzers, and interpreters Create an alternative to frameworks and libraries to solve domain-specific problems Book Description The need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software. However, creating a custom language isn't easy. In this book, you'll be able to put the knowledge you gain to work in language design and implementation. You'll implement the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, you'll learn how domain-specific language (DSL) features are often best represented by operators and functions that are built into the language, rather than library functions. The book concludes by showing you how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts, while providing relevant examples in Unicon and Java. By the end of this book, you'll be able to build and deploy your own domain-specific languages, capable of compiling and running programs. What you will learn Perform requirements analysis for the new language and design language syntax and semantics Write lexical and context-free grammar rules for common expressions and control structures Develop a scanner that reads source code and generate a parser that checks syntax Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor Implement a bytecode interpreter and run bytecode generated by your compiler Write tree traversals that insert information into the syntax tree Implement garbage collection in your language Who this book is f...
    Anmerkung: Online resource; Title from title page (viewed December 31, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 72
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076807
    Sprache: Englisch
    Seiten: 1 online resource (344 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title page (viewed December 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 73
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075398
    Sprache: Englisch
    Seiten: 1 online resource (356 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Build modern responsive websites without writing code by making the most of the power and flexibility of Webflow Key Features Get to grips with Webflow to build and launch responsive websites from scratch Learn how to put Webflow into practice and take advantage of its power and flexibility Build your own modern responsive websites from scratch and without any code Book Description Webflow is a modern no-code website-builder that enables you to rapidly design and build production-scale responsive websites. Webflow by Example is a practical, project-based, and beginner-friendly guide to understanding and using Webflow to efficiently build and launch responsive websites from scratch. Complete with hands-on tutorials, projects, and self-assessment questions, this easy-to-follow guide will take you through modern web development principles and help you to apply them efficiently using Webflow. You'll also get to grips with modern responsive web development and understand how to take advantage of the power and flexibility of Webflow. The book will guide you through a real-life project where you will build a fully responsive and dynamic website from scratch. You will learn how to add animations and interactions, customize experiences for users, and more. Finally, the book covers important steps and best practices for making your website ready for production, including SEO optimization and how to publish and package the website. By the end of this Webflow book, you will have gained the skills you need to build modern responsive websites from scratch without any code. What you will learn Build and customize websites without any code Understand how to approach designing and developing for the modern web Become familiar with the main functionalities of Webflow Follow best practices for Webflow development while working on a practical project, from its design to launch Harness the power of the Webflow CMS to create dynamic content Add modern flourishes to a website using pre-defined and custom animations and interactions Who this book is for If you're an entrepreneur, web designer, or anyone with little web development knowledge, this book will help you learn how to build fully responsive websites and web prototypes without writing a single line of code. If you're a web designer, this book will make you a more informed web developer. If you're already a developer, this book will help you become a better web designer.
    Anmerkung: Online resource; Title from title page (viewed December 31, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 74
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819077
    Sprache: Englisch
    Seiten: 1 online resource (230 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Accelerate computations and make the most of your data effectively and efficiently on Databricks Key Features Understand Spark optimizations for big data workloads and maximizing performance Build efficient big data engineering pipelines with Databricks and Delta Lake Efficiently manage Spark clusters for big data processing Book Description Databricks is an industry-leading, cloud-based platform for data analytics, data science, and data engineering supporting thousands of organizations across the world in their data journey. It is a fast, easy, and collaborative Apache Spark-based big data analytics platform for data science and data engineering in the cloud. In Optimizing Databricks Workloads, you will get started with a brief introduction to Azure Databricks and quickly begin to understand the important optimization techniques. The book covers how to select the optimal Spark cluster configuration for running big data processing and workloads in Databricks, some very useful optimization techniques for Spark DataFrames, best practices for optimizing Delta Lake, and techniques to optimize Spark jobs through Spark core. It contains an opportunity to learn about some of the real-world scenarios where optimizing workloads in Databricks has helped organizations increase performance and save costs across various domains. By the end of this book, you will be prepared with the necessary toolkit to speed up your Spark jobs and process your data more efficiently. What you will learn Get to grips with Spark fundamentals and the Databricks platform Process big data using the Spark DataFrame API with Delta Lake Analyze data using graph processing in Databricks Use MLflow to manage machine learning life cycles in Databricks Find out how to choose the right cluster configuration for your workloads Explore file compaction and clustering methods to tune Delta tables Discover advanced optimization techniques to speed up Spark jobs Who this book is for This book is for data engineers, data scientists, and cloud architects who have working knowledge of Spark/Databricks and some basic understanding of data engineering principles. Readers will need to have a working knowledge of Python, and some experience of SQL in PySpark and Spark SQL is beneficial.
    Anmerkung: Online resource; Title from title page (viewed December 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 75
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803233604
    Sprache: Englisch
    Seiten: 1 online resource (202 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Explore hidden behaviors and customization techniques to help you get the most out of ASP.NET Core for building web applications Key Features Second edition updated and enhanced to cover the latest .NET 6 features and changes Learn expert techniques to implement authentication and authorization for securing your web apps Discover best practices for configuring ASP.NET Core, from user interface design to hosting it on platforms Book Description ASP.NET Core comes packed full of hidden features for building sophisticated web applications. You'd be missing out on a lot of its capabilities by not customizing it to work for your applications. With Customizing ASP.NET Core 6.0, you'll discover techniques to help you get the most out of the framework to deliver robust applications. In this updated second edition, you'll cover the latest features and changes in the .NET 6 LTS version. You'll find new insights and customization techniques for important topics such as authentication and authorization. The book will also show you how to work with caches and change the default behavior of ASP.NET Core apps. You'll learn essential concepts relating to optimizing the framework, such as configuration, dependency injection, routing, action filters, and more. As you progress, you'll be able to create custom solutions that meet the needs of your use case with ASP.NET Core. Later chapters will cover expert techniques and best practices for using the framework for your app development needs, from UI design to hosting. Finally, you'll focus on the new endpoint routing in ASP.NET Core to build custom endpoints and add third-party endpoints to your web apps for processing requests faster. By the end of this book, you'll be able to customize ASP.NET Core to develop robust optimized apps. What you will learn Explore various application configurations and providers in ASP.NET Core 6 Enable and work with caches to improve the performance of your application Understand dependency injection in .NET and learn how to add third-party DI containers Discover the concept of middleware and write your middleware for ASP.NET Core apps Create various API output formats in your API-driven projects Get familiar with different hosting models for your ASP.NET Core app Who this book is for This .NET 6 book is for .NET developers who need to change the default behaviors of the framework to help improve the performance of their applications. Intermediate-level knowledge of ASP.NET Core an...
    Anmerkung: Online resource; Title from title page (viewed December 31, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 76
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074391
    Sprache: Englisch
    Seiten: 1 online resource (368 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Leverage Tableau CRM to generate valuable business insights and solve business problems efficiently Key Features Extract, combine, transform, and visualize your data to derive business insights using Tableau CRM Gain hands-on experience as you walk through practical dashboard use cases in Tableau CRM Learn how to build best-in-class dashboards from a Tableau CRM thought leader Book Description Tableau CRM, formerly Einstein Analytics, is a powerful and versatile data analytics platform that enables organizations to extract, combine, transform, and visualize their data to create valuable business insights. Despite being a highly capable tool and in high demand in the industry, proficiency in Tableau CRM skills is hard to find. Creating Actionable Insights Using Tableau CRM provides a hands-on approach to Tableau CRM implementation and associated methodologies that will have you up and running and productive in no time. The book provides you with detailed explanations of essential concepts to help you to gain confidence and become competent in using the Tableau CRM platform for data extraction, combination, transformation, visualization, and action. As you make progress, you'll understand what Tableau CRM is and where it provides business value. You'll also learn how to bring your data together in Tableau CRM, build datasets and lenses for data analysis, create effective analytics dashboards for visualization and consumption by end users, and build dashboard actions that take the user from data to insight to action with ease. By the end of this Tableau book, you'll be able to solve business problems using Tableau CRM and design, build, test, and deploy Tableau CRM analytics dashboards efficiently. What you will learn Implement and configure Tableau CRM from scratch Build your first Tableau CRM analytics app and embed your Tableau CRM dashboards in Salesforce to enhance user adoption Connect Salesforce and external data with Tableau CRM and create datasets Create a data recipe and get familiar with the recipe UI Build a custom dashboard in Tableau CRM using the dashboard editor Use lenses to create a Tableau CRM analytics dashboard Configure and implement data security and governance Build configured record actions to automate data directly in Salesforce Who this book is for This book is for data analysts, business analysts, BI professionals, and Salesforce users who want to explore Tableau CRM's capabilities and features. Basic knowledge of Sale...
    Anmerkung: Online resource; Title from title page (viewed December 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 77
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074728
    Sprache: Englisch
    Seiten: 1 online resource (294 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Learn how to create sophisticated and reliable Logic Apps with improved UX Key Features Become an Azure Master and create data flows within a matter of minutes Perform transfers using Logic Apps with prompt results Create powerful Logic Apps by enhancing your systems to improve user experience Book Description Logic Apps are a visual flowchart-like representation of common programming actions, and are a flexible way to create logic without writing a single line of code. Enterprise Integration with Azure Logic Apps is a comprehensive introduction for anyone new to Logic Apps which will boost your learning skills and allow you to create rich, complex, structured, and reusable logic with instant results. You'll begin by discovering how to navigate the Azure portal and understand how your objects can be zoned to a specific environment by using resource groups. Complete with hands-on tutorials, projects, and self-assessment questions, this easy-to-follow guide will teach you the benefits and foundations of Logic App logic design. As you advance, you'll find out how to manage your Azure environment in relation to Logic Apps and how to create elegant and reliable Logic Apps. With useful and practical explanations of how to get the most out of Logic App actions and triggers, you'll be able to ensure that your Logic Apps work efficiently and provide seamless integration for real-world scenarios without having to write code. By the end of this Logic Apps book, you'll be able to create complex and powerful Logic Apps within minutes, integrating large amounts of data on demand, enhancing your systems, and linking applications to improve user experience. What you will learn Understand how to use blades, overview pages, and subscription pages Discover how to create a Microsoft account to manage your tenant Use a Visual Studio subscription with Azure to manage your Logic Apps Find out how to manage the cloud by analyzing runs, executions, and costs Create resource groups to zone your enterprise environments Support a development life cycle from sandbox through to production Who this book is for If you are an aspiring infrastructure technician who already uses Azure in place of on-premises solutions and is now looking to link systems together, then this book is for you. This book is also for developers interested in systems integration where legacy systems may not have a direct data link and the cloud is the intermediary step. Power users with existing IT ski...
    Anmerkung: Online resource; Title from title page (viewed December 23, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 78
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816427
    Sprache: Englisch
    Seiten: 1 online resource (406 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title page (viewed December 10, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 79
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803233147
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 13 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: The complete set of tools and techniques for implementing concurrency with the Go programming language. About This Video Gain a deeper understanding of what concurrency is in Golang and how it is related to our daily life Explore various Go(lang) terminologies along with examples Understand Installation process of the Go compiler and write your first code In Detail According to the most recent developer surveys, Go(lang) is one of the world's most desired and loved languages, and its developers are among the highest paid in the world. Go is also the top language that companies are planning to migrate to, meaning that your Go skills are future proof for many years to come. Concurrency is a very advanced topic within Golang, and some comprehensive Go courses do not address it at all. Yet, we believe that with just a reasonable number of hours of effort, you can be on your way, comfortable with concurrency, and ready to add asynchronous features to your next programming project. In this course, we will cover Concurrency theory, terminology, trends, benefits, and challenges. The difference between concurrency and parallelism/parallel programming. We will also explore Goroutines, blocking code, wait groups and channels, IO bound vs CPU bound code with examples of each, Race conditions, Mutexes, condition variables, atomic variables, concurrency patterns. By the end of this course, you will gain an in-depth understanding of the fundamentals of Go concurrency and will be able to implement it in your future projects. Who this book is for This course is for anyone getting started with concurrency and specifically within the Go programming language. Also, for those who wish to learn the essentials of concurrent programming in the Go programming language. There are no strict prerequisites, but knowledge of computer programming principles and specifically the Go language will be extremely helpful, especially for the coding exercises.
    Anmerkung: Online resource; Title from title screen (viewed December 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 80
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247915
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 5 hr., 37 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed November 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 81
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071550
    Sprache: Englisch
    Seiten: 1 online resource (460 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Add Blender to your Unity game development projects to unlock new possibilities and decrease your dependency on third-party creators Key Features Discover how you can enhance your games with Blender Learn how to implement Blender in real-world scenarios Create new or modify existing assets in Blender and import them into your Unity game Book Description Blender is an incredibly powerful, free computer graphics program that provides a world-class, open-source graphics toolset for creating amazing assets in 3D. With Mind-Melding Unity and Blender for 3D Game Development, you'll discover how adding Blender to Unity can help you unlock unlimited new possibilities and reduce your reliance on third parties for creating your game assets. This game development book will broaden your knowledge of Unity and help you to get to grips with Blender's core capabilities for enhancing your games. You'll become familiar with creating new assets and modifying existing assets in Blender as the book shows you how to use the Asset Store and Package Manager to download assets in Unity and then export them to Blender for modification. You'll also learn how to modify existing and create new sci-fi-themed assets for a minigame project. As you advance, the book will guide you through creating 3D model props, scenery, and characters and demonstrate UV mapping and texturing. Additionally, you'll get hands-on with rigging, animation, and C# scripting. By the end of this Unity book, you'll have developed a simple yet exciting mini game with audio and visual effects, and a GUI. More importantly, you'll be ready to apply everything you've learned to your Unity game projects. What you will learn Transform your imagination into 3D scenery, props, and characters using Blender Get to grips with UV unwrapping and texture models in Blender Understand how to rig and animate models in Blender Animate and script models in Unity for top-down, FPS, and other types of games Find out how you can roundtrip custom assets from Blender to Unity and back Become familiar with the basics of ProBuilder, Timeline, and Cinemachine in Unity Who this book is for This book is for game developers looking to add more skills to their arsenal by learning Blender from the ground up. Beginner-level Unity scene and scripting skills are necessary to get started.
    Anmerkung: Online resource; Title from title page (viewed December 31, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 82
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231167
    Sprache: Englisch
    Seiten: 1 online resource (420 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Explore the latest MS-900 exam skills and concepts with this updated second edition Key Features Work with self-assessment questions, exam tips, and mock tests based on the latest exam pattern This updated second edition covers concepts including Microsoft Forms, Microsoft 365 Security Center, and more Understand the security considerations and benefits of adopting different types of cloud services Book Description Microsoft 365 Certified Fundamentals certification demonstrates your foundational knowledge of adopting cloud services, specifically the software as a service (SaaS) model. Exam MS-900 tests your understanding of Microsoft 365 services, components, their implementation, security, licensing, and general cloud concepts. This updated second edition covers all the recent and important changes in the examination in detail to help you achieve certification. You'll begin by exploring key topics such as Microsoft security and compliance policies, pricing and support, and cloud concepts. The book helps you to understand these concepts with the help of real-world scenarios, learning about platform services such as Microsoft Windows, SharePoint, Microsoft 365 apps, Teams, and Exchange. The content has been updated to include Microsoft Forms, Power Platform, Microsoft 365 Security Center, Windows Virtual Desktop, and Insider Risk Management. Each chapter contains a section that will test your knowledge of the core concepts covered. Finally, you'll take a practice exam with extra questions to help prepare you for the actual test. By the end of this MS-900 book, you'll be well-equipped to confidently pass the MS-900 certification exam with the help of the updated exam pattern. What you will learn Understand cloud services and deployment models, including public and private clouds Find out the differences between SaaS and IaaS consumption models, and where Microsoft services fit in Explore the reporting and analytics capabilities of Microsoft 365 Use Compliance Manager and Security Center to audit your organization Discover and implement best practices for licensing options available in Microsoft 365 Gain insights into the exam objectives and knowledge required before taking the MS-900 exam Who this book is for This book is for intermediate as well as experienced administrators and individuals looking for tips and tricks to pass the latest MS-900 exam and achieve Microsoft 365 certification. Basic knowledge of Microsoft services and cloud concepts...
    Anmerkung: Online resource; Title from title page (viewed December 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 83
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238241
    Sprache: Englisch
    Seiten: 1 online resource (420 pages)
    Ausgabe: 4th edition
    Schlagwort(e): Electronic books
    Kurzfassung: 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...
    Anmerkung: Online resource; Title from title page (viewed December 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 84
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811248
    Sprache: Englisch
    Seiten: 1 online resource (784 pages)
    Ausgabe: 6th edition
    Schlagwort(e): Electronic books
    Kurzfassung: Learn iOS app development and work with Xcode 13 and Apple's iOS 15 simulators Key Features Explore the latest features of Xcode 13 and the Swift 5.5 programming language in this updated sixth edition Start your iOS programming career and have fun building your own iOS apps Discover the new features of iOS 15 such as Mac Catalyst, SwiftUI, Swift Concurrency, and SharePlay Book Description With almost 2 million apps on the App Store, iOS mobile apps continue to be incredibly popular. Anyone can reach millions of customers around the world by publishing their apps on the App Store. iOS 15 Programming for Beginners is a comprehensive introduction for those who are new to iOS. It covers the entire process of learning the Swift language, writing your own app, and publishing it on the App Store. Complete with hands-on tutorials, projects, and self-assessment questions, this easy-to-follow guide will help you get well-versed with the Swift language to build your apps and introduce exciting new technologies that you can incorporate into your apps. You'll learn how to publish iOS apps and work with Mac Catalyst, SharePlay, SwiftUI, Swift concurrency, and much more. By the end of this iOS development book, you'll have the knowledge and skills to write and publish interesting apps, and more importantly, to use the online resources available to enhance your app development journey. What you will learn Get to grips with the fundamentals of Xcode 13 and Swift 5.5, the building blocks of iOS development Understand how to prototype an app using storyboards Discover the Model-View-Controller design pattern and how to implement the desired functionality within an app Implement the latest iOS features such as Swift Concurrency and SharePlay Convert an existing iPad app into a Mac app with Mac Catalyst Design, deploy, and test your iOS applications with design patterns and best practices Who this book is for This book is for anyone who has programming experience but is new to Swift and iOS app development. Basics knowledge of programming, including loops, boolean, and so on, is necessary.
    Anmerkung: Online resource; Title from title page (viewed December 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 85
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075275
    Sprache: Englisch
    Seiten: 1 online resource (532 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Harness the power of Teams to improve enterprise productivity and engagement Key Features Updated with new chapters on Teams templates, the special editions of Teams, and Microsoft Viva Customize Teams for increased efficiency, collaborate with best practices, and use advanced Teams functionalities to your advantage Extend Teams through integration with Microsoft services such as PowerShell, SharePoint, Power Apps, and Power Automate Book Description Microsoft Teams is your entry point to communication and collaboration in the modern workplace. In Hands-On Microsoft Teams, experienced Microsoft 365 certified professional Joao Ferreira shows you how to use Microsoft Teams to its full potential through practical tutorials. This guide to mastering Teams explores the platform in comprehensive detail and how it interacts with the rest of the Microsoft ecosystem to help you work efficiently and manage your resources. You'll get to grips with core functionality like setting up and managing teams, channels, chats, tabs, and meetings. You'll also learn to get the best out of Teams by adding custom apps, integrating with Microsoft 365, using PowerShell automation, and exploring useful settings you didn't know existed. Along the way, you'll be shown various real-world scenarios and how to implement solutions for them in Teams that will increase your productivity. Whether you're an administrator, manager, or team member, by the end of this book you'll be confident in using everything Microsoft Teams has to offer. What you will learn Perform scheduling and manage meetings, live events, and webinars Create and manage Microsoft Teams templates to streamline company processes Deal with permissions and security issues in managing private and public teams and channels Extend Microsoft Teams using custom apps, Microsoft 365, and PowerShell automation Build your own Teams app with The Developer Portal without writing any code Deploy helpful chatbots using QnA Maker and Power Virtual Agents Explore Teams use cases for education, frontline work, and personal life Bring together knowledge, learning, resources, and insights with the new employee experience platform, Microsoft Viva Who this book is for This Microsoft Teams book is for business professionals looking to use Teams for improving collaboration in an enterprise environment. The book will also be useful for Microsoft 365 administrators interested in implementing Microsoft Teams effectively.
    Anmerkung: Online resource; Title from title page (viewed December 15, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 86
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243979
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 9 hr., 46 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Develop your data analysis skills in Python and gain practical experience analyzing real-world datasets. About This Video Experience analyzing real-world datasets in lectures and guided projects The course is arranged in different sections based on the step-by-step process of REAL data analysis Get exposed to basic statistical knowledge necessary for data analysis In Detail Data analysis is a critical skill and is getting more popular. Nowadays, every organization has some data. Data could be extremely useful, but not without appropriate analysis. Data analysis enables us to transform data into insights for businesses to make informative decisions. You can find data analysis being used in every industry, be it healthcare, finance, or technology. Python is one of the most in-demand skills for data science by employers. It is not only easy to learn but also powerful. The design principles of the course are as follows: Instead of dumping all the available Python libraries or functions to you, we picked only the most useful ones based on our industry experience to cover in the course. This allows you to focus and master the foundations. Besides Python programming, you will also get exposed to the basic statistical knowledge necessary for data analysis. Combined with detailed video lectures, you will be given a few projects to work on to reinforce the knowledge. By the end of the course, you will have a solid foundation of data analysis, and be able to use Python for the complete process. Who this book is for This course is helpful for anyone interested in analyzing data effectively. You want to become a data analyst or a data scientist, or you just want the skills to work on your projects. This course is beginner-friendly. However, we recommend you have some basic knowledge of Python or at least another programming language.
    Anmerkung: Online resource; Title from title screen (viewed December 21, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 87
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235080
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 hr., 9 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Let's learn to code in Python with several projects and code examples for beginners About This Video Begin from nothing to learn how to write and code with Python Includes several Python projects and loaded with code examples Complete hands-on course In Detail Python is an excellent language to start programming with, it is powerful and easy to get started with. You can see results and run the code right away and most computers require truly little setup to start coding. This course is designed for beginners to get introduced to Python, learn how to write Python code, and create applications. This course starts with a basic introduction to Python and helps in setting up the coding environment. Once our setup is ready, we can write our code in Python. Next, we will learn the fundamentals of basic coding with Python. We will cover variables, data types, user inputs, and more. Also, we will cover some code examples that will travel through every essential element of programming and help us understand how the entire programming of Python really works. Then, in the last section, we will be creating the following three simple projects with Python to practice what we have learned. Projects such as the Countdown timer project, Dice game in Python where the highest roll wins, and Rock Paper Scissors game. By the end of this course, you will be able to write Python code on your own. Who this book is for This course is designed for beginners who want to learn how to write code in Python. Basic programming understanding is required.
    Anmerkung: Online resource; Title from title screen (viewed December 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 88
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801814164
    Sprache: Englisch
    Seiten: 1 online resource (426 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Get a 360-degree view of Teams as a secure collaboration tool with best practices and recommendations for using Teams efficiently Key Features Master and manage virtual meetings easily using Teams Understand the essential security and administration aspects of Microsoft Teams Communicate and collaborate effectively with your colleagues using Teams and M365 apps such as Sway, Yammer, and Stream Book Description The outbreak of the pandemic has forced the world to embrace remote working and the modern style of virtual business. However, end users may find it challenging to cope with this sudden change in working style, not aware of all the features and remote working tools available to make their life easy. Microsoft Teams is an exceptional platform, adopted by many organizations for unified communication and collaboration, and this book will help you to make the most of its capabilities. Complete with step-by-step explanations and screenshots, this book guides you through the topics that you'll find useful in your daily use of Teams. You'll learn how to manage your teams and projects with Microsoft Teams in a structured and organized way. The book provides hands-on information with a focus on the end user side to help corporate users to increase productivity and become a Microsoft Teams superuser. Finally, you'll explore the most effective ways of using the app with best practices and tips and tricks for making the most of the features available for your scenario. By the end of this Microsoft Teams book, you'll have mastered Microsoft Teams and be fully equipped as a modern collaboration end user to effectively increase your remote work productivity. What you will learn Find out how to secure your documents and data with Microsoft's security Improve your organization's productivity and engagement with Microsoft Teams Integrate Teams with other Office 365 apps such as SharePoint, OneNote, and OneDrive Automate your regular tasks with easy end-user automation options Discover best practices and etiquettes for using Teams efficiently and effectively Explore tips and tricks from expert MVP and Microsoft Certified Trainer (MCT) authors Who this book is for This book for anyone who wants to improve their day-to-day productivity using Microsoft Teams. Anyone with access to Office 365 apps will find this book useful irrespective of their designations. Fundamental knowledge of Microsoft Office 365 Applications is required.
    Anmerkung: Online resource; Title from title page (viewed December 10, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 89
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800202382
    Sprache: Englisch
    Seiten: 1 online resource (450 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Discover modern tactics, techniques, and procedures for pentesting industrial control systems Key Features Become well-versed with offensive ways of defending your industrial control systems Learn about industrial network protocols, threat hunting, Active Directory compromises, SQL injection, and much more Build offensive and defensive skills to combat industrial cyber threats Book Description The industrial cybersecurity domain has grown significantly in recent years. To completely secure critical infrastructure, red teams must be employed to continuously test and exploit the security integrity of a company's people, processes, and products. This pentesting book takes a slightly different approach than most by helping you to gain hands-on experience with equipment that you'll come across in the field. This will enable you to understand how industrial equipment interacts and operates within an operational environment. You'll start by getting to grips with the basics of industrial processes, and then see how to create and break the process, along with gathering open source intel to create a threat landscape for your potential customer. As you advance, you'll find out how to install and utilize offensive techniques used by professional hackers. Throughout the book, you'll explore industrial equipment, port and service discovery, pivoting, and much more, before finally launching attacks against systems in an industrial network. By the end of this penetration testing book, you'll not only understand how to analyze and navigate the intricacies of an industrial control system (ICS), but you'll also have developed essential offensive and defensive skills to proactively protect industrial networks from modern cyberattacks. What you will learn Set up a starter-kit ICS lab with both physical and virtual equipment Perform open source intel-gathering pre-engagement to help map your attack landscape Get to grips with the Standard Operating Procedures (SOPs) for penetration testing on industrial equipment Understand the principles of traffic spanning and the importance of listening to customer networks Gain fundamental knowledge of ICS communication Connect physical operational technology to engineering workstations and supervisory control and data acquisition (SCADA) software Get hands-on with directory scanning tools to map web-based SCADA solutions Who this book is for If you are an ethical hacker, penetration tester, automation engineer, or IT security ...
    Anmerkung: Online resource; Title from title page (viewed December 9, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 90
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839213434
    Sprache: Englisch
    Seiten: 1 online resource (408 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Learn a new statically compiled programming language to build maintainable and fast software with the help of this comprehensive guide to V programming Key Features Explore the features of the V programming language step by step with this beginner's guide Gain strong foundational knowledge of core programming concepts such as modules, functions, and structs Learn how to write super-fast programs and applications that compile in a matter of seconds Book Description A new language on the block, V comes with a promising set of features such as fast compilation and interoperability with other programming languages. This is the first book on the V programming language, packed with concise information and a walkthrough of all the features you need to know to get started with the language. The book begins by covering the fundamentals to help you learn about the basic features of V and the suite of built-in libraries available within the V ecosystem. You'll become familiar with primitive data types, declaring variables, arrays, and maps. In addition to basic programming, you'll develop a solid understanding of the building blocks of programming, including functions, structs, and modules in the V programming language. As you advance through the chapters, you'll learn how to implement concurrency in V Programming, and finally learn how to write test cases for functions. This book takes you through an end-to-end project that will guide you to build fast and maintainable RESTful microservices by leveraging the power of V and its built-in libraries. By the end of this V programming book, you'll be well-versed with the V programming language and be able to start writing your own programs and applications. What you will learn Become familiar with the basic building blocks of programming in the V language Install the V language on various operating systems Understand how to work with arrays and maps in V programming Discover how to implement concurrency in V programming Use channels in V programming to learn the best practices of sharing memory by communicating among coroutines Write modular code and build on your knowledge of structs and functions in V Get acquainted with writing tests in V programming Get to grips with building and querying RESTful microservice in V Who this book is for Whether you're a beginner interested in learning a programming language or an experienced programmer looking to switch to a new and better statically compiled programming la...
    Anmerkung: Online resource; Title from title page (viewed December 10, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 91
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801810371
    Sprache: Englisch
    Seiten: 1 online resource (344 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: 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 ...
    Anmerkung: Online resource; Title from title page (viewed December 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 92
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247922
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 28 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: 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.
    Anmerkung: Online resource; Title from title screen (viewed December 21, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 93
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230030
    Sprache: Englisch
    Seiten: 1 online resource (578 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books
    Kurzfassung: Master core Kubernetes concepts important to enterprises from security, policy, and management point-of-view. Learn to deploy a service mesh using Istio, build a CI/CD platform, and provide enterprise security to your clusters. Key Features Extensively revised edition to cover the latest updates and new releases along with two new chapters to introduce Istio Get a firm command of Kubernetes from a dual perspective of an admin as well as a developer Understand advanced topics including load balancing, externalDNS, global load balancing, authentication integration, policy, security, auditing, backup, Istio and CI/CD Book Description Kubernetes has taken the world by storm, becoming the standard infrastructure for DevOps teams to develop, test, and run applications. With significant updates in each chapter, this revised edition will help you acquire the knowledge and tools required to integrate Kubernetes clusters in an enterprise environment. The book introduces you to Docker and Kubernetes fundamentals, including a review of basic Kubernetes objects. You'll get to grips with containerization and understand its core functionalities such as creating ephemeral multinode clusters using KinD. The book has replaced PodSecurityPolicies (PSP) with OPA/Gatekeeper for PSP-like enforcement. You'll integrate your container into a cloud platform and tools including MetalLB, externalDNS, OpenID connect (OIDC), Open Policy Agent (OPA), Falco, and Velero. After learning to deploy your core cluster, you'll learn how to deploy Istio and how to deploy both monolithic applications and microservices into your service mesh. Finally, you will discover how to deploy an entire GitOps platform to Kubernetes using continuous integration and continuous delivery (CI/CD). What you will learn Create a multinode Kubernetes cluster using KinD Implement Ingress, MetalLB, ExternalDNS, and the new sandbox project, K8GBConfigure a cluster OIDC and impersonation Deploy a monolithic application in Istio service mesh Map enterprise authorization to Kubernetes Secure clusters using OPA and GateKeeper Enhance auditing using Falco and ECK Back up your workload for disaster recovery and cluster migration Deploy to a GitOps platform using Tekton, GitLab, and ArgoCD Who this book is for This book is for anyone interested in DevOps, containerization, and going beyond basic Kubernetes cluster deployments. DevOps engineers, developers, and system administrators looking to enhance their IT car...
    Anmerkung: Online resource; Title from title page (viewed December 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 94
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838824327
    Sprache: Englisch
    Seiten: 1 online resource (436 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Build and manage a production Jenkins instance, complete with CI/CD pipelines using GitHub and Docker Hub, Jenkins Configuration as Code, Shared Libraries, Script Security, and optimization guides Key Features Set up production-grade Jenkins and CI/CD pipelines with GitHub and Docker Hub integrations Manage, protect, and upgrade a production Jenkins instance regardless of its size and the number of users Scale a Jenkins instance using advanced optimization tips, tricks, and best practices Book Description Jenkins is a renowned name among build and release CI/CD DevOps engineers because of its usefulness in automating builds, releases, and even operations. Despite its capabilities and popularity, it's not easy to scale Jenkins in a production environment. Jenkins Administrator's Guide will not only teach you how to set up a production-grade Jenkins instance from scratch, but also cover management and scaling strategies. This book will guide you through the steps for setting up a Jenkins instance on AWS and inside a corporate firewall, while discussing design choices and configuration options, such as TLS termination points and security policies. You'll create CI/CD pipelines that are triggered through GitHub pull request events, and also understand the various Jenkinsfile syntax types to help you develop a build and release process unique to your requirements. For readers who are new to Amazon Web Services, the book has a dedicated chapter on AWS with screenshots. You'll also get to grips with Jenkins Configuration as Code, disaster recovery, upgrading plans, removing bottlenecks, and more to help you manage and scale your Jenkins instance. By the end of this book, you'll not only have a production-grade Jenkins instance with CI/CD pipelines in place, but also knowledge of best practices by industry experts. What you will learn Set up a production-grade Jenkins instance on AWS and on-premises Create continuous integration and continuous delivery (CI/CD) pipelines triggered by GitHub pull request events Use Jenkins Configuration as Code to codify a Jenkins setup Backup and restore configurations and plan for disaster recovery Plan, communicate, execute, and roll back upgrade scenarios Identify and remove common bottlenecks in scaling Jenkins Use Shared Libraries to develop helper functions and create new DSLs Who this book is for This book is for both new Jenkins administrators and advanced users who want to optimize and scale Jenkins. Jenkins b...
    Anmerkung: Online resource; Title from title page (viewed December 24, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 95
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245782
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 10 hr., 4 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Docker Certified Associate: The ultimate validation for your containerization skills with Docker About This Video Prepare for Docker Certified Associate exam Practice multi-response mock questions for the DCA exam Improve with multiple assignments and quizzes In Detail This course covers the entire syllabus of DCA laid out by Mirantis and explains each aspect with precision and patience. With continuous input for exam preparation and mock exams, you will never lose sight of your goal. In this course, we will first understand what containers and Docker are. We will be containerizing applications with Dockerfiles, then work with Docker images and containers. Post that, we will cover container networking with Docker networks and learn how to provide backup storage to containers. Later, we will cover container orchestration and cluster management with Docker Swarm. Next, we will understand what Compose files and Docker Stack are. Then we will move ahead with Mirantis Kubernetes Engine (formerly Docker Universal Control Plane) and an introduction to Kubernetes and Pods. Lastly, you will learn about container orchestration with Kubernetes on MKE (UCP) and Docker Trusted Registry (DTR) aka Mirantis Secure Registry (MSR). Moreover, there are five hands-on assignments with complete solutions, 10+ quizzes, and two mock exams to solidify your preparation. By the end of this course, you will be well prepared for your DCA exam. Who this book is for This course is designed for IT professionals aiming to become DCA. This course is also designed for beginner DevOps engineers, system admins, or software developers who are interested in Docker and containers This course is also designed for computer science and IT students aiming for DevOps jobs; managers and start-up owners looking to reduce their IT infrastructure costs, or current Docker users looking to expand their knowledge and practice their skills.
    Anmerkung: Online resource; Title from title screen (viewed December 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 96
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234274
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 18 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Create your own first virtual assistant in Python in less than 90 minutes and modify its functionalities at your will with the help of basic Python libraries and modules. About This Video Build your personal voice assistant with the help of Python libraries and modules from scratch Python beginners and experts can benefit from this project Comes bundled with resource files that can be implemented while learning and add it to your own portfolio In Detail Learning through your own little projects is the best and most enjoyable way to improve your skills. In the world of today, we all already use virtual assistants such as Alexa, Siri, Google Assistant, and others increasingly in our daily life. It is convenient and this will only increase in the next few years. So, wouldn't it be interesting to learn the fundamentals to create our own virtual assistant? This is exactly the goal of this course, and it creates a lot of fun doing it. We can ask our virtual assistant to play songs, search YouTube, return stock quotes, and do many other things. Doesn't that sound interesting? So, let's not waste any time and start working on this project together. You will start by running Jupyter Notebook and understanding some basic Python libraries. Followed by adding components of your virtual assistant like data, time, voice to text, and so on. Finally, you will execute and test your virtual assistant and modify it as per your requirement. The cherry on the top, you can also add this project to your own portfolio later to show potential employers your skills! By the end of this course, you will build a working and your first personal virtual assistant using Python and learn some basic Python libraries and modules. Who this book is for The course is designed for beginner to advanced level Python enthusiasts. Everyone who is interested in building a virtual assistant or students interested in building a chatbot, and finally, the ones who are interested in starting programming and looking for a project to add to their portfolio. Windows system and Jupyter Notebook are used while building this project but feel free to choose the editor of your choice. No programming knowledge is required.
    Anmerkung: Online resource; Title from title screen (viewed December 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 97
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800566934
    Sprache: Englisch
    Seiten: 1 online resource (520 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Master the Microsoft Azure platform and prepare for the AZ-304 certification exam by learning the key concepts needed to identify key stakeholder requirements and translate these into robust solutions Key Features Build secure and scalable solutions on the Microsoft Azure platform Learn how to design solutions that are compliant with customer requirements Work with real-world scenarios to become a successful Azure architect, and prepare for the AZ-304 exam Book Description The AZ-304 exam tests an architect's ability to design scalable, reliable, and secure solutions in Azure based on customer requirements. Exam Ref AZ-304 Microsoft Azure Architect Design Certification and Beyond offers complete, up-to-date coverage of the AZ-304 exam content to help you prepare for it confidently, pass the exam first time, and get ready for real-world challenges. This book will help you to investigate the need for good architectural practices and discover how they address common concerns for cloud-based solutions. You will work through the CloudStack, from identity and access through to infrastructure (IaaS), data, applications, and serverless (PaaS). As you make progress, you will delve into operations including monitoring, resilience, scalability, and disaster recovery. Finally, you'll gain a clear understanding of how these operations fit into the real world with the help of full scenario-based examples throughout the book. By the end of this Azure book, you'll have covered everything you need to pass the AZ-304 certification exam and have a handy desktop reference guide. What you will learn Understand the role of architecture in the cloud Ensure security through identity, authorization, and governance Find out how to use infrastructure components such as compute, containerization, networking, and storage accounts Design scalable applications and databases using web apps, functions, messaging, SQL, and Cosmos DB Maintain operational health through monitoring, alerting, and backups Discover how to create repeatable and reliable automated deployments Understand customer requirements and respond to their changing needs Who this book is for This book is for Azure Solution Architects who advise stakeholders and help translate business requirements into secure, scalable, and reliable solutions. Junior architects looking to advance their skills in the Cloud will also benefit from this book. Experience with the Azure platform is expected, and a general understandi...
    Anmerkung: Online resource; Title from title page (viewed July 23, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 98
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242866
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 47 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Dive into Kano Analysis and prioritize customer needs About This Video Master the ability to systematically identify and prioritize your customer requirements Specialize your skills in exploring your customer’s stated and latent needs Acquire the knack to delight your customers and make them your raving fans for a lifetime In Detail With increasing competition and constantly changing customer requirements, it has become exceedingly important to learn the art and science of prioritizing the most important needs and requirements of your customers. Kano Analysis is a unique tool that has a structured approach to understand these customer requirements, translate those needs/requirements into specific categories, and prioritize them. This tool is extensively used by Six Sigma Green Belts and Black Belts in their Lean Six Sigma projects. Kano Analysis is most effective in the Define Phase of any Six Sigma Green Belt or a Six Sigma Black Belt project. In the Define Phase, the Green Belt or the Black Belt looks for pain areas of the business process. When Kano Analysis is used, it helps understand customer requirements and provides a laser-sharp focus on only those requirements that your customers care about. This tool can also be used as a standalone tool that is independent of a Six Sigma project. If you want to thrive in today’s competitive environment, you must make your customers your raving fans. This is only possible when you focus and deliver exactly what your customer wants. Kano Analysis is the only tool that helps you identify what your customers exactly want.
    Anmerkung: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 99
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839218804
    Sprache: Englisch
    Seiten: 1 online resource (602 pages)
    Ausgabe: 2nd edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Develop an extendable smart robot capable of performing a complex series of actions with Python and Raspberry Pi Key Features Get up to speed with the fundamentals of robotic programming and build intelligent robots Learn how to program a voice agent to control and interact with your robot's behavior Enable your robot to see its environment and avoid barriers using sensors Book Description We live in an age where the most complex or repetitive tasks are automated. Smart robots have the potential to revolutionize how we perform all kinds of tasks with high accuracy and efficiency. With this second edition of Learn Robotics Programming, you'll see how a combination of the Raspberry Pi and Python can be a great starting point for robot programming. The book starts by introducing you to the basic structure of a robot and shows you how to design, build, and program it. As you make your way through the book, you'll add different outputs and sensors, learn robot building skills, and write code to add autonomous behavior using sensors and a camera. You'll also be able to upgrade your robot with Wi-Fi connectivity to control it using a smartphone. Finally, you'll understand how you can apply the skills that you've learned to visualize, lay out, build, and code your future robot building projects. By the end of this book, you'll have built an interesting robot that can perform basic artificial intelligence operations and be well versed in programming robots and creating complex robotics projects using what you've learned. What you will learn Leverage the features of the Raspberry Pi OS Discover how to configure a Raspberry Pi to build an AI-enabled robot Interface motors and sensors with a Raspberry Pi Code your robot to develop engaging and intelligent robot behavior Explore AI behavior such as speech recognition and visual processing Find out how you can control AI robots with a mobile phone over Wi-Fi Understand how to choose the right parts and assemble your robot Who this book is for This second edition of Learn Robotics Programming is for programmers, developers, and robotics enthusiasts who want to develop a fully functional robot and leverage AI to build interactive robots. Basic knowledge of the Python programming language will help you understand the concepts covered in this robot programming book more effectively.
    Anmerkung: Online resource; Title from title page (viewed February 12, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 100
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800564909
    Sprache: Englisch
    Seiten: 1 online resource (356 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books ; local
    Kurzfassung: Understand the internals and architecture of GraalVM with the help of hands-on experiments and gain deep knowledge that you can apply to improve your application's performance, interoperability, and throughput. Key Features Generate faster and leaner code with minimum computing resources for high performance Compile Java applications faster than ever to a standalone executable called native images Create high-performance polyglot applications that are compatible across various JVM and non-JVM languages Book Description GraalVM is a universal virtual machine that allows programmers to compile and run applications written in both JVM and non-JVM languages. It improves the performance and efficiency of applications, making it an ideal companion for cloud-native or microservices-based applications. This book is a hands-on guide, with step-by-step instructions on how to work with GraalVM. Starting with a quick introduction to the GraalVM architecture and how things work under the hood, you'll discover the performance benefits of running your Java applications on GraalVM. You'll then learn how to create native images and understand how AOT (ahead-of-time) can improve application performance significantly. The book covers examples of building polyglot applications that will help you explore the interoperability between languages running on the same VM. You'll also see how you can use the Truffle framework to implement any language of your choice to run optimally on GraalVM. By the end of this book, you'll not only have learned how GraalVM is beneficial in cloud-native and microservices development but also how to leverage its capabilities to create high-performing polyglot applications. What you will learn Gain a solid understanding of GraalVM and how it works under the hood Work with GraalVM's high performance optimizing compiler and see how it can be used in both JIT (just-in-time) and AOT (ahead-of-time) modes Get to grips with the various optimizations that GraalVM performs at runtime Use advanced tools to analyze and diagnose performance issues in the code Compile, embed, run, and interoperate between languages using Truffle on GraalVM Build optimum microservices using popular frameworks such as Micronaut and Quarkus to create cloud-native applications Who this book is for This book is for JVM developers looking to optimize their application's performance. You'll also find this book useful if you're a JVM developer looking to explore options to ...
    Anmerkung: Online resource; Title from title page (viewed June 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...