19 resultater (0,23339 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

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

Amazon Web Services in Action - Michael Wittig - Bog - Manning Publications - Plusbog.dk

Amazon Web Services in Action - Michael Wittig - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Distributed systems are unpredictable, and it can be an enormous challenge to manage around potentially-crippling obstacles like hardware failures, unanticipated changes in load, and network issues. Amazon Web Services (AWS) is a platform for hosting distributed applications in a secure, flexible cloud environment. AWS provides a suite of services designed to keep the focus on what an application does instead of the infrastructure required to run it. Whether serving up blog pages, analyzing fast data in real-time, building software as a service, or implementing a massive e-commerce site, AWS provides both a stable platform and services that will scale with every application. Amazon Web Services in Action introduces readers to computing, storing, and networking in the AWS cloud. It starts with a broad overview of AWS, and shows how to spin up servers manually and from the command line. Then, it explores infrastructure automation with the AWS CloudFormation service, where readers can describe a blueprint of their infrastructure as code. Readers will learn how to isolate systems using private networks to increase security, how to use the most valuable AWS managed services available on AWS, and about the benefits of stateless servers. In the end, they’ll look to the AWS model for high availability, scaling, decoupling with queues and load balancers, and fault tolerance. KEY SELLING POINTS Explains the key concepts of AWS Gives an overview of the most important services Allows readers to take full advantage of the AWS platform AUDIENCE Written for developers and DevOps engineers who are moving traditionally-deployed distributed applications to the AWS platform. No experience with AWS is required. ABOUT THE TECHNOLOGY Amazon Web Services is a platform of services in the Cloud to provide everything needed to run applications—from hosting a private blog, to running one of the biggest websites on earth, analyzing data for cancer research, or providing business applications.

DKK 406.00
1

Learn Amazon Web Services in a Month of Lunches - David Clinton - Bog - Manning Publications - Plusbog.dk

Amazon Web Services in Action, 2E - Andreas Wittig - Bog - Manning Publications - Plusbog.dk

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

Voice Applications for Alexa and Google Assistant - Dustin Coates - Bog - Manning Publications - Plusbog.dk

AI-Powered Developer - Nathan B. Crocker - Bog - Manning Publications - Plusbog.dk

Severless Apps w/Node and Claudia.ja_p1 - Aleksandar Simovic - Bog - Manning Publications - Plusbog.dk

Designing APIs with Swagger and OpenAPI - Lukas Rosenstock - Bog - Manning Publications - Plusbog.dk

Microservice Patterns - Chris Richardson - Bog - Manning Publications - Plusbog.dk

Microservice Patterns - Chris Richardson - Bog - Manning Publications - Plusbog.dk

Description All aspects of software development and deployment become painfully slow. The solution is to adopt the microservice architecture. This architecture accelerates software development and enables continuous delivery and deployment of complex software applications. Microservice Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. This book also teaches readers how to refactor a monolithic application to a microservice architecture. Key features · In-depth guide · Practical examples · Step-by-step instructions Audience Readers should be familiar with the basics of enterprise application architecture, design, and implementation. About the technology Microservice architecture accelerates software development and enables continuous delivery and deployment of complex software applications. Author biography Chris Richardson is a developer and architect. He is a Java Champion, a JavaOne rock star and the author of POJOs in Action, which describes how to build enterprise Java applications with frameworks such as Spring and Hibernate. Chris was also the founder of the original CloudFoundry.com, an early Java PaaS for Amazon EC2. Today, he is a recognized thought leader in microservices. Chris is the creator of http://microservices.io , a website describing how to develop and deploy microservices. He provides microservices consulting and training and is working on his third startup http://eventuate.io , an application platform for developing microservices.

DKK 398.00
1

Deep Reinforcement Learning in Action - Brandon Brown - Bog - Manning Publications - Plusbog.dk

Deep Reinforcement Learning in Action - Brandon Brown - Bog - Manning Publications - Plusbog.dk

Humans learn best from feedback—we are encouraged to take actions that lead to positive results while deterred by decisions with negative consequences. This reinforcement process can be applied to computer programs allowing them to solve more complex problems that classical programming cannot. Deep Reinforcement Learning in Action teaches you the fundamental concepts and terminology of deep reinforcement learning, along with the practical skills and techniques you’ll need to implement it into your own projects. Key features • Structuring problems as Markov Decision Processes • Popular algorithms such Deep Q-Networks, Policy Gradient method and Evolutionary Algorithms and the intuitions that drive them • Applying reinforcement learning algorithms to real-world problems Audience You’ll need intermediate Python skills and a basic understanding of deep learning. About the technology Deep reinforcement learning is a form of machine learning in which AI agents learn optimal behavior from their own raw sensory input. The system perceives the environment, interprets the results of its past decisions, and uses this information to optimize its behavior for maximum long-term return. Deep reinforcement learning famously contributed to the success of AlphaGo but that’s not all it can do! Alexander Zai is a Machine Learning Engineer at Amazon AI working on MXNet that powers a suite of AWS machine learning products. Brandon Brown is a Machine Learning and Data Analysis blogger at outlace.com committed to providing clear teaching on difficult topics for newcomers.

DKK 382.00
1

Graph-Powered Machine Learning - Alessandro Negro - Bog - Manning Publications - Plusbog.dk

Graph-Powered Machine Learning - Alessandro Negro - Bog - Manning Publications - Plusbog.dk

At its core, machine learning is about efficiently identifying patterns and relationships in data. Many tasks, such as finding associations among terms so you can make accurate search recommendations or locating individuals within a social network who have similar interests, are naturally expressed as graphs. Graph-Powered Machine Learning introduces you to graph technology concepts, highlighting the role of graphs in machine learning and big data platforms. You’ll get an in-depth look at techniques including data source modeling, algorithm design, link analysis, classification, and clustering. As you master the core concepts, you’ll explore three end-to-end projects that illustrate architectures, best design practices, optimization approaches, and common pitfalls. Key Features · The lifecycle of a machine learning project · Three end-to-end applications · Graphs in big data platforms · Data source modeling · Natural language processing, recommendations, and relevant search · Optimization methods Readers comfortable with machine learning basics. About the technology By organizing and analyzing your data as graphs, your applications work more fluidly with graph-centric algorithms like nearest neighbor or page rank where it’s important to quickly identify and exploit relevant relationships. Modern graph data stores, like Neo4j or Amazon Neptune, are readily available tools that support graph-powered machine learning. Alessandro Negro is a Chief Scientist at GraphAware. With extensive experience in software development, software architecture, and data management, he has been a speaker at many conferences, such as Java One, Oracle Open World, and Graph Connect. He holds a Ph.D. in Computer Science and has authored several publications on graph-based machine learning.

DKK 476.00
1

Acing the System Design Interview - Zhiyong Tan - Bog - Manning Publications - Plusbog.dk

Acing the System Design Interview - Zhiyong Tan - Bog - Manning Publications - Plusbog.dk

Ace the toughest system design interview questions and land the job and salary you want! For software engineers, software architects, and engineering managers looking to advance their careers. Acing the System Design Interview tackles the hardest part of the software engineering hiring process – the system design interview. Never fear! In this book, Zhiyong Tan reveals his unique system design interview techniques that have earned him job offers from Amazon, Apple, PayPal, and Uber. The book goes well beyond typical soft skills. You will master a structured and organised approach to present system design ideas like: - - Scaling databases to support heavy traffic - - Distributed transactions techniques to ensure data consistency - - Services for functional partitioning such as API gateway, service mesh, and metadata - - Common API paradigms including REST, RPC, and GraphQL - - Caching strategies, including their tradeoffs - - Logging, monitoring, and alerting concepts that are critical in any system design - - Communication skills that demonstrate your engineering maturity - The interview''s open-ended nature often makes nailing it more art than science – and notoriously difficult to prepare for. With this book, you will dive deep into the common technical topics that arise during interviews, learning how to apply them to mentally perfect different kinds of systems. About the technology Any senior role in software engineering will include system design interviews in the hiring process. Built around open-ended questions with no standard answer, these interviews test how well you understand the design of complex systems. You will need to demonstrate that you can balance trade-offs to design a system that both meets current requirements and is flexible to future modifications and extensions – all in a 50-minute interview!

DKK 459.00
1

Deep Learning for Vision Systems - Mohamed Elgendy - Bog - Manning Publications - Plusbog.dk

Deep Learning for Vision Systems - Mohamed Elgendy - Bog - Manning Publications - Plusbog.dk

Computer vision is central to many leading-edge innovations, including self-driving cars, drones, augmented reality, facial recognition, and much, much more. Amazing new computer vision applications are developed every day, thanks to rapid advances in AI and deep learning (DL).   Deep Learning for Vision Systems teaches you the concepts and tools for building intelligent, scalable computer vision systems that can identify and react to objects in images, videos, and real life. With author Mohamed Elgendy’s expert instruction and illustration of real-world projects, you’ll finally grok state-of-the-art deep learning techniques, so you can build, contribute to, and lead in the exciting realm of computer vision!   Key Features ·   Introduction to computer vision ·   Deep learning and neural network ·   Transfer learning and advanced CNN architectures ·   Image classification and captioning   For readers with intermediate Python, math and machine learning skills.   About the technology By using deep neural networks, AI systems make decisions based on their perceptions of their input data. Deep learning-based computer vision (CV) techniques, which enhance and interpret visual perceptions, makes tasks like image recognition, generation, and classification possible.   Mohamed Elgendy is the head of engineering at Synapse Technology, a leading AI company that builds proprietary computer vision applications to detect threats at security checkpoints worldwide. Previously, Mohamed was an engineering manager at Amazon, where he developed and taught the deep learning for computer vision course at Amazon’s Machine Learning University. He also built and managed Amazon’s computer vision think tank, among many other noteworthy machine learning accomplishments. Mohamed regularly speaks at many AI conferences like Amazon’s DevCon, O''Reilly’s AI conference and Google’s I/O.

DKK 398.00
1

Event Streams in Action - Alexander Dean - Bog - Manning Publications - Plusbog.dk

Event Streams in Action - Alexander Dean - Bog - Manning Publications - Plusbog.dk

DESCRIPTIONEvent Streams in Action is a foundational book introducing the ULPparadigm and presenting techniques to use it effectively in data-richenvironments. The book begins with an architectural overview,illustrating how ULP addresses the thorny issues associated withprocessing data from multiple sources. It then guides the readerthrough examples using the unified log technologies Apache Kafkaand Amazon Kinesis and a variety of stream processing frameworksand analytics databases. Readers learn to aggregate events frommultiple sources, store them in a unified log, and build data processingapplications on the resulting event streams. As readers progressthrough the book, they learn how to validate, filter, enrich, and storeevent streams, master key stream processing approaches, and exploreimportant patterns like the lambda architecture, stream aggregation,and event re-processing. The book also dives into the methods andtools usable for event modelling and event analytics, along withscaling, resiliency, and advanced stream patterns. KEY FEATURES • Building data-driven applications that are easier to design,deploy, and maintain• Uses real-world examples and techniques• Full of figures and diagrams• Hands-on code samples and walkthroughs This book assumes that the reader has written some Java code. SomeScala or Python experience is helpful but not required. ABOUT THE TECHNOLOGYUnified Log Processing is a coherent data processing architecture thatcombines batch and near-real time stream data, event logging andaggregation, and data processing into a unified event stream. By efficientlycreating a single log of events from multiple data sources, Unified LogProcessing makes it possible to design large-scale data-driven applicationsthat are easier to design, deploy, and maintain. AUTHOR BIOAlexander Dean is co-founder and technical lead of Snowplow Analytics,an open source event processing and analytics platform.

DKK 370.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

Real-World Machine Learning - Henrick Brink - Bog - Manning Publications - Plusbog.dk

Real-World Machine Learning - Henrick Brink - Bog - Manning Publications - Plusbog.dk

DESCRIPTION In a world where big data is the norm and near-real-time decisions are crucial, machine learning (ML) is a critical component of the data workflow. Machine learning systems can quickly crunch massive amounts of information to offer insights and make decisions in a way that matches or even surpasses human cognitive abilities. These systems use sophisticated computational and statistical tools to build models that can recognize and visualize patterns, predict outcomes, forecast values, and make recommendations. Real-World Machine Learning is a practical guide designed to teach developers the art of ML project execution. The book introduces the day-to-day practice of machine learning and prepares readers to successfully build and deploy powerful ML systems. Using the Python language and the R statistical package, it starts with core concepts like data acquisition and modeling, classification, and regression. Then it moves through the most important ML tasks, like model validation, optimization and feature engineering. It uses real-world examples that help readers anticipate and overcome common pitfalls. Along the way, they will discover scalable and online algorithms for large and streaming data sets. Advanced readers will appreciate the in-depth discussion of enhanced ML systems through advanced data exploration and pre-processing methods. KEY FEATURES - - Accessible and practical introduction to machine learning - - Contains big-picture ideas and real-world examples - - Prepares reader to build and deploy powerful predictive systems - - Offers tips & tricks and highlights common pitfalls - AUDIENCE Code examples are in Python and R. No prior machine learning experience required. ABOUT THE TECHNOLOGY Machine learning has gained prominence due to the overwhelming successes of Google, Microsoft, Amazon, LinkedIn, Facebook, and others in their use of ML. The Gartner report predicts that big data analytics will be a $25 billion market by 2017, and financial firms, marketing organizations, scientific facilities, and Silicon Valley startups are all demanding machine learning skills from their developers.

DKK 380.00
1

Regular Expression Puzzles and AI Coding Assistants: 24 puzzles solved by the author, with and without assistance from Copilot, ChatGPT and more -

Regular Expression Puzzles and AI Coding Assistants: 24 puzzles solved by the author, with and without assistance from Copilot, ChatGPT and more -

Learn how AI-assisted coding using ChatGPT and GitHub Copilot can dramatically increase your productivity (and fun) in writing regular expressions and other programmes. "How these tools can be both so very amazing in what they produce, and simultaneously so utterly doltish in their numerous failures, is the main thing this book tries to understand. For reasons I attempt to elucidate throughout, of all the domains of computer programming, games with regular expressions are particularly well suited for getting a grasp on the peculiar behaviors of AI." From the Preface For programmers of any experience level – no experience with AI coding tools is required. Regular Expression Puzzles and AI Coding Assistants is the story of two competitors. On the one side is David Mertz, an expert programmer and the author of the Web''s most popular Regex tutorial. On the other are the AI powerhouse coding assistants, GitHub Copilot and OpenAI ChatGPT. Here''s how the contest works: David invents 24 Regex problems he calls puzzles and shows you how to tackle each one. When he''s done he has Copilot and ChatGPT work the same puzzles. What they produce intrigues him. Which side is likelier to get it right? Which will write simple and elegant code? Which one makes the smartest use of lesser-known Regex library features? Read the book to find out. David also offers AI best practices, showing how smart prompts return better results. By the end, you''ll be a master at solving your own Regex puzzles, whether you use AI or not. About the technology Ground-breaking large language model research from OpenAI, Google, Amazon, and others, have transformed expectations of machine-generated software. But how do these AI assistants, like ChatGPT and GitHub Copilot, measure up against regular expressions—a workhorse technology for developers used to describe, find, and manipulate patterns in the text? Regular expressions are compact, complex, and subtle. Will AI assistants handle the challenge?

DKK 312.00
1

MLOps Engineering at Scale - Carl Osipov - Bog - Manning Publications - Plusbog.dk

MLOps Engineering at Scale - Carl Osipov - Bog - Manning Publications - Plusbog.dk

Deploying a machine learning model into a fully realized production system usually requires painstaking work by an operations team creating and managing custom servers. Cloud Native Machine Learning helps you bridge that gap by using the pre-built services provided by cloud platforms like Azure and AWS to assemble your ML system’s infrastructure. Following a real-world use case for calculating taxi fares, you’ll learn how to get a serverless ML pipeline up and running using AWS services. Clear and detailed tutorials show you how to develop reliable, flexible, and scalable machine learning systems without time-consuming management tasks or the costly overheads of physical hardware. about the technology Your new machine learning model is ready to put into production, and suddenly all your time is taken up by setting up your server infrastructure. Serverless machine learning offers a productivity-boosting alternative. It eliminates the time-consuming operations tasks from your machine learning lifecycle, letting out-of-the-box cloud services take over launching, running, and managing your ML systems. With the serverless capabilities of major cloud vendors handling your infrastructure, you’re free to focus on tuning and improving your models. about the book Cloud Native Machine Learning is a guide to bringing your experimental machine learning code to production using serverless capabilities from major cloud providers. You’ll start with best practices for your datasets, learning to bring VACUUM data-quality principles to your projects, and ensure that your datasets can be reproducibly sampled. Next, you’ll learn to implement machine learning models with PyTorch, discovering how to scale up your models in the cloud and how to use PyTorch Lightning for distributed ML training. Finally, you’ll tune and engineer your serverless machine learning pipeline for scalability, elasticity, and ease of monitoring with the built-in notification tools of your cloud platform. When you’re done, you’ll have the tools to easily bridge the gap between ML models and a fully functioning production system. what''s inside - - Extracting, transforming, and loading datasets - - Querying datasets with SQL - - Understanding automatic differentiation in PyTorch - - Deploying trained models and pipelines as a service endpoint - - Monitoring and managing your pipeline’s life cycle - - Measuring performance improvements - about the reader For data professionals with intermediate Python skills and basic familiarity with machine learning. No cloud experience required. about the author Carl Osipov has spent over 15 years working on big data processing and machine learning in multi-core, distributed systems, such as service-oriented architecture and cloud computing platforms. While at IBM, Carl helped IBM Software Group to shape its strategy around the use of Docker and other container-based technologies for serverless computing using IBM Cloud and Amazon Web Services. At Google, Carl learned from the world’s foremost experts in machine learning and also helped manage the company’s efforts to democratize artificial intelligence. You can learn more about Carl from his blog Clouds With Carl .

DKK 398.00
1