21 resultater (0,25159 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Securing Kubernetes Secrets - Andrew Block - Bog - Manning Publications - Plusbog.dk

Securing Kubernetes Secrets - Andrew Block - Bog - Manning Publications - Plusbog.dk

Safely store secret information like passwords, keys, and certificates in Kubernetes. In this practical guide, you''ll discover methods for adding layers of security that will defend the critical data of your applications. In Securing Kubernetes Secrets you will find: - - Strategies for storing secure assets in Kubernetes - - Cryptographic options and how to apply them in Kubernetes - - Using the HashiCorp Vault server on Kubernetes for secure secrets storage - - Managing security with public cloud providers - - Applying security concepts using tools from the Kubernetes ecosystem - - End-to-end secrets storage from development to operations - - Implementing in Kubernetes in CI/CD systems - Secrets, like database passwords and API keys, are some of the most important data in your application. Securing Kubernetes Secrets reveals how to store these sensitive assets in Kubernetes in a way that''s protected against leaks and hacks. You''ll learn about the default capabilities of Kubernetes secrets, where they''re lacking, and alternative options to strengthen applications and infrastructure. Kubernetes secrets include small and sensitive data like passwords, tokens, and keys. The security defaults of Kubernetes are rarely enough to protect this valuable data, and can leave it—and you—exposed. In this book, you''ll learn how to bake security into Kubernetes-based applications right from the start with security best practices and reliable third-party tools like HashiCorp Vault

DKK 514.00
1

OpenShift in Action - Jamie Duncan - Bog - Manning Publications - Plusbog.dk

Rust in Action - Tim Mcnamara - Bog - Manning Publications - Plusbog.dk

Interperetable AI - Ajay Thampi - Bog - Manning Publications - Plusbog.dk

Grokking Bitcoin - Kalle Rosenbaum - Bog - Manning Publications - Plusbog.dk

Fast Python for Data Science - Tiago Antao - Bog - Manning Publications - Plusbog.dk

Effective Data Science Infrastructure - Ville Tuulos - Bog - Manning Publications - Plusbog.dk

CSS in Depth, Second Edition - Keith Grant - Bog - Manning Publications - Plusbog.dk

CSS in Depth, Second Edition - Keith Grant - Bog - Manning Publications - Plusbog.dk

To create web designs that delight, entertain, and impress your users, you need to know CSS in depth! Getting good—really good—at CSS means learning everything that CSS is capable of. This totally revised new edition of CSS in Depth expands your CSS skills with the patterns, layouts, and methods you need to deliver truly beautiful front ends. In CSS in Depth, Second Edition you will learn how to: - - Create a web page with layout methods - - Develop essential website components, like dropdown menus and dialog boxes - - Make your website fully responsive across devices - - Organize your CSS for easy future maintenance - - Implement designer mockups with attention to detail - - Use animations to guide user focus - - Avoid common CSS pitfalls - The more you know about CSS, the more confident you''ll be at tackling any tricky website design! CSS in Depth has given thousands of web developers the tools and the inspiration to make sites that really pop. This second edition is packed with the latest best practices, new CSS language features, and essential advice on how to organize and maintain your CSS codebase. About the technology To deliver truly beautiful frontends, you need to know CSS inside and out. And as CSS grows and matures, even experienced CSS developers will find a whole new set of skills to catch up on! This guide will help you discover everything that CSS is capable of—from the must-knows and brand-new features to the hidden insights you won''t find anywhere else!

DKK 572.00
1

Learn Azure in a Month of Lunches - Foulds Iain - Bog - Manning Publications - Plusbog.dk

Learn Azure in a Month of Lunches - Foulds Iain - Bog - Manning Publications - Plusbog.dk

Learn Azure in a Month of Lunches, Second Edition , is a tutorial on writing, deploying, and running applications in Azure. In it, you’ll work through 21 short lessons that give you real-world experience. Each lesson includes a hands-on lab so you can try out and lock in your new skills. Summary You can be incredibly productive with Azure without mastering every feature, function, and service. Learn Azure in a Month of Lunches, Second Edition gets you up and running quickly, teaching you the most important concepts and tasks in 21 practical bite-sized lessons. As you explore the examples, exercises, and labs, you'll pick up valuable skills immediately and take your first steps to Azure mastery! This fully revised new edition covers core changes to the Azure UI, new Azure features, Azure containers, and the upgraded Azure Kubernetes Service. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Microsoft Azure is vast and powerful, offering virtual servers, application templates, and prebuilt services for everything from data storage to AI. To navigate it all, you need a trustworthy guide. In this book, Microsoft engineer and Azure trainer Iain Foulds focuses on core skills for creating cloud-based applications. About the book Learn Azure in a Month of Lunches, Second Edition , is a tutorial on writing, deploying, and running applications in Azure. In it, you’ll work through 21 short lessons that give you real-world experience. Each lesson includes a hands-on lab so you can try out and lock in your new skills. What's inside Understanding Azure beyond point-and-click Securing applications and data Automating your environment Azure services for machine learning, containers, and more About the reader This book is for readers who can write and deploy simple web or client/server applications. About the author Iain Foulds is an engineer and senior content developer with Microsoft. Table of Contents PART 1 - AZURE CORE SERVICES 1 Before you begin 2 Creating a virtual machine 3 Azure Web Apps 4 Introduction to Azure Storage 5 Azure Networking basics PART 2 - HIGH AVAILABILITY AND SCALE 6 Azure Resource Manager 7 High availability and redundancy 8 Load-balancing applications 9 Applications that scale 10 Global databases with Cosmos DB 11 Managing network traffic and routing 12 Monitoring and troubleshooting PART 3 - SECURE BY DEFAULT 13 Backup, recovery, and replication 14 Data encryption 15 Securing information with Azure Key Vault 16 Azure Security Center and updates PART 4 - THE COOL STUFF 17 Machine learning and artificial intelligence 18 Azure Automation 19 Azure containers 20 Azure and the Internet of Things 21 Serverless computing

DKK 406.00
1

Core Kubernetes - Jay Vyas - Bog - Manning Publications - Plusbog.dk

Core Kubernetes - Jay Vyas - Bog - Manning Publications - Plusbog.dk

From its humble beginnings a container orchestration system, Kubernetes has become the de facto infrastructure for cloud native applications. Kubernetes impacts every aspect of the application development lifecycle, from design through deployment. To build and operate reliable cloud native systems, you need to understand what''s going on below the surface. Core Kubernetes is packed with experience-driven insights and practical techniques, and takes you inside Kubernetes to teach you what you''ll need to know to keep your system running like a well-oiled machine and prevent those panicked 3 AM phone calls. about the technology Kubernetes is a platform-independent layer for deploying scalable container-based applications. Kubernetes provides abstractions for clustering, replicating, and scaling system components in real time. It''s especially well-suited for microservices applications, where you can easily balance the load among services. Kubernetes has become a core component of cloud native applications, and all major cloud vendors now offer hosted versions of Kubernetes. Kubernetes was initially developed by Google and is now governed as an open source project by the Cloud Native Computing Foundation (CNCF). about the book Core Kubernetes is a reference guide designed to teach operators, SREs, and developers how to improve reliability and performance of Kubernetes-based systems. In it, Kubernetes experts Chris Love and Jay Vyas provide a guided tour through all major aspects of Kubernetes, from managing iptables to setting up dynamically scaled clusters that respond to changes in load. You''ll understand the unique security concerns of container-based applications, discover tips to minimize costly unused capacity, and get pro tips for maximizing performance. This awesome collection of undocumented internals, expert techniques, and practical guidance has invaluable information you won''t find anywhere else. what''s inside - Kubernetes base components- Kubernetes networking- Storage and the Container Storage Interface- External load balancing and ingress- Kubernetes security- Different ways of creating a Kubernetes cluster- Configuring Kubernetes to use a GPU about the reader Written for readers with a working knowledge of Kubernetes and microservices applications. about the author After earning his PhD, Jay Vyas started his career contributing to Kubernetes'' core features at RedHat, and next, he focused on helping multiple companies migrate to Cloud-Native solutions. He now resides at VMWare, once again contributing to Kubernetes and associated projects. When not coding, Jay likes to play with his video games, his synthesizers, and hang out in his Pod. As a thought leader in the Kubernetes and DevOps segment, Chris Love is a founder of multiple technology companies with over 20 years'' experience in software engineering. A Google Cloud Certified Fellow, Chris has contributed to several open-source projects including Kubernetes, Bazel, and Terraform. He enjoys speaking around the world about DevOps and Kubernetes and practices martial arts in his free time.

DKK 406.00
1

Let's Talk Python - Huseyin Babal - Bog - Manning Publications - Plusbog.dk

Let's Talk Python - Huseyin Babal - Bog - Manning Publications - Plusbog.dk

Learn Python the fun and easy way with your new friends Erik and Simon! A Pythonic Adventure, is a unique Python beginners guide, written especially for young people. This colorful book uses engaging questions and lively conversations to introduce computer programming to young readers one step at a time. There are no boring lessons or dull exercises; instead, you will team up with two brothers, Erik and Simon, who are busy talking about Python programming and asking the same questions you are! As you follow along, you will learn from the brothers'' mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi. The engaging questions and lively conversations in the book will help you learn useful Python skills like: - - Installing Python - - Working with files - - Creating text-based dialog boxes and menus - - Using if/then, loops, list, dictionaries, and input/output - - Building web applications - - Making your web apps look super professional - It''s fun to learn with friends! Join them as they chat about the language, learn the basics, and build some cool programs. It''s the perfect way for young programmers (and their parents!) to get started. About the technology Python is one of the best languages for new programmers! Its creators designed it to be easy to learn and easy to use. But Python isn''t just a language for beginners — it is used for all sorts of things, from web apps to artificial intelligence! Open up this fun, friendly guide and you will see just how easy it is to get started with Python.

DKK 438.00
1

Blockchain in Action - Bina Ramamurthy - Bog - Manning Publications - Plusbog.dk

Blockchain in Action - Bina Ramamurthy - Bog - Manning Publications - Plusbog.dk

There’s a lot more to the blockchain than mining Bitcoin. This secure system for registering and verifying ownership and identity is perfect for supply chain logistics, health records, and other sensitive data management tasks. Blockchain in Action unlocks the full potential of this revolutionary technology, showing you how to build own decentralized apps for secure applications including digital democracy, private auctions, and electronic record management. Key Features · How blockchain differs from other distributed systems · Smart contract development with Ethereum and the Solidity language · Web UI for decentralized apps · Identity, privacy and security techniques · On-chain and off-chain data storage For intermediate programmers who know the basics of object-oriented languages and have a working knowledge of JavaScript. About the technology A blockchain is a decentralized record, stored across numerous devices with no central control or authority. Copies of this shared database are constantly reconciled with one another, and records are cryptographically encoded to make them unchangeable. The result is a type of database that is at once transparent and publicly accessible, and where it is impossible to falsify or alter the historic data record. Bina Ramamurthy holds a Ph.D. in fault-tolerant distributed systems, and has thirty years of experience teaching cryptography, peer-to-peer networking, and distributed systems. She is the instructor and content creator for the University of Buffalo four-course specialization on blockchain technology on the Coursera MOOC platform, and the recipient of the 2019 SUNY Chancellor’s Award for Teaching Excellence.

DKK 349.00
1

Hadoop in Practice - Alex Holmes - Bog - Manning Publications - Plusbog.dk

Hadoop in Practice - Alex Holmes - Bog - Manning Publications - Plusbog.dk

For developers working with big data, it''s not enough to have a theoretical understanding of Hadoop. They need to solve real challenges like analyzing real-time streams, moving data securely between storage systems, and managing large-scale clusters. The Hadoop ecosystem is constantly growing, and it''s important they keep up with the new technologies and practices to stay productive and future-proof data systems. Hadoop in Practice, Second Edition provides over 100 tested, instantly-useful techniques that will help conquer big data, using Hadoop. This revised new edition covers changes and new features in the Hadoop core architecture, including MapReduce 2. Brand new chapters cover YARN, real-time use cases, and integrating Kafka, Storm, and Spark with Hadoop. There’s also a new and updated techniques for Flume, Sqoop, and Mahout, all of which have seen major new versions recently. In short, this is the most practical, up-to-date coverage of Hadoop available anywhere. RETAIL SELLING POINTS Practical up-to-date coverage Over 100 practical, battle-tested Hadoop techniques Major updates to key technologies AUDIENCE Readers should be familiar with Hadoop and have experience programming in Java or another OOP language. ABOUT THE TECHNOLOGY Hadoop is an open source MapReduce platform designed to query and analyze data distributed across large clusters. Especially effective for big data systems, Hadoop powers mission-critical software at Apple, eBay, LinkedIn, Yahoo, and Facebook. It offers organizations efficient ways to store, manage, and analyze data.

DKK 406.00
1

RxJS in Action - Luis Atencio - Bog - Manning Publications - Plusbog.dk

RxJS in Action - Luis Atencio - Bog - Manning Publications - Plusbog.dk

DESCRIPTION A growing flood of data is aimed at JavaScript applications, and they need be ready for it. As more and more data is received, applications must scale to stay operational. There’s also the problem of latency when data has to be fetched from remote locations. RxJS, or Reactive Extensions for JavaScript, is a library for transforming, composing, and consuming streams of data. RxJS combines reactive and functional programming to give an extensible, asynchronous event handling system for JavaScript. RxJS in Action gives readers the development skills they need to create reactive applications with RxJS. This book is full of theory and practical examples that build on each other and help readers begin thinking in a reactive manner. The book begins by teaching the fundamentals of functional programming, and dives in to the basics of RxJS and what it means to be reactive. Next, it teaches how to build real-world applications with RxJS. The last part of the book tackles the advanced topics to take the reader’s reactive programming skills to the next level, as they will learn how to deal with error handling, unit testing, and the role of RxJS when combined with frameworks such as Angular.js or Cycle.js. Examples in the book use RxJS 5, the latest version of RxJS built with an eye on performance and simplicity. KEY FEATURES • Full of practical examples using real-world applications • Creating readable, easy-to-understand event processing pipelines • Introduces the fundamentals of functional and reactive programming • Transforms bulky, untestable code into modular, testable expressions • Uses the latest version of RxJS AUDIENCE This book is for readers who are comfortable writing and building applications in JavaScript. ABOUT THE TECHNOLOGY RxJS combines reactive and functional programming to give programmers an extensible, asynchronous event handling system for JavaScript. RxJS is ideal for applications with features that have continuous data flows that have to fetch and combine multiple pieces of remote data, auto-complete text boxes, drag and drop, process user input, and more.

DKK 406.00
1

Acing the Certified Kubernetes Administrator Exam - Chad Crowell - Bog - Manning Publications - Plusbog.dk

Acing the Certified Kubernetes Administrator Exam - Chad Crowell - Bog - Manning Publications - Plusbog.dk

Learn the hands-on skills you need to ace the Kubernetes exam and boost your career by becoming a Certified Kubernetes Administrator (CKA). For readers who know the basics of containers and Linux admin. No Kubernetes experience is required. Acing the Certified Kubernetes Administrator Exam will provide you with content and practical exercises according to the unique CKA test environment . This practical book takes you hands-on with all the exam objectives, including deploying containerised applications to Kubernetes, accessing an application from an ingress resource, backup and restoring. You will learn how to: - - Administer an application running on Kubernetes - - Troubleshoot errors inside a Kubernetes cluster - - Authenticate users and machines to the Kubernetes API - - Create persistent storage in Kubernetes - - Add additional functionality to an existing Kubernetes cluster - Plus! Essential exam tips and exercises help you work out your mental muscle memory. Acing the Certified Kubernetes Administrator Exam is your fast track to becoming a Certified Kubernetes Administrator! Your expert exam tutor is Chad Crowell, whose courses have helped thousands of developers to understand Kubernetes and earn the coveted CKA certification. About the technology The Certified Kubernetes Administrator (CKA) exam proves your skills as a Kubernetes administrator and is a serious test of your competency. There are no multiple-choice questions or essays: the whole test is conducted from the command line, with you performing solutions directly in the terminal. Administered by the Linux Foundation, the certification is recognised by employers worldwide as a proof of your ability to configure and manage production-grade Kubernetes clusters.

DKK 430.00
1

AWS for Non-Engineers - Hiroko Nishimura - Bog - Manning Publications - Plusbog.dk

AWS for Non-Engineers - Hiroko Nishimura - Bog - Manning Publications - Plusbog.dk

This friendly, fast-paced guide is perfect for anyone puzzled by the cloud! Learn the fundamentals of Amazon Web Services, and be ready to ace your AWS Certified Cloud Practitioner Exam. In AWS for Non-engineers you will learn: - - How cloud computing and AWS are different from “legacy” systems - - Prepare for the AWS Certified Cloud Practitioner Exam - - When cloud computing is the right option for your organization - - Core AWS services including storage services, database services, and security services - - How billing and pricing work on AWS, and how to pick for your budget - - Security and compliance concepts for building in AWS - AWS for Non-engineers is written for anyone just starting with Amazon Web Services or cloud computing in general. It''s written by Hiroko Nishimura, and is based on her acclaimed video course that has been taken by over 250,000 learners. In this reader-friendly book, you''ll learn how to talk about cloud concepts with engineers, what the cloud could do for your business, and how to start using AWS''s amazing services for your own IT tasks. When you''re finished, you''ll be comfortable with the basics of cloud computing on AWS and you''ll be prepared to take the AWS Certified Cloud Practitioner Exam ! about the technology Modern IT systems run in the cloud. Whether you''re in customer service, marketing, or a technical role, cloud technologies like Amazon Web Services (AWS) have become as important to your job as spreadsheets, CRMs, and databases. Knowing AWS fundamentals will help you speak the language of developers and software engineers, and eventually create your own products, services, and projects.

DKK 347.00
1

Amazon Web Services in Action: An in-depth guide to AWS - Andreas Wittig - Bog - Manning Publications - Plusbog.dk

Amazon Web Services in Action: An in-depth guide to AWS - Andreas Wittig - Bog - Manning Publications - Plusbog.dk

Master essential best practices for deploying and managing applications on Amazon Web Services. The ideal guide for mid-level developers, DevOps or platform engineers, architects, and system administrators. Amazon Web Services in Action: An in-depth guide to AWS is a comprehensive, practical introduction to deploying and managing applications on the AWS cloud platform. This revised bestseller is packed with techniques for building highly available and scalable architectures and automating deployment with Infrastructure as Code . This book will show you how to: - - Leverage globally distributed data centres to launch virtual machines with EC2 - - Store and archive large volumes of data with EBS, S3, and EFS - - Persist and query data with highly available and scalable database systems with RDS and DynamoDB - - Enhance performance with caching data in-memory with ElastiCache and MemoryDB - - Use Infrastructure as Code to automate your cloud infrastructure - - Secure workloads running in the cloud with VPC and IAM - - Build fault-tolerant web applications with ALB and SQS - - Automate common sysadmin tasks with Lambda, CLI, and SDK - - Build cloud-native applications based on containers with AppRunner, ECS, Fargate - About the technology Thousands of developers have chosen Amazon Web Services in Action: An in-depth guide to AWS to help them succeed with the AWS cloud. Readers love this all-practical handbook for its complete introduction to computing, storage, and networking, along with best practices for all core AWS services. Amazon Web Services, the leading cloud computing platform, offers customers APIs for on-demand access to computing services. Rich in examples and best practices of how to use AWS, this Manning bestseller is now released in its third, revised, and improved edition.

DKK 432.00
1

CoreOS in Action - Matt Bailey - Bog - Manning Publications - Plusbog.dk

CoreOS in Action - Matt Bailey - Bog - Manning Publications - Plusbog.dk

DESCRIPTION To be competitive, an organization needs to reach modern standards of scalability and high availability. While Linux is an option, it’s painful to deal with the frequent operating system updates and complex configuration management. Docker, a popular container system, can reduce these manual system administration tasks. While plenty of Linux distributions support Docker, they do not handle large scale production. This is where CoreOS can help. CoreOS is an operating system designed from the ground up to facilitate container use at any scale. CoreOS in Action begins by introducing the core components, how services run in CoreOS, and the big picture of how the parts fits together. Next, readers learn how to fire up their own CoreOS cluster. Readers learn how to configure their local environment, the basics of CoreOS system administration, and follow an application deployment example. It covers how to take advantage of CoreOS''s high availability and fault tolerance as well as how to plan application architecture. The book also covers operational planning for CoreOS, deployment options, and how to deal with mass storage. Readers will discover endto- end deployment of CoreOS in Amazon Web Services, and learn from real-world examples of application stacks. KEY FEATURES • User friendly book • Offers solid and practical information • Plenty of real-world examples • Fully explains how and why CoreOS operates AUDIENCE This book is for operations professionals, site reliability engineers, systems architects, or anyone who wants to learn to deploy CoreOS. ABOUT THE TECHNOLOGY CoreOS is an operating system designed from the ground up to facilitate container use at any scale. It is fault-tolerant, extremely lightweight, and highly performant. CoreOS is designed to solve a company’s scale, availability, and deployment workflow problems.

DKK 370.00
1

Isomorphic Web Applications - Elyse Kolker Gordon - Bog - Manning Publications - Plusbog.dk

Isomorphic Web Applications - Elyse Kolker Gordon - Bog - Manning Publications - Plusbog.dk

Summary Isomorphic Web Applications teaches you to build production-quality web apps using isomorphic architecture. Designed for working developers, this book offers examples in relevant frameworks like React, Redux, Angular, Ember, and webpack. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Build secure web apps that perform beautifully with high, low, or no bandwidth. Isomorphic web apps employ a pattern that exploits the full stack, storing data locally and minimizing server hits. They render flawlessly, maximize SEO, and offer opportunities to share code and libraries between client and server. About the Book Isomorphic Web Applications teaches you to build production-quality web apps using isomorphic architecture. You''ll learn to create and render views for both server and browser, optimize local storage, streamline server interactions, and handle data serialization. Designed for working developers, this book offers examples in relevant frameworks like React, Redux, Angular, Ember, and webpack. You''ll also explore unique debugging and testing techniques and master specific SEO skills. What''s Inside - Controlling browser and server user sessions - Combining server-rendered and SPA architectures - Building best-practice React applications - Debugging and testing About the Reader To benefit from this book, readers need to know JavaScript, HTML5, and a framework of their choice, including React and Angular. About the Author Elyse Kolker Gordon runs the growth engineering team at Strava. Previously, she was director of web engineering at Vevo, where she regularly solved challenges with isomorphic apps. Table of Contents 1) PART 1 - FIRST STEPS 1) Introduction to isomorphic web application architecture 1) A sample isomorphic app 1) PART 2 - ISOMORPHIC APP BASICS 1) React overview 1) Applying React 1) Tools: webpack and Babel 1) Redux 1) PART 3 - ISOMORPHIC ARCHITECTURE 1) Building the server 1) Isomorphic view rendering 1) Testing and debugging 1) Handling server/browser differences 203 1) Optimizing for production 1) PART 4 - APPLYING ISOMORPHIC ARCHITECTURE WITH OTHER TOOLS 1) Other frameworks: implementing isomorphic without React 1) Where to go from here

