Browse Results

Showing 30,451 through 30,475 of 53,662 results

Realistic Asset Creation with Adobe Substance 3D: Create materials, textures, filters, and 3D models using Substance 3D Painter, Designer, and Stager

by Zeeshan Jawed Shah

Gain extensive, practical knowledge of 3D design with Adobe Substance 3D and learn to build a comprehensive portfolio of work with this interactive bookKey FeaturesFind out how to use Adobe Substance 3D swiftly and with little prior knowledgeUse a variety of interactive projects to get familiar with the fundamentalsCreate better career prospects for yourself by mastering 3D design with a single comprehensive guideBook DescriptionAdobe Substance 3D is a comprehensive suite complete with everything an artist needs to create stunning 3D digital materials. Getting a grip on the ecosystem of apps can be challenging for beginners, which is where Realistic Asset Creation with Adobe Substance 3D comes in!This practical guide doesn't bombard you with reams of textual information. Instead, you get an interactive, project-based book that'll help you gain sound knowledge of Adobe Substance 3D and set you on the right path toward a career in 3D design. You'll start off with the rudiments of Adobe Substance 3D Painter, which will enable you to acquire the skills needed to work with layers, masks, shelves, textures, and more. Next, you'll move on to Adobe Substance 3D Designer and become well-acquainted with this node-based design tool as you progress through the chapters. The final section is devoted to Adobe Substance 3D Stager, which teaches you to build complex 3D scenes and visualize your edits in real time.By the end of this Adobe book, you'll have gained a solid understanding of Adobe Substance 3D and developed the skills to build a comprehensive portfolio of work, setting you up for a lucrative career in 3D design.What you will learnDiscover Substance 3D Painter, Designer, and Stager through easy projectsAssemble 3D scenes and set up assets, materials, lights, and camerasExplore the innovative 3D assets library and learn how to digitize your 3D assetsTexture your 3D assets with advanced brushes and Smart MaterialsUse and blend a variety of nodes in Adobe Substance 3D DesignerCreate and export materials using Adobe Substance 3D SamplerWho this book is forThis book is for game designers, 3D generalists, and design students. If you're looking to get started in your 3D career or planning to join 3D generation, then you'll find this book useful. The book assumes very little to no 3D design knowledge. A bit of understanding of the history, functionality, and purpose of the Adobe Substance 3D package is presumed but is not mandatory; however, you must know how to work with Adobe Photoshop.

SharePoint Architect's Planning Guide: Create reusable architecture and governance to support collaboration with SharePoint and Microsoft 365

by Patrick Tucker

A practical handbook with proven recommendations and design considerations for creating elegant SharePoint solutions and integrating with other collaboration tools to build value for your organizationKey FeaturesLearn how to structure sites, pages, and data with effective metadataUnderstand the modernization of SharePoint over time and discover ways to leverage its out-of-the-box featuresFit all the pieces together across cloud tools like Teams, OneDrive, Planner, and FormsBook DescriptionAfter opening a toolbox full of tools, it can initially be hard to know which is the right one for the job – which tool works best and when. Showing you how to create an informed and purposeful plan for SharePoint Online in the context of the Microsoft 365 suite of tools is what this book is all about.SharePoint Architect's Planning Guide will help you understand all you can do with SharePoint. Whether the tools are new to you or you've used the older versions in the past, your journey will start by learning about the building blocks. This book is not a step-by-step guide; there are tons of online resources to give you that and to help you better keep up with the pace of change. This book is a planning guide, helping you with the context, capabilities, and considerations for implementing SharePoint Online in the most successful way possible. Whether you need to plan a new intranet, migrate files to a modern platform, or take advantage of tools such as Power Platform, Teams, and Planner, this guide will help you get to grips with the technology, ask the right questions to build your plan, and successfully implement it from the technical and user adoption perspectives.By the end of this Microsoft book, you'll be able to perceive the toolbox as a whole and efficiently prepare a planning and governance document for use in your organization.What you will learnFind out how to build or migrate to an effective modern intranetExplore how SharePoint works with other Microsoft 365 toolsDiscover best practices for extending SharePointUnderstand the ways to implement effective metadataPlan for successful adoption and change managementExplore best practices for site and data architectureWho this book is forThis book is for any IT professional looking for an all-encompassing view of the collaboration tools in Microsoft 365 to plan for successful SharePoint adoption. This book will benefit long-time SharePoint on-premises administrators making a leap to the cloud, as well as IT architects with experience in other areas who've never worked with SharePoint.

Applied Geospatial Data Science with Python: Leverage geospatial data analysis and modeling to find unique solutions to environmental problems

by David S. Jordan

Intelligently connect data points and gain a deeper understanding of environmental problems through hands-on Geospatial Data Science case studies written in PythonThe book includes colored images of important conceptsKey FeaturesLearn how to integrate spatial data and spatial thinking into traditional data science workflowsDevelop a spatial perspective and learn to avoid common pitfalls along the wayGain expertise through practical case studies applicable in a variety of industries with code samples that can be reproduced and expandedBook DescriptionData scientists, when presented with a myriad of data, can often lose sight of how to present geospatial analyses in a meaningful way so that it makes sense to everyone. Using Python to visualize data helps stakeholders in less technical roles to understand the problem and seek solutions. The goal of this book is to help data scientists and GIS professionals learn and implement geospatial data science workflows using Python.Throughout this book, you'll uncover numerous geospatial Python libraries with which you can develop end-to-end spatial data science workflows. You'll learn how to read, process, and manipulate spatial data effectively. With data in hand, you'll move on to crafting spatial data visualizations to better understand and tell the story of your data through static and dynamic mapping applications. As you progress through the book, you'll find yourself developing geospatial AI and ML models focused on clustering, regression, and optimization. The use cases can be leveraged as building blocks for more advanced work in a variety of industries.By the end of the book, you'll be able to tackle random data, find meaningful correlations, and make geospatial data models.What you will learnUnderstand the fundamentals needed to work with geospatial dataTransition from tabular to geo-enabled data in your workflowsDevelop an introductory portfolio of spatial data science work using PythonGain hands-on skills with case studies relevant to different industriesDiscover best practices focusing on geospatial data to bring a positive change in your environmentExplore solving use cases, such as traveling salesperson and vehicle routing problemsWho this book is forThis book is for you if you are a data scientist seeking to incorporate geospatial thinking into your workflows or a GIS professional seeking to incorporate data science methods into yours. You'll need to have a foundational knowledge of Python for data analysis and/or data science.

