Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company.  (964)
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (866)
  • [Erscheinungsort nicht ermittelbar] : Morgan Kaufmann
Datasource
Material
Language
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243382
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243337
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 12, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231785
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235950
    Language: English
    Pages: 1 online resource (278 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 11, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072168
    Language: English
    Pages: 1 online resource (440 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Build highly secure and scalable machine learning platforms to support the fast-paced adoption of machine learning solutions Key Features Explore different ML tools and frameworks to solve large-scale machine learning challenges in the cloud Build an efficient data science environment for data exploration, model building, and model training Learn how to implement bias detection, privacy, and explainability in ML model development Book Description With a highly scalable machine learning (ML) platform, organizations can quickly scale the delivery of ML products for faster business value realization, so there is a huge demand for skilled ML solutions architects in different industries. This hands-on ML book takes you through the design patterns, architectural considerations, and the latest technology that you need to know to become a successful ML solutions architect. You'll start by understanding ML fundamentals and how ML can be applied to real-world business problems. Once you've explored some of the leading ML algorithms for solving different types of problems, the book will help you get to grips with data management and using ML libraries such as TensorFlow and PyTorch. You'll learn how to use open source technology such as Kubernetes/Kubeflow to build a data science environment and ML pipelines and then advance to building an enterprise ML architecture using Amazon Web Services (AWS) services. You'll then cover security and governance considerations, advanced ML engineering techniques, and how to apply bias detection, explainability, and privacy in ML model development. Finally, you'll get acquainted with AWS AI services and their applications in real-world use cases. By the end of this book, you'll be able to design and build an ML platform to support common use cases and architecture patterns. What you will learn Apply ML methodologies to solve business problems Design a practical enterprise ML platform architecture Implement MLOps for ML workflow automation Build an end-to-end data management architecture using AWS Train large-scale ML models and optimize model inference latency Create a business application using an AI service and a custom ML model Use AWS services to detect data and model bias and explain models Who this book is for This book is for data scientists, data engineers, cloud architects, and machine learning enthusiasts who want to become machine learning solutions architects. Basic knowledge of the Python programming langu...
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238043
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Pass your SC-300: Microsoft Identity and Access administrator exam with the help of this highly engaging and comprehensive guide. About This Video Implement an identity management solution, authentication, and access management solution Implement access management for apps, plan and implement an identity governance strategy A reference or end-to-end guide to pass your SC 300 exam from a Microsoft certified trainer In Detail The Microsoft Identity and Access Administrator designs, implements, and operates an organization’s identity and access management systems by using Azure Active Directory (Azure AD). They manage tasks such as providing secure authentication and authorization access to enterprise applications. The administrator provides seamless experiences and self-service management capabilities for all users. Adaptive access and governance are core elements to the role. This role is also responsible for troubleshooting, monitoring, and reporting for the identity and access environment. This course starts from implementing the initial configuration of Azure Active Directory. Then, create, configure, and manage identities. Followed by, implementing, and managing external identities. You will implement and manage hybrid identity, then plan and implement Azure multifactor authentication. Then manage user authentication, and plan, implement and administer conditional access. After that, you will manage Azure AD identity protection. Plan, implement and monitor the integration of enterprise apps for SSO and app registrations. Moving ahead, you will plan, implement, and manage entitlement and access reviews. Finally, you will see privileged access along with monitoring and maintaining Azure Active Directory. By the end of this course, you will gain the requisite knowledge and confidence to pass the SC-300: Microsoft Identity and Access administrator exam. Who this book is for This course is for security enthusiasts who want to complete the SC-300 certification. This is designed for those who would like to look at security from the identity perspective and want to be the identity security defenders of their organization. Basic knowledge of Azure and its components along with information security will be helpful. Work exposure to Active Directory, its usage, and its purpose is required but not mandatory.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208759
    Language: English
    Pages: 1 online resource (402 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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...
    Note: Online resource; Title from title page (viewed January 27, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811644
    Language: English
    Pages: 1 online resource (420 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: A comprehensive guide for teaching system administrators, developers, and security professionals how to create their own systemd units and maintain system security Key Features Get well-versed with maintaining and troubleshooting systemd services Learn to create, modify, and reload service files and use systemd utilities Use cgroups to control resource usage and enhance security Book Description systemd is a new type of Linux init system for today's high-performance, multi-CPU, and multi-core hardware that is now used on all major enterprise-grade Linux distros. The main goal of this Linux systemd book is to help you get an in-depth understanding of systemd to set up your servers securely and efficiently. This book starts by explaining systemd management, which will help you manage your servers effectively. You'll then learn how to edit and create your own systemd units, which will be particularly helpful if you need to create custom services or timers and add features or security to an existing service. Next, you'll understand how to analyze and fix boot-up challenges and set system parameters. Later, you'll come across cgroups, that'll help you control system resource usage for both processes and users. The book also shows you how cgroups are structured, the differences between cgroups Version 1 and 2, and how to set resource limits on both. Finally, you'll learn about the systemd way of performing time-keeping, networking, logging, and login management. You'll discover how to configure servers accurately and gather system information to analyze system security and performance. By the end of this Linux book, you'll be able to efficiently manage all aspects of a server running the systemd init system. What you will learn Use basic systemd utilities to manage a system Create and edit your own systemd units Create services for Podman-Docker containers Enhance system security by adding security-related parameters Find important information with journald Analyze boot-up problems Configure system settings with systemd utilities Who this book is for This book is for Linux administrators who want to learn more about maintaining and troubleshooting Linux servers. Aspiring administrators studying for a Linux certification exam and developers looking to learn how to create systemd unit files will also find this book useful. Additionally, this book will be helpful for security administrators who want to understand the security settings that can be used ...
    Note: Online resource; Title from title page (viewed February 3, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073097
    Language: English
    Pages: 1 online resource (676 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Get to grips with leading 3D engineering and product design application to design robust 3D models and achieve CSWA and CSWP certification Key Features Gain comprehensive insights into the core aspects of 3D modeling's mechanical parts Learn how to generate assembly designs with both standard and advanced mates Discover design practices for both 2D as well as 3D modeling and prepare to achieve CSWP and CSWA certification Book Description SOLIDWORKS is the leading choice for 3D engineering and product design applications across industries such as aviation, automobile, and consumer product design. This book helps you to get up and running with SOLIDWORKS and understand each new concept and tool with the help of easy-to-follow exercises. You'll begin with the basics, exploring the software interface and finding out how to work with drawing files. The book then guides you through topics such as sketching, building complex 3D models, generating dynamic and static assemblies, and generating 2D engineering drawings to prepare you to take on any design project. You'll also work with practical exercises to get hands-on experience with creating sketches, 3D part models, assemblies, and drawings. To reinforce your understanding of SOLIDWORKS, the book is supplemented by downloadable files that will help you to understand the concepts and exercises more easily. Finally, you'll also work on projects for 3D modeling objects inspired by everyday life. By the end of this SOLIDWORKS book, you'll have gained the skills you need to create professional 3D mechanical models using SOLIDWORKS and be able to prepare effectively for the Certified SOLIDWORKS Associate (CSWA) and Certified SOLIDWORKS Professional (CSWP) exams. What you will learn Understand the fundamentals of SOLIDWORKS and parametric modeling Create professional 2D sketches as bases for 3D models using simple and advanced modeling techniques Use SOLIDWORKS drawing tools to generate standard engineering drawings Evaluate mass properties and materials for designing parts and assemblies Join different parts together to form static and dynamic assemblies Discover expert tips and tricks to generate different part and assembly configurations for your mechanical designs Who this book is for This book is for aspiring engineers, designers, makers, draftsmen, and hobbyists looking to get started with SOLIDWORKS and explore the software. Individuals who are interested in becoming Certified SOLIDWORKS Associates ...
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811781
    Language: English
    Pages: 1 online resource (374 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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 ...
    Note: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800209091
    Language: English
    Pages: 1 online resource (314 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    ISBN: 9781801070799
    Language: English
    Pages: 1 online resource (588 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Successfully execute a strategic roadmap of digital transformation and modernize your enterprise with a proven API-led agile implementation approach by unlocking the full range of features in IBM API Connect Version 10 Key Features Explore techniques to design and deliver valuable customer-centric APIs using API Connect Manage your APIs with improved security and optimal performance across many channels Uncover hidden capabilities that help improve business agility and management within your API ecosystem Book Description IBM API Connect enables organizations to drive digital innovation using its scalable and robust API management capabilities across multi-cloud and hybrid environments. With API Connect's security, flexibility, and high performance, you'll be able to meet the needs of your enterprise and clients by extending your API footprint. This book provides a complete roadmap to create, manage, govern, and publish your APIs. You'll start by learning about API Connect components, such as API managers, developer portals, gateways, and analytics subsystems, as well as the management capabilities provided by CLI commands. You'll then develop APIs using OpenAPI and discover how you can enhance them with logic policies. The book shows you how to modernize SOAP and FHIR REST services as secure APIs with authentication, OAuth2/OpenID, and JWT, and demonstrates how API Connect provides safeguards for GraphQL APIs as well as published APIs that are easy to discover and well documented. As you advance, the book guides you in generating unit tests that supplement DevOps pipelines using Git and Jenkins for improved agility, and concludes with best practices for implementing API governance and customizing API Connect components. By the end of this book, you'll have learned how to transform your business by speeding up the time-to-market of your products and increase the ROI for your enterprise. What you will learn Use API Connect to create, manage, and publish customer-centric, API-led solutions Run CLI commands to manage API configuration and deployments Create REST, SOAP, and GraphQL APIs securely using OpenAPI Support OAuth and JWT security methods using policies Create custom policies to supplement security Apply built-in policies to transform payloads Use CLIs and unit testing hooks within DevOps pipelines Find out how to customize Analytics dashboards and Portal User Interface Who this book is for This book is for developers and architects who w...
    Note: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803248981
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803241111
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to create apps and submit them to the App Store using SwiftUI 3 Code and Xcode 13 on iOS 15 from scratch About This Video Develop iPhone apps using SwiftUI 3 code and Xcode 13 Learn Swift programming and SwiftUI by creating five complete apps Learn to share your app ideas through the App Store In Detail If you are looking for a course that is fun, for complete beginners, and gets straight to the point, then this is the course for you. This course will help you learn all about developing iPhone applications and simultaneously implement all that you learn by creating five complete apps using SwiftUI 3 code and Xcode 13. In this course, we will start with the SwiftUI basics that are required for developing an app and set up our developing environment with Xcode. Once our environment is set, we will start working on our different apps. In this first app - People Counter - and the second app - Text Formatter, you will be learning the basics of Swift programming. In this third app, we will create an app called Emoji Dictionary, where you will learn about lists, arrays, and multi-view apps. In the fourth app, we will create a Quick ToDos app, where you will learn how to save information with CoreData. In our final app, we will create a Course Lister app where we will work with web, APIs, JSON, and images. Once we are done with the apps, we will discuss the process to submit your own apps to the App Store! By the end of this course, you will be set to build your own app and share your app with the world through the App Store. Who this book is for This course is best for complete beginners who want to make an iPhone app as no prior experience is needed and one just needs to have a Mac computer and passion to develop amazing apps.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801818773
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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) ...
    Note: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208162
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: An immersive learning experience enhanced with technical, hands-on labs to understand the concepts, methods, tools, platforms, and systems required to master the art of cybersecurity Key Features Get hold of the best defensive security strategies and tools Develop a defensive security strategy at an enterprise level Get hands-on with advanced cybersecurity threat detection, including XSS, SQL injections, brute forcing web applications, and more Book Description Every organization has its own data and digital assets that need to be protected against an ever-growing threat landscape that compromises the availability, integrity, and confidentiality of crucial data. Therefore, it is important to train professionals in the latest defensive security skills and tools to secure them. Mastering Defensive Security provides you with in-depth knowledge of the latest cybersecurity threats along with the best tools and techniques needed to keep your infrastructure secure. The book begins by establishing a strong foundation of cybersecurity concepts and advances to explore the latest security technologies such as Wireshark, Damn Vulnerable Web App (DVWA), Burp Suite, OpenVAS, and Nmap, hardware threats such as a weaponized Raspberry Pi, and hardening techniques for Unix, Windows, web applications, and cloud infrastructures. As you make progress through the chapters, you'll get to grips with several advanced techniques such as malware analysis, security automation, computer forensics, and vulnerability assessment, which will help you to leverage pentesting for security. By the end of this book, you'll have become familiar with creating your own defensive security tools using IoT devices and developed advanced defensive security skills. What you will learn Become well versed with concepts related to defensive security Discover strategies and tools to secure the most vulnerable factor – the user Get hands-on experience using and configuring the best security tools Understand how to apply hardening techniques in Windows and Unix environments Leverage malware analysis and forensics to enhance your security strategy Secure Internet of Things (IoT) implementations Enhance the security of web applications and cloud deployments Who this book is for This book is for IT professionals, including systems administrators, programmers, IT architects, solution engineers, system analysts, data scientists, DBAs, and any IT expert looking to explore the fascinating world of cyb...
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801816489
    Language: English
    Pages: 1 online resource (460 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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...
    Note: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819282
    Language: English
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Gain useful insights into cybersecurity leadership in a modern-day organization with the help of use cases Key Features Discover tips and expert advice from the leading CISO and author of many cybersecurity books Become well-versed with a CISO's day-to-day responsibilities and learn how to perform them with ease Understand real-world challenges faced by a CISO and find out the best way to solve them Book Description The chief information security officer (CISO) is responsible for an organization's information and data security. The CISO's role is challenging as it demands a solid technical foundation as well as effective communication skills. This book is for busy cybersecurity leaders and executives looking to gain deep insights into the domains important for becoming a competent cybersecurity leader. The book begins by introducing you to the CISO's role, where you'll learn key definitions, explore the responsibilities involved, and understand how you can become an efficient CISO. You'll then be taken through end-to-end security operations and compliance standards to help you get to grips with the security landscape. In order to be a good leader, you'll need a good team. This book guides you in building your dream team by familiarizing you with HR management, documentation, and stakeholder onboarding. Despite taking all that care, you might still fall prey to cyber attacks; this book will show you how to quickly respond to an incident to help your organization minimize losses, decrease vulnerabilities, and rebuild services and processes. Finally, you'll explore other key CISO skills that'll help you communicate at both senior and operational levels. By the end of this book, you'll have gained a complete understanding of the CISO's role and be ready to advance your career. What you will learn Understand the key requirements to become a successful CISO Explore the cybersecurity landscape and get to grips with end-to-end security operations Assimilate compliance standards, governance, and security frameworks Find out how to hire the right talent and manage hiring procedures and budget Document the approaches and processes for HR, compliance, and related domains Familiarize yourself with incident response, disaster recovery, and business continuity Get the hang of tasks and skills other than hardcore security operations Who this book is for This book is for aspiring as well as existing CISOs. This book will also help cybersecurity leaders and sec...
    Note: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811446
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Discover how to inject your code with highly performant Rust features to develop fast and memory-safe applications Key Features Learn to implement Rust in a Python system without altering the entire system Write safe and efficient Rust code as a Python developer by understanding the essential features of Rust Build Python extensions in Rust by using Python NumPy modules in your Rust code Book Description Python has made software development easier, but it falls short in several areas including memory management that lead to poor performance and security. Rust, on the other hand, provides memory safety without using a garbage collector, which means that with its low memory footprint, you can build high-performant and secure apps relatively easily. However, rewriting everything in Rust can be expensive and risky as there might not be package support in Rust for the problem being solved. This is where Python bindings and pip come in. This book will help you, as a Python developer, to start using Rust in your Python projects without having to manage a separate Rust server or application. Seeing as you'll already understand concepts like functions and loops, this book covers the quirks of Rust such as memory management to code Rust in a productive and structured manner. You'll explore the PyO3 crate to fuse Rust code with Python, learn how to package your fused Rust code in a pip package, and then deploy a Python Flask application in Docker that uses a private Rust pip module. Finally, you'll get to grips with advanced Rust binding topics such as inspecting Python objects and modules in Rust. By the end of this Rust book, you'll be able to develop safe and high-performant applications with better concurrency support. What you will learn Explore the quirks of the Rust programming language that a Python developer needs to understand to code in Rust Understand the trade-offs for multiprocessing and thread safety to write concurrent code Build and manage a software project with cargo and crates Fuse Rust code with Python so that Python can import and run Rust code Deploy a Python Flask application in Docker that utilizes a private Rust pip module Inspect and create your own Python objects in Rust Who this book is for This book is for Python developers who want to speed up their Python code with Rust and implement Rust in a Python system without altering the entire system. You'll be able to learn about all topics relating to Rust programming. Basic know...
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    ISBN: 9781801816618
    Language: English
    Pages: 1 online resource (588 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: From fundamentals and design patterns to the different strategies for creating secure and reliable architectures in AWS cloud, learn everything you need to become a successful solutions architect Key Features Transform business requirements into end-to-end technical architectures with this practical guide Assess and overcome the various challenges while updating or modernizing legacy applications Learn how to future-proof your architecture with IoT, machine learning, and quantum computing Book Description Solutions Architect's Handbook, Second Edition, takes a hands-on approach to helping you become a solutions architect. You will learn how to create robust, scalable, and fault-tolerant solutions and next-generation architecture designs in a cloud environment. This will help you build effective product strategies for your business and implement them from start to finish. The new edition incorporates new chapters on disruptive technologies, such Internet of Things (IoT), quantum computing, data engineering, and machine learning. It also includes updated discussions on cloud-native architecture, blockchain data storage, and mainframe modernization with public cloud. This book provides an understanding of solution architecture and how it fits into an agile enterprise environment. It will take you through the journey of solution architecture design by providing detailed knowledge of design pillars, advanced design patterns, anti-patterns, and the cloud-native aspects of modern software design. By the end of this book, you'll have learned techniques that enable you to create efficient architecture designs that meet your business requirements. What you will learn Explore the various roles of a solutions architect in the enterprise landscape Implement key design principles and patterns to build high-performance, cost-effective solutions Choose appropriate strategies to secure your architectures and increase their availability Modernize legacy applications with the help of cloud integration Understand big data processing, machine learning, IoT, and quantum computing, and how they fit into modern architecture Integrate a DevOps mindset to promote collaboration, increase operational efficiency, and streamline production Who this book is for This book is for software developers, system engineers, DevOps engineers, architects, and team leaders working in the information technology industry who aspire to become solutions architect professionals. It will al...
    Note: Online resource; Title from title page (viewed January 17, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073875
    Language: English
    Pages: 1 online resource (502 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get started with the latest sculpting features in Blender 3D and learn key sculpting workflows such as Dynotopo, Voxel Remesher, QuadriFlow, and Multiresolution Key Features Use Blender's core sculpting workflows: basic sculpting, Dynotopo, Voxel Remesher, QuadriFlow, and Multiresolution Learn how to use and customize Blender's sculpting brushes to create fantastic art effortlessly Explore common techniques in Blender 3.0 for creating facial features, clothing, accessories, and more Book Description Blender 3D is a free and open source program that can be used for every part of the 3D production pipeline. It has several robust feature sets for creating 3D art that have contributed to its rising popularity in the last few years. Sculpting is perhaps the most enjoyable and artistic method for creating 3D art as it relies less on technical knowledge and focuses on artistic brushes. The latest release of Blender makes the sculpting feature set more powerful than ever, so now is an excellent time to learn it! This book covers the expansive list of features in the Blender 2.93 LTS release, as well as the exciting all-new Blender 3.0 release. This book will be an excellent resource for professionals who need a production-ready long-term support release of the software, as well as hobbyists looking for a cutting-edge experience. Sculpting the Blender Way will demonstrate how to navigate Blender's user interface and take you through the core workflows. You'll gain a detailed understanding of how the sculpting features work, including basic sculpting, Dyntopo, the Voxel Remesher, QuadriFlow, and Multiresolution. This Blender book will cover a wide range of brushes, as well as all of the latest additions to the sculpting feature set, such as Face Sets, Mesh Filters, and the Cloth brush. You'll learn how to customize these brushes and features to create fantastic 3D sculptures that you can share with the ever-growing Blender community. By the end of this book, you'll have gained a complete understanding of the core sculpting workflows and be able to use Blender to bring your digital characters to life. What you will learn Configure your graphics tablet for use in 3D sculpting Set up Blender's user interface for sculpting Understand the core sculpting workflows Get the hang of using Blender's basic sculpting brushes Customize brushes for more advanced workflows Explore high-resolution details with brush alphas and Multiresolution Try out the all-new Cloth ...
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232379
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Expand your coding skills and become a fluent and independent Python programmer About This Video Learn Python 3 programming language basics and fundamentals Learn and improve programming skills with more than 100 coding exercises Work on a micro-project challenge to solve a more significant problem In Detail Python is an excellent language to start programming with; it is powerful and easy to get started with. You can see results and run the code right away and most computers require truly little setup to start coding. This course is divided into four parts. You will first learn the basics and fundamentals of Python programming then improve with the help of practice exercises, work with the coding challenge, and finally implement all your learning to solve a project challenge. In the first part, with the help of video lectures and working examples, you will learn the language and its features that will help you build a solid foundation. In the second part, we will start practicing what we learned by doing simple practice exercises. These exercises will be super simple, and they will help you perfect and play with what you learned in the given section. The third part is to solve some complex coding challenges. These challenges will present you with a random problem combining everything that you learned in the previous sections. The fourth and final step is to apply everything you have learned and solve a business problem with the help of a micro-project. By the end of this course, you will be ready to work on real-world Python projects. Who this book is for This course is designed for beginners and experienced programmers new to Python programming who want to learn or improve their Python programming skills. Basic programming understanding is required.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811910
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Explore all the tools and templates needed for data scientists to drive success in their biotechnology careers with this comprehensive guide Key Features Learn the applications of machine learning in biotechnology and life science sectors Discover exciting real-world applications of deep learning and natural language processing Understand the general process of deploying models to cloud platforms such as AWS and GCP Book Description The booming fields of biotechnology and life sciences have seen drastic changes over the last few years. With competition growing in every corner, companies around the globe are looking to data-driven methods such as machine learning to optimize processes and reduce costs. This book helps lab scientists, engineers, and managers to develop a data scientist's mindset by taking a hands-on approach to learning about the applications of machine learning to increase productivity and efficiency in no time. You'll start with a crash course in Python, SQL, and data science to develop and tune sophisticated models from scratch to automate processes and make predictions in the biotechnology and life sciences domain. As you advance, the book covers a number of advanced techniques in machine learning, deep learning, and natural language processing using real-world data. By the end of this machine learning book, you'll be able to build and deploy your own machine learning models to automate processes and make predictions using AWS and GCP. What you will learn Get started with Python programming and Structured Query Language (SQL) Develop a machine learning predictive model from scratch using Python Fine-tune deep learning models to optimize their performance for various tasks Find out how to deploy, evaluate, and monitor a model in the cloud Understand how to apply advanced techniques to real-world data Discover how to use key deep learning methods such as LSTMs and transformers Who this book is for This book is for data scientists and scientific professionals looking to transcend to the biotechnology domain. Scientific professionals who are already established within the pharmaceutical and biotechnology sectors will find this book useful. A basic understanding of Python programming and beginner-level background in data science conjunction is needed to get the most out of this book.
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072137
    Language: English
    Pages: 1 online resource (602 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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 ...
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078511
    Language: English
    Pages: 1 online resource (470 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 20, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075930
    Language: English
    Pages: 1 online resource (630 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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, ...
    Note: Online resource; Title from title page (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232799
    Language: English
    Pages: 1 online resource (464 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Step into the world of animation and go beyond the fundamentals of Adobe Animate to bring experiences to life with the help of expert-led content Key Features Produce rich motion graphics and interactive animations for multiple platforms Explore the key features and enhancements in the latest Adobe Animate release Take your Adobe Animate projects to the next level with creative workflows Book Description Adobe Animate is platform-agnostic asset creation, motion design, animation, and interactivity software. Complete with explanations of essential concepts and step-by-step walkthroughs of practical examples, this book will guide you in using Adobe Animate to create immersive experiences by breaking through creative limitations across every medium. We begin by getting up to speed with all that you need to know about Adobe Animate. You'll learn how to get started with Animate as a creative platform and explore the features introduced in its most recent versions. The book will show you how to consume and produce media assets for multiple platforms through both the publish and export workflows. Following this, you'll explore advanced rigging techniques and discover how to create more dynamic animation with advanced depth and movement techniques. You'll also find out how to build projects such as games, virtual reality experiences, and apps for various platforms as the book demonstrates different ways to use Animate. Finally, it covers the different methods used to extend the software for various needs. By the end of this Adobe Animate book, you'll be able to produce a variety of media assets, motion graphic design materials, animated artifacts, and interactive content pieces for platforms such as HTML5 Canvas, WebGL, and mobile devices. What you will learn Gain a solid understanding of Adobe Animate foundations and new features Understand the nuances associated with publishing and exporting rich media content to various platforms Make use of advanced layering and rigging techniques to create engaging motion content Create dynamic motion using the camera and variable layer depth techniques Develop web-based games, virtual reality experiences, and multiplatform mobile applications Extend Animate with extensions, application-level scripting, and the creation of custom integrated tutorials Who this book is for This book is for web, graphic, and motion design professionals with basic experience in animation who want to take their existing skills to the ...
    Note: Online resource; Title from title page (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235806
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master the front-end web development and the three core technologies of HTML, CSS, and JavaScript by building 30+ web projects. About This Video Understand how to build a modern webpage with the latest effects and techniques 30 different projects to help you master the technologies of HTML, CSS, and a little bit of JavaScript Understand how to create an animated landing page to make your webpage look more appealing In Detail We will build together more than 30 different and creative web projects with three core technologies—HTML, CSS, and JavaScript. If you have some basic knowledge of these technologies and still have some trouble creating your own web projects, or if you want to level up your developer and designer skills, then you have come to the right place. We will build more than 30 different web projects and they will be full of modern, nice, and beautiful effects and designs. We will start with simple projects, and we will go through some advanced ones as well. Using this course, you can get the inspiration that will help you enhance your projects and customize your portfolio. Mastering just these core technologies of front-end web development, you can create awesome and modern themes and simply get hired. Also, you will have enough knowledge to move on and learn other technologies such as some front-end frameworks and libraries, which nowadays are popular and highly demanded. By the end of the course, you will master front-end web development and gain the confidence to apply modern and creative effects and designs in your future projects. Who this book is for This course is for students who have some basic knowledge in HTML, CSS, and JS and want to build the portfolio website; for those who want to practice three core technologies—HTML, CSS, and JavaScript. It can be taken by those who have basic knowledge of front-end web development and want to develop their web designing skills.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800209794
    Language: English
    Pages: 1 online resource (488 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Get to grips with the tools, services, and functions needed for application migration to help you move from legacy applications to cloud-native on Google Cloud Key Features Discover how a sample legacy application can be transformed into a cloud-native application on Google Cloud Learn where to start and how to apply application modernization techniques and tooling Work with real-world use cases and instructions to modernize an application on Google Cloud Book Description Legacy applications, which comprise 75–80% of all enterprise applications, often end up being stuck in data centers. Modernizing these applications to make them cloud-native enables them to scale in a cloud environment without taking months or years to start seeing the benefits. This book will help software developers and solutions architects to modernize their applications on Google Cloud and transform them into cloud-native applications. This book helps you to build on your existing knowledge of enterprise application development and takes you on a journey through the six Rs: rehosting, replatforming, rearchitecting, repurchasing, retiring, and retaining. You'll learn how to modernize a legacy enterprise application on Google Cloud and build on existing assets and skills effectively. Taking an iterative and incremental approach to modernization, the book introduces the main services in Google Cloud in an easy-to-understand way that can be applied immediately to an application. By the end of this Google Cloud book, you'll have learned how to modernize a legacy enterprise application by exploring various interim architectures and tooling to develop a cloud-native microservices-based application. What you will learn Discover the principles and best practices for building cloud-native applications Study the six Rs of migration strategy and learn when to choose which strategy Rehost a legacy enterprise application on Google Compute Engine Replatform an application to use Google Load Balancer and Google Cloud SQL Refactor into a single-page application (SPA) supported by REST services Replatform an application to use Google Identity Platform and Firebase Authentication Refactor to microservices using the strangler pattern Automate the deployment process using a CI/CD pipeline with Google Cloud Build Who this book is for This book is for software developers and solutions architects looking to gain experience in modernizing their enterprise applications to run on Google Cloud and t...
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073301
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Gain in-depth knowledge of Azure fundamentals that will make it easy for you to achieve AZ-900 certification Key Features Get fundamental knowledge of cloud concepts and the Microsoft Azure platform Explore practical exercises to gain experience of working with the Microsoft Azure platform in the real world Prepare to achieve AZ-900 certification on the first go with the help of simplified examples covered in the book Book Description This is the digital and cloud era, and Microsoft Azure is one of the top cloud computing platforms. It;s now more important than ever to understand how the cloud functions and the different services that can be leveraged across the cloud. This book will give you a solid understanding of cloud concepts and Microsoft Azure, starting by taking you through cloud concepts in depth, then focusing on the core Azure architectural components, solutions, and management tools. Next, you will understand security concepts, defense-in-depth, and key security services such as Network Security Groups and Azure Firewall, as well as security operations tooling such as Azure Security Center and Azure Sentinel. As you progress, you will understand how identity, governance, privacy, and compliance are managed in Azure. Finally, you will get to grips with cost management, service-level agreements, and service life cycles. Throughout, the book features a number of hands-on exercises to support the concepts, services, and solutions discussed. This provides you with a glimpse of real-world scenarios, before finally concluding with practice questions for AZ-900 exam preparation. By the end of this Azure book, you will have a thorough understanding of cloud concepts and Azure fundamentals, enabling you to pass the AZ-900 certification exam easily. What you will learn Explore cloud computing with Azure cloud Gain an understanding of the core Azure architectural components Acquire knowledge of core services and management tools on Azure Get up and running with security concepts, security operations, and protection from threats Focus on identity, governance, privacy, and compliance features Understand Azure cost management, SLAs, and service life cycles Who this book is for This Azure fundamentals book is both for those with technical backgrounds and non-technical backgrounds who want to learn and explore the field of cloud computing, especially with Azure. This book will also help anyone who wants to develop a good foundation for achieving a...
    Note: Online resource; Title from title page (viewed January 7, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803244280
    Language: English
    Pages: 1 online resource (478 pages)
    Edition: 3rd edition
    Keywords: Electronic books
    Abstract: This third edition of the bestselling Mastering QuickBooks® is updated for 2022 and now goes above and beyond the topics covered on the QuickBooks Certified User (QBCU) exam Key Features Learn QuickBooks Online (QBO) from scratch and get confident with best practices Fully revised with the latest updates to QuickBooks Online Brush up with everything you need to prepare for the QBCU exam Book Description Handling the financial side of your growing business requires expertise. What if there's an easier path to manage accounting and track profits? With Mastering QuickBooks® 2022, Third Edition, you can build the perfect budget, simplify tax return preparation, manage inventory, track job costs, generate income statements and financial reports, and perform all accounting-related tasks with ease. Crystalynn Shelton is an experienced Certified Public Accountant and Advanced Certified QuickBooks ProAdvisor who will guide you through using QuickBooks Online, from setup to core features and beyond. This new edition has every chapter revised to cover a range of new features and updates available, including smart invoicing and cash flow projections. You'll learn how to create multilingual invoices, track mileage, work with a cash flow dashboard that helps you with cash forecasting and planning reports, and upload batches of bills and checks. You'll also learn how to manage sales tax, including how to set up, collect, track, pay, and report sales tax payments. In addition to this, you'll explore how to export reports to Google Sheets, use the custom chart builder, import budgets, and perform smart reporting. By the end of this book, you'll be well-versed with QuickBooks and have the confidence to manage all your bookkeeping tasks with ease. What you will learn Get to grips with bookkeeping concepts and the typical bookkeeping and financial accounting cycle Set up QuickBooks for both product-based and service-based businesses Discover the new features of QBO and find out what the QBO line-up offers Track everything from billable and non-billable time and expenses to profit Generate key financial reports for accounts, customers, jobs, and invoice items Understand the complete QuickBooks payroll process and track payments made to 1099 contractors Manage various bank and credit card accounts linked to your business Who this book is for This QuickBooks book is for small business owners, bookkeepers, and accounting students who want to learn QuickBooks Online a...
    Note: Online resource; Title from title page (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230245
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 49 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Explore how you can create amazing mini projects to learn JavaScript - grow your portfolio - expand your skills! About This Video Get started with JavaScript DOM coding and development Create fun interactive games and components with JavaScript Learn to detect collision between page elements with JavaScript DOM In Detail JavaScript can bring your web pages to life. Select page elements, make changes and update them as needed. Power up your web pages. Create amazing content on your pages, driven dynamically with JavaScript. Projects within this course are designed to help you learn more about JavaScript and interacting with the DOM. Learn by example, this course is loaded with fun projects to help you learn and prove what can be done with JavaScript. First is an introduction to the DOM and how JavaScript can create page interactions. Explore how to write JavaScript code, select page elements, and more. This course is loaded with useful projects to help you learn more about creating interactive and dynamic web content with JavaScript. The course covers the following topics: JavaScript projects DOM interactive Dynamic webpages Introduction to web development Course resource guide JavaScript starter projects DOM simple projects to start coding JavaScript DOM interactive components and useful projects JavaScript DOM fun projects Interactive DOM elements By the end of the course, you will be able to create interactive and dynamic web content with JavaScript. Who this book is for This course is for JavaScript developers, web designers, web application developers, web masters, and for anyone who wants to create fun web projects and someone who wants to learn more about JavaScript and the DOM. Beginner JavaScript knowledge is needed as the course covers only JavaScript relevant to the building of the game. Also, HTML and CSS knowledge is essential as the scope of this course is all focused-on JavaScript.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800564930
    Language: English
    Pages: 1 online resource (342 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235011
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801811576
    Language: English
    Pages: 1 online resource (264 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Discover how to use the LEGO SPIKE Prime kit and boost your confidence in robotics, coding, and engineering Key Features Get up and running with new parts not seen in previous LEGO kits Gain deeper insights into non-compatible sensors and components that work with all prior LEGO components and third-party elements Explore new features and experiment with new robot builds with LEGO's new coding platform Book Description The new LEGO SPIKE Prime is one of the latest additions to the LEGO robotics line of products. This book will help you to enjoy building robots and understand how exciting robotics can be in terms of design, coding, and the expression of ideas. The book begins by taking you through a new realm of playful learning experiences designed for inventors and creators of any age. In each chapter, you'll find out how to build a creative robot, learn to bring the robot to life through code, and finally work with exercises to test what you've learned and remix the robot to suit your own unique style. Throughout the chapters, you'll build exciting new smart robots such as a handheld game, a robotic arm with a joystick, a guitar, a flying bird, a sumobot, a dragster, and a Simon Says game. By the end of this LEGO book, you'll have gained the knowledge and skills you need to build any robot that you can imagine. What you will learn Discover how the LEGO SPIKE Prime kit works, and explore its parts and the elements inside them Build and design robots that go beyond basic robotic designs Create interactive robots with the help of sensors Explore real-world robots and learn how to build them by yourself Find out challenging ways to remix build ideas with your own imagination and skills Develop coding skills using the Scratch programming interface Who this book is for This book is for robot enthusiasts, LEGO lovers, hobbyists, educators, students, and anyone looking to learn about the new LEGO SPIKE Prime kit. The book is designed to go beyond the basic builds to intermediate and advanced builds, while also helping you to learn how to add your own personal touch to the builds and code. To make the most of this book, you'll need a basic understanding of build techniques, coding in block-based software environments, and weaving them together to create unique robot builds.
    Note: Online resource; Title from title page (viewed January 6, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234311
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Stay updated and level up your skills with the new .NET 6 features, C# 10 features, Hot Reload, .NET Upgrade Assistant, NET Interactive Assistant, and more About This Video Keep yourself updated with new features introduced in .NET 6 and C# 10 Each lesson in this course is bite-sized and easy to finish Practice activities are shared to improve code-writing skills with new features In Detail .NET is one of the most popular frameworks used to develop web, desktop, and mobile applications. The usage of C# has dramatically increased in recent times for productive development. Companies such as StackOverflow, UPS, GE Aviation, and Siemens use .NET as the framework for their software development. In this course, you will get familiarized with the new features introduced in .NET 6 and C# 10. We will cover topics such as What’s New in .NET 6, What’s New in C# 10, Hot Reload, .NET Upgrade Assistant, .NET Interactive Assistant, and some more advanced features in .NET 6. This course provides 2 hours of content along with practice activities. To help you better, it follows a step-by-step approach for learning new features introduced in .NET 6 and C# 10. By the end of this course, you will be aware of the new features introduced in .NET 6 and C# 10 and will be ready to apply the new features in your existing or new projects. Who this book is for This course will be beneficial for developers who use C# as their primary programming language, and architects who want to keep updated on the latest happenings in the development community. You should know C# basics to understand the new concepts covered in the course and Visual Studio Code or Visual Studio to try out the new concepts you learn from this course.
    Note: Online resource; Title from title screen (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230276
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn the most in-demand IDE currently among the programmers’ community. Acquire the skill of editing the source code in an efficient way, especially inclined towards C# developers. About This Video Master editing the C# files and code faster to dramatically improve your productivity Learn to install, debugging tools, options available, and use extensions to power up the VS Code Build your own snippets to extend the programming experience even further in a step-by-step approach In Detail Visual Studio Code is the #1 IDE among the programmers’ community. The usage of VS Code has increased exponentially in recent years. Companies such as Facebook, Google, Microsoft, and many others use Visual Studio Code to do development in various programming languages at a large scale. You will be learning these VS Code concepts from scratch in this course. You will get started with Visual Studio Code and create your first C# project. Then master editing and know how to navigate better in Visual Studio Code. After that, you will get to know Intellisense and use extensions in VS Code. Post that, you will learn to debug in Visual Studio Code, and master Git and GitHub usage for your C# projects. Finally, you will learn Visual Studio Code workspaces, and build snippets in Visual Studio Code. By the end of this course, you will have a strong foundation in using Visual Studio Code for C# programming. This course will provide significant knowledge of using Visual Studio Code for your next C# project. You will be certain to use the learned concepts with ease by following a step-by-step approach. You will be confident to instantly apply the IDE tips covered in the course. Who this book is for This course is ideal for beginner C# programmers, who are starting out with programming. This course will provide you with a strong foundation on using Visual Studio Code for C# programming. Experienced C# programmers, who are looking to switch to Visual Studio Code from another IDE will also be benefitted. Basic knowledge of C# programming will be helpful. Apart from this, a basic knowledge of Git will be helpful for the Git section, but not mandator
    Note: Online resource; Title from title screen (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819992
    Language: English
    Pages: 1 online resource (594 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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...
    Note: Online resource; Title from title page (viewed January 12, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803246680
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A hands-on comprehensive course to master the core basics of Python 3 to dive into the world of coding with Python. About This Video Learn to write your first Python code and run it Discover Python OOP (Object-Oriented Programming) Get introduced to inheritance and composition (OOP) In Detail The course is recorded with the latest Python version: Python 3. It is a practical focused course, thus making it compressive and easy to follow for beginners stepping into the world of programming. The course is divided into four levels. The first level is about Python shell, variables, data types, lists, and user input. The second level will take you through Python IDE (PyCharm), comments, functions, and scope. The third level is about conditions (if) and loops, followed by the fourth level, which is to read/write to a file, use and create Python modules, and run a Python program from the terminal. There is also a bonus lesson on OOP (Object-Oriented Programming). Learning OOP will help you enhance your skills further. By the end of the course, you will have a strong foundation in Python and you will be able to build on that foundation with confidence. Who this book is for This course is for complete beginners who want to learn Python basics in a straightforward way. Even if you are a programming beginner who started with another language and want to jump to Python, you can opt for this course. This course is also for Python developers who want a quick refresher course, or anyone interested in web development, robotics, artificial intelligence, video games development, and data science.
    Note: Online resource; Title from title screen (viewed January 25, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801815727
    Language: English
    Pages: 1 online resource (356 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Improve the scalability and maintainability of your applications by implementing a variety of design patterns using Kotlin Key Features Understand traditional and modern design patterns to improve the design of your application Combine the benefits of object-oriented, functional, reactive, and concurrent programming Choose the best microservices architecture and frameworks for your web application Book Description Design patterns are well-known solutions to common architectural problems as they allow you to solve many problems efficiently and create a shared vocabulary between developers. This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged. This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the idiomatic usage of coroutines, which have become a stable language feature. You'll begin by learning about the practical aspects of smarter coding in Kotlin, and will understand basic Kotlin syntax and the impact of design patterns on your code. The book also provides an in-depth explanation of the classical design patterns, such as Creational, Structural, and Behavioral families, before moving on to functional programming. You'll go through reactive and concurrent patterns, and finally, get to grips with coroutines and structured concurrency to write performant, extensible, and maintainable code. By the end of this Kotlin book, you'll have explored the latest trends in architecture and design patterns for microservices, as well as understanding the tradeoffs when choosing between different architectures. What you will learn Implement all the classical design patterns using the Kotlin programming language Apply reactive and concurrent design patterns to make your application more scalable Discover best practices in Kotlin and explore its new features Understand the key principles of functional programming and learn how they apply to Kotlin Find out how to write idiomatic Kotlin code and learn which patterns to avoid Harness the power of Kotlin to design concurrent and reliable systems with ease Create an effective microservice with Kotlin and the Ktor framework Who this book is for This book is for developers looking to apply design patterns they've learned from other languages in Kotlin to build reliable, scalable, and maintainable applicati...
    Note: Online resource; Title from title page (viewed January 21, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072694
    Language: English
    Pages: 1 online resource (406 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: 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.
    Note: Online resource; Title from title page (viewed January 13, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803237398
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A carefully selected approach for absolute beginners towards learning programming fundamentals. About This Video Master the programming and coding concepts that can be applied to any programming languages such as C, Python, C#, and so on Understand variables, operators, program flow, functions, comments, exceptions, and so on with demos Get exposed to the coding concepts of comments and exceptions In Detail This course will teach you the fundamentals of the programming language from the ground up. You will be taken through a carefully selected approach for absolute beginners towards learning programming fundamentals. You are looking for a direction to learn the fundamentals of programming languages. You want to understand coding concepts through an easier approach. You are looking for a helping hand to learn the basics of programming with assistance on each step of your journey. You are looking for ways to improve your current situation. You want to understand the fundamentals of programming to kick start an exciting career in the software industry. This course will help you in achieving them. This course covers introduction to programming fundamentals and explains various coding concepts of variables and their types, operators, conditional statements, loops, functions, comments, and exceptions. By the end of the course, you will have a solid foundation in the fundamentals of programming languages and coding constructs. You will be ready to create flowcharts and pseudocodes for given problem statements. Further, you will be more confident in learning a new programming language of your choice. Who this book is for This course is helpful for freshers, who are absolute beginners at coding. This course will give you an excellent head start towards an exciting programming career. For experienced non-IT professionals, who are looking for a career change as a software engineer. This course will provide you with a solid foundation in programming which is a necessity for your new career path. No prior knowledge of programming languages or coding is required. This course will cover everything you need to get started - from figuring out programming basics to following coding constructs.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235110
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235837
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed January 14, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803239477
    Language: English
    Pages: 1 online resource (1 video file, approximately 23 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn how to build responsive webpages from scratch using Flexbox, CSS Grid, Animation, SVG, and Bootstrap. About This Video Explore Django apps, templates, models, and migrations Work with CSS preprocessor: SASS (variables, nesting, mixins, extend/inheritance) Work with CSS framework: Bootstrap 5 (layouts, forms, components, and utilities) In Detail Responsive web design is about creating web pages that look good on all devices. A responsive web design helps automatically adjust for different screens to make it user friendly. This course touches on each important topic through concept explanation, documentation, and implementation. The entire course is designed for beginners with one goal in mind—to build responsive websites using HTML5, CSS3, Bootstrap, and SASS. Throughout the course, we will explore 6 projects namely Profile Card, Login Page, Spotify Clone using Flexbox, Testimonial Page using CSS Grid, Portfolio Website using Bootstrap, and EdTech Startup Landing Page. With the help of these projects, we will understand the following topics: How does the web work HTML fundamentals HTML semantics CSS fundamentals Responsive design Layouts SVG CSS libraries Bootstrap (CSS framework) SASS (CSS preprocessor) Website deployment The complete course is focused on the concept learning approach; you learn every concept through a logical and visual learning approach. Learn all the important concepts in the simplest viable way with examples and real-life projects. By the end of the course, you will be ready to work as an intern, fresher, or freelancer, and you will also be able to implement everything yourself. Most importantly, you will be ready to dive deep with future practice and hard-level questions about website building. Who this book is for This course is helpful for absolute beginners who want to learn how to build a beautiful and responsive website; designers who want to expand their skill set into HTML5, CSS3, Bootstrap, and SASS. No previous programming or coding experience is required; we will cover everything step-by-step from the basics.
    Note: Online resource; Title from title screen (viewed January 31, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801079297
    Language: English
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books
    Abstract: Build interactive dashboards and storytelling reports at scale with the cloud-native BI tool - Amazon QuickSight, including embedded analytics and ML-powered insights Key Features Understand how to set up Amazon QuickSight, manage data sources, and build and share dashboards Learn the advanced features of Amazon Quicksight to develop interactive and embedded dashboards Manage and monitor dashboards using the QuickSight API and other AWS services such as Amazon CloudTrail Book Description The adoption of cloud-native BI tools, like Amazon QuickSight, enables organizations to gather insights from data at scale. This book is a practical guide to performing simple-to-advanced tasks with Amazon QuickSight. You'll begin by learning QuickSight's fundamental concepts and how to configure data sources. Next, you'll be introduced to the main analysis-building functionality of QuickSight to develop visuals and dashboards. The book will also demonstrate how to develop and share interactive dashboards with parameters and on-screen controls. Advanced filtering options with URL actions will then be covered, before learning how to set up alerts and scheduled reports. Later, you'll explore the Insights visual type in QuickSight using both existing insights and by building custom insights. Further chapters will show you how to add machine learning insights such as forecasting capabilities, analyzing time series data, adding narratives, and outlier detection to your dashboards. You'll also explore patterns to automate operations and look closer into the API actions that allow us to control settings. Finally, you'll learn advanced topics such as embedded dashboards and multitenancy. By the end of this book, you'll be well-versed with QuickSight's BI and analytics functionalities that will help you create BI apps with ML capabilities. What you will learn Understand the wider AWS analytics ecosystem and how QuickSight fits within it Set up and configure data sources with Amazon QuickSight Include custom controls and add interactivity to your BI application using parameters Add ML insights such as forecasting, anomaly detection, and narratives Explore patterns to automate operations using QuickSight APIs Create interactive dashboards and storytelling with Amazon QuickSight Design an embedded multi-tenant analytics architecture Focus on data permissions and how to manage Amazon QuickSight operations Who this book is for This book is for business intelligence (BI) dev...
    Note: Online resource; Title from title page (viewed January 28, 2022) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242866
    Language: English
    Pages: 1 online resource (1 video file, approximately 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 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.
    Note: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800566934
    Language: English
    Pages: 1 online resource (520 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 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...
    Note: Online resource; Title from title page (viewed July 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231273
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Alteryx Bootcamp for analytics automation and ETL. Perform data analysis and create reports using Alteryx Designer within a weekend. About This Video Well-designed curriculum on the most used functionalities of Alteryx in a business environment Concise yet complete Alteryx course along with downloadable resources on Alteryx Business-related examples and case studies for learning Alteryx and becoming an Alteryx designer In Detail Data analysis and analytics process automation are the most sought-after skills for data analysis roles in all companies. Nowadays, business requires an individual to build data pipelines and analytics tools. This course lets you create workflows to automate the data analytics process and answer Alteryx related interview questions within a week. The course starts with setting up the environment and installing Alteryx on your system. After that, you'll look at the entire process of data extraction, preparation, transformation and reporting using Alteryx. Then, you'll start with a practical case study and complete the entire process step-by-step. First, you'll learn, how to extract the data from several types of data sources such as CSV, TXT, ZIP, SQL, XML, and even cloud storage like AWS and many more. Then, you'll do data cleaning, data validation, data transformation, and finally find insights from the data which can help take business decisions. After that, you'll put all the insights in the form of a PDF report and mail it using Alteryx. Finally, you'll automate this entire process and schedule the workflow on your PC. By the end of this course, you will gain confidence in extracting data from all the popular data sources, transforming the data in all the ways business is required, finding insights from the data, and communicating them in the form of a report. Who this book is for An existing business or data analyst who wants to expand on his/her current skills or students who want to start a career in the field of data analytics and automation will be highly benefitted from this course along with ETL developers and data process automation developers. Business managers who want to understand the entire ETL and analytics process and become capable of implementing it will also enjoy it thoroughly. A basic understanding of the data storage concepts will be helpful but not mandatory. Coding background is not at all required for this course.
    Note: Online resource; Title from title screen (viewed November 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803237633
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Upskill your skillset on SQL and PostgreSQL by taking up this course. About This Video Carefully designed curriculum teaching you everything in SQL and Google BigQuery that you will need for data analysis in businesses Business-related examples and case studies on SQL and Google BigQuery Ample practice exercises on Google BigQuery because SQL and Google BigQuery require practice In Detail SQL is the most universal and commonly used database language. It powers the most used database engines such as PostgreSQL, SQL Server, SQLite, and MySQL. It is not difficult to learn SQL. SQL is not a programming language, it's a query language. The primary objective where SQL was created was to give the possibility to common people to get interested data from a database. It is also an English-like language so anyone who can use English at a basic level can write SQL query easily. SQL is easy but no one can determine the learning time it takes. It totally depends on you. The method we have adopted to help you learn SQL quickly starts from the basics and takes you to an advanced level within hours. You can follow the same but remember, you can learn nothing without practicing it. PostgreSQL is one of several database systems, or RDMS (Relational Database Management System), of which others are Oracle, Informix, MySQL, and MSQL. All these RDMSs use SQL as their language. Each of them has minor variations in the "dialect" of SQL that they use, but it's all still SQL. By the end of this course, your confidence in using Google BigQuery and PostgreSQL will soar. You'll have a thorough understanding of how to use Google BigQuery and PostgreSQL for data analytics as a career opportunity. Who this book is for This course can be taken by any working professionals beginning their data journey and for anyone curious to master SQL from beginner to advanced levels in a short span of time.
    Note: Online resource; Title from title screen (viewed November 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803236209
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Explore various databases such as Microsoft SQL Server, MySQL, MongoDB, PostgreSQL, and SQLite. About This Video Learn how to upload an image and save it on the backend server Explore about adding a bootstrap table with custom sorting and filtering features Learn about modal pop-up window with drop-down and date picker In Detail The demand for a full-stack web developer is the highest compared to any technology professional. They are paid exceptionally well both in companies and as freelancers. This is because full-stack web developers have a diverse set of skills; they are good at database development, backend development, and frontend development. In this course, you will learn full-stack web development with React JS for the frontend and Python Django for the backend. We will build the same backend project with different databases such as Microsoft SQL Server, MySQL, MongoDB, PostgreSQL, and SQLite. This course is divided into the following sections: React JS, Python Django, and MongoDB React JS, Python Django, and MySQL React JS, Python Django, and PostgreSQL React JS, Python Django, and Microsoft SQL Server React JS, Python Django, and SQLite By the end of the course, you will learn the various databases and will create a backend project. Who this book is for This course is for Python developers, backend developers, frontend developers, Angular and React developers. A basic understanding of HTML, CSS, JavaScript, and Python programming is needed.
    Note: Online resource; Title from title screen (viewed December 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803247465
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: This course is designed to teach you not only how to draw all types of charts in Google Data Studio but also advanced Data Studio specific features. About This Video Learn how to use Google Data Studio to turn your data into fully customizable informative reports and dashboards that are easy to read and share Ample practice exercises because data visualization and Google Data Studio require practice Downloadable resources for learning Google Data Studio and data visualization In Detail This course covers everything you need to create insightful and dynamic reports using Google Data Studio in the professional workplace. It covers the following contents: Theoretical concepts - This lecture covers the prerequisite understanding of key terminologies and concepts before we start to work on Google Data Studio. All charts and tables in Data Studio - We cover all the available chart types one by one. It includes data tables, scorecards, bar charts, time series, pie charts, GeoMaps, pivot tables, and many more. Data filter controls - This lecture covers the filtering options that can be given to the report viewers so that each viewer can filter the data and see only what s/he wants to see. Branding the report - Branding a report is a very popular business practice and we will see how we can do it using the brand logo and brand colors. Embedding external content - We can add videos, quizzes, feedback forms, company websites to our report. By the end of this course, your confidence in using Google Data Studio for data visualization will soar. You'll have a thorough understanding of how to use Google Data Studio to create insightful dashboards and beautiful reports. Who this book is for This course is for students who wish to join the field of analytics and for working professionals looking to learn a powerful dashboarding and data visualization tool. Whether you’re new to data visualization or Google Data Studio, or you’ve made some charts and graphs using some data visualization software such as MS Excel or Tableau, this course will be great for you.
    Note: Online resource; Title from title screen (viewed December 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800564909
    Language: English
    Pages: 1 online resource (356 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 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 ...
    Note: Online resource; Title from title page (viewed June 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072823
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master the key networking protocols and understand how computer networks work and communicate with each other About This Video Get to grips with Internet Protocol (IP) addressing, network masks, subnets, and subnetting Learn how to perform analysis of different protocols and Transmission Control Protocol/Internet Protocol (TCP/IP) layer headers Discover how computer networks operate on different layers In Detail Do you want to learn the basics and advanced concepts of computer networking? Do you want to prepare for the Cisco Certified Network Associate (CCNA) exam? With this course, you will learn the basic and advanced concepts of computer networking from scratch. The course starts with Transmission Control Protocol/Internet Protocol (TCP/IP) and Open Systems Interconnection (OSI) models, explaining how different hosts communicate with each other. Next, you will become familiar with networking layers, such as physical, data link, network, transport, and application. Once you have gained the knowledge of layers, you will move towards exploring the concepts of routing and learn the difference between private and public IP addresses. Next, you will discover the purpose of Network Address Translation (NAT) in networking and understand the Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) protocols in detail. By the end of this course, you will have gained a solid understanding of computer networking and network devices and will have developed the skills to pass the Cisco Certified Network Associate (CCNA) exam.
    Note: Online resource; Title from title screen (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078016
    Language: English
    Pages: 1 online resource (1 video file, approximately 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to create websites quicker and easier using Wix About This Video Learn how to create a Wix website from templates and editor Grasp techniques for making your website mobile-friendly Get ready to buy your own domain name and put your Wix website live on the web In Detail Do you want to create a website but do not know how to code? No problem. With this video course, you’ll learn how easy it is to use Wix to create websites without writing a single line of code. The course starts by explaining to you the benefits and features of the Wix template and editor. From here, you’ll grasp all the steps needed for developing a Wix website. You’ll learn how to implement media into your website pages and discover techniques for editing media in ADI (artificial design intelligence) and inserting your own media in the website editor. Moving along, you’ll learn how to edit page layouts and create responsive mobile design for your website. Next, you’ll explore the site menu options and create page links for navigating inside the website. Finally, you’ll learn how to host your website on a domain and optimize the website content for ranking high on search engines. By the end of this course, you’ll be able to design and deploy a website from scratch using Wix.
    Note: Online resource; Title from title screen (viewed January 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074421
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A carefully tailored and structured course to make you an expert in Nmap in just 6.5 hours About This Video Gain a solid understanding of Nmap Learn modern techniques to map and scan the network Learn how to generate outputs and reports with WebMap In Detail Network scanning and enumeration have become an increasingly important aspect of penetration tests over the last couple of years. Organizations now have a complex network of assets storing sensitive and valuable data. To test the security posture of the organization, conducting effective network scanning and enumeration of the organization's network is mandatory. This course will help you become an expert in Nmap quickly and easily. The course starts by showing you the steps for setting up the working and then highlights the importance of Nmap for network scanning. Next, you will grasp the fundamental concepts of networking, such as port scanning, the Open Systems Interconnection (OSI) model, network layer, and transport layer. Moving along, you will learn how to discover hosts using pings and understand advanced scanning topics that will help you to set up your own virtual hacking lab. Next, you will learn techniques to detect and evade firewalls and become familiar with the Nmap Scripting Engine (NSE). Finally, you will find out the role of enumeration services, such as File Transfer Protocol (FTP), Simple Mail Transfer Protocol (SMTP), Doman Name System (DNS), HyperText Transfer Protocol (HTTP), Server Message Block (SMB), and MySQL in network scanning. By the end of this course, you will have all the key skills needed to use Nmap for penetration testing.
    Note: Online resource; Title from title screen (viewed January 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789342048
    Language: English
    Pages: 1 online resource (646 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the art of developing customized device drivers for your embedded Linux systems Key Features Stay up to date with the Linux PCI, ASoC, and V4L2 subsystems and write device drivers for them Get to grips with the Linux kernel power management infrastructure Adopt a practical approach to customizing your Linux environment using best practices Book Description Linux is one of the fastest-growing operating systems around the world, and in the last few years, the Linux kernel has evolved significantly to support a wide variety of embedded devices with its improved subsystems and a range of new features. With this book, you'll find out how you can enhance your skills to write custom device drivers for your Linux operating system. Mastering Linux Device Driver Development provides complete coverage of kernel topics, including video and audio frameworks, that usually go unaddressed. You'll work with some of the most complex and impactful Linux kernel frameworks, such as PCI, ALSA for SoC, and Video4Linux2, and discover expert tips and best practices along the way. In addition to this, you'll understand how to make the most of frameworks such as NVMEM and Watchdog. Once you've got to grips with Linux kernel helpers, you'll advance to working with special device types such as Multi-Function Devices (MFD) followed by video and audio device drivers. By the end of this book, you'll be able to write feature-rich device drivers and integrate them with some of the most complex Linux kernel frameworks, including V4L2 and ALSA for SoC. What you will learn Explore and adopt Linux kernel helpers for locking, work deferral, and interrupt management Understand the Regmap subsystem to manage memory accesses and work with the IRQ subsystem Get to grips with the PCI subsystem and write reliable drivers for PCI devices Write full multimedia device drivers using ALSA SoC and the V4L2 framework Build power-aware device drivers using the kernel power management framework Find out how to get the most out of miscellaneous kernel subsystems such as NVMEM and Watchdog Who this book is for This book is for embedded developers, Linux system engineers, and system programmers who want to explore Linux kernel frameworks and subsystems. C programming skills and a basic understanding of driver development are necessary to get started with this book.
    Note: Online resource; Title from title page (viewed January 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800562264
    Language: English
    Pages: 1 online resource (394 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand the LAMMPS source code and modify it to meet your research needs, and run simulations for bespoke applications involving forces, thermostats, pair potentials and more with ease Key Features Understand the structure of the LAMMPS source code Implement custom features in the LAMMPS source code to meet your research needs Run example simulations involving forces, thermostats, and pair potentials based on implemented features Book Description LAMMPS is one of the most widely used tools for running simulations for research in molecular dynamics. While the tool itself is fairly easy to use, more often than not you'll need to customize it to meet your specific simulation requirements. Extending and Modifying LAMMPS bridges this learning gap and helps you achieve this by writing custom code to add new features to LAMMPS source code. Written by ardent supporters of LAMMPS, this practical guide will enable you to extend the capabilities of LAMMPS with the help of step-by-step explanations of essential concepts, practical examples, and self-assessment questions. This LAMMPS book provides a hands-on approach to implementing associated methodologies that will get you up and running and productive in no time. You'll begin with a short introduction to the internal mechanisms of LAMMPS, and gradually transition to an overview of the source code along with a tutorial on modifying it. As you advance, you'll understand the structure, syntax, and organization of LAMMPS source code, and be able to write your own source code extensions to LAMMPS that implement features beyond the ones available in standard downloadable versions. By the end of this book, you'll have learned how to add your own extensions and modifications to the LAMMPS source code that can implement features that suit your simulation requirements. What you will learn Identify how LAMMPS input script commands are parsed within the source code Understand the architecture of the source code Relate source code elements to simulated quantities Learn how stored quantities are accessed within the source code Explore the mechanisms controlling pair styles, computes, and fixes Modify the source code to implement custom features in LAMMPS Who this book is for This book is for students, faculty members, and researchers who are currently using LAMMPS or considering switching to LAMMPS, have a basic knowledge of how to use LAMMPS, and are looking to extend LAMMPS source code for research purposes. Thi...
    Note: Online resource; Title from title page (viewed February 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076937
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Leverage the power of Ansible to manage your IT infrastructure and multi-tier deployments smoothly About This Video Gain a solid understanding of Ansible modules and playbooks Understand YAML syntaxes Learn how to use Ansible with Amazon Web Services (AWS) and Docker In Detail Ansible is a simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. Designed for multi-tier deployments from day one, Ansible models IT infrastructure by describing how all the systems interrelate, rather than just managing one system at a time. This course will guide you through multiple topics to make you understand and master Ansible. The course starts with the learning objectives and introduces you to Ansible. Next, you will learn how to set up the environment by installing the Ansible lab, Docker, and configuring the Secure Shell (SSH) connectivity between hosts. Moving along, you will study the architecture, modules, playbooks, and YAML Ain’t Markup Language (YAML) syntaxes used in Ansible. Next, you will learn how to structure advanced Ansible playbooks and uncover techniques to use Ansible with cloud services and containers. Towards the end, you will learn how to use Ansible for validation, testing, and troubleshooting. By the end of this course, you will have mastered the basic and advanced concepts of the Ansible and will have developed the skills needed to work on real-world Ansible projects.
    Note: Online resource; Title from title screen (viewed January 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800561991
    Language: English
    Pages: 1 online resource (238 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get up and running with Roblox development with the help of expert guidance for working with Roblox components and Lua programming Key Features Discover solutions to common problems faced while creating games on Roblox Explore tips, tricks, and best practices and learn advanced Roblox coding techniques to create games Understand how to program in the Roblox Lua language, add engaging effects, add a variety of functionalities, and much more Book Description Roblox is a global virtual platform like no other for both playing and creating games. With well over 150 million monthly active users, Roblox hosts all genres of games that can be played by other members of the community using the Lua programming language. Not only can you create games for free, but you can also earn considerable sums of money if from the success of your games, and become part of the vast and supportive developer circle that provides excellent opportunities for networking in a tight-knit community. With this practical book, you'll get hands-on experience working on the Roblox platform. You'll start with an overview of Roblox development and then understand how to use Roblox Studio. As you progress, you'll gradually learn everything you need from how to program in Roblox Lua to creating Obby and Battle Royale games. Finally, you'll delve into the logistics of game production, focusing on optimizing the performance of your game by implementing impressive mechanics, monetization, and marketing practices. By the end of this Roblox book, you'll be able to lead or work with a team to bring your gaming world to life, and extend that experience to players around the world. What you will learn Get started with Roblox development and explore aspects such as choosing a developer type Understand how to use Roblox Studio and other free resources Create your first game with the Roblox Lua programming language Become well-versed with the three Ms - Mechanics, Monetization, and Marketing Develop real-world games such as Battle Royale and Obby Discover expert tips for collaborating effectively and managing project workloads Who this book is for This Roblox guide is for anyone interested in learning how to develop games on the Roblox platform. If you're already familiar with Roblox and looking for tips, tricks, and Roblox and Lua best practices for efficient development, you'll find this book helpful.
    Note: Online resource; Title from title page (viewed January 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800560215
    Language: English
    Pages: 1 online resource (422 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Improve your software engineering practices to tackle inefficiencies, errors, and other perils that emerge due to bad code Key Features Enhance your coding skills to increase efficiency as well as reflect the new features introduced in Python 3.9 Understand how to apply microservices to your legacy systems by implementing practical techniques Learn to implement the refactoring techniques and SOLID principles in Python Book Description The Python language is immensely prevalent in numerous areas, such as software construction, systems administration, and data processing. Experienced professionals in every field face the challenges of disorganization, poor readability, and low testability as a result of unstructured code. With updated code and revised content aligned to the new features of Python 3.9, this second edition of Clean Code in Python will provide you with all the tools you need to overcome these obstacles and manage your projects successfully. The book begins by describing the basic elements of writing clean code and how it plays a key role in Python programming. You will learn about writing efficient and readable code using the Python standard library and best practices for software design. The book delves deeply into object-oriented programming in Python and shows you how to use objects with descriptors and generators. It will also show you the design principles of software testing and how to resolve problems by implementing software design patterns in your code. In the final chapter, we break down a monolithic application into a microservices based one starting from the code as the basis for a solid platform. By the end of this clean code book, you will be proficient in applying industry-approved coding practices to design clean, sustainable, and readable real-world Python code. What you will learn Set up a productive development environment by leveraging automatic tools Leverage the magic methods in Python to write better code, abstracting complexity away and encapsulating details Create advanced object-oriented designs using unique features of Python, such as descriptors Eliminate duplicated code by creating powerful abstractions using software engineering principles of object-oriented design Create Python-specific solutions using decorators and descriptors Refactor code effectively with the help of unit tests Build the foundations for solid architecture with a clean code base as its cornerstone Who this book is for This book wil...
    Note: Online resource; Title from title page (viewed January 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800568754
    Language: English
    Pages: 1 online resource (628 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design and build high-performance, secure, and scalable Salesforce solutions to meet business demands and gain practical experience using real-world scenarios by creating engaging end-to-end solution presentations Key Features Design scalable technical solutions on the Salesforce Lightning platform Learn common integration, data migration, and security patterns for designing reliable architectures Build an end-to-end delivery framework pipeline for delivering successful projects within specified timelines Book Description Salesforce Certified Technical Architect (CTA) is the ultimate certification to validate your knowledge and skills when it comes to designing and building high-performance technical solutions on the Salesforce platform. The CTA certificate is granted after successfully passing the CTA review board exam, which tests your platform expertise and soft skills for communicating your solutions and vision. You'll start with the core concepts that every architect should master, including the data lifecycle, integration, and security, and build your aptitude for creating high-level technical solutions. You'll then explore specific knowledge domains that are tested in the review board. With the help of real-world examples, this book provides insights into essential topics such as selecting systems or components for your solutions, designing scalable and secure Salesforce architecture, and planning the development lifecycle and deployments. Finally, you'll work on two full mock scenarios that simulate the review board exam, helping you learn how to identify requirements, create a draft solution, and combine all the elements together to create an engaging story to present in front of the board or to a client in real life. By the end of this Salesforce book, you'll have gained the knowledge and skills required to pass the review board exam and implement architectural best practices and strategies in your day-to-day work. What you will learn Explore data lifecycle management and apply it effectively in the Salesforce ecosystem Design appropriate enterprise integration interfaces to build your connected solution Understand the essential concepts of identity and access management Develop scalable Salesforce data and system architecture Design the project environment and release strategy for your solution Articulate the benefits, limitations, considerations, and design choices relating to your solution Discover tips, tricks, and strategies to ...
    Note: Online resource; Title from title page (viewed February 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801073363
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Understand the features of Alteryx and learn how to automate boring manual data cleaning and data analysis tasks About This Video Become familiar with all the latest tools and features of Alteryx Learn how to use Alteryx for creating a smart solution workflow for data cleaning and data analysis Consolidate your learning by working on interesting real-world case studies In Detail Do you want to perform data cleansing and data analysis at jet speed? This course will show you how you can do data cleaning and data analysis a smooth and less time-consuming task using Alteryx. The course starts with an introduction to Alteryx, explaining its installation process and user interface. Next, you will learn how to get data and update existing data from Excel and Comma Separated Value (CSV) files using the In/Out tool in Alteryx. Moving along, you will learn to use the Preparation tab for data cleansing and filtering and find out the role of the Join tab in Alteryx. Next, you will learn to work with the Parse and Transform tabs and learn how to use the Reporting tab in Alteryx. Finally, you will study the tools under the Documentation tab, such as comment, explorer, and container, and go through some interesting case studies to encapsulate your learning. By the end of this course, you will be able to use Alteryx for your data cleaning and data analysis needs in the real world.
    Note: Online resource; Title from title screen (viewed January 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074490
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build 7 exciting games that will help you master Android game development using Unity and C# About This Video Gain the skill of creating ready-to-publish Android games by mastering the fundamentals of C# and Unity Develop the practical experience required to craft fully-featured Android games by building 7 exciting games as you go along Understand how to make the most out of the games you'll build by learning how to monetize them using different types of ads In Detail For game developers, the Android Play Store is no longer an evolving market but an established one. With the rise in competition, the climb to the top of the charts continues to get steeper. Hence, it is important to build high-quality games that are backed by a powerful gaming engine. One of the best cross-platform gaming engines that facilitates the creation of such high-quality games is Unity. Unity is free, easy to learn, and has excellent documentation. Moreover, it is battle-tested since some of the most popular Android games have been built using Unity. Unity Android 2021: Build 7 Games with Unity and C# is designed to teach you how to build Android games using this engine. Suitable for beginning programmers, this course starts by walking you through the installation steps of Unity and Android SDK. You will then build your first Android game followed by a walkthrough of the fundamentals of C# scripting with Unity. Throughout the course, you will build 7 example games with Unity, thus learning the process of creating mobile Android games using a hands-on practical approach. Once you have built these games, you will also learn how to monetize games with various types of in-game ads. Completing the course will give you the skills to create fully functional, ready-to-publish Android games that leverage the power of Unity.
    Note: Online resource; Title from title screen (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077095
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This course gives an introduction to the pharmaceutical/life sciences industry in a simple and visual style that is easy to understand. It shows how SAS is used as a tool to work with the vast amount of clinical data within this industry. About This Video Dive head-first into the life sciences/pharmaceutical industry Master concepts of clinical drug development/clinical trials processes Learn how SAS programming is an integral part of putting a drug into the market In Detail The course takes you through an example clinical study sample data and generates various clinical study reports that are submitted to the FDA (in the US) or other regulatory authorities in other countries. You will not only hone your SAS programming skills but will also learn essential concepts needed to work in the pharma industry in the areas of biostatistics and clinical data management. After the introduction to the pharma industry and learning relevant concepts about clinical trials, the course takes you through a hands-on training exercise to build the very important and fundamental clinical study report, called the demographics table. You will begin with a sample clinical study data in an Excel sheet, then you will import it into SAS, derive all necessary variables as shown in the mock table, and finally, generate a clinical study report. All this will be done using guided SAS programming steps with detailed explanations at every step of the programming. At the end of this course, you will have learned to work with clinical study data, generate a real clinical study report, and extend those steps to build other reports that constitute clinical trial submissions to the regulatory bodies.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838821593
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Kickstart your NLP journey by exploring BERT and its variants such as ALBERT, RoBERTa, DistilBERT, VideoBERT, and more with Hugging Face's transformers library Key Features Explore the encoder and decoder of the transformer model Become well-versed with BERT along with ALBERT, RoBERTa, and DistilBERT Discover how to pre-train and fine-tune BERT models for several NLP tasks Book Description BERT (bidirectional encoder representations from transformer) has revolutionized the world of natural language processing (NLP) with promising results. This book is an introductory guide that will help you get to grips with Google's BERT architecture. With a detailed explanation of the transformer architecture, this book will help you understand how the transformer's encoder and decoder work. You'll explore the BERT architecture by learning how the BERT model is pre-trained and how to use pre-trained BERT for downstream tasks by fine-tuning it for NLP tasks such as sentiment analysis and text summarization with the Hugging Face transformers library. As you advance, you'll learn about different variants of BERT such as ALBERT, RoBERTa, and ELECTRA, and look at SpanBERT, which is used for NLP tasks like question answering. You'll also cover simpler and faster BERT variants based on knowledge distillation such as DistilBERT and TinyBERT. The book takes you through MBERT, XLM, and XLM-R in detail and then introduces you to sentence-BERT, which is used for obtaining sentence representation. Finally, you'll discover domain-specific BERT models such as BioBERT and ClinicalBERT, and discover an interesting variant called VideoBERT. By the end of this BERT book, you'll be well-versed with using BERT and its variants for performing practical NLP tasks. What you will learn Understand the transformer model from the ground up Find out how BERT works and pre-train it using masked language model (MLM) and next sentence prediction (NSP) tasks Get hands-on with BERT by learning to generate contextual word and sentence embeddings Fine-tune BERT for downstream tasks Get to grips with ALBERT, RoBERTa, ELECTRA, and SpanBERT models Get the hang of the BERT models based on knowledge distillation Understand cross-lingual models such as XLM and XLM-R Explore Sentence-BERT, VideoBERT, and BART Who this book is for This book is for NLP professionals and data scientists looking to simplify NLP tasks to enable efficient language understanding using BERT. A basic understanding of NLP con...
    Note: Online resource; Title from title page (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071055
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create advanced CSS animations using transitions and transforms About This Video Create exciting 2D and 3D CSS animations Animate HTML elements using CSS clip-path Animate text using CSS animation In Detail With an ever-increasing number of commercial companies having a web presence, the importance of user experience has never been more paramount. Knowing and implementing CSS is thus a key tool in any front-end or web developer's toolkit. Starting from scratch, this course will help you master CSS animations, transitions, and transforms. The course starts with the CSS transition property, which is key to infusing life into any HTML webpage. The course then progresses to teach you how to implement CSS transforms, which is key to performing tasks such as moving elements around the page, scaling and rotating elements, and so on. The course then teaches you about transform functions that we can use in 2D and 3D environments. The final section of this course is dedicated to CSS Animation Creative Examples. Here, you will learn and implement various text animation effects such as floating, loading, and animated text. You will also create interesting animations such as driving a car and motorbike. Additionally, by implementing the concepts taught earlier in the course, you will also implement a Newton's Cradle animation. By the end of this course, you will create over 80 projects of varying complexities and will be equipped with essential CSS tools.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078580
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Make your data speak with the help of Power BI tools from Microsoft, including Power Query, Power View, and the Power BI service About This Video Gain a solid understanding of Power BI tools Learn how to get insights of data quickly and easily Get ready to design impressive reports and dashboards using the various tools of Power BI In Detail Whether you want to prepare your data for visualization or create eye-catching reports and dashboards from datasets, Power BI is the answer. This course will teach you the necessary Power BI tools, and you will gain the skills and confidence to use them effectively in the real world. The course starts by introducing you to Power BI and takes you through the setup process of Power BI on your machines. Next, you will learn how to create charts, maps, tables, and matrix in Power BI. Moving along, you will learn to use cards, filters, slicers, and advanced charts. Next, you will learn to insert objects, such as images, texts, and shapes, in Power BI and discover what are bookmarks and actions. As you advanced, you will learn to create, publish, and export reports using the Power BI service and become familiar with the text, date, and number functions. Finally, you will learn how to append data, understand merge queries, and go through additional important topics of Power BI, such as group, transpose, and unpivot. By the end of this course, you will have the Power BI skills needed for turning huge chunks of boring datasets into impressive reports and dashboards.
    Note: Online resource; Title from title screen (viewed February 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071826
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build and enhance a real-world functional website to explore the world of ASP.NET Core 5 About This Video Gain a solid understanding of the ASP.NET Core 5 MVC framework Build a real-world e-commerce application in ASP.NET Core 5 from scratch Learn all the techniques needed to enhance and scale the existing ASP.NET Core 5 application In Detail If you want to learn why ASP.NET Core is so popular and how to create and enhance a functional business website and get an overview of ASP.NET Core 5 Model View Controller (MVC), this is the perfect course for you. After getting a basic introduction to ASP.Net Core 5, you will start building a real-world website that will display products and receive inquiries from the customers about the products they are interested in. By building this website, you will become familiar with the fundamentals of ASP.Net Core 5, learn how to set up and connect your application to the database, get to grips with scaffold identity concepts, work with MailJet to send emails, and a lot more. You will also learn how to scale an existing project, how to architect a mid to large scale project, and how to process payments correctly. By the end of this course, you will have developed all the essential skills needed to create and scale a functional website using the ASP.Net Core 5 MVC framework.
    Note: Online resource; Title from title screen (viewed January 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075190
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the tips and tricks to become a proficient Java programmer and master the fundamentals of the language About This Video Master the fundamentals of Java programming, no matter your current level of coding skills Learn the theory behind the code and put it to practice right away Solidify your skills as a Java developer by building engaging portfolio projects In Detail Be it websites, mobile apps, or desktop software, Java remains one of the most popular programming languages around. With over 7.6 million developers using it worldwide, the surge of new programming languages has not dampened the demand for this 25+-year-old language. With an average Java developer in the US earning over $104,000 a year, Java programming skills are still highly sought after. This course is designed to teach you these skills from scratch, starting with JDK installation followed by the creation of your first program. Then, as you progress through the sections, you’ll start learning the core Java concepts such as control statements, arrays, strings, methods, objects, and more. In each of these sections, you’ll be building a unique, exciting project, thus ensuring you’re not just learning the theory but also practicing what you learned. Average of three, Mad Libs clone, and tic-tac-toe are just some of the projects you’ll be building in this course. To make sure you’ve mastered each line of code, there are practical hands-on coding challenges in every lecture. By the end of this course, you will have mastered the best tips, tricks, and theory behind the Java programming language. The hands-on nature of this course will ensure that you can readily apply your skills to real-world projects.
    Note: Online resource; Title from title screen (viewed March 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800562325
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Improve your Azure architecture practice and set out on a cloud and cloud-native journey with this Azure cloud native architecture guide Key Features Discover the key drivers of successful Azure architecture Implement architecture maps as a compass to tackle any challenge Understand architecture maps in detail with the help of practical use cases Book Description Azure offers a wide range of services that enable a million ways to architect your solutions. Complete with original maps and expert analysis, this book will help you to explore Azure and choose the best solutions for your unique requirements. Starting with the key aspects of architecture, this book shows you how to map different architectural perspectives and covers a variety of use cases for each architectural discipline. You'll get acquainted with the basic cloud vocabulary and learn which strategic aspects to consider for a successful cloud journey. As you advance through the chapters, you'll understand technical considerations from the perspective of a solutions architect. You'll then explore infrastructure aspects, such as network, disaster recovery, and high availability, and leverage Infrastructure as Code (IaC) through ARM templates, Bicep, and Terraform. The book also guides you through cloud design patterns, distributed architecture, and ecosystem solutions, such as Dapr, from an application architect's perspective. You'll work with both traditional (ETL and OLAP) and modern data practices (big data and advanced analytics) in the cloud and finally get to grips with cloud native security. By the end of this book, you'll have picked up best practices and more rounded knowledge of the different architectural perspectives. What you will learn Gain overarching architectural knowledge of the Microsoft Azure cloud platform Explore the possibilities of building a full Azure solution by considering different architectural perspectives Implement best practices for architecting and deploying Azure infrastructure Review different patterns for building a distributed application with ecosystem frameworks and solutions Get to grips with cloud-native concepts using containerized workloads Work with AKS (Azure Kubernetes Service) and use it with service mesh technologies to design a microservices hosting platform Who this book is for This book is for aspiring Azure Architects or anyone who specializes in security, infrastructure, data, and application architecture. If you are a developer or...
    Note: Online resource; Title from title page (viewed February 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838829131
    Language: English
    Pages: 1 online resource (542 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get well versed with state-of-the-art techniques to tailor training processes and boost the performance of computer vision models using machine learning and deep learning techniques Key Features Develop, train, and use deep learning algorithms for computer vision tasks using TensorFlow 2.x Discover practical recipes to overcome various challenges faced while building computer vision models Enable machines to gain a human level understanding to recognize and analyze digital images and videos Book Description Computer vision is a scientific field that enables machines to identify and process digital images and videos. This book focuses on independent recipes to help you perform various computer vision tasks using TensorFlow. The book begins by taking you through the basics of deep learning for computer vision, along with covering TensorFlow 2.x's key features, such as the Keras and tf.data.Dataset APIs. You'll then learn about the ins and outs of common computer vision tasks, such as image classification, transfer learning, image enhancing and styling, and object detection. The book also covers autoencoders in domains such as inverse image search indexes and image denoising, while offering insights into various architectures used in the recipes, such as convolutional neural networks (CNNs), region-based CNNs (R-CNNs), VGGNet, and You Only Look Once (YOLO). Moving on, you'll discover tips and tricks to solve any problems faced while building various computer vision applications. Finally, you'll delve into more advanced topics such as Generative Adversarial Networks (GANs), video processing, and AutoML, concluding with a section focused on techniques to help you boost the performance of your networks. By the end of this TensorFlow book, you'll be able to confidently tackle a wide range of computer vision problems using TensorFlow 2.x. What you will learn Understand how to detect objects using state-of-the-art models such as YOLOv3 Use AutoML to predict gender and age from images Segment images using different approaches such as FCNs and generative models Learn how to improve your network's performance using rank-N accuracy, label smoothing, and test time augmentation Enable machines to recognize people's emotions in videos and real-time streams Access and reuse advanced TensorFlow Hub models to perform image classification and object detection Generate captions for images using CNNs and RNNs Who this book is for This book is for computer vision de...
    Note: Online resource; Title from title page (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985806
    Language: English
    Pages: 1 online resource (468 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get to grips with systems engineering life cycles, processes, and best practices and discover techniques to successfully develop complex systems Key Features Discover how to manage increased complexity and understand systems better via effective communication Adopt a proven model-based approach for systems engineering in your organization Apply proven techniques for requirements, design, validation and verification, and systems engineering management Book Description Systems engineering helps us to understand, specify, and develop complex systems, and is applied across a wide set of disciplines. As systems and their associated problems become increasingly complex in this evermore connected world, the need for more rigorous, demonstrable, and repeatable techniques also increases. Written by Professor Jon Holt – an internationally recognized systems engineering expert – this book provides a blend of technical and business aspects you need to understand in order to develop successful systems. You'll start with systems engineering basics and understand the complexity, communication, and different stakeholders' views of the system. The book then covers essential aspects of model-based systems engineering, systems, life cycles, and processes, along with techniques to develop systems. Moving on, you'll explore system models and visualization techniques, focusing on the SysML, and discover how solutions can be defined by developing effective system design, verification, and validation techniques. The book concludes by taking you through key management processes and systems engineering best practices and guidelines. By the end of this systems engineering book, you'll be able to confidently apply modern model-based systems engineering techniques to your own systems and projects. What you will learn Understand the three evils of systems engineering - complexity, ambiguous communication, and lack of understanding Realize successful systems using model-based systems engineering Understand the concept of life cycles and how they control the evolution of a system Explore processes and related concepts such as activities, stakeholders, and resources Discover how needs fit into the systems life cycle and which processes are relevant and how to comply with them Find out how design, verification, and validation fit into the life cycle and processes Who this book is for This book is for aspiring systems engineers, engineering managers, or anyone looking to apply ...
    Note: Online resource; Title from title page (viewed January 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800560611
    Language: English
    Pages: 1 online resource (330 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Develop modern solutions with Snowflake's unique architecture and integration capabilities; process bulk and real-time data into a data lake; and leverage time travel, cloning, and data-sharing features to optimize data operations Key Features Build and scale modern data solutions using the all-in-one Snowflake platform Perform advanced cloud analytics for implementing big data and data science solutions Make quicker and better-informed business decisions by uncovering key insights from your data Book Description Snowflake is a unique cloud-based data warehousing platform built from scratch to perform data management on the cloud. This book introduces you to Snowflake's unique architecture, which places it at the forefront of cloud data warehouses. You'll explore the compute model available with Snowflake, and find out how Snowflake allows extensive scaling through the virtual warehouses. You will then learn how to configure a virtual warehouse for optimizing cost and performance. Moving on, you'll get to grips with the data ecosystem and discover how Snowflake integrates with other technologies for staging and loading data. As you progress through the chapters, you will leverage Snowflake's capabilities to process a series of SQL statements using tasks to build data pipelines and find out how you can create modern data solutions and pipelines designed to provide high performance and scalability. You will also get to grips with creating role hierarchies, adding custom roles, and setting default roles for users before covering advanced topics such as data sharing, cloning, and performance optimization. By the end of this Snowflake book, you will be well-versed in Snowflake's architecture for building modern analytical solutions and understand best practices for solving commonly faced problems using practical recipes. What you will learn Get to grips with data warehousing techniques aligned with Snowflake's cloud architecture Broaden your skills as a data warehouse designer to cover the Snowflake ecosystem Transfer skills from on-premise data warehousing to the Snowflake cloud analytics platform Optimize performance and costs associated with a Snowflake solution Stage data on object stores and load it into Snowflake Secure data and share it efficiently for access Manage transactions and extend Snowflake using stored procedures Extend cloud data applications using Spark Connector Who this book is for This book is for data warehouse developers, da...
    Note: Online resource; Title from title page (viewed February 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800565401
    Language: English
    Pages: 1 online resource (314 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore Kinesis managed services such as Kinesis Data Streams, Kinesis Data Analytics, Kinesis Data Firehose, and Kinesis Video Streams with the help of practical use cases Key Features Get well versed with the capabilities of Amazon Kinesis Explore the monitoring, scaling, security, and deployment patterns of various Amazon Kinesis services Learn how other Amazon Web Services and third-party applications such as Splunk can be used as destinations for Kinesis data Book Description Amazon Kinesis is a collection of secure, serverless, durable, and highly available purpose-built data streaming services. This data streaming service provides APIs and client SDKs that enable you to produce and consume data at scale. Scalable Data Streaming with Amazon Kinesis begins with a quick overview of the core concepts of data streams, along with the essentials of the AWS Kinesis landscape. You'll then explore the requirements of the use case shown through the book to help you get started and cover the key pain points encountered in the data stream life cycle. As you advance, you'll get to grips with the architectural components of Kinesis, understand how they are configured to build data pipelines, and delve into the applications that connect to them for consumption and processing. You'll also build a Kinesis data pipeline from scratch and learn how to implement and apply practical solutions. Moving on, you'll learn how to configure Kinesis on a cloud platform. Finally, you'll learn how other AWS services can be integrated into Kinesis. These services include Redshift, Dynamo Database, AWS S3, Elastic Search, and third-party applications such as Splunk. By the end of this AWS book, you'll be able to build and deploy your own Kinesis data pipelines with Kinesis Data Streams (KDS), Kinesis Data Firehose (KFH), Kinesis Video Streams (KVS), and Kinesis Data Analytics (KDA). What you will learn Get to grips with data streams, decoupled design, and real-time stream processing Understand the properties of KFH that differentiate it from other Kinesis services Monitor and scale KDS using CloudWatch metrics Secure KDA with identity and access management (IAM) Deploy KVS as infrastructure as code (IaC) Integrate services such as Redshift, Dynamo Database, and Splunk into Kinesis Who this book is for This book is for solutions architects, developers, system administrators, data engineers, and data scientists looking to evaluate and choose the most performant, secure, sc...
    Note: Online resource; Title from title page (viewed March 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801072274
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn reinforcement learning from scratch. About This Video Gain an understanding of all theoretical concepts related to reinforcement learning Master learning models such as model-free learning, Q-learning, temporal difference learning Model the uncertainty of the environment, environment stochastic policies, and environment value functions In Detail Although introduced academically decades ago, the recent developments in the field of reinforcement learning have been phenomenal. Domains such as self-driving cars, natural language processing, healthcare industry, online recommender systems, and so on have already seen how RL-based AI agents can bring tremendous gains. This course will help you get started with reinforcement learning first by establishing the motivation for this field and then covering all the essential topics, such as Markov Decision Processes, policy and rewards, model-free learning, temporal difference learning, and so on. Each topic is accompanied by exercises and complementing analysis to help you gain practical and tangible coding skills. By the end of this course, not only will you have gained the necessary understanding to implement RL in your projects but also implemented an actual Frozenlake project using the OpenAI Gym toolkit.
    Note: Online resource; Title from title screen (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789955248
    Language: English
    Pages: 1 online resource (478 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Understand data analysis pipelines using machine learning algorithms and techniques with this practical guide Key Features Prepare and clean your data to use it for exploratory analysis, data manipulation, and data wrangling Discover supervised, unsupervised, probabilistic, and Bayesian machine learning methods Get to grips with graph processing and sentiment analysis Book Description Data analysis enables you to generate value from small and big data by discovering new patterns and trends, and Python is one of the most popular tools for analyzing a wide variety of data. With this book, you'll get up and running using Python for data analysis by exploring the different phases and methodologies used in data analysis and learning how to use modern libraries from the Python ecosystem to create efficient data pipelines. Starting with the essential statistical and data analysis fundamentals using Python, you'll perform complex data analysis and modeling, data manipulation, data cleaning, and data visualization using easy-to-follow examples. You'll then understand how to conduct time series analysis and signal processing using ARMA models. As you advance, you'll get to grips with smart processing and data analytics using machine learning algorithms such as regression, classification, Principal Component Analysis (PCA), and clustering. In the concluding chapters, you'll work on real-world examples to analyze textual and image data using natural language processing (NLP) and image analytics techniques, respectively. Finally, the book will demonstrate parallel computing using Dask. By the end of this data analysis book, you'll be equipped with the skills you need to prepare data for analysis and create meaningful data visualizations for forecasting values from data. What you will learn Explore data science and its various process models Perform data manipulation using NumPy and pandas for aggregating, cleaning, and handling missing values Create interactive visualizations using Matplotlib, Seaborn, and Bokeh Retrieve, process, and store data in a wide range of formats Understand data preprocessing and feature engineering using pandas and scikit-learn Perform time series analysis and signal processing using sunspot cycle data Analyze textual data and image data to perform advanced analysis Get up to speed with parallel computing using Dask Who this book is for This book is for data analysts, business analysts, statisticians, and data scientists looking ...
    Note: Online resource; Title from title page (viewed February 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800561366
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A practical guide for developers, development teams, and managers to successfully implement remote pair programming techniques and styles that better fit their organization's environment Key Features Implement remote pair programming best practices in your organization to increase productivity in software development teams Overcome the challenges in communication while working with distributed teams across the globe Explore remote pair programming tools and learn smart ways to use them efficiently Book Description Remote pair programming takes pair programming practices to the next level by allowing you and your team members to work effectively in distributed teams. This helps ensure that you continuously improve code quality, share equal ownership of the code, facilitate knowledge sharing, and reduce bugs in your code. If you want to adopt remote pair programming within your development team, this book is for you. Practical Remote Pair Programming takes you through various techniques and best practices for working with the wide variety of tools available for remote pair programming. You'll understand the significance of pair programming and how it can help improve communication within your team. As you advance, you'll get to grips with different remote pair programming strategies and find out how to choose the most suitable style for your team and organization. The book will take you through the process of setting up video and audio tools, screen sharing tools, and the integrated development environment (IDE) for your remote pair programming setup. You'll also be able to enhance your remote pair programming experience with source control and remote access tools. By the end of this book, you'll have the confidence to drive the change of embracing remote pair programming in your organization and guide your peers to improve productivity while working remotely. What you will learn Develop a structured organizational approach to implementing pair programming and using it effectively Understand how pair programming fosters better communication inside and outside the team Organize remote pair programming and choose the right style for your organization Set up screen sharing, IDE, source control rules, audio, and video for your remote pair programming setup Use various pair programming techniques and styles in the context of a remote environment Enhance your remote pair programming experience with source control and remote access tools Who this book ...
    Note: Online resource; Title from title page (viewed March 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800204690
    Language: English
    Pages: 1 online resource (572 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: A .NET developer's guide to leveraging .NET and C# skills for mobile development using Xamarin, Visual Studio 2019, and Azure Key Features Uncover the new features and capabilities of the .NET 5 framework in this updated and improved second edition Optimize the time required to develop highly performant cross-platform applications Understand the architectural patterns and best practices for mobile application development Book Description The .NET 5 framework is a unified framework with capabilities that enable you to use Microsoft's developer ecosystem on a single platform. Xamarin, used for developing mobile applications, is one of the app model implementations for .NET Core infrastructure. This book will show you how to design, architect, and develop attractive, maintainable, and robust mobile applications for multiple platforms, including iOS, Android, and UWP using Xamarin, .NET Core, and Azure. With the help of real-world scenarios, you'll explore different phases of application development using Xamarin, from environment setup, design, and architecture to publishing. Throughout the book, you'll learn how to develop mobile apps using Xamarin and .NET Standard. You'll even be able to implement a web-based backend composed of microservices with .NET Core using various Azure services including, but not limited to, Azure Active Directory, Azure Functions. As you advance, you'll create data stores using popular database technologies such as Cosmos DB and data models such as the relational model and NoSQL. By the end of this mobile application development book, you'll be able to create cross-platform mobile applications that can be deployed as cloud-based PaaS and SaaS. What you will learn Discover the latest features of .NET 5 that can be used in mobile application development Explore Xamarin.Forms Shell for building cross-platform mobile UIs Understand the technical design requirements of a consumer mobile app Get to grips with advanced mobile development concepts such as app data management, push notifications, and graph APIs Manage app data with Entity Framework Core Use Microsoft's Project Rome for creating cross-device experiences with Xamarin Become well-versed with implementing machine learning in your mobile apps Who this book is for This book is for ASP.NET Core developers who want to get started with mobile development using Xamarin and other Microsoft technologies. Working knowledge of C# programming is necessary to get started.
    Note: Online resource; Title from title page (viewed April 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800569553
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Practical recipes that go beyond official documentation to help you create custom solutions, automate processes, and extend the platform's capabilities using Power Apps, Power Automate, Component Framework, and Dataverse for Teams Key Features Improve business operations by creating impactful Power Apps solutions with real-world use cases Explore a variety of built-in templates to create custom apps for specific business scenarios Strengthen your enterprise applications with advanced techniques and proven tips using a low-code approach Book Description Microsoft Power Apps provides a powerful, low-code solution for application development, empowering non-technical users to create robust, practical solutions in no time. This book will help you create a wide range of custom business solutions using the ease of development that Power Apps provides by overcoming many of the challenges faced in business application development. You'll start by getting to grips with Power Apps Studio and finding out how canvas apps help you build pixel-perfect applications as per business needs. The book then covers the practicalities involved in designing model-driven apps and teaches you how to automate business processes using Power Automate. You'll also discover how to improve user experience (UX) to make applications more appealing. As you advance, you'll learn how to strengthen your business apps by using AI Builder's artificial intelligence capabilities. You'll also explore advanced troubleshooting techniques to find creative ways to overcome various challenges in your Power Apps solutions. The book concludes with Power Apps Component Framework to help you further improve the existing applications' capabilities. By the end of this book, you'll have gained experience in developing applications using the Power Apps platform and its features. What you will learn Build pixel-perfect solutions with canvas apps Design model-driven solutions using various features of Microsoft Dataverse Automate business processes such as triggered events, status change notifications, and approval systems with Power Automate Implement AI Builder's intelligent capabilities in your solutions Improve the UX of business apps to make them more appealing Find out how to extend Microsoft Teams using Power Apps Extend your business applications' capabilities using Power Apps Component Framework Who this book is for This book is for citizen developers and business users looking to build cust...
    Note: Online resource; Title from title page (viewed January 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838822842
    Language: English
    Pages: 1 online resource (558 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Become a professional iOS developer with the most in-depth and advanced guide to Swift 5.3, Xcode 12.4, ARKit 4, Core ML, and iOS 14's new features Key Features Explore the world of iOS app development through practical examples Understand core iOS programming concepts such as Core Data, networking, and the Combine framework Extend your iOS apps by adding augmented reality and machine learning capabilities, widgets, App Clips, Dark Mode, and animations Book Description Mastering iOS 14 development isn't a straightforward task, but this book can help you do just that. With the help of Swift 5.3, you'll not only learn how to program for iOS 14 but also be able to write efficient, readable, and maintainable Swift code that reflects industry best practices. This updated fourth edition of the iOS 14 book will help you to build apps and get to grips with real-world app development flow. You'll find detailed background information and practical examples that will help you get hands-on with using iOS 14's new features. The book also contains examples that highlight the language changes in Swift 5.3. As you advance through the chapters, you'll see how to apply Dark Mode to your app, understand lists and tables, and use animations effectively. You'll then create your code using generics, protocols, and extensions and focus on using Core Data, before progressing to perform network calls and update your storage and UI with the help of sample projects. Toward the end, you'll make your apps smarter using machine learning, streamline the flow of your code with the Combine framework, and amaze users by using Vision framework and ARKit 4.0 features. By the end of this iOS development book, you'll be able to build apps that harness advanced techniques and make the best use of iOS 14's features. What you will learn Build a professional iOS application using Xcode 12.4 and Swift 5.3 Create impressive new widgets for your apps with iOS 14 Extend the audience of your app by creating an App Clip Improve the flow of your code with the Combine framework Enhance your app by using Core Location Integrate Core Data to persist information in your app Train and use machine learning models with Core ML Create engaging augmented reality experiences with ARKit 4 and the Vision framework Who this book is for This book is for developers with some experience in iOS programming who want to enhance their application development skills by unlocking the full potential of the latest ...
    Note: Online resource; Title from title page (viewed March 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071000
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover how to plan a Microsoft Teams deployment within a business environment and manage Teams administrative functions on a day-to-day basis Key Features Plan and design your Microsoft Teams deployment Prepare, deploy, and manage policies for Microsoft Teams and for apps within Teams Pass the MS-700 exam and achieve certification with the help of self-assessment questions and a mock exam Book Description Do you want to build and test your proficiency in the deployment, management, and monitoring of Microsoft Teams features within the Microsoft 365 platform? Managing Microsoft Teams: MS-700 Exam Guide will help you to effectively plan and implement Microsoft Teams using the Microsoft 365 Teams admin center and Windows PowerShell. You'll also discover best practices for rolling out and managing MS services for Teams users within your Microsoft 365 tenant. The chapters are divided into three easy-to-follow parts: planning and design, feature policies and administration, and team management, while aligning with the official MS-700 exam objectives to help you prepare effectively for the exam. The book starts by taking you through planning and design, where you'll learn how to plan migrations, make assessments for network readiness, and plan and implement governance tasks such as configuring guest access and monitoring usage. Later, you'll understand feature administration, focusing on collaboration, meetings, live events, phone numbers, and the phone system, along with applicable policy configurations. Finally, the book shows you how to manage Teams and membership settings and create app policies. By the end of this book, you'll have learned everything you need to pass the MS-700 certification exam and have a handy reference guide for MS Teams. What you will learn Explore Security & Compliance configuration options for Teams features Manage meetings, calls, and chat features within Microsoft Teams Find out how to manage phone numbers, systems, and settings in Teams Manage individual team settings, membership, and guest access Create policies for Microsoft Teams apps and features Deploy access reviews and dynamic team membership Who this book is for This Microsoft Teams book is for IT professionals who want to achieve Microsoft 365 Certified: Teams Administrator Associate certification. Familiarity with the principles of establishing and administering the core features and services within a Microsoft 365 tenant and a basic understanding of Micros...
    Note: Online resource; Title from title page (viewed February 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789953435
    Language: English
    Pages: 1 online resource (754 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to write high-quality kernel module code, solve common Linux kernel programming issues, and understand the fundamentals of Linux kernel internals Key Features Discover how to write kernel code using the Loadable Kernel Module framework Explore industry-grade techniques to perform efficient memory allocation and data synchronization within the kernel Understand the essentials of key internals topics such as kernel architecture, memory management, CPU scheduling, and kernel synchronization Book Description Linux Kernel Programming is a comprehensive introduction for those new to Linux kernel and module development. This easy-to-follow guide will have you up and running with writing kernel code in next-to-no time. This book uses the latest 5.4 Long-Term Support (LTS) Linux kernel, which will be maintained from November 2019 through to December 2025. By working with the 5.4 LTS kernel throughout the book, you can be confident that your knowledge will continue to be valid for years to come. This Linux book begins by showing you how to build the kernel from the source. Next, you'll learn how to write your first kernel module using the powerful Loadable Kernel Module (LKM) framework. The book then covers key kernel internals topics including Linux kernel architecture, memory management, and CPU scheduling. Next, you'll delve into the fairly complex topic of concurrency within the kernel, understand the issues it can cause, and learn how they can be addressed with various locking technologies (mutexes, spinlocks, atomic, and refcount operators). You'll also benefit from more advanced material on cache effects, a primer on lock-free techniques within the kernel, deadlock avoidance (with lockdep), and kernel lock debugging techniques. By the end of this kernel book, you'll have a detailed understanding of the fundamentals of writing Linux kernel module code for real-world projects and products. What you will learn Write high-quality modular kernel code (LKM framework) for 5.x kernels Configure and build a kernel from source Explore the Linux kernel architecture Get to grips with key internals regarding memory management within the kernel Understand and work with various dynamic kernel memory alloc/dealloc APIs Discover key internals aspects regarding CPU scheduling within the kernel Gain an understanding of kernel concurrency issues Find out how to work with key kernel synchronization primitives Who this book is for This book is for Linux prog...
    Note: Online resource; Title from title page (viewed March 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800565869
    Language: English
    Pages: 1 online resource (686 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Get ready to learn Java the fun way by developing games for the Android platform with this new and updated third edition Key Features Learn Java, Android, and object-oriented programming from scratch Find out how to build games including Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling Shooters Create and design your own games by learning all the concepts that a game developer must know Book Description Android is one of the most popular mobile operating systems today. It uses the most popular programming language, Java, as one of the primary languages for building apps of all types. Unlike most other Android books, this book doesn't assume that you have any prior knowledge of Java programming, instead helps you get started with building Android games as a beginner. This new, improved, and updated third edition of Learning Java by Building Android Games helps you to build Android games from scratch. Once you've got to grips with the fundamentals, the difficulty level increases steadily as you explore key Java topics, such as variables, loops, methods, object-oriented programming (OOP), and design patterns while working with up-to-date code and supporting examples. At each stage, you'll be able to test your understanding by implementing the concepts that you've learned to develop a game. Toward the end, you'll build games such as Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling Shooter. By the end of this Java book, you'll not only have a solid understanding of Java and Android basics but will also have developed five cool games for the Android platform. What you will learn Set up a game development environment in Android Studio Respond to a player's touch and program intelligent enemies who can challenge the player in different ways Explore collision detection, sprite sheets animation, simple tracking and following, AI, parallax backgrounds, and particle explosions Animate objects at 60 FPS and manage multiple independent objects using OOP Work with design patterns such as OOP, singleton, strategy, and entity-component Work with the Android API, the SoundPool API, Paint, Canvas, Bitmap classes, and detect version numbers Who this book is for Learning Java by Building Android Games is for anyone who is new to Java, Android, or game programming and wants to develop Android games. The book will also serve as a refresher for those who already have experience using Java on Android or any other platform but are new ...
    Note: Online resource; Title from title page (viewed March 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800202450
    Language: English
    Pages: 1 online resource (292 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design, build, and operate scalable and reliable Kubernetes infrastructure for production Key Features Implement industry best practices to build and manage production-grade Kubernetes infrastructure Learn how to architect scalable Kubernetes clusters, harden container security, and fine-tune resource management Understand, manage, and operate complex business workloads confidently Book Description Although out-of-the-box solutions can help you to get a cluster up and running quickly, running a Kubernetes cluster that is optimized for production workloads is a challenge, especially for users with basic or intermediate knowledge. With detailed coverage of cloud industry standards and best practices for achieving scalability, availability, operational excellence, and cost optimization, this Kubernetes book is a blueprint for managing applications and services in production. You'll discover the most common way to deploy and operate Kubernetes clusters, which is to use a public cloud-managed service from AWS, Azure, or Google Cloud Platform (GCP). This book explores Amazon Elastic Kubernetes Service (Amazon EKS), the AWS-managed version of Kubernetes, for working through practical exercises. As you get to grips with implementation details specific to AWS and EKS, you'll understand the design concepts, implementation best practices, and configuration applicable to other cloud-managed services. Throughout the book, you'll also discover standard and cloud-agnostic tools, such as Terraform and Ansible, for provisioning and configuring infrastructure. By the end of this book, you'll be able to leverage Kubernetes to operate and manage your production environments confidently. What you will learn Explore different infrastructure architectures for Kubernetes deployment Implement optimal open source and commercial storage management solutions Apply best practices for provisioning and configuring Kubernetes clusters, including infrastructure as code (IaC) and configuration as code (CAC) Configure the cluster networking plugin and core networking components to get the best out of them Secure your Kubernetes environment using the latest tools and best practices Deploy core observability stacks, such as monitoring and logging, to fine-tune your infrastructure Who this book is for This book is for cloud infrastructure experts, DevOps engineers, site reliability engineers, and engineering managers looking to design and operate Kubernetes infrastructure for prod...
    Note: Online resource; Title from title page (viewed March 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800203907
    Language: English
    Pages: 1 online resource (736 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand the key aspects and challenges of machine learning interpretability, learn how to overcome them with interpretation methods, and leverage them to build fairer, safer, and more reliable models Key Features Learn how to extract easy-to-understand insights from any machine learning model Become well-versed with interpretability techniques to build fairer, safer, and more reliable models Mitigate risks in AI systems before they have broader implications by learning how to debug black-box models Book Description Do you want to understand your models and mitigate risks associated with poor predictions using machine learning (ML) interpretation? Interpretable Machine Learning with Python can help you work effectively with ML models. The first section of the book is a beginner's guide to interpretability, covering its relevance in business and exploring its key aspects and challenges. You'll focus on how white-box models work, compare them to black-box and glass-box models, and examine their trade-off. The second section will get you up to speed with a vast array of interpretation methods, also known as Explainable AI (XAI) methods, and how to apply them to different use cases, be it for classification or regression, for tabular, time-series, image or text. In addition to the step-by-step code, the book also helps the reader to interpret model outcomes using examples. In the third section, you'll get hands-on with tuning models and training data for interpretability by reducing complexity, mitigating bias, placing guardrails, and enhancing reliability. The methods you'll explore here range from state-of-the-art feature selection and dataset debiasing methods to monotonic constraints and adversarial retraining. By the end of this book, you'll be able to understand ML models better and enhance them through interpretability tuning. What you will learn Recognize the importance of interpretability in business Study models that are intrinsically interpretable such as linear models, decision trees, and Naive Bayes Become well-versed in interpreting models with model-agnostic methods Visualize how an image classifier works and what it learns Understand how to mitigate the influence of bias in datasets Discover how to make models more reliable with adversarial robustness Use monotonic constraints to make fairer and safer models Who this book is for This book is for data scientists, machine learning developers, and data stewards who have an increasin...
    Note: Online resource; Title from title page (viewed March 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800566057
    Language: English
    Pages: 1 online resource (314 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore real-world examples of issues with systems and find ways to resolve them using Amazon CloudWatch as a monitoring service Key Features Become well-versed with monitoring fundamentals such as understanding the building blocks and architecture of networking Learn how to ensure your applications never face downtime Get hands-on with observing serverless applications and services Book Description CloudWatch is Amazon's monitoring and observability service, designed to help those in the IT industry who are interested in optimizing resource utilization, visualizing operational health, and eventually increasing infrastructure performance. This book helps IT administrators, DevOps engineers, network engineers, and solutions architects to make optimum use of this cloud service for effective infrastructure productivity. You'll start with a brief introduction to monitoring and Amazon CloudWatch and its core functionalities. Next, you'll get to grips with CloudWatch features and their usability. Once the book has helped you develop your foundational knowledge of CloudWatch, you'll be able to build your practical skills in monitoring and alerting various Amazon Web Services, such as EC2, EBS, RDS, ECS, EKS, DynamoDB, AWS Lambda, and ELB, with the help of real-world use cases. As you progress, you'll also learn how to use CloudWatch to detect anomalous behavior, set alarms, visualize logs and metrics, define automated actions, and rapidly troubleshoot issues. Finally, the book will take you through monitoring AWS billing and costs. By the end of this book, you'll be capable of making decisions that enhance your infrastructure performance and maintain it at its peak. What you will learn Understand the meaning and importance of monitoring Explore the components of a basic monitoring system Understand the functions of CloudWatch Logs, metrics, and dashboards Discover how to collect different types of metrics from EC2 Configure Amazon EventBridge to integrate with different AWS services Get up to speed with the fundamentals of observability and the AWS services used for observability Find out about the role Infrastructure As Code (IaC) plays in monitoring Gain insights into how billing works using different CloudWatch features Who this book is for This book is for developers, DevOps engineers, site reliability engineers, or any IT individual with hands-on intermediate-level experience in networking, cloud computing, and infrastructure management. A begin...
    Note: Online resource; Title from title page (viewed April 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800568532
    Language: English
    Pages: 1 online resource (270 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Create and improve high-quality automated forecasts for time series data that have strong seasonal effects, holidays, and additional regressors using Python Key Features Learn how to use the open-source forecasting tool Facebook Prophet to improve your forecasts Build a forecast and run diagnostics to understand forecast quality Fine-tune models to achieve high performance, and report that performance with concrete statistics Book Description Prophet enables Python and R developers to build scalable time series forecasts. This book will help you to implement Prophet's cutting-edge forecasting techniques to model future data with higher accuracy and with very few lines of code. You will begin by exploring the evolution of time series forecasting, from the basic early models to the advanced models of the present day. The book will demonstrate how to install and set up Prophet on your machine and build your fi rst model with only a few lines of code. You'll then cover advanced features such as visualizing your forecasts, adding holidays, seasonality, and trend changepoints, handling outliers, and more, along with understanding why and how to modify each of the default parameters. Later chapters will show you how to optimize more complicated models with hyperparameter tuning and by adding additional regressors to the model. Finally, you'll learn how to run diagnostics to evaluate the performance of your models and see some useful features when running Prophet in production environments. By the end of this Prophet book, you will be able to take a raw time series dataset and build advanced and accurate forecast models with concise, understandable, and repeatable code. What you will learn Gain an understanding of time series forecasting, including its history, development, and uses Understand how to install Prophet and its dependencies Build practical forecasting models from real datasets using Python Understand the Fourier series and learn how it models seasonality Decide when to use additive and when to use multiplicative seasonality Discover how to identify and deal with outliers in time series data Run diagnostics to evaluate and compare the performance of your models Who this book is for This book is for data scientists, data analysts, machine learning engineers, software engineers, project managers, and business managers who want to build time series forecasts in Python. Working knowledge of Python and a basic understanding of forecasting princ...
    Note: Online resource; Title from title page (viewed March 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800206137
    Language: English
    Pages: 1 online resource (316 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover ways to implement various deep learning algorithms by leveraging Python and other technologies Key Features Learn deep learning models through several activities Begin with simple machine learning problems, and finish by building a complex system of your own Teach your machines to see by mastering the technologies required for image recognition Book Description Deep learning is rapidly becoming the most preferred way of solving data problems. This is thanks, in part, to its huge variety of mathematical algorithms and their ability to find patterns that are otherwise invisible to us. Deep Learning from the Basics begins with a fast-paced introduction to deep learning with Python, its definition, characteristics, and applications. You'll learn how to use the Python interpreter and the script files in your applications, and utilize NumPy and Matplotlib in your deep learning models. As you progress through the book, you'll discover backpropagation—an efficient way to calculate the gradients of weight parameters—and study multilayer perceptrons and their limitations, before, finally, implementing a three-layer neural network and calculating multidimensional arrays. By the end of the book, you'll have the knowledge to apply the relevant technologies in deep learning. What you will learn Use Python with minimum external sources to implement deep learning programs Study the various deep learning and neural network theories Learn how to determine learning coefficients and the initial values of weights Implement trends such as Batch Normalization, Dropout, and Adam Explore applications like automatic driving, image generation, and reinforcement learning Who this book is for Deep Learning from the Basics is designed for data scientists, data analysts, and developers who want to use deep learning techniques to develop efficient solutions. This book is ideal for those who want a deeper understanding as well as an overview of the technologies. Some working knowledge of Python is a must. Knowledge of NumPy and pandas will be beneficial, but not essential.
    Note: Online resource; Title from title page (viewed March 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800202436
    Language: English
    Pages: 1 online resource (184 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Learn to extract actionable insights from your big data in real time using a range of Microsoft Azure features Key Features Updated with the latest features and new additions to Microsoft Azure Master the fundamentals of cloud analytics using Azure Learn to use Azure Synapse Analytics (formerly known as Azure SQL Data Warehouse) to derive real-time customer insights Book Description Cloud Analytics with Microsoft Azure serves as a comprehensive guide for big data analysis and processing using a range of Microsoft Azure features. This book covers everything you need to build your own data warehouse and learn numerous techniques to gain useful insights by analyzing big data The book begins by introducing you to the power of data with big data analytics, the Internet of Things (IoT), machine learning, artificial intelligence, and DataOps. You will learn about cloud-scale analytics and the services Microsoft Azure offers to empower businesses to discover insights. You will also be introduced to the new features and functionalities added to the modern data warehouse. Finally, you will look at two real-world business use cases to demonstrate high-level solutions using Microsoft Azure. The aim of these use cases will be to illustrate how real-time data can be analyzed in Azure to derive meaningful insights and make business decisions. You will learn to build an end-to-end analytics pipeline on the cloud with machine learning and deep learning concepts. By the end of this book, you will be proficient in analyzing large amounts of data with Azure and using it effectively to benefit your organization. What you will learn Explore the concepts of modern data warehouses and data pipelines Discover unique design considerations while applying a cloud analytics solution Design an end-to-end analytics pipeline on the cloud Differentiate between structured, semi-structured, and unstructured data Choose a cloud-based service for your data analytics solutions Use Azure services to ingest, store, and analyze data of any scale Who this book is for This book is designed to benefit software engineers, Azure developers, cloud consultants, and anyone who is keen to learn the process of deriving business insights from huge amounts of data using Azure. Though not necessary, a basic understanding of data analytics concepts such as data streaming, data types, the machine learning life cycle, and Docker containers will help you get the most out of the book.
    Note: Online resource; Title from title page (viewed January 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800201422
    Language: English
    Pages: 1 online resource (332 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Transform your app ideas into fully functional prototypes with the help of expert tips and best practices from Mendix partners Key Features Meet the ever-increasing demand for software solution delivery without having to write any code Build high-availability, low-cost applications unlike those developed via a traditional software engineering approach Explore Mendix from product design through to delivery using real-world scenarios Book Description Low-code is a visual approach to application development. It enables developers of varying experience levels to create web and mobile apps using drag-and-drop components and model-driven logic through a graphic user interface. Mendix is among the fastest-growing platforms that enable low-code enthusiasts to put their software ideas into practice without having to write much code, and Building Low-Code Applications with Mendix will help you get up and running with the process using examples and practice projects. The book starts with an introduction to Mendix, along with the reasons for using this platform and its tools for creating your first app. As you progress, you'll explore Mendix Studio Pro, the visual environment that will help you learn Mendix app creation. Once you have your working app ready, you'll understand how to enhance it with custom business logic and rules. Next, you'll find out how to defend your app against bad data, troubleshoot and debug it, and finally, connect it with real-world business platforms. You'll build practical skills as the book is filled with examples, real-world scenarios, and explanations of the tools needed to help you build low-code apps successfully. By the end of this book, you'll have understood the concept of low-code development, learned how to use Mendix effectively, and developed a working app. What you will learn Gain a clear understanding of what low-code development is and the factors driving its adoption Become familiar with the various features of Mendix for rapid application development Discover concrete use cases of Studio Pro Build a fully functioning web application that meets your business requirements Get to grips with Mendix fundamentals to prepare for the Mendix certification exam Understand the key concepts of app development such as data management, APIs, troubleshooting, and debugging Who this book is for This book is for tech-savvy business analysts and citizen developers who want to get started with Mendix for rapid mobile and web appl...
    Note: Online resource; Title from title page (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838989309
    Language: English
    Pages: 1 online resource (826 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Pass the PMP 2021 exam with confidence with the help of practical and up-to-date coverage of project management practices from the 6th edition of the PMBOK® Guide Key Features Written by J. Ashley Hunt, an experienced PMP® trainer with over 20 years of project management experience Learn with the help of PMP® practice tests, exam tips, and best practices from the PMBOK® Guide Effectively plan core project work aspects such as scope, cost, quality, procurement, and communication Book Description One of the five most prestigious certifications in the world, the PMP® exam is said to be the most difficult non-technical certification exam. With this exam guide, you'll be able to address the challenges in learning advanced project management concepts. This PMP study guide covers all of the 10 project management knowledge areas, 5 process groups, 49 processes, and aspects of the Agile Practice Guide that you need to tailor your projects. With this book, you will understand the best practices found in the sixth edition of the PMBOK® Guide and the newly updated exam content outline. Throughout the book, you'll learn exam objectives in the form of a project for better understanding and effective implementation of real-world project management tasks, helping you to not only prepare for the exam but also implement project management best practices. Finally, you'll get to grips with the entire application and testing processes in PMP® and discover numerous tips and techniques for passing the exam on your first attempt. By the end of this PMP® exam prep book, you'll have a solid understanding of everything you need to pass the PMP® certification exam, and be able to use this handy, on-the-job desktop reference guide to overcome challenges in project management. What you will learn Understand how to fill out the exam application and what to expect on the day of the exam Get a comprehensive overview of project management processes, knowledge areas, and project execution Explore project and organization structures and other factors influencing projects Manage risk, scheduling, and cost using expert tips and insights Acquire and manage resources and communication in project work Monitor and control projects from planning to execution Discover professional responsibility, study tips, and what's in store for certified project management professionals Who this book is for If you are an experienced project manager looking for a common language and best practices in...
    Note: Online resource; Title from title page (viewed February 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800201538
    Language: English
    Pages: 1 online resource (388 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take your AWS SysOps skills to the next level by learning infrastructure automation techniques using CloudFormation, Terraform, and Boto3 Key Features Explore AWS automation using CloudFormation, Terraform, and Boto3 Leverage AWS to make your infrastructure flexible and highly available Discover various AWS features for building a secure and reliable environment to host your application Book Description Amazon Web Services (AWS) is one of the most popular and efficient cloud platforms for administering and deploying your applications to make them resilient and robust. AWS for System Administrators will help you to learn several advanced cloud administration concepts for deploying, managing, and operating highly available systems on AWS. Starting with the fundamentals of identity and access management (IAM) for securing your environment, this book will gradually take you through AWS networking and monitoring tools. As you make your way through the chapters, you'll get to grips with VPC, EC2, load balancer, Auto Scaling, RDS database, and data management. The book will also show you how to initiate AWS automated backups and store and keep track of log files. Later, you'll work with AWS APIs and understand how to use them along with CloudFormation, Python Boto3 Script, and Terraform to automate infrastructure. By the end of this AWS book, you'll be ready to build your two-tier startup with all the necessary infrastructure, monitoring, and logging components in place. What you will learn Adopt a security-first approach by giving users minimum access using IAM policies Build your first Amazon Elastic Compute Cloud (EC2) instance using the AWS CLI, Boto3, and Terraform Set up your datacenter in AWS Cloud using VPC Scale your application based on demand using Auto Scaling Monitor services using CloudWatch and SNS Work with centralized logs for analysis (CloudWatch Logs) Back up your data using Amazon Simple Storage Service (Amazon S3), Data Lifecycle Manager, and AWS Backup Who this book is for This Amazon Web Services book is for system administrators and solution architects who want to build highly available and flexible AWS Cloud platforms for their applications. Software engineers and programmers looking to deploy their applications to AWS Cloud will also find this book useful. Basic knowledge of Linux and AWS is necessary to get started.
    Note: Online resource; Title from title page (viewed February 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800565319
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A practical, step-by-step guide to using Microsoft's AutoML technology on the Azure Machine Learning service for developers and data scientists working with the Python programming language Key Features Create, deploy, productionalize, and scale automated machine learning solutions on Microsoft Azure Improve the accuracy of your ML models through automatic data featurization and model training Increase productivity in your organization by using artificial intelligence to solve common problems Book Description Automated Machine Learning with Microsoft Azure helps you to build high-performing, accurate machine learning models in record time. It allows anyone to easily harness the power of artificial intelligence and increase the productivity and profitability of your business. With a series of clicks on a guided user interface (GUI), novices and seasoned data scientists alike can train and deploy machine learning solutions to production with ease. This book will teach you how to use Azure AutoML with both the GUI as well as the AzureML Python software development kit (SDK) in a careful, step-by-step way. First, you'll learn how to prepare data, train models, and register them to your Azure Machine Learning workspace. You'll then discover how to take those models and use them to create both automated batch solutions using machine learning pipelines and real-time scoring solutions using Azure Kubernetes Service (AKS). Finally, you will be able to use AutoML on your own data to not only train regression, classification, and forecasting models but also use them to solve a wide variety of business problems. By the end of this Azure book, you'll be able to show your business partners exactly how your ML models are making predictions through automatically generated charts and graphs, earning their trust and respect. What you will learn Understand how to train classification, regression, and forecasting ML algorithms with Azure AutoML Prepare data for Azure AutoML to ensure smooth model training and deployment Adjust AutoML configuration settings to make your models as accurate as possible Determine when to use a batch-scoring solution versus a real-time scoring solution Productionalize your AutoML solution with Azure Machine Learning pipelines Create real-time scoring solutions with AutoML and Azure Kubernetes Service Discover how to quickly deliver value and earn business trust using AutoML Train a large number of AutoML models at once using the AzureM...
    Note: Online resource; Title from title page (viewed April 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789955965
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the complete process of developing systems based on field-programmable gate arrays (FPGAs), including the design of electronic circuits and the construction and debugging of prototype embedded devices Key Features Learn the basics of embedded systems and real-time operating systems Understand how FPGAs implement processing algorithms in hardware Design, construct, and debug custom digital systems from scratch using KiCad Book Description Modern digital devices used in homes, cars, and wearables contain highly sophisticated computing capabilities composed of embedded systems that generate, receive, and process digital data streams at rates up to multiple gigabits per second. This book will show you how to use Field Programmable Gate Arrays (FPGAs) and high-speed digital circuit design to create your own cutting-edge digital systems. Architecting High-Performance Embedded Systems takes you through the fundamental concepts of embedded systems, including real-time operation and the Internet of Things (IoT), and the architecture and capabilities of the latest generation of FPGAs. Using powerful free tools for FPGA design and electronic circuit design, you'll learn how to design, build, test, and debug high-performance FPGA-based IoT devices. The book will also help you get up to speed with embedded system design, circuit design, hardware construction, firmware development, and debugging to produce a high-performance embedded device – a network-based digital oscilloscope. You'll explore techniques such as designing four-layer printed circuit boards with high-speed differential signal pairs and assembling the board using surface-mount components. By the end of the book, you'll have a solid understanding of the concepts underlying embedded systems and FPGAs and will be able to design and construct your own sophisticated digital devices. What you will learn Understand the fundamentals of real-time embedded systems and sensors Discover the capabilities of FPGAs and how to use FPGA development tools Learn the principles of digital circuit design and PCB layout with KiCad Construct high-speed circuit board prototypes at low cost Design and develop high-performance algorithms for FPGAs Develop robust, reliable, and efficient firmware in C Thoroughly test and debug embedded device hardware and firmware Who this book is for This book is for software developers, IoT engineers, and anyone who wants to understand the process of developing high-performan...
    Note: Online resource; Title from title page (viewed February 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801070737
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Leverage the rich Spring ecosystem to create complex and secure applications with Spring Boot About This Video Create and publish Spring Boot projects Examine existing Spring Boot projects and troubleshoot issues Create projects out of various technologies using starter dependencies In Detail Spring Boot provides some impressive features to simplify writing your code, and does so with minimal effort. It is the fastest way to get a Spring application up and running with the fewest lines of code and the least configuration. It aims to make development easy so that you can create production-grade applications and services. This course begins by helping you configure Spring Boot, then shows you a practical implementation of its various features. Then, you will work on running and debugging Spring Boot apps in the IDE. Following that, you’ll learn the foundations of the Spring Boot platform and understand its operations. Afterwards, you’ll understand layered architecture basics and how Spring Boot lets us create layered applications built on top of Spring. You’ll also see how autoconfiguration works and understand how to use it and troubleshoot it where required. Finally, you’ll be injecting properties into Spring-managed beans and publishing Spring events to ApplicationListeners. By the end of the course, you will get hands-on knowledge of running and debugging Spring Boot applications in the IDE. You will also be able to publish these applications on a website.
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801076609
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 35 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Enter the world of J2EE by learning servlets and JSP technologies the easy way About This Video Gain knowledge about servlets and JSPs to enter the world of JavaEE Understand JSP action elements and create custom tags Understand socket communication through TCP/IP, UDP, broadcasting, and more through examples In Detail Servlets and JSP are the backbone of all modern-day web applications. In this course, we will start by talking about some network components and understand the basics of networking with simple real-world examples. And then, we will jump into some good examples on network programming. Here, we will take examples of socket communication through TCP/IP, UDP, Broadcasting, Multicasting, and many more examples. By now, you will have gained foundational knowledge to explore servlets and JSPs and to enter the world of JavaEE. Learning about servlets and JSP lays a great foundation for learning all modern-day frameworks. This course is almost like a prerequisite to learning modern-day Java frameworks as they internally rely on these technologies. This course will surely make your Java journey smooth without any glitches. We will start by talking about the basics of servlets and JSP with some good example programs and cover everything that you need to know on servlet and JSP technologies.
    Note: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789951288
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Find solutions to all your problems related to Linux system programming using practical recipes for developing your own system programs Key Features Develop a deeper understanding of how Linux system programming works Gain hands-on experience of working with different Linux projects with the help of practical examples Learn how to develop your own programs for Linux Book Description Linux is the world's most popular open source operating system (OS). Linux System Programming Techniques will enable you to extend the Linux OS with your own system programs and communicate with other programs on the system. The book begins by exploring the Linux filesystem, its basic commands, built-in manual pages, the GNU compiler collection (GCC), and Linux system calls. You'll then discover how to handle errors in your programs and will learn to catch errors and print relevant information about them. The book takes you through multiple recipes on how to read and write files on the system, using both streams and file descriptors. As you advance, you'll delve into forking, creating zombie processes, and daemons, along with recipes on how to handle daemons using systemd. After this, you'll find out how to create shared libraries and start exploring different types of interprocess communication (IPC). In the later chapters, recipes on how to write programs using POSIX threads and how to debug your programs using the GNU debugger (GDB) and Valgrind will also be covered. By the end of this Linux book, you will be able to develop your own system programs for Linux, including daemons, tools, clients, and filters. What you will learn Discover how to write programs for the Linux system using a wide variety of system calls Delve into the working of POSIX functions Understand and use key concepts such as signals, pipes, IPC, and process management Find out how to integrate programs with a Linux system Explore advanced topics such as filesystem operations, creating shared libraries, and debugging your programs Gain an overall understanding of how to debug your programs using Valgrind Who this book is for This book is for anyone who wants to develop system programs for Linux and gain a deeper understanding of the Linux system. The book is beneficial for anyone who is facing issues related to a particular part of Linux system programming and is looking for specific recipes or solutions.
    Note: Online resource; Title from title page (viewed May 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839211973
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the benefits of regularized programming by implementing Bosque to build a variety of reliable apps Key Features Get up and running with the Bosque programming language and use it to build better software Streamline your app development and improve productivity using Bosque programming Eliminate sources of complexity such as loops, recursion, and invariants to develop quality products Book Description Bosque is a new high-level programming language inspired by the impact of structured programming in the 1970s. It adopts the TypeScript syntax and ML semantics and is designed for writing code that is easy to reason about for humans and machines. With this book, you'll understand how Bosque supports high productivity and cloud-first development by removing sources of accidental complexity and introducing novel features. This short book covers all the language features that you need to know to work with Bosque programming. You'll learn about basic data types, variables, functions, operators, statements, and expressions in Bosque and become familiar with advanced features such as typed strings, bulk algebraic data operations, namespace declarations, and concept and entity declarations. This Bosque book provides a complete language reference for learning to program with Bosque and understanding the regularized programming paradigm. You'll also explore real-world examples that will help you to reinforce the knowledge you've acquired. Additionally, you'll discover more advanced topics such as the Bosque project structure and contributing to the project. By the end of this book, you'll have learned how to configure the Bosque environment and build better and reliable software with this exciting new open-source language. What you will learn Find out what the Bosque project is Identify accidental complexity in code and how to overcome it with Bosque Understand the principles of the regularized programming paradigm Install and configure the Bosque environment Get hands-on experience using the Bosque language and its key features Recognize the advantages of explicit code intermediate representation design Who this book is for This book is for experienced developers and early adopters who are interested in learning a new, mindset-changing programming language. You'll also find this book useful if you know TypeScript or JavaScript programming and want to understand the advantages of Bosque compared to other programming languages. Experience with any ...
    Note: Online resource; Title from title page (viewed April 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074063
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Extend and enhance your Java applications with Groovy. Groovy programming is a great way to speed up and modernize your Java applications with better efficiency About This Video Explore Groovy’s lightweight and powerful syntax that slashes down the development time Learn to write and adapt Groovy scripts to maximize your productivity Filter and transform collections in Groovy with Groovy’s powerful closure mechanism In Detail There are not many technologies that can brag about staying relevant for more than 30 years. Java is one of those technologies that is not only staying relevant but also evolving with time. However, in Java, due to verbose and complexities in coding, developers started using different platforms and languages to counterfeit this downside. Apache Groovy is the number one go-to language when it comes to knocking up quick scripts to automate drudge work and even for writing full-scale applications (using other frameworks such as Grails and Griffon). Groovy is predominantly seen today in Jenkins pipelines scripts and in Gradle build scripts, but this really underplays its power and versatility, as we’ll see in this course. You will learn many exciting features of Groovy and see how it reduces execution time with its lightweight syntaxes. This course will teach you how to set up Groovy, install it, and create Groovy projects in the IDE. Then you’ll be exploring the Groovy toolset and using the Groovy console to execute Groovy code. Moving ahead, you’ll learn common Groovy operators that form the cornerstone of its powerful syntax. You will then learn how to use regular expressions and capture groups to parse and extract strings. You’ll also look at Groovy collections and the enhancements delivered by GDK (Groovy Development kit). Finally, you’ll be filtering and transforming collections in Groovy with Groovy’s powerful closure mechanism and much more. By the end of this course, you will learn Groovy’s features and start using them in your day-to-day activities with ease.
    Note: Online resource; Title from title screen (viewed April 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...