DKK 146.00
1

Software Telemetry: Reliable logging and monitoring - Jamie Riedesel - Bog - Manning Publications - Plusbog.dk

Software Telemetry: Reliable logging and monitoring - Jamie Riedesel - Bog - Manning Publications - Plusbog.dk

"Do you want to learn more about software telemetry? Don''t look any further, this book is the one you need." - Sander Zegveld Software telemetry is the discipline of tracing, logging, and monitoring infrastructure by observing and analyzing the events generated by the system. In Software Telemetry, you''ll master the best practices for operating and updating telemetry systems. This practical guide is filled with techniques you can apply to any organization upgrading and optimizing their telemetry systems, from lean startups to well-established companies. You''ll learn troubleshooting techniques to deal with every eventuality, such as building easily-auditable systems, preventing and handling accidental data leaks, and ensuring compliance with standards like GDPR. about the technology Complex systems can become black boxes. Telemetry provides feedback on what''s happening inside. Telemetry systems are built for gathering, transforming, and communicating data on the performance, functionality, processing speeds, errors, and security events of production systems. There are many forms of telemetry systems, from classic centralized logging to cutting-edge distributed tracing that follows data across microservices. But despite their difference in functionality, all telemetry systems share core operational similarities—and best practices for optimizing them to support your business needs. about the book Software Telemetry is a guide to operating the telemetry systems that monitor and report on your applications. It takes a big picture view of telemetry, teaching you to manage your logging, metrics, and events as a complete end-to-end ecosystem. You''ll learn the base architecture that underpins any software telemetry system, allowing you to easily integrate new systems into your existing infrastructure, and how these systems work under the hood. Throughout, you''ll follow three very different companies to see how telemetry techniques impact a software-producing startup, a large legacy enterprise, and any organization that writes software for internal use. You''ll even cover how software telemetry is used by court processes—ensuring that when your first telemetry discovery request arrives, there''s no reason to panic! what''s inside - Processes for legal compliance- Cleaning up after toxic data spills and leaks- Safely handling toxic telemetry and confidential records- Multi-tenant techniques and transformation processes- Updating metrics aggregation and sampling traces to display accurate data for longer- Revising software telemetry emissions to be easier to parse- Justifying increased spend on telemetry software about the reader For software developers and infrastructure engineers supporting and building telemetry systems. about the author Jamie Riedesel is a staff engineer at Dropbox. She has over twenty years of experience in IT, working in government, education, legacy companies, and startups. She has specialized in DevOps for the past decade, running distributed systems in public clouds, getting over workplace trauma, and designing software telemetry architectures.