Parallel Programming and Concurrency with C# 10 and .NET 6: A modern approach to building faster, more responsive, and asynchronous .NET applications using C#

by Alvin Ashcraft

Leverage the latest parallel and concurrency features in .NET 6 when building your next application and explore the benefits and challenges of asynchrony, parallelism, and concurrency in .NET via practical examplesKey FeaturesLearn to implement parallel programming and handle concurrency in .NET efficientlySwitch threads while debugging and learn how to monitor specific threads in Visual StudioDiscover how to cancel tasks with callbacks, by polling, or by using a task with wait handlesBook Description.NET has included managed threading capabilities since the beginning, but early techniques had inherent risks: memory leaks, thread synchronization issues, and deadlocks. This book will help you avoid those pitfalls and leverage the modern constructs available in .NET 6 and C# 10, while providing recommendations on patterns and best practices for parallelism and concurrency. Parallel, concurrent, and asynchronous programming are part of every .NET application today, and it becomes imperative for modern developers to understand how to effectively use these techniques.This book will teach intermediate-level .NET developers how to make their applications faster and more responsive with parallel programming and concurrency in .NET and C# with practical examples. The book starts with the essentials of multi-threaded .NET development and explores how the language and framework constructs have evolved along with .NET. You will later get to grips with the different options available today in .NET 6, followed by insights into best practices, debugging, and unit testing.By the end of this book, you will have a deep understanding of why, when, and how to employ parallelism and concurrency in any .NET application.What you will learnPrevent deadlocks and race conditions with managed threadingUpdate Windows app UIs without causing exceptionsExplore best practices for introducing asynchronous constructs to existing codeAvoid pitfalls when introducing parallelism to your codeImplement the producer-consumer pattern with Dataflow blocksEnforce data sorting when processing data in parallel and safely merge data from multiple sourcesUse concurrent collections that help synchronize data across threadsDebug an everyday parallel app with the Parallel Stacks and Parallel Tasks windowsWho this book is forThis book is for beginner to intermediate-level .NET developers who want to employ the latest parallel and concurrency features in .NET when building their applications. Readers should have a solid understanding of the C# language and any version of the .NET Framework or .NET Core.

SwiftUI Cookbook: A guide to solving the most common problems and learning best practices while building SwiftUI apps, 2nd Edition

by Giordano Scalzo Edgar Nzokwe

Find practical, logical, and efficient recipes for building cross-platform apps for iOS 15, macOS, and watchOS using Swift 5.5, Xcode 13, and SwiftUI 3.0Key FeaturesApply the declarative programming paradigm to build cross-platform UIs for Apple devicesLearn to integrate UIkit, Core Data, Firebase, and Sign in with Apple with SwiftUIAdopt the new SwiftUI 3.0 features to build visually appealing UIs speedilyBook DescriptionSwiftUI provides an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based cookbook, you'll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process.The cookbook begins by explaining how to use basic SwiftUI components. Once you've learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions. You'll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you'll write iOS, macOS, and watchOS apps by sharing the same SwiftUI codebase.By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems encountered when building SwiftUI apps.What you will learnExplore various layout presentations in SwiftUI such as HStack, VStack, LazyHStack, and LazyVGridCreate widgets to quickly display relevant content at glanceGet up to speed with drawings in SwiftUI using built-in shapes, custom paths, and polygonsDiscover modern animation and transition techniques in SwiftUIAdd user authentication using Firebase and Sign in with AppleManage concurrency with Combine and async/await in SwiftUISolve the most common SwiftUI problems, such as integrating a MapKit map, unit testing, snapshot testing, and previewing layoutsWho this book is forThis book is for mobile developers who want to learn SwiftUI as well as experienced iOS developers transitioning from UIkit to SwiftUI. The book assumes knowledge of the Swift programming language. Knowledge of object-oriented design and data structures will be useful but not necessary. You'll also find this book to be a helpful resource if you're looking for reference material regarding the implementation of various features in SwiftUI.

Mastering SOLIDWORKS 2022 Sheet Metal: Enhance your 3D modeling skills by learning all aspects of the SOLIDWORKS Sheet Metal module

by Johno Ellison

Unlock the power of the SOLIDWORKS 3D CAD Sheet Metal module by learning essential tools such as Lofted Bends and Hems, and discover real-world manufacturing tipsKey FeaturesUnderstand what Sheet Metal is and how you can use it with SOLIDWORKS softwareExplore all of the Sheet Metal tools step by step, from simple edge flanges to complex forming toolsLearn the real-world manufacturing factors that can affect your designsBook DescriptionSOLIDWORKS© is the premier software choice for 3D engineering and product design applications across a wide range of industries, and the Sheet Metal module forms an important part of this powerful program.This book will help you to understand exactly what Sheet Metal is, why it is used, and how you can make the most of this fundamental design feature. You'll start by understanding the basic tools, including Base Flanges and Sketched Bends, before moving on to more complex features such as Custom Forming Tools and Lofted Bends. The book covers all the necessary tools in a step-by-step manner and shares practical manufacturing tips and tricks that will allow you to apply the skills that you learn to real-world situations.By the end of this SOLIDWORKS book, you'll have understood how to make the best use of SOLIDWORKS Sheet Metal tools and be able to create a whole range of 3D models and designs confidently.What you will learnDiscover what Sheet Metal can be used for and how you can benefit from this skillsetCreate Sheet Metal parts, both from scratch and by converting existing 3D partsSelect different Sheet Metal tools to be used in different situationsProduce advanced shapes using Lofted BendsRelate the Sheet Metal techniques in the book to real-world manufacturing and design, including material selection and manufacturing limitationsPractice Sheet Metal techniques using real-world examplesWho this book is forThis book is for existing SOLIDWORKS software users looking to expand their skillset and specialize in Sheet Metal design, including engineers who want to upskill or modeling enthusiasts looking to improve their skills and knowledge. The book will be especially useful for junior engineers and designers who are already familiar with general Solid modeling and want to learn extra computer-aided design (CAD) skills to advance their careers and open up exciting new design opportunities. Basic knowledge of SOLIDWORKS and experience using a Windows PC are all you need to get started.

