Arriba

Packt Publishing

Mostrar del 217 al 240 (de 415 productos)
Páginas de Resultados: [<< Anterior]  ... 6  7  8  9  10 ...  [Siguiente >>] 
  • Book : Machine Learning Using Tensorflow Cookbook Create...
    Precio:  $133,059.00

    Book : Machine Learning Using Tensorflow Cookbook Create...

    -Titulo Original : Machine Learning Using Tensorflow Cookbook Create Powerful Machine Learning Algorithms With Tensorflow-Fabricante : Packt Publishing-Descripcion Original: Comprehensive recipes to give you valuable insights on Transformers, Reinforcement Learning, and more Key Features Deep Learning solutions from Kaggle Masters and Google Developer Experts Get to grips with the fundamentals including variables, matrices, and data sources Learn advanced techniques to make your algorithms faster and more accurate Book Description The independent recipes in Machine Learning Using TensorFlow Cookbook will teach you how to perform complex data computations and gain valuable insights into your data. Dive into recipes on training models, model evaluation, sentiment analysis, regression analysis, artificial neural networks, and deep learning - each using Googles machine learning library, TensorFlow. This cookbook covers the fundamentals of the TensorFlow library, including variables, matrices, and various data sources. Youll discover real-world implementations of Keras and TensorFlow and learn how to use estimators to train linear models and boosted trees, both for classification and regression. Explore the practical applications of a variety of deep learning architectures, such as recurrent neural networks and Transformers, and see how they can be used to solve computer vision and natural language processing (NLP) problems. With the help of this book, you will be proficient in using TensorFlow, understand deep learning from the basics, and be able to implement machine learning algorithms in real-world scenarios. What you will learn Take TensorFlow into production Implement and fine-tune Transformer models for various NLP tasks Apply reinforcement learning algorithms using the TF-Agents framework Understand linear regression techniques and use Estimators to train linear models Execute neural networks and improve predictions on tabular data Master convolutional neural networks and recurrent neural networks through practical recipes Who this book is for If you are a data scientist or a machine learning engineer, and you want to skip detailed theoretical explanations in favor of building production-ready machine learning models using TensorFlow, this book is for you. Basic familiarity with Python, linear algebra, statistics, and machine learning is necessary to make the most out of this book. Table of Contents Getting Started with TensorFlow 2.x The TensorFlow Way Keras Linear Regression Boosted Trees Neural Networks Predicting with Tabular Data Convolutional Neural Networks Recurrent Neural Networks Transformers Reinforcement Learning with TensorFlow and TF-Agents Taking TensorFlow to Production Review An excellent set of comprehensive, fully-worked examples for a wide variety of machine learning situations. This book demonstrates all aspects of the ML process, from data cleaning to modelling to analysis and finally to production. For someone familiar with theory and basic programming, this recipe book is a critical resource to quickly ramping up new projects. -- Dan Van Boxel - Applied Mathematician, Advanced Scientist at Rincon Research Corporation, Owner of YouTube Channel ‘Dan Does Data’ About the Author Alexia Audevart, also a Google Developer Expert in machine learning, is the founder of datactik. She is a data scientist and helps her clients solve business problems by making their applications smarter. Her first book is a collaboration on artificial intelligence and neuroscience. Konrad Banachewicz holds a PhD in statistics from Vrije Universiteit Amsterdam. He is a lead data scientist at eBay and a Kaggle Grandmaster. He worked in a variety of financial institutions on a wide array of quantitative data analysis problems. In the process, he became an expert on the entire lifetime of a data product cycle. Luca Massaron is a Google Developer Expert in machine learning with more than a decade of experience in data science. He is also the author of several best-selling books on AI and a Kaggle master who reached number 7 for his performance ...
  • Book : Web Development With Blazor A Hands-on Guide For .net
    Precio:  $157,849.00
    Expira: 17/12/2022

    Book : Web Development With Blazor A Hands-on Guide For .net

    -Titulo Original : Web Development With Blazor A Hands-on Guide For .net Developers To Build Interactive Uis With C#-Fabricante : Packt Publishing-Descripcion Original: Learn modern web user interface (UI) development with server-side Blazor and Blazor WebAssembly Key Features Get up to speed with Blazor fundamentals, actionable insights, and best practices Learn how to create and deploy a production-ready Blazor application Find out how, when, and why to use server-side Blazor and Blazor WebAssembly Book Description Gone are the days when creating interactive web pages would mean necessarily involving JavaScript. With Microsofts Blazor, a new way of creating .NET web apps, you can build rich and interactive web apps using C#. Web Development with Blazor will guide you through the most common challenges in getting started with Blazor. Youll start by learning how to leverage the power of Blazor and learn what you can do with both Blazor Server and Blazor WebAssembly. By showing you how all the elements work together practically, the book will help you solve some of the common roadblocks that developers face. As you advance, youll learn how to create Blazor Server and Blazor WebAssembly projects, how Razor syntax works, and how to validate forms and create your own components. Later, the book introduces you to key concepts involved in web development with Blazor, which you will be able to put into practice straight away. By the end of this Blazor book, youll have gained the confidence you need to create and deploy production-ready Blazor applications. What you will learn Understand the different technologies that can be used with Blazor, such as Blazor Server and Blazor WebAssembly Find out how to build simple and advanced Blazor components Explore the differences between Blazor Server and Blazor WebAssembly projects Discover how Entity Framework works and build a simple API Get up to speed with components and find out how to create basic and advanced components Explore existing JavaScript libraries in Blazor Use techniques to debug your Blazor Server and Blazor WebAssembly applications Test Blazor components using bUnit Who this book is for This Blazor book is for .NET web developers and software developers who wish to build web UIs using C#. It assumes beginner-level knowledge of C# programming and intermediate-level web development skills. Table of Contents Hello Blazor Creating Your First Blazor App Introducing Entity Framework Core Understanding Basic Blazor Components Creating Advanced Blazor Components Building Forms with Validation Creating an API Authentication and Authorization Sharing Code and Resources JavaScript Interop Managing State Debugging Testing Deploying to Production Where to Go from Here Review It’s been about six years since I first met Jimmy at an event in Stockholm and quickly noticed his passion for technology, user experience, and pop-culture. We spent the better part of an hour debating Marvel vs DC comic characters and storylines and I knew this was a personality who studied for his craft and hobbies. His presentations regarding Blazor, Hololens, and delivering better applications for our users are always cutting edge and leading the audience to the best practices with each technology. The author is a Microsoft MVP and community leader for almost a decade. The Swedish developer community has grown under his leadership and benefitted from his insights to build better applications and services. The Blazm components library that he has written and made available is a prime example of helping other developers in his local community and world-wide. This book has been written for the practical Blazor developer. Clear definitions of why you need to consider each feature of the framework are followed by examples and clear solutions that will make you immediately successful. You’ll learn with a blog engine, very relatable sample throughout the book. From user-interface topics, through API design, and security considerations the blog engine you will build with Blazor and ASP.NET Core in this book will run in production and ca...
  • Book : The Art Of Writing Efficient Programs An Advanced...
    Precio:  $148,339.00
    Expira: 14/07/2023

    Book : The Art Of Writing Efficient Programs An Advanced...

    -Titulo Original : The Art Of Writing Efficient Programs An Advanced Programmers Guide To Efficient Hardware Utilization And Compiler Optimizations Using C Examples-Fabricante : Packt Publishing-Descripcion Original: Get to grips with various performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory management Key Features Understand the limitations of modern CPUs and their performance impact Find out how you can avoid writing inefficient code and get the best optimizations from the compiler Learn the tradeoffs and costs of writing high-performance programs Book Description The great free lunch of performance taking care of itself is over. Until recently, programs got faster by themselves as CPUs were upgraded, but that doesnt happen anymore. The clock frequency of new processors has almost peaked. New architectures provide small improvements to existing programs, but this only helps slightly. Processors do get larger and more powerful, but most of this new power is consumed by the increased number of processing cores and other extra computing units. To write efficient software, you now have to know how to program by making good use of the available computing resources, and this book will teach you how to do that. The book covers all the major aspects of writing efficient programs, such as using CPU resources and memory efficiently, avoiding unnecessary computations, measuring performance, and how to put concurrency and multithreading to good use. Youll also learn about compiler optimizations and how to use the programming language (C) more efficiently. Finally, youll understand how design decisions impact performance. By the end of this book, youll not only have enough knowledge of processors and compilers to write efficient programs, but youll also be able to understand which techniques to use and what to measure while improving performance. At its core, this book is about learning how to learn. What you will learn Discover how to use the hardware computing resources in your programs effectively Understand the relationship between memory order and memory barriers Familiarize yourself with the performance implications of different data structures and organizations Assess the performance impact of concurrent memory accessed and how to minimize it Discover when to use and when not to use lock-free programming techniques Explore different ways to improve the effectiveness of compiler optimizations Design APIs for concurrent data structures and high-performance data structures to avoid inefficiencies Who this book is for This book is for experienced developers and programmers who work on performance-critical projects and want to learn different techniques to improve the performance of their code. Programmers who belong to algorithmic trading, gaming, bioinformatics, computational genomics, or computational fluid dynamics communities can learn various techniques from this book and apply them in their domain of work. Although this book uses the C language, the concepts demonstrated in the book can be easily transferred or applied to other compiled languages such as C, Java, Rust, Go, and more. Table of Contents Introduction to Performance and Concurrency Performance Measurements CPU Architecture, Resources, and Performance Implications Memory Architecture and Performance Threads, Memory, and Concurrency Concurrency and Performance Data Structures for Concurrency Concurrency in C High-Performance C Compiler Optimizations in C Undefined Behavior and Performance Design for Performance About the Author Fedor G. Pikus is a chief engineering scientist in the Mentor IC Segment of Siemens Digital Industries Software and is responsible for the long-term technical direction of Calibre products, the design and architecture of software, and research into new software technologies. His previous roles included senior software engineer at Google and chief software architect at Mentor Graphics. Fedor is a recognized expert in high-performance computing and C. He has presented his works at CPPCon, SD West, DesignCon, and in software ...
  • Book : Deep Learning With Fastai Cookbook Leverage The...
    Precio:  $156,429.00

    Book : Deep Learning With Fastai Cookbook Leverage The...

    -Titulo Original : Deep Learning With Fastai Cookbook Leverage The Easy-to-use Fastai Framework To Unlock The Power Of Deep Learning-Fabricante : Packt Publishing-Descripcion Original: Harness the power of the easy-to-use, high-performance fastai framework to rapidly create complete deep learning solutions with few lines of code Key Features Discover how to apply state-of-the-art deep learning techniques to real-world problems Build and train neural networks using the power and flexibility of the fastai framework Use deep learning to tackle problems such as image classification and text classification Book Description fastai is an easy-to-use deep learning framework built on top of PyTorch that lets you rapidly create complete deep learning solutions with as few as 10 lines of code. Both predominant low-level deep learning frameworks, TensorFlow and PyTorch, require a lot of code, even for straightforward applications. In contrast, fastai handles the messy details for you and lets you focus on applying deep learning to actually solve problems. The book begins by summarizing the value of fastai and showing you how to create a simple hello world deep learning application with fastai. Youll then learn how to use fastai for all four application areas that the framework explicitly supports: tabular data, text data (NLP), recommender systems, and vision data. As you advance, youll work through a series of practical examples that illustrate how to create real-world applications of each type. Next, youll learn how to deploy fastai models, including creating a simple web application that predicts what object is depicted in an image. The book wraps up with an overview of the advanced features of fastai. By the end of this fastai book, youll be able to create your own deep learning applications using fastai. Youll also have learned how to use fastai to prepare raw datasets, explore datasets, train deep learning models, and deploy trained models. What you will learn Prepare real-world raw datasets to train fastai deep learning models Train fastai deep learning models using text and tabular data Create recommender systems with fastai Find out how to assess whether fastai is a good fit for a given problem Deploy fastai deep learning models in web applications Train fastai deep learning models for image classification Who this book is for This book is for data scientists, machine learning developers, and deep learning enthusiasts looking to explore the fastai framework using a recipe-based approach. Working knowledge of the Python programming language and machine learning basics is strongly recommended to get the most out of this deep learning book. Table of Contents Getting Started with fastai Exploring and Cleaning Up Data with fastai Training Models with Tabular Data Training Models with Text Data Training Recommender Systems Training Models with Visual Data Deployment and Model Maintenance Extended fastai and Deployment Features About the Author Mark Ryan is a machine learning practitioner and technology manager who is passionate about delivering end-to-end deep learning applications that solve real-world problems. Mark has worked on deep learning projects that incorporate a variety of related technologies, including Rasa chatbots, web applications, and messenger platforms. As a strong believer in democratizing technology, Mark advocates for Keras and fastai as accessible frameworks that open up deep learning to non-specialists. Mark has a degree in computer science from the University of Waterloo and a Master of Science degree in computer science from the University of Toronto...
  • Book : Hands-on C Game Animation Programming Learn Modern...
    Precio:  $164,139.00

    Book : Hands-on C Game Animation Programming Learn Modern...

    -Titulo Original : Hands-on C Game Animation Programming Learn Modern Animation Techniques From Theory To Implementation With C And Opengl-Fabricante : Packt Publishing-Descripcion Original: Learn animation programming from first principles and implement modern animation techniques that can be integrated into any game development workflow Key Features Build a functional and production-ready modern animation system with complete features using C Learn basic, advanced, and skinned animation programming with this step-by-step guide Discover the math required to implement cutting edge animation techniques such as inverse kinematics and dual quaternions Book Description Animation is one of the most important parts of any game. Modern animation systems work directly with track-driven animation and provide support for advanced techniques such as inverse kinematics (IK), blend trees, and dual quaternion skinning. This book will walk you through everything you need to get an optimized, production-ready animation system up and running, and contains all the code required to build the animation system. Youll start by learning the basic principles, and then delve into the core topics of animation programming by building a curve-based skinned animation system. Youll implement different skinning techniques and explore advanced animation topics such as IK, animation blending, dual quaternion skinning, and crowd rendering. The animation system you will build following this book can be easily integrated into your next game development project. The book is intended to be read from start to finish, although each chapter is self-contained and can be read independently as well. By the end of this book, youll have implemented a modern animation system and got to grips with optimization concepts and advanced animation techniques. What you will learn Get the hang of 3D vectors, matrices, and transforms, and their use in game development Discover various techniques to smoothly blend animations Get to grips with GLTF file format and its design decisions and data structures Design an animation system by using animation tracks and implementing skinning Optimize various aspects of animation systems such as skinned meshes, clip sampling, and pose palettes Implement the IK technique for your game characters using CCD and FABRIK solvers Understand dual quaternion skinning and how to render large instanced crowds Who this book is for This book is for professional, independent, and hobbyist developers interested in building a robust animation system from the ground up. Some knowledge of the C programming language will be helpful. Table of Contents Creating a Game Window Implementing Vectors Implementing Matrices Implementing Quaternions Implementing Transforms Building an Abstract Renderer Exploring the glTF File Format Creating Curves, Frames, and Tracks Implementing Animation Clips Mesh Skinning Optimizing the Animation Pipeline Blending between Animations Implementing Inverse Kinematics Using Dual Quaternions for Skinning Rendering Instanced Crowds About the Author Gabor Szauer has been making games since 2010. He graduated from Full Sail University in 2010 with a bachelors degree in game development. Gabor maintains an active Twitter presence, @gszauer, and maintains a programming-oriented game development blog. Gabors previously published books are Game Physics Programming Cookbook and Lua Quick Start Guide, both published by Packt...
  • Book : Windows Terminal Tips, Tricks, And Productivity Hacks
    Precio:  $110,419.00
    Expira: 30/07/2022

    Book : Windows Terminal Tips, Tricks, And Productivity Hacks

    -Titulo Original : Windows Terminal Tips, Tricks, And Productivity Hacks Optimize Your Command-line Usage And Development Processes With Pro-level Techniques-Fabricante : Packt Publishing-Descripcion Original: Become an efficient command-line expert by harnessing the power of the new Microsoft Windows Terminal, and learn time-saving tricks for PowerShell, WSL2, and more Key Features Customize and optimize your Windows Terminal and its shells Work effectively on the command line with split panes, hotkeys, and automation Use PowerShell and WSL2 efficiently to build, test, and deploy applications Book Description Windows Terminal is a new and open-source command-line application for Windows 10, built for the Command Prompt, PowerShell, Windows Subsystem for Linux, and more. Its fast, modern, and configurable thanks to its GPU-accelerated rendering, excellent UTF-8 support, and JSON-based configurability, and this book can help you learn how to leverage these features. Youll start by learning the benefits of Windows Terminal and its open-source development, as well as how to use the built-in tabs, panes, and key bindings to build your own efficient terminal workflows. After youve mastered Windows Terminal, this book shows how to use and configure PowerShell Core and the Windows Subsystem for Linux within Windows Terminal. Youll maximize your productivity using powerful tools such as PSReadLine for PowerShell and ZSH on Linux, and discover useful tips and tricks for common developer tools like Git and SSH. Finally, youll see how Windows Terminal can be used in common development and DevOps tasks, such as developing frontend JavaScript applications and backend REST APIs, and managing cloud-based systems like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud. By the end of this book, youll not only be well-versed with Windows Terminal, but also have learned how to effectively use shells like PowerShell Core and ZSH to become proficient at the command line. What you will learn Install, update, and use Windows Terminal and its preview version Customize your Windows Terminal to be both visually appealing and functional Enable and effectively use the latest versions of PowerShell Core and Windows Subsystem for Linux Install and configure time-saving tools for the command line Work efficiently with common developer tools such as Git and SSH Build, deploy, and manage apps in the cloud using Windows Terminal Use Linux tools from Windows with ease Who this book is for This book is for developers, DevOps engineers, and sysadmins who want to become advanced command-line power users. Whether youre new to the command line or you already use Windows PowerShell every day, this book will have something for you. Table of Contents Getting started with the new Windows Terminal Learning the Windows Terminal UI Configuring an Ubuntu Linux profile Customizing your Windows Terminal settings Changing your Windows Terminal appearance Setting up keyboard shortcuts Hidden Windows Terminal Actions Tips for using PowerShell like a Pro Tips for using Ubuntu like an Expert Using Git and GitHub with Windows Terminal Building web applications with React Building REST APIs with C# and Windows Terminal Connecting to remote systems Managing systems in the cloud Windows Terminal Actions Review Whether you are building a web app or working in the cloud, the command line has always been an integral tool for software developers and IT admins alike. For many years, the Windows command line experience lagged behind that of Unix-based systems. Even simple things like selecting and copying text required you to jump through hoops. In the 2010s, Microsoft began to improve the command line experience with Windows Subsystem for Linux (WSL), PowerShell improvements, and a command-line interface. WSL provided a first-party solution to running a Linux environment on your Windows device. PowerShell continued to receive incremental improvements to surpass the usability of CMD. The Windows Package Manager released a command line interface as a first-party solution to install software on your machine. Even with all of these comma...
  • Book : Terraform Cookbook Efficiently Define, Launch, And...
    Precio:  $191,399.00
    Expira: 27/02/2024

    Book : Terraform Cookbook Efficiently Define, Launch, And...

    -Titulo Original : Terraform Cookbook Efficiently Define, Launch, And Manage Infrastructure As Code Across Various Cloud Platforms-Fabricante : Packt Publishing-Descripcion Original: Discover how to manage and scale your infrastructure using Infrastructure as Code (IaC) with Terraform Key Features Get up and running with the latest version of Terraform, v0.13 Design and manage infrastructure that can be shared, tested, modified, provisioned, and deployed Work through practical recipes to achieve zero-downtime deployment and scale your infrastructure effectively Book Description HashiCorp Configuration Language (HCL) has changed how we define and provision a data center infrastructure with the launch of Terraform one of the most popular and powerful products for building Infrastructure as Code. This practical guide will show you how to leverage HashiCorps Terraform tool to manage a complex infrastructure with ease. Starting with recipes for setting up the environment, this book will gradually guide you in configuring, provisioning, collaborating, and building a multi-environment architecture. Unlike other books, youll also be able to explore recipes with real-world examples to provision your Azure infrastructure with Terraform. Once youve covered topics such as Azure Template, Azure CLI, Terraform configuration, and Terragrunt, youll delve into manual and automated testing with Terraform configurations. The next set of chapters will show you how to manage a balanced and efficient infrastructure and create reusable infrastructure with Terraform modules. Finally, youll explore the latest DevOps trends such as continuous integration and continuous delivery (CI/CD) and zero-downtime deployments. By the end of this book, youll have developed the skills you need to get the most value out of Terraform and manage your infrastructure effectively. What you will learn Understand how to install Terraform for local development Get to grips with writing Terraform configuration for infrastructure provisioning Use Terraform for advanced infrastructure use cases Understand how to write and use Terraform modules Discover how to use Terraform for Azure infrastructure provisioning Become well-versed in testing Terraform configuration Execute Terraform configuration in CI/CD pipelines Explore how to use Terraform Cloud Who this book is for This book is for developers, operators, and DevOps engineers looking to improve their workflow and use Infrastructure as Code. Experience with Microsoft Azure, Jenkins, shell scripting, and DevOps practices is required to get the most out of this Terraform book. Table of Contents Setting Up the Terraform Environment Writing Terraform Configuration Building Dynamic Environments with Terraform Using the Terraform CLI Sharing Terraform Configuration with Modules Provisioning Azure Infrastructure with Terraform Deep Diving into Terraform Using Terraform Cloud to Improve Collaboration About the Author Mikael Krief lives in France and works as a DevOps engineer. He came to believe that Infrastructure as Code is a fundamental practice in DevOps culture. He is therefore interested in HashiCorp products and specializes in the use of Terraform in several company contexts. He loves to share his passion through various communities, such as the HashiCorp User Groups. In 2019, he wrote the book Learning DevOps (Packt Publishing), and he also contributes to many public projects, writes blogs and other books, and speaks at conferences. For all his contributions and passion, he was nominated and selected as a HashiCorp Ambassador, and he has been awarded the Microsoft Most Valuable Professional (MVP) award for 5 years...
  • Book : Rapid Application Development With Aws Amplify Build.
    Precio:  $130,089.00

    Book : Rapid Application Development With Aws Amplify Build.

    -Titulo Original : Rapid Application Development With Aws Amplify Build Cloud-native Mobile And Web Apps From Scratch Through Continuous Delivery And Test Automation-Fabricante : Packt Publishing-Descripcion Original: Get to grips with the AWS Amplify framework and use it to build scalable cloud-native progressive web apps with React and cross-platform mobile apps with React Native in TypeScript Key Features Explore the capabilities of AWS Amplify with popular app frameworks for both web and mobile app platforms Build your first cloud-native web and mobile applications using AWS Amplify Leverage AWS Amplify to design GraphQL APIs for your web and mobile applications Book Description AWS Amplify is a modern toolkit that includes a command line interface (CLI); libraries for JS, iOS, and Android programming; UI component libraries for frameworks like React, Angular, and Vue.js for web development, and React Native and Flutter for mobile development. Youll begin by learning how to build AWS Amplify solutions with React and React Native with TypeScript from scratch, along with integrating it with existing solutions. This book will show you the fastest way to build a production-ready minimum viable product (MVP) within days instead of years. Youll also discover how to increase development speed without compromising on quality by adopting behavior-driven development (BDD) and Cypress for end-to-end test automation, as well as the Amplify build pipeline (DevOps or CI/CD pipeline) to ensure optimal quality throughout continuous test automation and continuous delivery. As you advance, youll work with React to determine how to build progressive web apps (PWAs) with Amplify and React Native for cross-platform mobile apps. In addition to this, youll find out how to set up a custom domain name for your new website and set up the AWS Amplify Admin UI for managing the content of your app effectively. By the end of this AWS book, youll be able to build a full-stack AWS Amplify solution all by yourself. What you will learn Build React and React Native apps with Amplify and TypeScript Explore pre-built Amplify UI components for rapid prototyping Add user management with Amplify authentication to your app Use Amplify GraphQL to create a blog post Discover how to upload photos to Amplify Storage Enable DevOps with the Amplify pipeline for your app Get to grips with BDD and test automation with Cypress and Cucumber Set up a custom domain name for your website and manage app content with the Amplify Admin UI Who this book is for This book is for developers and tech companies looking to develop cloud-native products rapidly with the AWS ecosystem. Web and mobile developers with little-to-no experience in TypeScript programming will also find this book helpful. Although no prior experience with AWS or TypeScript is required, basic familiarity with modern frameworks such as React and React Native is useful. Table of Contents Getting familiar with the Amplify CLI and Amplify Console Creating a React App with AmplifyJS and TypeScript Pluggable Amplify UI components User management with Amplify Authentication Creating a blog post with Amplify GraphQL Uploading and Sharing Photos with Amplify Storage Setting Up an Amplify Pipeline Test Automation with Cypress Setting Up a Custom Domain Name and the Amplify Admin UI About the Author Adrian Leung is a full-stack cloud native engineer and Agile Transformation Coach with a deep understanding of Organisation and Business Agilities. His background has led him to coach many enterprises in digital transformation with Design Thinking and Agile as well as enterprise scalable cloud-native solution architectures to deliver real value to their customers. Adrian earned a degree in Applied Information Technology from The University of Newcastle, Australia in 2007. His work history includes helping many enterprises in Hong Kong with their digital transformation journey. He is currently the Founder of Adventvr that is building amazing products and espousing the benefits of serverless systems whenever he has the chance...
  • Book : Python Automation Cookbook 75 Python Automation Ideas
    Precio:  $150,819.00

    Book : Python Automation Cookbook 75 Python Automation Ideas

    -Titulo Original : Python Automation Cookbook 75 Python Automation Ideas For Web Scraping, Data Wrangling, And Processing Excel, Reports, Emails, And More, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Get a firm grip on the core processes including browser automation, web scraping, Word, Excel, and GUI automation with Python 3.8 and higher Key Features Automate integral business processes such as report generation, email marketing, and lead generation Explore automated code testing and Pythons growth in data science and AI automation in three new chapters Understand techniques to extract information and generate appealing graphs, and reports with Matplotlib Book Description In this updated and extended version of Python Automation Cookbook, each chapter now comprises the newest recipes and is revised to align with Python 3.8 and higher. The book includes three new chapters that focus on using Python for test automation, machine learning projects, and for working with messy data. This edition will enable you to develop a sharp understanding of the fundamentals required to automate business processes through real-world tasks, such as developing your first web scraping application, analyzing information to generate spreadsheet reports with graphs, and communicating with automatically generated emails. Once you grasp the basics, you will acquire the practical knowledge to create stunning graphs and charts using Matplotlib, generate rich graphics with relevant information, automate marketing campaigns, build machine learning projects, and execute debugging techniques. By the end of this book, you will be proficient in identifying monotonous tasks and resolving process inefficiencies to produce superior and reliable systems. What you will learn Learn data wrangling with Python and Pandas for your data science and AI projects Automate tasks such as text classification, email filtering, and web scraping with Python Use Matplotlib to generate a variety of stunning graphs, charts, and maps Automate a range of report generation tasks, from sending SMS and email campaigns to creating templates, adding images in Word, and even encrypting PDFs Master web scraping and web crawling of popular file formats and directories with tools like Beautiful Soup Build cool projects such as a Telegram bot for your marketing campaign, a reader from a news RSS feed, and a machine learning model to classify emails to the correct department based on their content Create fire-and-forget automation tasks by writing cron jobs, log files, and regexes with Python scripting Who this book is for Python Automation Cookbook - Second Edition is for developers, data enthusiasts or anyone who wants to automate monotonous manual tasks related to business processes such as finance, sales, and HR, among others. Working knowledge of Python is all you need to get started with this book. Table of Contents Lets Begin Our Automation Journey Automating Tasks Made Easy Building Your First Web Scraping Application Searching and Reading Local Files Generating Fantastic Reports Fun with Spreadsheets Cleaning and Processing Data Developing Stunning Graphs Dealing with Communication Channels Why Not Automate Your Marketing Campaign? Machine Learning for Automation Automatic Testing Routines Debugging Techniques About the Author Jaime Buelta is a full-time Python developer since 2010 and a regular speaker at PyCon Ireland. He has been a professional programmer for over two decades with a rich exposure to a lot of different technologies throughout his career. He has developed software for a variety of fields and industries, including aerospace, networking and communications, industrial SCADA systems, video game online services, and finance services...
  • Book : Software Architecture Patterns For Serverless Systems
    Precio:  $196,919.00
    Expira: 11/09/2022

    Book : Software Architecture Patterns For Serverless Systems

    -Titulo Original : Software Architecture Patterns For Serverless Systems Architecting For Innovation With Events, Autonomous Services, And Micro Frontends-Fabricante : Packt Publishing-Descripcion Original: A professionals guide to solving complex problems while designing modern software Key Features Learn best practices for designing enterprise-grade software systems Understand the importance of building reliable, maintainable, and scalable systems Become a professional software architect by learning the most effective software design patterns and architectural concepts Book Description As businesses are undergoing a digital transformation to keep up with competition, it is now more important than ever for IT professionals to design systems to keep up with the rate of change while maintaining stability. This book takes you through the architectural patterns that power enterprise-grade software systems and the key architectural elements that enable change such as events, autonomous services, and micro frontends, along with demonstrating how to implement and operate anti-fragile systems. Youll divide up a system and define boundaries so that teams can work autonomously and accelerate the pace of innovation. The book also covers low-level event and data patterns that support the entire architecture, while getting you up and running with the different autonomous service design patterns. As you progress, youll focus on best practices for security, reliability, testability, observability, and performance. Finally, the book combines all that youve learned, explaining the methodologies of continuous experimentation, deployment, and delivery before providing you with some final thoughts on how to start making progress. By the end of this book, youll be able to architect your own event-driven, serverless systems that are ready to adapt and change so that you can deliver value at the pace needed by your business. What you will learn Explore architectural patterns to create anti-fragile systems that thrive with change Focus on DevOps practices that empower self-sufficient, full-stack teams Build enterprise-scale serverless systems Apply microservices principles to the frontend Discover how SOLID principles apply to software and database architecture Create event stream processors that power the event sourcing and CQRS pattern Deploy a multi-regional system, including regional health checks, latency-based routing, and replication Explore the Strangler pattern for migrating legacy systems Who this book is for This book is for software architects and aspiring software architects who want to learn about different patterns and best practices to design better software. Intermediate-level experience in software development and design is required. Beginner-level knowledge of the cloud will also help you get the most out of this software design book. Table of Contents Architecting for Innovation Defining Boundaries and Letting Go Taming the Presentation Tier Trusting Facts and Eventual Consistency Turning the Cloud into the Database A Best Friend for the Frontend Bridging Intersystem Gaps Reacting to Events with More Events Choreographing Deployment and Delivery Dont Delay, Start Experimenting Review In Software Architecture Patterns for Serverless Systems, author John Gilbert goes right for the heart of providing innovative patterns that provide automated and efficient operations. John masterfully applies his experience of being a CTO, his 30 years of software architecture, and his experience as an established author. On top of that, the serverless expertise and diversity of the reviewers of this masterpiece are absolutely humbling. John Gilbert is helping us get to the next chapter in the story that started back in the Portsmouth Block Mills where the concept of assembly lines emerged, then taken to an international level with Henry Fords assembly line in his factories, and finally, moved forward by Toyota and the Lean, Scrum, and Agile methodologies. Now we see it truly applied to software architecture and development. Lets join John on this journey […] to exponentially magnify our architectur...
  • Book : Mastering Powershell Scripting Automate And Manage...
    Precio:  $263,709.00
    Expira: 22/07/2022

    Book : Mastering Powershell Scripting Automate And Manage...

    -Titulo Original : Mastering Powershell Scripting Automate And Manage Your Environment Using Powershell 7.1, 4th Edition-Fabricante : Packt Publishing-Descripcion Original: Grasp advanced PowerShell 7.1 functionalities for effective automation of your environment Key Features Automate complex tasks, manipulate data, and secure your environment Work with dual code for PowerShell 7 and Windows PowerShell to maintain compatibility with older versions See PowerShell in action, from learning the fundamentals to creating classes, scripts, and modules Book Description PowerShell scripts offer a convenient way to automate various tasks, although working effectively with these scripts can be challenging. Mastering PowerShell Scripting helps you to navigate through PowerShells capabilities. This extensively revised edition includes new chapters on debugging and troubleshooting and creating GUIs (online chapter). Learn the new features of PowerShell 7.1 by working with parameters, objects, and .NET classes from within PowerShell 7.1. This comprehensive guide starts with the basics before moving on to advanced topics, including asynchronous processing, desired state configuration, using more complex scripts and filters, debugging issues, and error-handling techniques. Explore how to efficiently manage substantial amounts of data and interact with other services using PowerShell 7.1. This book will help you to make the most of PowerShells automation features, using different methods to parse data, manipulate regular expressions, and work with Windows Management Instrumentation (WMI). What you will learn Optimize code with functions, switches, and looping structures Test and debug your scripts as well as raising and catching errors Work with objects and operators to test and manipulate data Parse and manipulate different data types Use jobs, runspaces, and runspace pools to run code asynchronously Write .NET classes with ease within PowerShell Create and implement regular expressions in PowerShell scripts Make use of advanced techniques to define and restrict the behavior of parameters Who this book is for This book is for system administrators who want to automate and speed up their processes using PowerShell and Windows PowerShell. Some familiarity with operating systems would be useful, but not essential. Table of Contents Introduction to PowerShell Modules and Snap-Ins Working with Objects in PowerShell Operators Variables, Arrays, and Hashtables Conditional Statements and Loops Working with .NET Strings, Numbers, and Dates Regular Expressions Files, Folders, and the Registry Windows Management Instrumentation Working with HTML, XML, and JSON Web Requests and Web Services Remoting and Remote Management Asynchronous Processing Graphical User Interfaces Scripts, Functions, and Script Blocks Parameters, Validation, and Dynamic Parameters Classes and Enumerations Building Modules Testing Error Handling Debugging and Troubleshooting About the Author Chris Dent is an automation specialist with deep expertise in the PowerShell language. Chris is often found answering questions about PowerShell in both the UK and virtual PowerShell user groups. Chris has been developing in PowerShell since 2007 and has released several modules over the years...
  • Book : Asp.net Core 5 And React Full-stack Web Development..
    Precio:  $152,549.00

    Book : Asp.net Core 5 And React Full-stack Web Development..

    -Titulo Original : Asp.net Core 5 And React Full-stack Web Development Using .net 5, React 17, And Typescript 4, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Build fully functional, cloud-ready, and professional web applications using the latest features in the .NET 5 framework and React.js with Microsoft Azure Key Features Explore the new features of .NET 5 with this updated edition of ASP.NET Core 5 and React Discover strategies for adopting a full-stack development approach, clean architecture techniques, and development best practices Learn how to manage data, design and package applications, and secure your web apps Book Description Microsofts .NET framework is a robust server-side framework, now even more powerful thanks to the recent unification of the Microsoft ecosystem with the .NET 5 framework. This updated second edition addresses these changes in the .NET framework and the latest release of React. The book starts by taking you through React and TypeScript components for building an intuitive single-page application and then shows you how to design scalable REST APIs that can integrate with a React-based frontend. Next, youll get to grips with the latest features, popular patterns, and tools available in the React ecosystem, including function-based components, React Router, and Redux. As you progress through the chapters, youll learn how to use React with TypeScript to make the frontend robust and maintainable and cover key ASP.NET 5 features such as API controllers, attribute routing, and model binding to build a sturdy backend. In addition to this, youll explore API security with ASP.NET 5 identity and authorization policies and write reliable unit tests using both .NET and React, before deploying your app on Azure. By the end of this book, youll have gained the knowledge you need to enhance your C# and JavaScript skills and build full-stack, production-ready applications with ASP.NET 5 and React. What you will learn Build RESTful APIs with .NET 5 using API controllers Secure REST APIs with identity and authorization policies Create strongly typed, interactive, and function-based React components using Hooks Understand how to style React components using Emotion.js Perform client-side state management with Redux Run a range of automated tests on the frontend and backend Implement continuous integration and continuous delivery (CI/CD) processes in Azure using Azure DevOps Who this book is for If youre a web developer looking to get up to speed with full-stack web application development with .NET Core and React, this book is for you. Although the book does not assume any knowledge of React, a basic understanding of .NET Core will help you to get to grips with the concepts covered. Table of Contents Understanding the ASP.NET 5 React Template Creating Decoupled React and ASP.NET 5 Apps Getting Started with React and TypeScript Styling React Components with Emotion Routing with React Router Working with Forms Managing State with Redux Interacting with the Database with Dapper Creating REST API Endpoints Improving Performance and Scalability Securing the Backend Interacting with RESTful APIs Adding Automated Tests Configuring and Deploying to Azure Implementing CI and CD with Azure DevOps About the Author Carl Rippon has been involved in the software industry for over 20 years, developing a complex line of business applications across various sectors. He has spent the last 9 years building single-page applications using a wide range of JavaScript technologies, including Angular, ReactJS, and TypeScript. Carl has written over 150 blog posts on various technologies...
  • Book : Cybersecurity Threats, Malware Trends, And Strategies
    Precio:  $286,619.00

    Book : Cybersecurity Threats, Malware Trends, And Strategies

    -Titulo Original : Cybersecurity Threats, Malware Trends, And Strategies Learn To Mitigate Exploits, Malware, Phishing, And Other Social Engineering Attacks-Fabricante : Packt Publishing-Descripcion Original: A comprehensive guide for cybersecurity professionals to acquire unique insights on the evolution of the threat landscape and how you can address modern cybersecurity challenges in your organisation Key Features Protect your organization from cybersecurity threats with field-tested strategies Discover the most common ways enterprises initially get compromised Measure the effectiveness of your organizations current cybersecurity program against cyber attacks Book Description After scrutinizing numerous cybersecurity strategies, Microsofts former Global Chief Security Advisor in this book helps you understand the efficacy of popular cybersecurity strategies and more. Cybersecurity Threats, Malware Trends, and Strategies offers an unprecedented long-term view of the global threat landscape by examining the twenty-year trend in vulnerability disclosures and exploitation, nearly a decade of regional differences in malware infections, the socio-economic factors that underpin them, and how global malware has evolved. This will give you further perspectives into malware protection for your organization. It also examines internet-based threats that CISOs should be aware of. The book will provide you with an evaluation of the various cybersecurity strategies that have ultimately failed over the past twenty years, along with one or two that have actually worked. It will help executives and security and compliance professionals understand how cloud computing is a game changer for them. By the end of this book, you will know how to measure the effectiveness of your organizations cybersecurity strategy and the efficacy of the vendors you employ to help you protect your organization and yourself. What you will learn Discover cybersecurity strategies and the ingredients critical to their success Improve vulnerability management by reducing risks and costs for your organization Learn how malware and other threats have evolved over the past decade Mitigate internet-based threats, phishing attacks, and malware distribution sites Weigh the pros and cons of popular cybersecurity strategies of the past two decades Implement and then measure the outcome of a cybersecurity strategy Learn how the cloud provides better security capabilities than on-premises IT environments Who this book is for This book is designed to benefit engineers, leaders, or any professional with either a responsibility for cyber security within their organization, or an interest in working in this ever-growing field. Table of Contents Ingredients for a Successful Cybersecurity Strategy Using Vulnerability Trends to Reduce Risk and Costs The Evolution of the Threat Landscape - Malware Internet-Based Threats Cybersecurity Strategies Strategy Implementation Measuring Performance and Effectiveness The Cloud - A Modern Approach to Security and Compliance About the Author Tim Rains worked at Microsoft for the better part of two decades where he held a number of roles including Global Chief Security Advisor, Director of Security, Identity and Enterprise Mobility, Director of Trustworthy Computing, and was a founding technical leader of Microsofts customer facing Security Incident Response team. Currently, Tim is Amazon Web Services Regional Leader, Security & Compliance Business Acceleration in Europe, the Middle East, and Africa. Tim lives with his wife Brenda and their two sons, Tristan and Liam, in London, England...
  • Book : Expert Data Modeling With Power Bi Get The Best Out..
    Precio:  $228,819.00

    Book : Expert Data Modeling With Power Bi Get The Best Out..

    -Titulo Original : Expert Data Modeling With Power Bi Get The Best Out Of Power Bi By Building Optimized Data Models For Reporting And Business Needs-Fabricante : Packt Publishing-Descripcion Original: Manage and work with business data effectively by learning data modeling techniques and leveraging the latest features of Power BI Key Features Understand data modeling techniques to get the best out of data using Power BI Define the relationships between data to extract valuable insights Solve a wide variety of business challenges by building optimal data models Book Description Microsoft Power BI is one of the most popular business intelligence tools available on the market for desktop and the cloud. This book will be your guide to understanding the ins and outs of data modeling and how to create data models using Power BI confidently. Youll learn how to connect data from multiple sources, understand data, define and manage relationships between data, and shape data models. In this book, youll explore how to use data modeling and navigation techniques to define relationships and create a data model before defining new metrics and performing custom calculations using modeling features. As you advance through the chapters, the book will demonstrate how to create full-fledged data models, enabling you to create efficient data models and simpler DAX code with new data modeling features. With the help of examples, youll discover how you can solve business challenges by building optimal data models and changing your existing data models to meet evolving business requirements. Finally, youll learn how to use some new and advanced modeling features to enhance your data models to carry out a wide variety of complex tasks. By the end of this Power BI book, youll have gained the skills you need to structure data coming from multiple sources in different ways to create optimized data models that support reporting and data analytics. What you will learn Implement virtual tables and time intelligence functionalities in DAX to build a powerful model Identify Dimension and Fact tables and implement them in Power Query Editor Deal with advanced data preparation scenarios while building Star Schema Explore best practices for data preparation and data modeling Discover different hierarchies and their common pitfalls Understand complex data models and how to decrease the level of model complexity with different data modeling approaches Who this book is for This MS Power BI book is for BI users, data analysts, and analysis developers who want to become well-versed with data modeling techniques to make the most of Power BI. Basic knowledge of Power BI and Star Schema will help you to understand the concepts covered in this book. Table of Contents Introduction to data modelling in Power BI Data Analysis eXpressions and Data Modeling Data Preparation in Power Query Editor Getting data from various sources Common data preparation steps Star Schema preparation in Power Query Editor Data preparation common best practices Data Modeling Components Star Shema and Data Modeling Common Best Practices Advanced Data Modeling Techniques Row Level Security Extra Options and Features Available for Data Modeling Review Looking for good, real-world, example-based content for Power BI data modeling? Check out Soheils book! Im happy to recommend Soheils book to any Power BI enthusiast, regardless of their level of expertise. His book starts from the basic building blocks and elaborates on many aspects of data modeling using a hands-on approach with great examples. Enjoy! -- Christian Wade, Principal Program Manager at Microsoft At its core, Power BI functions best when you have data models that are well-designed and optimized. Whether a reader is new to Power BI or has been working with tabular models for a while, this book is both a strategic guide and a collection of tangible examples for data modelers of any skill level. Soheil goes beyond the basics of dimensional modeling, Power Query, and DAX to delve into detail about comprehensive model design and deployment. Modeling approaches in this book tak...
  • Book : Limitless Analytics With Azure Synapse An End-to-end.
    Precio:  $178,779.00

    Book : Limitless Analytics With Azure Synapse An End-to-end.

    -Titulo Original : Limitless Analytics With Azure Synapse An End-to-end Analytics Service For Data Processing, Management, And Ingestion For Bi And Ml Requirements-Fabricante : Packt Publishing-Descripcion Original: Leverage the Azure analytics platforms key analytics services to deliver unmatched intelligence for your data Key Features Learn to ingest, prepare, manage, and serve data for immediate business requirements Bring enterprise data warehousing and big data analytics together to gain insights from your data Develop end-to-end analytics solutions using Azure Synapse Book Description Azure Synapse Analytics, which Microsoft describes as the next evolution of Azure SQL Data Warehouse, is a limitless analytics service that brings enterprise data warehousing and big data analytics together. With this book, youll learn how to discover insights from your data effectively using this platform. The book starts with an overview of Azure Synapse Analytics, its architecture, and how it can be used to improve business intelligence and machine learning capabilities. Next, youll go on to choose and set up the correct environment for your business problem. Youll also learn a variety of ways to ingest data from various sources and orchestrate the data using transformation techniques offered by Azure Synapse. Later, youll explore how to handle both relational and non-relational data using the SQL language. As you progress, youll perform real-time streaming and execute data analysis operations on your data using various languages, before going on to apply ML techniques to derive accurate and granular insights from data. Finally, youll discover how to protect sensitive data in real time by using security and privacy features. By the end of this Azure book, youll be able to build end-to-end analytics solutions while focusing on data prep, data management, data warehousing, and AI tasks. What you will learn Explore the necessary considerations for data ingestion and orchestration while building analytical pipelines Understand pipelines and activities in Synapse pipelines and use them to construct end-to-end data-driven workflows Query data using various coding languages on Azure Synapse Focus on Synapse SQL and Synapse Spark Manage and monitor resource utilization and query activity in Azure Synapse Connect Power BI workspaces with Azure Synapse and create or modify reports directly from Synapse Studio Create and manage IP firewall rules in Azure Synapse Who this book is for This book is for data architects, data scientists, data engineers, and business analysts who are looking to get up and running with the Azure Synapse Analytics platform. Basic knowledge of data warehousing will be beneficial to help you understand the concepts covered in this book more effectively. Table of Contents Introduction to Azure Synapse Considerations for Your Compute Environment Bringing Your Data to Azure Synapse Using Synapse Pipelines to Orchestrate Your Data Using Synapse Link with Azure Cosmos DB Working with T-SQL in Azure Synapse Working with R, Python, Scala, .NET, and Spark SQL in Azure Synapse Integrating a Power BI Workspace with Azure Synapse Perform Real-Time Analytics on Streaming Data Generate Powerful Insights on Azure Synapse Using Azure Machine Learning Performing Backup and Restore in Azure Synapse Analytics Securing Data on Azure Synapse Managing and Monitoring Synapse Workloads Coding Best Practices About the Author Prashant Kumar Mishra is an engineering architect at Microsoft. He has more than 10 years of professional expertise in the Microsoft data and AI segment as a developer, consultant, and architect. He has been focused on Microsoft Azure Cloud technologies for several years now and has helped various customers in their data journey. He prefers to share his knowledge with others to make the data community stronger day by day through his blogs and meetup groups...
  • Book : The Professional Scrum Master (psm I) Guide...
    Precio:  $125,799.00

    Book : The Professional Scrum Master (psm I) Guide...

    -Titulo Original : The Professional Scrum Master (PSM I) Guide: Successfully Practice Scrum With Real-world Projects And Achieve Your PSM I Certification With Confidence-Fabricante : Packt Publishing-Descripcion Original: Go from absolute beginner to passing your PSM I exam first time with this comprehensive guide. Packed with practical examples, this book is updated for the latest Scrum guidelines to turn you into a Scrum Master! Key Features Go from absolute beginner to exam-ready with detailed explorations of Scrum use-cases Understand the different applications of agile concepts, and how to best apply them to your business Discover expert tips and work with real-world examples to pass the PSM I certification exam first time Book Description Ever wondered why youd use Scrum over other process frameworks? Or what makes Agile just so agile? Or why you should bother with the PSM certification? This book has you covered. The Professional Scrum Master (PSM I) Guide is a comprehensive tutorial that will not only introduce you to the basics of Scrum, but build you up to be ready to pass your PSM I exam first time round. Where other books avoid detail, this guide provides you with detailed practical examples to take you from being an apprentice to becoming a master. Assuming youre a total beginner, this book will introduce you to Scrum methodologies with detailed use cases, teaching you the secrets of Scrum in such a way that youll be well-equipped for the PSM I exam. This book demonstrates the real-world applications of Scrum in a variety of scenarios, all with practical examples. Youll understand why the structure of your Scrum team matters, what you can achieve with properly planned sprints, and how to create and manage sprint and product backlogs. The chapters are regularly concluded with quizzes relevant to the exam, reinforcing the values you learn on your journey. Finally, it concludes with some exam preparation and myth-dispelling to make sure you have an edge when it comes to earning your certificate. This is a guide thatll ensure you wont fall behind in an ever increasingly agile world. What you will learn Get to grips with Agile development and Scrum from the ground up Understand the roles and responsibilities within the Scrum team Discover how to conduct Scrum events and create Scrum artifacts Explore real-world scenarios and use cases for Scrum in action Develop an in-depth understanding of how to run a successful sprint to deliver results quickly Be fully prepared and able to pass your PSM I exam first time Who this book is for Assuming no prior knowledge of Scrum, this book is for professionals who want to build a strong foundation in Scrum practices with the intention of passing the PSM I exam. If youre a product owner or project manager looking to stay relevant in an agile world, this book is essential to helping you become a Scrum Master. Table of Contents Introduction to Scrum Scrum Theory and Principles The Scrum Team Scrum Events Scrum Artifacts Planning and Estimating with Scrum The Sprint Journey Facets of Scrum Preparing for the PSM I Assessment About the Author Fred Heath is a senior software engineer with around 24 years of experience. Fred has worked at every level of the software development life cycle and has used a multitude of technologies, platforms, and programming languages. His professional interests include programming in Ruby and Elixir, behavior-driven development, and semantic analysis. Fred holds B.Eng and M.Sc. degrees (Cardiff University) and is a Microsoft Certified Professional (SQL Server 2000), a certified Professional Scrum Master (PSM-1), and a certified Professional Agile Leader (PAL-I). He enjoys blogging about software development topics and is a frequent speaker at conferences and meetups...
  • Book : Angular Projects Build Modern Web Apps By Exploring..
    Precio:  $163,129.00

    Book : Angular Projects Build Modern Web Apps By Exploring..

    -Titulo Original : Angular Projects Build Modern Web Apps By Exploring Angular 12 With 10 Different Projects And Cutting-edge Technologies, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Understand Angular web application development by building captivating real-world applications while exploring modern web technologies and best practices Key Features Explore Angulars capabilities for building applications across different platforms Combine popular web technologies with Angular such as monorepo, Jamstack, and PWA Build your own libraries and schematics using Angular CDK and Angular CLI Book Description Angular is a popular JavaScript framework that can run on a broad range of platforms including web, desktop, and mobile. It has an array of rich features right out of the box and a wide range of tools that makes it popular among developers. This updated second edition of Angular Projects will teach you how to build efficient and optimized web applications using Angular. You will start by exploring the essential features of the framework by creating ten different real-world web applications. Each application will demonstrate how to integrate Angular with a different library and tool. As you advance, you will understand how to implement popular technologies such as Angular Router, Scully, Electron, Angular service worker, Nx monorepo tools, NgRx, and more while building an issue tracking system, a PWA weather application, a mobile photo geotagging application, a component UI library, and many other exciting projects. Toward the concluding chapters, youll get to grips with customizing Angular CLI commands using schematics. By the end of this book, you will have the skills you need to be able to build Angular apps using a variety of different technologies according to your or your clients needs. What you will learn Set up Angular applications using Angular CLI and Nx Console Create a personal blog with Jamstack and SPA techniques Build desktop applications with Angular and Electron Enhance user experience (UX) in offline mode with PWA techniques Make web pages SEO-friendly with server-side rendering Create a monorepo application using Nx tools and NgRx for state management Focus on mobile application development using Ionic Develop custom schematics by extending Angular CLI Who this book is for If you are a developer who has beginner-level experience with Angular and are looking to become well-versed with essential tools and deal with the various use cases you may encounter with Angular, then this Angular development book is for you. Beginner-level knowledge of web application development and basic experience working with ES6 or TypeScript are assumed. Table of Contents Creating your First Web Application in Angular Building an SPA Application with Scully and Angular Router Building an Issue Tracking System Using Reactive Forms Building a PWA Weather Application Using Angular Service Worker Building a WYSIWYG Editor for the Desktop Using Electron Building a Mobile Photo Geotagging Application Using Capacitor and 3D Maps Building an SSR Application for a GitHub Portfolio Using Angular Building an Enterprise Portal Using Nx Monorepo Tools and NgRx Building a Component UI Library Using Angular CLI and Angular CDK Customizing Angular CLI Commands Using Schematics Review Angular is a powerful web framework that helps teams build robust scalable applications. Angular continues to evolve but the core values remain the same: build a platform developers love to use, enable developers to build applications that users love to use, and have a community where everyone feels welcomed. Angular Projects is a book that embraces these values and takes a unique approach to empower new and experienced developers to build great applications using Angular. Aristeidis uses a project-driven approach to help learners understand modern Angular techniques in an intriguing and accessible way. This guide will help learners to build their first application with the powerful Angular CLI, take advantage of Angulars strong PWA integration, build performant static applications with Scully, and more. ...
  • Book : Accelerating Angular Development With Ivy A Practical
    Precio:  $109,919.00
    Expira: 09/02/2022

    Book : Accelerating Angular Development With Ivy A Practical

    -Titulo Original : Accelerating Angular Development With Ivy A Practical Guide To Building Faster And More Testable Angular Apps With The New Ivy Engine-Fabricante : Packt Publishing-Descripcion Original: Get a comprehensive introduction to the major Angular framework rewrite known as Angular Ivy Key Features Upgrade your Angular applications from traditional View Engine to modern Angular Ivy Get a detailed walkthrough of the new features and breaking changes in Angular Explorer new Angular APIs, syntax, tooling, and configurations for modern frontend web development Book Description Angular Ivy is the latest rendering engine and compiler introduced in Angular. Ivy helps frontend developers to make their Angular applications faster, better optimized, and more robust. This easy-to-follow guide will help you get to grips with the new features of Angular Ivy and show you how to migrate your Angular apps from View Engine to Ivy. Youll begin by learning about the most popular features of Angular Ivy with the help of simple stand-alone examples and realize its capabilities by working on a real-world application project. Youll then discover strategies to improve your developer workflow through new debugging APIs, testing APIs, and configurations that support higher code quality and productive development features. Throughout the book, youll explore essential components of Angular, such as Angular Component Dev Kit (CDK), Ahead-of-time (AOT) compilation, and Angular command line interface (CLI). Finally, youll gain a clear understanding of these components along with Angular Ivy which will help you update your Angular applications with modern features. By the end of this Angular Ivy book, you will learn about the core features of Angular Ivy, discover how to migrate your Angular View Engine application, and find out how to set up a high-quality Angular Ivy project. What you will learn Find out why Angular Ivy tests are faster and more robust Explore the concept of CSS custom properties and scoping of values and learn how to use them with Angular Ivy Use testing harnesses present in Angular components to write effective tests Explore the architecture of the Angular compatibility compiler and understand why it is important Discover effective techniques for migrating your existing Angular apps to the Ivy engine Overcome challenges that you might face when switching to AOT compilation Who this book is for This book is for experienced Angular web developers who want to migrate to the latest Ivy engine for building faster web applications. Intermediate knowledge of Angular and TypeScript will help you get the most out of this book. Table of Contents Discovering New APIs and Language Syntax Boosting Developer Productivity Through Tooling, Configuration, and Convenience Introducing CSS Custom Properties and New Provider Scopes Exploring Angular Components Features Using CSS Custom Properties Using Angular Components Component Harnesses Additional Provider Scopes Debugging with the New Ivy Runtime APIs Using the Angular Compatibility Compiler Migrating your Angular Application from View Engine to Ivy Embracing Ahead-of-Time Compilation Review Angular Ivy was first introduced in Angular version 9 in 2020 and it has been kind of a black box for many developers. Few developers know much about Ivy but Lars Gyrup Brink Nielsen is one of the leading Ivy experts in the world. This is the first book that goes into more detail about Ivy features and tooling. It is a must-read for all developers at all levels. Even if you are an expert in Angular, you will learn a lot from this book. --Santosh Yadav, Google Developer Expert in Angular, GitHub Star, and Auth0 Ambassador About the Author Lars Gyrup Brink Nielsen is a frontend architect at Systemate A/S. Lars is a tech writer, tech speaker, FOSS maintainer, and Microsoft MVP. Lars is an expert in Angular and other frontend technologies like JavaScript, TypeScript, Angular Material, etc. Jacob Andresen is a senior developer at Danske Bank...
  • Book : Build Your Own Programming Language A Programmers...
    Precio:  $305,769.00
    Expira: 05/04/2024

    Book : Build Your Own Programming Language A Programmers...

    -Titulo Original : Build Your Own Programming Language A Programmers Guide To Designing Compilers, Interpreters, And Dsls For Solving Modern Computing Problems-Fabricante : Packt Publishing-Descripcion Original: Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computing Key Features Reduce development time and solve pain points in your application domain by building a custom programming language Learn how to create parsers, code generators, file readers, analyzers, and interpreters Create an alternative to frameworks and libraries to solve domain-specific problems Book Description The need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software. However, creating a custom language isnt easy. In this book, youll be able to put the knowledge you gain to work in language design and implementation. Youll implement the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, youll learn how domain-specific language (DSL) features are often best represented by operators and functions that are built into the language, rather than library functions. The book concludes by showing you how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts, while providing relevant examples in Unicon and Java. By the end of this book, youll be able to build and deploy your own domain-specific languages, capable of compiling and running programs. What you will learn Perform requirements analysis for the new language and design language syntax and semantics Write lexical and context-free grammar rules for common expressions and control structures Develop a scanner that reads source code and generate a parser that checks syntax Build key data structures in a compiler and use your compiler to build a syntax-coloring code editor Implement a bytecode interpreter and run bytecode generated by your compiler Write tree traversals that insert information into the syntax tree Implement garbage collection in your language Who this book is for This book is for software developers interested in the idea of inventing their own language or developing a domain-specific language. Computer science students taking compiler construction courses will also find this book highly useful as a practical guide to language implementation to supplement more theoretical textbooks. Intermediate-level knowledge and experience working with a high-level language such as Java or the C language are expected to help you get the most out of this book. Table of Contents Why Build Another Programming Language Programming Language Design Scanning Source Code Parsing Syntax Trees Symbol Tables Checking Base Types Checking Types on Arrays, Method Calls, and Structure Accesses Intermediate Code Generation Syntax Cloning in an IDE Bytecode Interpreters Generating Bytecode Native Code Generation Implementing Operators and Built-In Functions Domain Control Structures Garbage Collection Final Thoughts Appendix A - Unicon Essentials About the Author Clinton L. Jeffery is Professor and Chair of the Department of Computer Science and Engineering at New Mexico Institute of Mining and Technology. He received his B.S. from the University of Washington, and M.S. and Ph.D. degrees from the University of Arizona, all in computer science. He has conducted research and written many books and papers on programming languages, program monitoring, debugging, graphics, virtual environments, and visualization. With colleagues, he ...
  • Book : Drupal 9 Module Development Get Up And Running With..
    Precio:  $188,699.00

    Book : Drupal 9 Module Development Get Up And Running With..

    -Titulo Original : Drupal 9 Module Development Get Up And Running With Building Powerful Drupal Modules And Applications, 3rd Edition-Fabricante : Packt Publishing-Descripcion Original: Build and extend flexible Drupal sites and applications with this up-to-date, expert guide to Drupal 9 module development Key Features Explore the essential Drupal 9 APIs for module development Learn how to implement data modeling, caching, architecture, and much more in your Drupal applications Discover whats new in the latest Drupal core releases Book Description With its latest release, Drupal 9, the popular open source CMS platform has been updated with new functionalities for building complex Drupal apps with ease. This third edition of the Drupal Module Development guide covers these new Drupal features, helping you to stay on top of code deprecations and the changing architecture with every release. The book starts by introducing you to the Drupal 9 architecture and its subsystems before showing you how to create your first module with basic functionality. Youll explore the Drupal logging and mailing systems, learn how to output data using the theme layer, and work with menus and links programmatically. Once youve understood the different kinds of data storage, this Drupal guide will demonstrate how to create custom entities and field types and leverage the Database API for lower-level database queries. Youll also learn how to introduce JavaScript into your module, work with various file systems, and ensure that your code works on multilingual sites. Finally, youll work with Views, create automated tests for your functionality, and write secure code. By the end of the book, youll have learned how to develop custom modules that can provide solutions to complex business problems, and who knows, maybe youll even contribute to the Drupal community! What you will learn Develop custom Drupal 9 modules for your applications Master different Drupal 9 subsystems and APIs Model, store, manipulate, and process data for effective data management Display data and content in a clean and secure way using the theme system Test your business logic to prevent regression Stay ahead of the curve and write PHP code by implementing best practices Who this book is for If you are a Drupal developer looking to learn Drupal 9 to write modules for your sites, this book is for you. Drupal site builders and PHP developers with basic object-oriented programming skills will also find this book helpful. Although not necessary, some Symfony experience will help with understanding concepts easily. Table of Contents Developing for Drupal 9 Creating Your First Module Logging and Mailing Theming Menus and Menu Links Data Modeling and Storage Your Own Custom Entity and Plugin Types The Database API Custom Fields Access Control Caching JavaScript and the Ajax API Internationalization and Languages Batches, Queues, and Cron Views Working with Files and Images Automated Testing Drupal 9 Security Review My first experience with Drupal was in late 2006, when I started using it to build the site of an NGO I was volunteering for. What was making Drupal stand out then is what, in many ways, still sets it apart today: a large set of ready-to-use building blocks, backed up by a community of dedicated maintainers. Over the years, that community has taken on some of the most complex problems for a content management system. Things like extensible data modeling, multilingualism, a performant caching system or safe deployment of configuration changes are not just Drupal specificities but, in many ways, they are what defines the content management industry in the first place. Thanks to their relentless efforts, people have fought for the heart of that community in order to have their own proposals, their own take on those defining problems, being adopted by the larger audience. We have all witnessed a few of those struggles and, in one way or another, rooted for one or the other school of thought. I remember championing across several DrupalCons for an efficient, features-driven deployment process myself, until the Conf...
  • Book : Graph Machine Learning Take Graph Data To The Next...
    Precio:  $171,049.00

    Book : Graph Machine Learning Take Graph Data To The Next...

    -Titulo Original : Graph Machine Learning Take Graph Data To The Next Level By Applying Machine Learning Techniques And Algorithms-Fabricante : Packt Publishing-Descripcion Original: Build machine learning algorithms using graph data and efficiently exploit topological information within your models Key Features Implement machine learning techniques and algorithms in graph data Identify the relationship between nodes in order to make better business decisions Apply graph-based machine learning methods to solve real-life problems Book Description Graph Machine Learning provides a new set of tools for processing network data and leveraging the power of the relation between entities that can be used for predictive, modeling, and analytics tasks. You will start with a brief introduction to graph theory and graph machine learning, understanding their potential. As you proceed, you will become well versed with the main machine learning models for graph representation learning: their purpose, how they work, and how they can be implemented in a wide range of supervised and unsupervised learning applications. Youll then build a complete machine learning pipeline, including data processing, model training, and prediction in order to exploit the full potential of graph data. Moving ahead, you will cover real-world scenarios such as extracting data from social networks, text analytics, and natural language processing (NLP) using graphs and financial transaction systems on graphs. Finally, you will learn how to build and scale out data-driven applications for graph analytics to store, query, and process network information, before progressing to explore the latest trends on graphs. By the end of this machine learning book, you will have learned essential concepts of graph theory and all the algorithms and techniques used to build successful machine learning applications. What you will learn Write Python scripts to extract features from graphs Distinguish between the main graph representation learning techniques Become well-versed with extracting data from social networks, financial transaction systems, and more Implement the main unsupervised and supervised graph embedding techniques Get to grips with shallow embedding methods, graph neural networks, graph regularization methods, and more Deploy and scale out your application seamlessly Who this book is for This book is for data scientists, data analysts, graph analysts, and graph professionals who want to leverage the information embedded in the connections and relations between data points to boost their analysis and model performance using machine learning. The book will also be useful for machine learning developers or anyone who want to build ML-driven graph databases. A beginner-level understanding of graph databases and graph data is required. Intermediate-level working knowledge of Python programming and machine learning is also expected to make the most out of this book. Table of Contents Getting Started with Graphs Graph Machine Learning Unsupervised Graph Learning Supervised Graph Learning Problems with Machine Learning on Graphs Social Network Graphs Text Analytics and Natural Language Processing Using Graphs Graph Analysis for Credit Card Transactions Building a Data-Driven Graph-Powered Application Novel Trends on Graphs Review At my company, we use graph data all day every day. I found the book Graph Machine Learning to be a valuable foundation book for jumping into using machine learning against graph data. This has given us several additional approaches to investigate network data, for instance, to identify communities and similar nodes. As a coder, I appreciated that just enough information was given on algorithms used, but that the emphasis was on code. This empowers people to build practical graph ML solutions for their organizations. - David Knickerbocker, CTO, VAST-OSINT About the Author Claudio Stamile received an M.Sc. degree in computer science from the University of Calabria (Cosenza, Italy) in September 2013 and, in September 2017, he received his joint Ph.D. from KU Leuven (Leuven, ...
  • Book : Interpretable Machine Learning With Python Learn To..
    Precio:  $193,269.00
    Expira: 12/08/2023

    Book : Interpretable Machine Learning With Python Learn To..

    -Titulo Original : Interpretable Machine Learning With Python Learn To Build Interpretable High-performance Models With Hands-on Real-world Examples-Fabricante : Packt Publishing-Descripcion Original: 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 beginners guide to interpretability, covering its relevance in business and exploring its key aspects and challenges. Youll 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, youll get hands-on with tuning models and training data for interpretability by reducing complexity, mitigating bias, placing guardrails, and enhancing reliability. The methods youll 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, youll 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 increasingly critical responsibility to explain how the AI systems they develop work, their impact on decision making, and how they identify and manage bias. Working knowledge of machine learning and the Python programming language is expected. Table of Contents Interpretation, Interpretability and Explainability; and why does it all matter? Key Concepts of Interpretability Interpretation Challenges Fundamentals of Feature Importance and Impact Global Model-Agnostic Interpretation Methods Local Model-Agnostic Interpretation Methods Anchor and Counterfactual Explanations Visualizing Convolutional Neural Networks Interpretation Methods for Multivariate Forecasting and Sensitivity Analysis Feature Selection and Engineering for Interpretability Bias Mitigation and Causal Inference Methods Monotonic Constraints and Model Tuning for Interpretability Adversarial Robustness Whats Next for Machine Learning Interpretability? About the Author Serg Masis has been at the confluence of the internet, application development, and analytics for the last two decades. Currently, hes a Climate and Agronomic Data Scientist at Syngenta, a leading agribusiness company with a mission to improve global food security. Before that role, he co-founded a startup, incubated by Harvard Innovation Labs, that combined the power of cloud computing and machine learning with principles in decision-making science to expose users to new places and events. Whether it pertains to leisure ac...
  • Book : The Applied Sql Data Analytics Workshop Develop Your.
    Precio:  $170,849.00

    Book : The Applied Sql Data Analytics Workshop Develop Your.

    -Titulo Original : The Applied SQL Data Analytics Workshop: Develop Your Practical Skills And Prepare To Become A Professional Data Analyst, 2nd Edition-Fabricante : Packt Publishing-Descripcion Original: Take a step-by-step approach to learning SQL data analysis in this interactive workshop that uses fun exercises and activities to make learning data analytics for beginners easy and approachable. Key Features Explore ways to use SQL for data analytics and gain key insights from your data Study advanced analytics, such as geospatial and text analytics Discover ways to integrate your SQL pipelines with other analytics technologies Book Description Every day, businesses operate around the clock and a huge amount of data is generated at a rapid pace. Hidden in this data are key patterns and behaviors that can help you and your business understand your customers at a deep, fundamental level. Are you ready to enter the exciting world of data analytics and unlock these useful insights? Written by a team of expert data scientists who have used their data analytics skills to transform businesses of all shapes and sizes, The Applied SQL Data Analytics Workshop is a great way to get started with data analysis, showing you how to effectively sieve and process information from raw data, even without any prior experience. The book begins by showing you how to form hypotheses and generate descriptive statistics that can provide key insights into your existing data. As you progress, youll learn how to write SQL queries to aggregate, calculate and combine SQL data from sources outside of your current dataset. Youll also discover how to work with different data types, like JSON. By exploring advanced techniques, such as geospatial analysis and text analysis, youll finally be able to understand your business at a deeper level. Finally, the book lets you in on the secret to getting information faster and more effectively by using advanced techniques like profiling and automation. By the end of The Applied SQL Data Analytics Workshop, youll have the skills you need to start identifying patterns and unlocking insights in your own data. You will be capable of looking and assessing data with the critical eye of a skilled data analyst. What you will learn Understand what data analytics is and why it is important Experiment with data analytics using basic and advanced queries Interpret data through descriptive statistics and aggregate functions Export data from external sources using powerful SQL queries Work with and manipulate data using SQL joins and constraints Speed up your data analysis workflow by automating tasks and optimizing queries Who this book is for If you are a database engineer who is looking to transition into analytics or someone who knows SQL basics but doesnt know how to use it to create business insights, then this book is for you. Table of Contents Introduction to SQL for Analytics SQL for Data Preparation Aggregate and Window Functions Importing and Exporting Data Analytics Using Complex Data Types Performant SQL The Scientific Methods and Applied Problem Solving About the Author Matt Goldwasser is a manager on the data science team at T. Rowe Price, where he has leveraged machine learning techniques to solve business problems. In this role, he has helped the company build its data science capability from the ground up in the newly formed technology development center. Prior to his current role, Matt was a data science manager at OnDeck, where he led efforts to use machine learning to increase customer acquisition. He has a bachelorss in mechanical and aerospace engineering from Cornell University, where he met his wife. In his spare time, he enjoys teaching his infant son the basics of data science. Upom Malik is a data scientist who has worked in the technology industry for over 6 years. He has a masters degree in chemical engineering from Cornell University and a bachelors degree in biochemistry from Duke University. He uses SQL and other tools to solve interesting challenges in finance, energy, and consumer technologies. While working on analytical problems, he has lived o...
  • Book : Visual Studio 2019 Tricks And Techniques A Developers
    Precio:  $139,789.00

    Book : Visual Studio 2019 Tricks And Techniques A Developers

    -Titulo Original : Visual Studio 2019 Tricks And Techniques A Developers Guide To Writing Better Code And Maximizing Productivity-Fabricante : Packt Publishing-Descripcion Original: Harness the full power of the Visual Studio IDE to take your coding skills to the next level by learning about IDE productivity practices and exclusive techniques Key Features Increase your productivity by leveraging Visual Studio 2019s improvements and features Explore powerful editing, code intelligence, and source code control features to increase productivity Delve into VSs powerful, untapped features such as custom project templates and extensions Book Description Visual Studio 2019 (VS 2019) and Visual Studio Code (VS Code) are powerful professional development tools that help you to develop applications for any platform with ease. Whether you want to create web, mobile, or desktop applications, Microsoft Visual Studio is your one-stop solution. This book demonstrates some of the most sophisticated capabilities of the tooling and shows you how to use the integrated development environment (IDE) more efficiently to be more productive. Youll begin by gradually building on concepts, starting with the basics. The introductory chapters cover shortcuts, snippets, and numerous optimization tricks, along with debugging techniques, source control integration, and other important IDE features that will help you make your time more productive. With that groundwork in place, more advanced concepts such as the inner workings of project and item templates are covered. You will also learn how to write quality, secure code more efficiently as well as discover how certain Visual Studio features work under the hood. By the end of this Visual Studio book, youll have learned how to write more secure code faster than ever using your knowledge of the extensions and processes that make developing successful solutions more enjoyable and repeatable. What you will learn Understand the similarities and differences between VS 2019 and VS Code Get to grips with numerous keyboard shortcuts to improve efficiency Discover IDE tips and tricks that make it easier to write code Experiment with code snippets that make it easier to write repeating code patterns Find out how to customize project and item templates with the help of hands-on exercises Use Visual Studio extensions for ease and improved productivity Delve into Visual Studios behind the scene operations Who this book is for This book is for C# and .NET developers who want to become more efficient and take advantage of features they may not be aware of in the IDE. Those looking to increase their productivity and write quality code more quickly by fully utilizing the power of the Visual Studio IDE will also find this book useful. Table of Contents Flavors of Visual Studio Keyboard Shortcuts IDE Tips and Tricks Working with a Repository Working with Snippets Database Explorers Compiling, Debugging, and Version Control Introduction to Project and Item Templates Creating Your Own Template Deploying Custom Templates Overviewing VS 2019 Extensions Overviewing VS Code Extensions CodeMaid is Your Friend Be Your Teams Hero with CodeGenHero Secure Code with Puma Scan Appendix - Other Popular Productivity Extensions About the Author Paul Schroeder is a versatile application developer, speaker, author, and managing director at MSC Technology Consulting. Along with a multi-decade professional IT career, Paul has a bachelors degree in computer science and an MBA, and has earned an MCSD certification for web development. Whether coding or not, Paul enjoys spending time with his marvelous and talented wife, Robin, herself a Xamarin developer/speaker who creates Bluetooth mesh mobile applications. Drawn to code generation, Paul is the inspiration behind CodeGenHero , an innovative Visual Studio extension, covered in Chapter 14, Be Your Teams Hero with CodeGenHero. Follow Paul at PaulBSchroeder. Aaron Cure is a principal security consultant for Cypress Data Defense specializing in penetration testing, secure SDLC, static code review, and secure architectures. H...
Mostrar del 217 al 240 (de 415 productos)
Páginas de Resultados: [<< Anterior]  ... 6  7  8  9  10 ...  [Siguiente >>]