DKK 448.00
1

Edge Computing: A Friendly Introduction - Perry Lea - Bog - Manning Publications - Plusbog.dk

Edge Computing: A Friendly Introduction - Perry Lea - Bog - Manning Publications - Plusbog.dk

Get the business and technical foundation you need to create your edge computing strategy. Edge Computing includes: - - What is edge computing and why does it matter to you? - - Real-world consumer and enterprise use cases of edge computing - - The hardware and software that drives edge and IoT systems - - Edge security risks and how to counteract them - - How to monetize edge systems - "Edge devices" include everything from smart phones to the countless internet connected appliances we interact with everywhere, every day. And to remain competitive, every business must have an edge computing strategy. Edge Computing is the first step. This no-nonsense guide from veteran technologist Perry Lea slices through the buzzwords and reveals how edge computing affects your business and IT decisions, from hardware and software systems to the way you interact with customers, clients, and employees. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Edge computing brings computing power and data storage closer to the devices and systems that need it. Edge devices perform tasks ranging from simple data retrieval to complex AI at the point of usage to deliver faster and more responsive applications. This insightful, experience-driven guide will help you get to the core of what you need to know about this groundbreaking technology. About the book Edge Computing introduces all aspects of edge computing. Illustrations and graphics help make complex topics easy to understand. If you’re a business decision maker, you’ll welcome the jargon-free explanations of key concepts. Technical pros will appreciate the big-picture coverage of the central technologies of edge computing. You’ll find essential coverage of the edge’s systems and architectures, as well as how to prevent embarrassing and crippling cyber attacks. Throughout, the book’s real-world use cases cut through the hype and reveal how edge computing is being effectively used in industry. About the reader For technology leaders and managers looking to rapidly get up to speed with edge computing. About the author Perry Lea is a principal architect and senior director of architecture for Microsoft Xbox. He has spent thirty-five years working in technology for multiple Silicon Valley companies, serving as senior director, distinguished technologist, chief architect, and CTO. Perry has authored over 60 patents and holds engineering degrees in computer science, computer engineering and a postgrad degree in electrical engineering from Columbia University.

DKK 312.00
1