React Key Concepts: Consolidate your knowledge of React's core features

by Maximilian Schwarzmuller

Build the understanding, skills, and experience to confidently implement React in your next project with this fast-paced overview of React fundamentalsKey FeaturesA clear, concise explanation of core React 18 functionalities to promote quick, easy referenceGain a deep understanding of key React concepts with the help of step-by-step derivationsWork with practical exercises that challenge you to apply your new skills and build your own simple appsBook DescriptionAs the most popular JavaScript library for building modern, interactive user interfaces, React is an in-demand framework that'll bring real value to your career or next project. But like any technology, learning React can be tricky, and finding the right teacher can make things a whole lot easier.Maximilian Schwarzmuller is a bestselling instructor who has helped over two million students worldwide learn how to code, and his latest React video course (React — The Complete Guide) has over six hundred thousand students on Udemy.Max has written this quick-start reference to help you get to grips with the world of React programming. Simple explanations, relevant examples, and a clear, concise approach make this fast-paced guide the ideal resource for busy developers.This book distills the core concepts of React and draws together its key features with neat summaries, thus perfectly complementing other in-depth teaching resources. So, whether you've just finished Max's React video course and are looking for a handy reference tool, or you've been using a variety of other learning materials and now need a single study guide to bring everything together, this is the ideal companion to support you through your next React projects. Plus, it's fully up to date for React 18, so you can be sure you're ready to go with the latest version.What you will learnBuild modern, user-friendly, and reactive web appsCreate components and utilize props to pass data between themHandle events, perform state updates, and manage conditional contentApply styles dynamically and conditionally to create a modern UIUse advanced state management techniques such as React's context APIUtilize React router to render different pages for different URLsUnderstand key best practices and optimization opportunitiesWho this book is forThis React book is for developers who have prior experience with, or who are currently learning, the basics of React. You can use this book as a standalone resource to consolidate your understanding or as a companion guide to a more in-depth course. To get the most value from this book, you should have a basic understanding of the fundamentals of JavaScript, HTML, and CSS.

IoT Edge Computing with MicroK8s: A hands-on approach to building, deploying, and distributing production-ready Kubernetes on IoT and Edge platforms

by Karthikeyan Shanmugam

A step-by-step, comprehensive guide that includes real-world use cases to help you successfully develop and run applications and mission-critical workloads using MicroK8sKey FeaturesAn easy-to-follow guide that helps you get started with MicroK8s and other Kubernetes componentsUnderstand the key concepts and constraints for building IoT and edge architecturesGet guidance on how to develop and deploy use cases and examples on IoT and edge computing platformsBook DescriptionAre you facing challenges with developing, deploying, monitoring, clustering, storing, securing, and managing Kubernetes in production environments as you're not familiar with infrastructure technologies? MicroK8s - a zero-ops, lightweight, and CNCF-compliant Kubernetes with a small footprint is the apt solution for you. This book gets you up and running with production-grade, highly available (HA) Kubernetes clusters on MicroK8s using best practices and examples based on IoT and edge computing. Beginning with an introduction to Kubernetes, MicroK8s, and IoT and edge computing architectures, this book shows you how to install, deploy sample apps, and enable add-ons (like DNS and dashboard) on the MicroK8s platform. You'll work with multi-node Kubernetes clusters on Raspberry Pi and networking plugins (such as Calico and Cilium) and implement service mesh, load balancing with MetalLB and Ingress, and AI/ML workloads on MicroK8s. You'll also understand how to secure containers, monitor infrastructure and apps with Prometheus, Grafana, and the ELK stack, manage storage replication with OpenEBS, resist component failure using a HA cluster, and more, as well as take a sneak peek into future trends. By the end of this book, you'll be able to use MicroK8 to build and implement scenarios for IoT and edge computing workloads in a production environment.What you will learnGet a holistic view of MicroK8s features using a sample applicationUnderstand IoT and edge computing and their architecture constraintsCreate, scale, and update HA Raspberry Pi multi-node clustersImplement AI/ML use cases with the Kubeflow platformWork with various networking plugins, and monitoring and logging toolsPerform service mesh integrations using Istio and LinkerdRun serverless applications using Knative and OpenFaaS frameworksSecure your containers using Kata and strict confinement optionsWho this book is forThis book is for DevOps and cloud engineers, SREs, and application developers who want to implement efficient techniques for deploying their software solutions. It will also be useful for technical architects and technology leaders who are looking to adopt cloud-native technologies. A basic understanding of container-based application design and development, virtual machines, networking, databases, and programming will be helpful for using this book.

MS-700 Managing Microsoft Teams Exam Guide: Configure and manage Microsoft Teams workloads and achieve Microsoft 365 certification with ease, 2nd Edition

by Peter Rising Nate Chamberlain

A detailed guide to preparing for the MS-700 exam and earning associate-level Microsoft Teams administrator certificationKey FeaturesPlan and design your Microsoft Teams deploymentPrepare, implement, and manage policies for Microsoft Teams and for apps within TeamsWork with self-assessment questions and a mock exam and take the MS-700 certification exam with confidenceBook DescriptionExam MS-700: Managing Microsoft Teams tests your knowledge and competence in the deployment, management, and monitoring of Microsoft Teams features within the Microsoft 365 platform. This book will teach you how to effectively plan and implement the required services using both the Teams admin centre within Microsoft 365 and Windows PowerShell. Throughout the chapters, you'll learn about all the policies relating to messaging, teams, meetings, and more; get to grips with the settings; and explore configuration options that a Teams administrator would encounter in their day-to-day responsibilities. You'll also discover best practices for rolling out and managing Teams services for users within your Microsoft 365 tenant as you explore each objective in detail.By the end of this Microsoft Teams book, you'll have covered everything you need to pass the MS-700 certification exam and have a handy, on-the-job desktop reference guide.What you will learnPlan and configure network settings and licensing for Microsoft TeamsPlan and configure security, compliance, and governance for Microsoft TeamsManage users and configure guest and external accessConfigure and manage Microsoft Teams devicesCreate and manage teams, channels, and core experiencesManage Phone System and numbers for Microsoft TeamsTroubleshoot audio, video, client, and environment issuesPractice with a mock exam with answers and explanationsWho this book is forThis book is for IT professionals who want to earn the Microsoft 365 Certified: Teams Administrator Associate certification. Familiarity with the principles of administering core features and services within a Microsoft 365 tenant and a basic understanding of Microsoft Teams features are needed. Prior knowledge of other Microsoft 365 workloads such as Security & Compliance will also be beneficial. To maximize the odds of passing the MS-700 exam, use this exam guide's content and practice questions to prepare alongside practicing concepts first-hand when possible.

Clean Android Architecture: Take a layered approach to writing clean, testable, and decoupled Android applications

by Alexandru Dumbravan

Learn how to build, maintain, and test Android applications using clean architecture principlesKey FeaturesUnderstand various software design principles and patterns to make an application more testableStructure your application's code into different layers and components to make it more maintainable and flexibleStudy popular libraries and frameworks and integrate them into an applicationBook DescriptionAs an application's code base increases, it becomes harder for developers to maintain existing features and introduce new ones. In this clean architecture book, you'll learn to identify when and how this problem emerges and how to structure your code to overcome it. The book starts by explaining clean architecture principles and Android architecture components and then explores the tools, frameworks, and libraries involved. You'll learn how to structure your application in the data and domain layers, the technologies that go in each layer, and the role that each layer plays in keeping your application clean. You'll understand how to arrange the code into these two layers and the components involved in assembling them. Finally, you'll cover the presentation layer and the patterns that can be applied to have a decoupled and testable code base. By the end of this architecture book, you'll be able to build an application following clean architecture principles and have the knowledge you need to maintain and test the application easily.What you will learnDiscover and solve issues in Android legacy applicationsBecome well versed in the principles behind clean architectureGet to grips with writing loosely coupled and testable codeFind out how to structure an application's code in separate layersUnderstand the role each layer plays in keeping the application cleanIntegrate existing frameworks and libraries for each layerWho this book is forThis book is for Android developers who want to learn about managing the complexity of their applications, and is also highly recommended for intermediate or advanced Android developers looking for a go-to guide for clean architecture and the integration of various Android technologies. New developers familiar with the fundamentals of Android app development will find this book useful too.

Real-Time Animation with Adobe Character Animator: Animate characters in real time with webcam, microphone, and custom actions

by Chad Troftgruben

Build real-time animations without expensive equipment using this quick how-to guide printed in full-colorKey FeaturesGet the hang of enhancing and polishing character rigsCreate quick and effective animations for business or entertainment without having to delve into all the intricacies of the craftCreate triggers to customize your animated experienceBook DescriptionAdobe Character Animator is a power app for non-animators that provides easy rigging and easy-to- understand tools that enable you to create entertainment or business videos in no time.This guide to Character Animator gives you a comprehensive overview of the app, helping you learn the entire process—from importing a character designed in Adobe Photoshop to animating a sequence. Complete with background art, multiple character rigs and Character Animator project files, this book will show you how to animate a scene in Character Animator from start to finish.Starting with a character PSD from another artist, you'll organize and condense the file to prepare it for rigging and animation. From there, you'll systematically rig the character while exploring advanced behaviors and triggers to animate a complex scene that takes advantage of the app's best features.By the end of this book, you'll be able to create appealing animations in Character Animator for any purpose.What you will learnAssemble rigs in Photoshop for Character AnimatorAdd tags, handles, draggable limbs, swap sets, and physics effectsUse a webcam and microphone for lip-syncing, head turns, and other real-time actionsWork with multiple characters, scene layers, and audio filesAdd loopable motions such as walk cyclesRecord a short animation for exportWho this book is forIf you are a beginner in animation and looking to get up and running quickly by creating your own animated scenes, this is the book for you. With just basic computer knowledge and a webcam and microphone connected, you'll be able to follow along effectively. Although not a prerequisite, knowing the principles of animation or having any history with other animation software will be helpful.

Joomla! 4 Masterclass: A practitioner's guide to building rich and modern websites using the brand-new features of Joomla 4

by Luca Marzo Anja de Crom

Unleash the full potential of the Joomla 4.x series while building powerful, responsive, and state-of-the-art websites with real-world use case scenariosKey FeaturesGet up and running with all new Joomla 4 features to deliver a rich experience with your websitesEnrich your learning journey while building websites in real time using real-world case studiesCustomize Joomla websites using templates to deliver better user experience to your clientsBook DescriptionJoomla has been the second-most used open-source content management system for years. It has always had many built-in features, but several of them are not very well-known in the market. This book brings to you all the major features of the Joomla 4.x series that'll enable you to build your own website and CMS on Joomla.The book begins by introducing you to the content management features that represent the hearth of the software and show you how to structure your website content to get the most out of it. You'll also find out how to extend your content with custom fields, go multilingual, and set up your custom workflow. As you advance, you'll learn all about the customization of the website, introducing templates, and child templates and overrides that'll allow you to make your site unique. The concluding chapters will take you through four different case studies, including an online learning system, a B&B booking system, and corporate and editorial websites to see how Joomla has been used in real life to achieve a specific goal for your clients.By the end of this book, you'll be able to confidently build modern websites on Joomla to deliver tailor-made solutions to your clients.What you will learnBuild your websites using Joomla 4's enhanced featuresExplore advanced content-handling features like scheduled publishing options, custom fields, and the workflow featureDiscover the search engine optimization features included in Joomla 4Set up your website to handle multiple languages and structure the navigation systemUnderstand the customization features provided by Joomla -- templates, overrides, and child templatesFind out how to use CLI to operate without accessing the CMS backendDesign tailor-made graphics by customizing Joomla templatesWho this book is forIf you are a CMS developer or website designer who knows how to build a website using ready-to-install software, this book is for you. Basic web design knowledge and experience will help you get the most out of this book. If you already know any of the previous versions of Joomla, this book will allow you to discover more about the newer releases. This book will also be beneficial for website holders and managers.

Practical Microservices with Dapr and .NET: A developer's guide to building cloud-native applications using the event-driven runtime, 2nd Edition

by Davide Bedin Mark Russinovich

Use the innovative, highly portable event-driven distributed application runtime to simplify building resilient and scalable microservices for cloud and edge applications.Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesBuild resilient, stateless, and stateful microservice applications that run on the cloud and edgeOvercome common issues in distributed systems, such as low latency and scaling, using any language and frameworkLearn how to expose and operate Dapr applications with multiple optionsBook DescriptionThis second edition will help you get to grips with microservice architectures and how to manage application complexities with Dapr in no time. You'll understand how Dapr simplifies development while allowing you to work with multiple languages and platforms. Following a C# sample, you'll understand how Dapr's runtime, building blocks, and software development kits (SDKs) help you to simplify the creation of resilient and portable microservices.Dapr provides an event-driven runtime that supports the essential features you need for building microservices, including service invocation, state management, and publish/subscribe messaging. You'll explore all of those in addition to various other advanced features with this practical guide to learning Dapr. With a focus on deploying the Dapr sample application to an Azure Kubernetes Service cluster and to the Azure Container Apps serverless platform, you'll see how to expose the Dapr application with NGINX, YARP, and Azure API Management.By the end of this book, you'll be able to write microservices easily by implementing industry best practices to solve problems related to distributed systems.What you will learnUse Dapr to create services, invoking them directly and via pub/subDiscover best practices for working with microservice architecturesLeverage the actor model to orchestrate data and behaviorExpose API built with Dapr applications via NGINX and Azure API ManagementUse Azure Kubernetes Service to deploy a sample applicationMonitor Dapr applications using Zipkin, Prometheus, and GrafanaScale and load test Dapr applications on KubernetesGet to grips with Azure Container Apps as you combine Dapr with a serverless platformWho this book is forThis book is for developers looking to explore and implement microservices architectures in Dapr applications using .NET examples. Whether you are new to microservices or have knowledge of this architectural approach and want to get hands-on experience using Dapr, you'll find this book useful. Familiarity with .NET will help you to understand the C# samples and code snippets used in the book.

PostgreSQL 14 Administration Cookbook: Over 175 proven recipes for database administrators to manage enterprise databases effectively

by Simon Riggs Gianni Ciolli

Administer, monitor, and replicate your PostgreSQL 14 database for efficient database management and maintenanceKey FeaturesTroubleshoot and tackle any administration and management problems in PostgreSQL 14Find expert techniques for monitoring, fine-tuning, and securing your databaseAdopt efficient replication for high availability with PostgreSQL 14Book DescriptionPostgreSQL is a powerful, open-source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 14 allows you to scale up your PostgreSQL infrastructure. With this book, you'll take a step-by-step, recipe-based approach to effective PostgreSQL administration.This book will get you up and running with all the latest features of PostgreSQL 14 while helping you explore the entire database ecosystem. You'll learn how to tackle a variety of problems and pain points you may face as a database administrator such as creating tables, managing views, improving performance, and securing your database. As you make progress, the book will draw attention to important topics such as monitoring roles, validating backups, regular maintenance, and recovery of your PostgreSQL 14 database. This will help you understand roles, ensuring high availability, concurrency, and replication. Along with updated recipes, this book touches upon important areas like using generated columns, TOAST compression, PostgreSQL on the cloud, and much more.By the end of this PostgreSQL book, you'll have gained the knowledge you need to manage your PostgreSQL 14 database efficiently, both in the cloud and on-premise.What you will learnPlan, manage, and maintain PostgreSQL databases in productionWork with the newly introduced features of PostgreSQL 14Use pgAdmin or OmniDB to perform database administrator (DBA) tasksUse psql to write accurate and repeatable scriptsUnderstand how to tackle real-world data issues with the help of examplesSelect and implement robust backup and recovery techniques in PostgreSQL 14Deploy best practices for planning and designing live databasesWho this book is forThis Postgres 14 book is for database administrators, data architects, database developers, and anyone with an interest in planning and running live production databases using PostgreSQL 14. Those looking for hands-on solutions to any problem associated with PostgreSQL 14 administration will also find this book useful. Some experience with handling PostgreSQL databases will help you to make the most out of this book, however, it is a useful resource even if you are just beginning your Postgres journey.

3D Printing with SketchUp: Use SketchUp to generate print-ready models and transform your project from concept to reality, 2nd Edition

by Aaron Dietzen aka 'The SketchUp Guy'

Create stunning 3D print-ready models quickly and easily using any version of SketchUpPurchase of the print or Kindle book includes a free PDF eBookKey FeaturesFind out how to use SketchUp Free, Go, or Pro to create print-ready modelsWork through clearly illustrated examples to learn just how to design for 3D printingModel multiple pieces that can be assembled post-printBook DescriptionWorking with the amazing 3D printing technology and getting access to the printing hardware is now easier than ever before. While there are many other resources that cover the general process of 3D printing, this book is the ultimate guide to creating models for 3D printing using SketchUp.You'll start with a basic understanding of how SketchUp is used in the 3D printing workflow and jump into the steps to create a print-ready model using only SketchUp. This 3D printing book will guide you in using SketchUp to modify existing 3D files and cover additional tools that make SketchUp an even more powerful modeling tool. As you advance, you'll learn how to transform 2D images into 3D printable solids, how to create multi-part prints that can be assembled without the use of fasteners or glue, and how to make sure your model, whether designed from scratch or assembled from preexisting geometry, is ready to be made real via your 3D printer.By the end of this book, you'll have the confidence to bring your design ideas to life by generating your own 3D print-ready models with SketchUp.What you will learnUnderstand SketchUp's role in the 3D printing workflowGenerate print-ready geometry using SketchUpImport existing files for editing in SketchUpVerify whether a model is ready to be printed or notModel from a reference object and use native editing toolsExplore the options available for adding onto SketchUp for the purpose of 3D printing (extensions)Understand the steps to export a file from SketchUpWho this book is forIf you own or have access to a 3D printer and are tired of downloading and printing other people's 3D models, this book is for you! Learn how to use SketchUp to create your own custom pieces or modify existing files so you can print exactly what you need. Whether you are an architect hoping to print buildings, a designer needing quick physical prototypes, or a hobbyist wanting to print a tchotchke, this book is for you. Readers should have completed some training in fundamentals in SketchUp and be able to create and edit basic geometry.

Developing Solutions for Microsoft Azure AZ-204 Exam Guide: Discover the essentials for success when developing and maintaining cloud-based solutions on Azure

by Paul Ivey Alex Ivanov

Build a thorough understanding of the technology, concepts, and development patterns used in building applications in Azure, through detailed explanations, hands-on exercises, and downloadable code samplesKey FeaturesWritten by two Microsoft technical trainers to help you explore the exam topics in a structured wayUnderstand the “why”, and not just “how” behind design and solution decisionsFollow along examples with downloadable code samples to help cement each topic's learning objectiveBook DescriptionWith the prevalence of cloud technologies and DevOps ways of working, the industry demands developers who can build cloud solutions and monitor them throughout their life cycle. Becoming a Microsoft-certified Azure developer can differentiate developers from the competition, but with such a plethora of information available, it can be difficult to structure learning in an effective way to obtain certification. Through easy-to-understand explanations and exercises, this book will provide a more palatable learning experience than what you may expect from an exam preparation book. You'll start off with a recap of some important cloud concepts, such as IaaS, PaaS, and SaaS. From there, you'll learn about each relevant solution area, with use cases. The chapters also cover different implementation methodologies, both manual and programmatic – ranging from compute resources such as App Service and serverless applications to storage, database, security, monitoring solutions, and connecting to third-party services. By the end of this book, you'll have learned everything you need to pass the AZ-204 certification exam and have a handy, on-the-job reference guide.What you will learnDevelop Azure compute solutionsDiscover tips and tricks from Azure experts for interactive learningUse Cosmos DB storage and blob storage for developing solutionsDevelop secure cloud solutions for AzureUse optimization, monitoring, and troubleshooting for Azure solutionsDevelop Azure solutions connected to third-party servicesWho this book is forThis book is for Azure developers looking to improve their Azure development knowledge to pass the AZ-204 exam. This book assumes at least one year of professional development experience with Azure, with the ability to program in at least one language supported by Azure. Existing Azure CLI and PowerShell skills will also be useful.

The Insider's Guide to Arm Cortex-M Development: Leverage embedded software development tools and examples to become an efficient Cortex-M developer

by Zachary Lasiuk Pareena Verma Jason Andrews

Learn and implement the latest Arm Cortex-M microcontroller development concepts such as performance optimization, security, software reuse, machine learning, continuous integration, and cloud-based development from industry expertsKey FeaturesLearn how to select the best Cortex-M hardware, software, and tools for your projectUnderstand the use of key software components and how to optimize and develop modern applicationsGet hands-on experience implementing quality software using example code provided in the bookPurchase of the print or Kindle book includes a free eBook in the PDF formatBook DescriptionCortex-M has been around since 2004, so why a new book now? With new microcontrollers based on the Cortex-M55 and Cortex-M85 being introduced this year, Cortex-M continues to expand. New software concepts, such as standardized software reuse, have emerged alongside new topics including security and machine learning. Development methodologies have also significantly advanced, with more embedded development taking place in the cloud and increased levels of automation. Due to these advances, a single engineer can no longer understand an entire project and requires new skills to be successful.This book provides a unique view of how to navigate and apply the latest concepts in microcontroller development. The book is split into two parts. First, you'll be guided through how to select the ideal set of hardware, software, and tools for your specific project. Next, you'll explore how to implement essential topics for modern embedded developers. Throughout the book, there are examples for you to learn by working with real Cortex-M devices with all software available on GitHub. You will gain experience with the small Cortex-M0+, the powerful Cortex-M55, and more Cortex-M processors.By the end of this book, you'll be able to practically apply modern Cortex-M software development concepts.What you will learnFamiliarize yourself with heuristics to identify the right components for your Cortex-M projectBoot code to efficiently start up a Cortex-M deviceOptimize algorithms with compilers, middleware, and other meansGet to grips with machine learning frameworks and implementation techniquesUnderstand security in the embedded space with solutions like TrustZone and TF-MExplore cloud-based development methodologies to increase efficiencyDive into continuous integration frameworks and best practicesIdentify future trends that could impact Cortex-M software developmentWho this book is forThis book is for practicing engineers and students working with embedded and IoT systems who want to quickly learn how to develop quality software for Arm Cortex-M processors without reading long technical manuals. If you're looking for a book that explains C or assembly language programming for the purpose of creating a single application or mastering a type of programming such as digital signal processing algorithms, then this book is NOT for you. A basic understanding of embedded hardware and software, along with general C programming skills will assist with understanding the concepts covered in this book.

Mastering QuickBooks® 2022: The bestselling guide to bookkeeping and the QuickBooks Online accounting software, 3rd Edition

by Crystalynn Shelton

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) examKey FeaturesLearn QuickBooks Online (QBO) from scratch and get confident with best practicesFully revised with the latest updates to QuickBooks OnlineBrush up with everything you need to prepare for the QBCU examBook DescriptionHandling 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 learnGet to grips with bookkeeping concepts and the typical bookkeeping and financial accounting cycleSet up QuickBooks for both product-based and service-based businessesDiscover the new features of QBO and find out what the QBO line-up offersTrack everything from billable and non-billable time and expenses to profitGenerate key financial reports for accounts, customers, jobs, and invoice itemsUnderstand the complete QuickBooks payroll process and track payments made to 1099 contractorsManage various bank and credit card accounts linked to your businessWho this book is forThis QuickBooks book is for small business owners, bookkeepers, and accounting students who want to learn QuickBooks Online and understand how to use it effectively.Whether you're a bookkeeping beginner, have some experience already, or are studying to become a QuickBooks Certified User, this book will help you learn to use Intuit QuickBooks Online confidently.

Microsoft Power BI Data Analyst Certification Guide: A comprehensive guide to becoming a confident and certified Power BI professional

by Orrin Edenfield Edward Corcoran

Gain the knowledge and skills needed to become a certified Microsoft Power BI data analyst and get the most out of Power BIKey FeaturesGet the skills you need to pass the PL-300 certification exam with confidenceCreate and maintain robust reports and dashboards to enable a data-driven enterpriseTest your new BI skills with the help of practice questionsBook DescriptionMicrosoft Power BI enables organizations to create a data-driven culture with business intelligence for all. This guide to achieving the Microsoft Power BI Data Analyst Associate certification will help you take control of your organization's data and pass the exam with confidence.From getting started with Power BI to connecting to data sources, including files, databases, cloud services, and SaaS providers, to using Power BI's built-in tools to build data models and produce visualizations, this book will walk you through everything from setup to preparing for the certification exam. Throughout the chapters, you'll get detailed explanations and learn how to analyze your data, prepare it for consumption by business users, and maintain an enterprise environment in a secure and efficient way.By the end of this book, you'll be able to create and maintain robust reports and dashboards, enabling you to manage a data-driven enterprise, and be ready to take the PL-300 exam with confidence.What you will learnConnect to and prepare data from a variety of sourcesClean, transform, and shape your data for analysisCreate data models that enable insight creationAnalyze data using Microsoft Power BI's capabilitiesCreate visualizations to make analysis easierDiscover how to deploy and manage Microsoft Power BI assetsWho this book is forThis book is for data analysts and BI professionals who want to become more competent in Microsoft Power BI. Although the content in this book will help you pass the PL-300 exam, there are plenty of other practical applications beyond exam preparation in the chapters. No prior experience with Power BI is needed.

Azure Machine Learning Engineering: Deploy, fine-tune, and optimize ML models using Microsoft Azure

by Sina Fakhraee Balamurugan Balakreshnan Megan Masanz

Fully build and productionize end-to-end machine learning solutions using Azure Machine Learning ServiceKey FeaturesAutomate complete machine learning solutions using Microsoft AzureUnderstand how to productionize machine learning modelsGet to grips with monitoring, MLOps, deep learning, distributed training, and reinforcement learningBook DescriptionData scientists working on productionizing machine learning (ML) workloads face a breadth of challenges at every step owing to the countless factors involved in getting ML models deployed and running. This book offers solutions to common issues, detailed explanations of essential concepts, and step-by-step instructions to productionize ML workloads using the Azure Machine Learning service. You'll see how data scientists and ML engineers working with Microsoft Azure can train and deploy ML models at scale by putting their knowledge to work with this practical guide.Throughout the book, you'll learn how to train, register, and productionize ML models by making use of the power of the Azure Machine Learning service. You'll get to grips with scoring models in real time and batch, explaining models to earn business trust, mitigating model bias, and developing solutions using an MLOps framework.By the end of this Azure Machine Learning book, you'll be ready to build and deploy end-to-end ML solutions into a production system using the Azure Machine Learning service for real-time scenarios.What you will learnTrain ML models in the Azure Machine Learning serviceBuild end-to-end ML pipelinesHost ML models on real-time scoring endpointsMitigate bias in ML modelsGet the hang of using an MLOps framework to productionize modelsSimplify ML model explainability using the Azure Machine Learning service and Azure InterpretWho this book is forMachine learning engineers and data scientists who want to move to ML engineering roles will find this AMLS book useful. Familiarity with the Azure ecosystem will assist with understanding the concepts covered.

Operator Training Simulator Handbook: Best practices for developing and investing in OTS

by Joseph Philip Frank David Todd

Make the most of OTS systems in operator training and engineeringKey FeaturesLearn OTS project delivery best practices from the author's 30 years of experienceExplore use cases to understand how your OTS systems can maximize ROI for usersDiscover how to best develop OTS training models for developers and usersBook DescriptionOperator training simulators in the process industry have been around since the 1970s, but you may not find a book that documents the development of these systems and the standard best practices. The Operator Training Simulator Handbook covers best practices for OTS engineering and OTS training development and delivery, starting from the basic the jargon and the different types of OTS systems. It will take you through the best approaches to project specification as well as building, maintenance, planning, and delivering these systems by sharing real-life experiences and dos and don'ts.As you advance, you'll uncover the various challenges in the planning and delivery of operator training models and understand how to address those by working through real-world projects. This book helps in specifying the best fit for purpose, choosing a cost-effective system when acquiring an OTS. You'll also learn how you can turn your OTS projects into digital twins before finally learning all about documentation in a typical OTS project, covering the sample structure that you can use as a starting point in your projects.By the end of the book, you'll have learned best practices for developing operator training simulator systems and have a reference guide to overcome common challenges.What you will learnBecome familiar with the OTS jargon to set a base for understanding OTS aspectsImplement training planning methods that have been tried and tested in the industry for many yearsGet to grips with writing well-planned documentation for your OTS projectReview new model suggestions to maximize benefits of the OTS systems and the actual ICSS control systems to maximize ROI for usersUnderstand Cloud OTS systems as a new way to address some of the common issues that developers and users faceCreate digital twins of your OTS projectsWho this book is forThis book is for suppliers who build and deliver OTS systems, OTS buyers, or companies looking to invest in these systems. Anyone with an interest in OTS systems, including university students or graduates who will work on these systems, will find this book useful. Basic knowledge of either OTS systems, ICSS control systems, or process engineering will help you grasp the concepts covered in this book.

Hyperparameter Tuning with Python: Boost your machine learning model's performance via hyperparameter tuning

by Louis Owen

Take your machine learning models to the next level by learning how to leverage hyperparameter tuning, allowing you to control the model's finest detailsKey FeaturesGain a deep understanding of how hyperparameter tuning worksExplore exhaustive search, heuristic search, and Bayesian and multi-fidelity optimization methodsLearn which method should be used to solve a specific situation or problemBook DescriptionHyperparameters are an important element in building useful machine learning models. This book curates numerous hyperparameter tuning methods for Python, one of the most popular coding languages for machine learning. Alongside in-depth explanations of how each method works, you will use a decision map that can help you identify the best tuning method for your requirements. You'll start with an introduction to hyperparameter tuning and understand why it's important. Next, you'll learn the best methods for hyperparameter tuning for a variety of use cases and specific algorithm types. This book will not only cover the usual grid or random search but also other powerful underdog methods. Individual chapters are also dedicated to the three main groups of hyperparameter tuning methods: exhaustive search, heuristic search, Bayesian optimization, and multi-fidelity optimization. Later, you will learn about top frameworks like Scikit, Hyperopt, Optuna, NNI, and DEAP to implement hyperparameter tuning. Finally, you will cover hyperparameters of popular algorithms and best practices that will help you efficiently tune your hyperparameter. By the end of this book, you will have the skills you need to take full control over your machine learning models and get the best models for the best results.What you will learnDiscover hyperparameter space and types of hyperparameter distributionsExplore manual, grid, and random search, and the pros and cons of eachUnderstand powerful underdog methods along with best practicesExplore the hyperparameters of popular algorithmsDiscover how to tune hyperparameters in different frameworks and librariesDeep dive into top frameworks such as Scikit, Hyperopt, Optuna, NNI, and DEAPGet to grips with best practices that you can apply to your machine learning models right awayWho this book is forThis book is for data scientists and ML engineers who are working with Python and want to further boost their ML model's performance by using the appropriate hyperparameter tuning method. Although a basic understanding of machine learning and how to code in Python is needed, no prior knowledge of hyperparameter tuning in Python is required.

API Analytics for Product Managers: Understand key API metrics that can help you grow your business

by Deepa Goyal Kin Lane Vahid Mirjalili Dmytro Dzhulgakov

Research, strategize, market, and continuously measure the effectiveness of APIs to meet your SaaS business goals with this practical handbookKey FeaturesTransform your APIs into revenue-generating entities by turning them into productsMeet your business needs by improving the way you research, strategize, market, and measure resultsCreate and implement a variety of metrics to promote growthBook DescriptionAPIs are crucial in the modern market as they allow faster innovation. But have you ever considered your APIs as products for revenue generation?API Analytics for Product Managers takes you through the benefits of efficient researching, strategizing, marketing, and continuously measuring the effectiveness of your APIs to help grow both B2B and B2C SaaS companies. Once you've been introduced to the concept of an API as a product, this fast-paced guide will show you how to establish metrics for activation, retention, engagement, and usage of your API products, as well as metrics to measure the reach and effectiveness of documentation—an often-overlooked aspect of development.Of course, it's not all about the product—as any good product manager knows; you need to understand your customers' needs, expectations, and satisfaction too. Once you've gathered your data, you'll need to be able to derive actionable insights from it. This is where the book covers the advanced concepts of leading and lagging metrics, removing bias from the metric-setting process, and bringing metrics together to establish long- and short-term goals.By the end of this book, you'll be perfectly placed to apply product management methodologies to the building and scaling of revenue-generating APIs.What you will learnBuild a long-term strategy for an APIExplore the concepts of the API life cycle and API maturityUnderstand APIs from a product management perspectiveCreate support models for your APIs that scale with the productApply user research principles to APIsExplore the metrics of activation, retention, engagement, and churnCluster metrics together to provide contextExamine the consequences of gameable and vanity metricsWho this book is forIf you're a product manager, engineer, or product executive charged with making the most of APIs for your SaaS business, then this book is for you. Basic knowledge of how APIs work and what they do is essential before you get started with this book, since the book covers the analytical side of measuring their performance to help your business grow.

Sustainable IT Playbook for Technology Leaders: Design and implement sustainable IT practices and unlock sustainable business opportunities

by Niklas Sundberg Helene Barnekow

At a critical point in human history, this book presents proven ways to gain the skills needed to develop sustainable IT practices and set yourself apart as a progressive technology leaderKey FeaturesExecute a sustainable IT strategy with proven methods and real-world use casesProgress as a sustainable IT advocate and set yourself apart from other senior IT leadersIncrease your chances of receiving executive buy-in on your sustainable IT strategyBook DescriptionWe are at a critical point in human history. Humanity is under threat, but all is not lost. We can take action! But how?Sustainable IT Playbook for Technology Leaders will show you how. It will walk you through the construction and implementation of a sustainable IT strategy and enable you to do your bit for the future of mankind.The book is split into three parts. Part I details the “why” and the clear and present danger that humanity faces today: the climate crisis. How did we get here, what are the immediate threats, what are the planetary boundaries that we need to peel back to safe levels, and what impact does IT have on society at large? Part II will focus on the "what.” It examines the nitty-gritty details of what we can do to unlock significant returns on sustainable investments toward a more sustainable future. Part III, the final part of the book, focuses on the “how.” How do you turn your ideas into action? What do you need to do to establish your baseline and your direction of travel towards your objective? This part provides tangible case studies and explains how you can start your journey today to begin delivering global and impactful objectives.By the end of this book, you'll be able to plan, implement, and communicate a sustainable IT strategy and set yourself apart as a progressive technology leader.What you will learnDiscover why IT is a major contributor to carbon emissionsExplore the principles and key methods of sustainable IT practicesBuild a robust, sustainable IT strategy based on proven methodsOptimize and rationalize your code to consume fewer resourcesUnderstand your energy consumption patternsApply a circular approach to the IT hardware life cycleEstablish your sustainable IT baselineInspire and engage employees, customers, and stakeholdersWho this book is forThis book is for executive IT leaders such as CIOs, CDOs, and CTOs dedicated to influencing, inspiring, and engaging businesses, organizations, and individuals to reduce their carbon footprint through sustainable IT practices.

Embedded Systems Architecture: Design and write software for embedded devices to build safe and connected systems, 2nd Edition

by Daniele Lacamera

Design safe and reliable software for embedded systems and explore the internals of device drivers, RTOS, and TEEKey FeaturesIdentify and overcome challenges in embedded environmentsUnderstand and implement the steps required to increase the security of IoT solutionsBuild safety-critical and memory-safe parallel and distributed embedded systemsBook DescriptionEmbedded Systems Architecture begins with a bird's-eye view of embedded development and how it differs from the other systems that you may be familiar with. This book will help you get the hang of the internal working of various components in real-world systems.You'll start by setting up a development environment and then move on to the core system architectural concepts, exploring system designs, boot-up mechanisms, and memory management. As you progress through the topics, you'll explore the programming interface and device drivers to establish communication via TCP/IP and take measures to increase the security of IoT solutions. Finally, you'll be introduced to multithreaded operating systems through the development of a scheduler and the use of hardware-assisted trusted execution mechanisms.With the help of this book, you will gain the confidence to work with embedded systems at an architectural level and become familiar with various aspects of embedded software development on microcontrollers—such as memory management, multithreading, and RTOS—an approach oriented to memory isolation.What you will learnParticipate in the design and definition phase of an embedded productGet to grips with writing code for ARM Cortex-M microcontrollersBuild an embedded development lab and optimize the workflowSecure embedded systems with TLSDemystify the architecture behind the communication interfacesUnderstand the design and development patterns for connected and distributed devices in the IoTMaster multitasking parallel execution patterns and real-time operating systemsBecome familiar with Trusted Execution Environment (TEE)Who this book is forIf you're a software developer or designer looking to learn about embedded programming, this is the book for you. You'll also find this book useful if you're a beginner or a less experienced embedded programmer on a quest to expand your knowledge on embedded systems.

Refine Search

Showing 30,451 through 30,475 of 53,662 results