Descargar Libros y Ebooks (PDF / EPUB)

La mejor selección de ebooks gratis en español

Busca tu ebook....

Hemos encontrado un total de 38 libros disponibles para descargar
Building Microservices with Micronaut®

Building Microservices with Micronaut®

Autor: Nirmal Singh , Zack Dawood , The Micronaut® Foundation

Número de Páginas: 363

Explore different aspects of building modular microservices such as development, testing, maintenance, and deployment using the Micronaut framework Key FeaturesLearn how to build scalable, fast, and resilient microservices with this concise guideExplore the many advantages of using reflection-free, compile-time dependency injections and aspect-oriented programmingBuild cloud-native applications easily with the Micronaut frameworkBook Description The open source Micronaut® framework is a JVM-based toolkit designed to create microservices quickly and easily. This book will help full-stack and Java developers build modular, high-performing, and reactive microservice-based apps using the Micronaut framework. You'll start by building microservices and learning about the core components, such as ahead-of-time compilation, reflection-less dependency injection, and reactive baked-in HTTP clients and servers. Next, you will work on a real-time microservice application and learn how to integrate Micronaut projects with different kinds of relational and non-relational databases. You'll also learn how to employ different security mechanisms to safeguard your microservices and integrate...

Building Microservices with Spring

Building Microservices with Spring

Autor: Dinesh Rajput , Rajesh R V

Número de Páginas: 493

Learn and use the design patterns and best practices in Spring to solve common design problems and build user-friendly microservices Key FeaturesStudy the benefits of using the right design pattern in your toolkitManage your code easily with Spring's dependency injection patternExplore the features of Docker and Mesos to build successful microservicesBook Description Getting Started with Spring Microservices begins with an overview of the Spring Framework 5.0, its design patterns, and its guidelines that enable you to implement responsive microservices at scale. You will learn how to use GoF patterns in application design. You will understand the dependency injection pattern, which is the main principle behind the decoupling process of the Spring Framework and makes it easier to manage your code. Then, you will learn how to use proxy patterns in aspect-oriented programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. After understanding the basics, you will move on to more advanced topics, such as reactive streams and concurrency. Written to the latest specifications of Spring that focuses on Reactive...

Building Microservices with .NET Core

Building Microservices with .NET Core

Autor: Gaurav Kumar Aroraa , Lalit Kale , Kanwar Manish

Número de Páginas: 267

Architect your .NET applications by breaking them into really small pieces—microservices—using this practical, example-based guide About This Book Start your microservices journey and understand a broader perspective of microservices development Build, deploy, and test microservices using ASP.Net MVC, Web API, and Microsoft Azure Cloud Get started with reactive microservices and understand the fundamentals behind it Who This Book Is For This book is for .NET Core developers who want to learn and understand microservices architecture and implement it in their .NET Core applications. It's ideal for developers who are completely new to microservices or have just a theoretical understanding of this architectural approach and want to gain a practical perspective in order to better manage application complexity. What You Will Learn Compare microservices with monolithic applications and SOA Identify the appropriate service boundaries by mapping them to the relevant bounded contexts Define the service interface and implement the APIs using ASP.NET Web API Integrate the services via synchronous and asynchronous mechanisms Implement microservices security using Azure Active Directory,...

Building Microservices with Node.js

Building Microservices with Node.js

Autor: Daniel Kapexhiu

Número de Páginas: 324

Venture into microservices with Node.js, uncovering step-by-step roadmaps, insightful demonstrations, and cutting-edge techniques to build robust web applications Key Features Explore microservices architecture and implement it using Node.js for robust web applications Follow clear, practical examples and real-world use cases to apply your knowledge and build your skills Excel in the world of software development and tackle complex challenges with confidence Purchase of the print or Kindle book includes a free PDF eBook Book Description– Immerse yourself in the world of microservices with this guide to migration from a monolithic architecture to microservices. – With this book, you’ll acquire a deep understanding of microservices architecture and apply it confidently in your web application projects. – As you progress, you’ll be guided through the process of creating a simple application and incorporating the Node.js framework into it, along with its commonly used libraries. – You’ll learn how the framework operates, how to configure it, and how to develop handlers for the web framework and explore how to deploy your application to a production server. – Get to...

Building Microservices with Go

Building Microservices with Go

Autor: Nic Jackson

Número de Páginas: 354

Your one-stop guide to the common patterns and practices, showing you how to apply these using the Go programming language About This Book This short, concise, and practical guide is packed with real-world examples of building microservices with Go It is easy to read and will benefit smaller teams who want to extend the functionality of their existing systems Using this practical approach will save your money in terms of maintaining a monolithic architecture and demonstrate capabilities in ease of use Who This Book Is For You should have a working knowledge of programming in Go, including writing and compiling basic applications. However, no knowledge of RESTful architecture, microservices, or web services is expected. If you are looking to apply techniques to your own projects, taking your first steps into microservice architecture, this book is for you. What You Will Learn Plan a microservice architecture and design a microservice Write a microservice with a RESTful API and a database Understand the common idioms and common patterns in microservices architecture Leverage tools and automation that helps microservices become horizontally scalable Get a grounding in...

Building Microservices with .NET Core 2.0

Building Microservices with .NET Core 2.0

Autor: Gaurav Aroraa

Número de Páginas: 295

Architect your .NET applications by breaking them into really small pieces - microservices -using this practical, example-based guide. Key Features Start your microservices journey and get a broader perspective on microservices development using C# 7.0 with .NET Core 2.0 Build, deploy, and test microservices using ASP.Net Core, ASP.NET Core API, and Microsoft Azure Cloud Get the basics of reactive microservices Book Description The microservices architectural style promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within your business. We'll start by looking at what microservices are and their main characteristics. Moving forward, you will be introduced to real-life application scenarios; after assessing the current issues, we will begin the journey of transforming this application by splitting it into a suite of microservices using C# 7.0 with .NET Core 2.0. You will identify service boundaries, split the application into multiple microservices, and define service contracts. You will find out how to configure, deploy, and monitor microservices, and...

Building Microservices with ASP.NET Core

Building Microservices with ASP.NET Core

Autor: Kevin Hoffman

Número de Páginas: 231

Chapter 7. Building an ASP.NET Core Web Application; ASP.NET Core Basics; Adding ASP.NET MVC Middleware; Adding a Controller; Adding a Model; Adding a View; Invoking REST APIs from JavaScript; Building Cloud-Native Web Applications; API First; Configuration; Logging; Session State; Data Protection; Backing Services; Environment Parity; Port Binding; Telemetry; Authentication and Authorization; Summary; Chapter 8. Service Discovery; Refresher on Cloud-Native Factors; External Configuration; Backing Services; Introducing Netflix Eureka; Discovering and Advertising ASP.NET Core Services

Building Microservices Applications on Microsoft Azure

Building Microservices Applications on Microsoft Azure

Autor: Harsh Chawla , Hemant Kathuria

Número de Páginas: 271

Implement microservices starting with their architecture and moving on to their deployment, manageability, security, and monitoring. This book focuses on the key scenarios where microservices architecture is preferred over a monolithic architecture. Building Microservices Applications on Microsoft Azure begins with a survey of microservices architecture compared to monolithic architecture and covers microservices implementation in detail. You'll see the key scenarios where microservices architecture is preferred over a monolithic approach. From there, you will explore the critical components and various deployment options of microservices on platforms such as Microsoft Azure (public cloud) and Azure Stack (hybrid cloud). This includes in-depth coverage of developing, deploying, and monitoring microservices on containers and orchestrating with Azure Service Fabric and Azure Kubernetes Cluster (AKS). This book includes practical experience from large-scale enterprise deployments, therefore it can be a quick reference for solution architects and developers to understand the critical factors while designing a microservices application. What You Will Learn Explore the use cases of...

Building Modern SaaS Applications with C# and .NET

Building Modern SaaS Applications with C# and .NET

Autor: Andy Watt

Número de Páginas: 346

Embark on a tech-tastic adventure and build Software as a Service (SaaS) applications using the Microsoft tech stack Purchase of the print or Kindle book includes a free PDF eBook Key Features Understand the core concepts of Software as a Service and their importance in building modern applications Build a wide array of key elements for SaaS applications using practical examples Learn to test, deploy, upgrade, and maintain a SaaS application Book Description There are several concepts that must be mastered to deliver functional and efficient SaaS applications. This book is perfect for developers and teams with experience in traditional application development looking to switch to SaaS and deliver slick and modern applications. You'll start with a general overview of SaaS as a concept and learn with the help of an example throughout the book to bring life to the technical descriptions. You'll use the Microsoft .NET tech stack for development and C# as the programming language to develop your desired SaaS application. Delivering SaaS requires a deep understanding of all layers in the application stack. As you progress, you'll learn how to approach the database layer, the API, and...

Clean Code with C#

Clean Code with C#

Autor: Jason Alls

Número de Páginas: 492

Enhance your programming skills through code reviews, TDD and BDD implementation, and API design to overcome code inefficiency, redundancy, and other issues arising from bad code Key Features Write code that seamlessly integrates with other systems while maintaining well-defined software boundaries Understand how coding principles and standards elevate software quality Learn how to avoid common errors while implementing concurrency or threading Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionTraditionally associated with Windows desktop applications and game development, C# has expanded into web, cloud, and mobile development. However, despite its extensive coding features, professionals often encounter issues with efficiency, scalability, and maintainability due to poor code. Clean Code in C# guides you in identifying and resolving these problems using coding best practices. This book starts by comparing good and bad code to emphasize the importance of coding standards, principles, and methodologies. It then covers code reviews, unit testing, and test-driven development, and addresses cross-cutting concerns. As you advance through the chapters,...

Tu modelo de negocio

Tu modelo de negocio

Autor: Alexander Osterwalder , Yves Pigneur , Timothy Clark

Número de Páginas: 258

El bestseller internacional Generación de modelos de negocio introdujo un método visual único para resumir y reflexionar de forma creativa sobre cualquier idea de negocio o producto utilizando una sola hoja de papel. En Tu modelo de negocio, este eficaz recurso de emplear sólo una página se utiliza para enseñar a los lectores a esbozar «modelos de negocio personales» que les revelen nuevas formas de adaptar sus competencias al cambiante mercado laboral con el objetivo de encontrar alternativas —personales y profesionales— más satisfactorias. Este libro te ayudará a definir tu modelo de negocio y, en consecuencia, a mejorar tu trayectoria profesional.

Simple Object-Oriented Design

Simple Object-Oriented Design

Autor: Mauricio Aniche

Número de Páginas: 190

Write object-oriented code that’s manageable, maintainable, and future-proof. Keeping your object-oriented designs simple demands a creative approach—and that’s exactly what you’ll find in Simple Object-Oriented Design. This book is full of patterns and principles for reducing complexity, each one proven in author Mauricio Aniche’s 20-year career in software development. You’ll learn how to tackle code’s natural growth in complexity, and adopt a “good enough” approach that means it’s easy to refactor when requirements change. You’ll discover insightful principles for: Making code readable and documented Improving consistency and encapsulation Managing dependencies Designing abstractions Handling infrastructure Effective modularization Learn what constitutes both good and bad object-oriented software design, discover how to make better trade-offs in design decisions, and when to embrace complexity over simpler data structures. With this book as your vital reference, you’ll be ready to write code that will last the test of time, without slowing feature delivery to a crawl. About the technology Even a simple object-oriented application can quickly become...

Building Microservices with JavaScript

Building Microservices with JavaScript

Autor: Diogo Resende , Paul Osman

Número de Páginas: 570

Explore microservices by developing with Express, deploying with Docker, and scaling with Swarm and Kubernetes. Key Features Build cloud-native microservices using only Node and Express Write clean and maintainable code with JavaScript for improved microservices development Learn ways to monitor and manage your services in a production environment Book Description Microservices are a popular way to build distributed systems that power modern web and mobile apps. With the help of this Learning Path, you'll learn how to develop your applications as a suite of independently deployable and scalable services. Using an example-driven approach, this Learning Path will uncover how you can dismantle your monolithic application and embrace microservice architecture, right from architecting your services and modeling them to integrating them into your application. You'll also explore ways to overcome challenges in testing and deploying these services by setting up deployment pipelines that break down the application development process into several stages. You'll study serverless architecture for microservices and understand its benefits. Furthermore, this Learning Path delves into the...

The Tao of Microservices

The Tao of Microservices

Autor: Richard Rodger

Número de Páginas: 541

Summary The Tao of Microservices guides you on the path to understanding how to apply microservice architectures to your own real-world projects. This high-level book offers a conceptual view of microservice design, along with core concepts and their application. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology An application, even a complex one, can be designed as a system of independent components, each of which handles a single responsibility. Individual microservices are easy for small teams without extensive knowledge of the entire system design to build and maintain. Microservice applications rely on modern patterns like asynchronous, message-based communication, and they can be optimized to work well in cloud and container-centric environments. About the Book The Tao of Microservices guides you on the path to understanding and building microservices. Based on the invaluable experience of microservices guru Richard Rodger, this book exposes the thinking behind microservice designs. You'll master individual concepts like asynchronous messaging, service APIs, and encapsulation as you learn to...

Building Event-Driven Microservices

Building Event-Driven Microservices

Autor: Adam Bellemare

Número de Páginas: 321

Organizations today often struggle to balance business requirements with ever-increasing volumes of data. Additionally, the demand for leveraging large-scale, real-time data is growing rapidly among the most competitive digital industries. Conventional system architectures may not be up to the task. With this practical guide, you’ll learn how to leverage large-scale data usage across the business units in your organization using the principles of event-driven microservices. Author Adam Bellemare takes you through the process of building an event-driven microservice-powered organization. You’ll reconsider how data is produced, accessed, and propagated across your organization. Learn powerful yet simple patterns for unlocking the value of this data. Incorporate event-driven design and architectural principles into your own systems. And completely rethink how your organization delivers value by unlocking near-real-time access to data at scale. You’ll learn: How to leverage event-driven architectures to deliver exceptional business value The role of microservices in supporting event-driven designs Architectural patterns to ensure success both within and between teams in your...

Professional C# 7 and .NET Core 2.0

Professional C# 7 and .NET Core 2.0

Autor: Christian Nagel

Número de Páginas: 1440

The professional’s guide to C# 7, with expert guidance on the newest features Professional C# 7 and .NET Core 2.0 provides experienced programmers with the information they need to work effectively with the world’s leading programming language. The latest C# update added many new features that help you get more done in less time, and this book is your ideal guide for getting up to speed quickly. C# 7 focuses on data consumption, code simplification, and performance, with new support for local functions, tuple types, record types, pattern matching, non-nullable reference types, immutable types, and better support for variables. Improvements to Visual Studio will bring significant changes to the way C# developers interact with the space, bringing .NET to non-Microsoft platforms and incorporating tools from other platforms like Docker, Gulp, and NPM. Guided by a leading .NET expert and steeped in real-world practicality, this guide is designed to get you up to date and back to work. With Microsoft speeding up its release cadence while offering more significant improvement with each update, it has never been more important to get a handle on new tools and features quickly. This...

Building Microservices

Building Microservices

Autor: Sam Newman

Número de Páginas: 259

Over the past 10 years, distributed systems have become more fine-grained. From the large multi-million line long monolithic applications, we are now seeing the benefits of smaller self-contained services. Rather than heavy-weight, hard to change Service Oriented Architectures, we are now seeing systems consisting of collaborating microservices. Easier to change, deploy, and if required retire, organizations which are in the right position to take advantage of them are yielding significant benefits.This book takes an holistic view of the things you need to be cognizant of in order to pull this off. It covers just enough understanding of technology, architecture, operations and organization to show you how to move towards finer-grained systems.

Designing Microservices Platforms with NATS

Designing Microservices Platforms with NATS

Autor: Chanaka Fernando

Número de Páginas: 357

A complete reference for designing and building scalable microservices platforms with NATS messaging technology for inter-service communication with security and observability Key FeaturesUnderstand the use of a messaging backbone for inter-service communication in microservices architectureDesign and build a real-world microservices platform with NATS as the messaging backbone using the Go programming languageExplore security, observability, and best practices for building a microservices platform with NATSBook Description Building a scalable microservices platform that caters to business demands is critical to the success of that platform. In a microservices architecture, inter-service communication becomes a bottleneck when the platform scales. This book provides a reference architecture along with a practical example of how to implement it for building microservices-based platforms with NATS as the messaging backbone for inter-service communication. In Designing Microservices Platforms with NATS, you'll learn how to build a scalable and manageable microservices platform with NATS. The book starts by introducing concepts relating to microservices architecture, inter-service...

Hugo in Action

Hugo in Action

Autor: Atishay Jain

Número de Páginas: 486

Build and deploy a live website in just 30 minutes using Hugo. The Hugo engine lets you rapidly deliver static sites that are low maintenance, high performance, and feature rich. In Hugo in Action you will learn: Building web pages with Hugo and Jamstack Creating content using Markdown Content management with Hugo Designing new Hugo themes Using the Go template language Managing dependencies with Hugo modules Accessing APIs with Jamstack Adding a shopping cart using JavaScript Content tagging with markup Sometimes, simple is better. Static websites—sites with fixed content—are easier to create and maintain, and inherently more secure than dynamic pages. Hugo in Action is a hands-on guide to using the Hugo static site engine to render these websites in milliseconds. Working with a complete example website and source code samples, you’ll learn how to build and host a site that will wow users and stay stable without a third-party server. Full coverage of the Jamstack (Javascript, APIs, Markdown) shows how easy it is to add complex features to super-simple sites, including eCommerce shopping carts, dynamic forms, and multilingual options. About the technology Because they load...

Patrones de diseño

Patrones de diseño

Autor: Erich Gamma

Número de Páginas: 384

En este libro se introducen los principios de los patrones de diseño y ofrecen un catálogo de dichos patrones. Este libro muestra el papel que los patrones pueden desempeñar diseñando la arquitectura de sistemas complejos y proporciona una referencia práctica de un conjunto de excelentes patrones que el desarrollador puede aplicar para construir sus propias aplicaciones.

Sin imagen

Building Microservices with Spring Boot

Autor: Engin Yöyen

Número de Páginas: 239

This book is designed to give you the complete picture of how you can build microservices with Spring Boot. Existing book regarding microservice are helpful to grasp to concepts, but there are no practical examples of how to accomplish it. The objective of the book is to use Spring and Spring Boot to show practical approaches as well a reference guide to Spring Boot. The way we build software has changed dramatically. The word cloud is everywhere. Most software companies are either using available providers such as AWS, Joyent, Rackspace or trying to build their own private cloud. The tendency of building big massive software is also changing, now the trend is to build smaller software which does one thing and it does it well.It is called microservices, a small, discrete, isolated, stateless, lightweight application that can be deployed separately from other services that depend on it. The architectural style which refers to an approach to structuring a single software application as a group of small services, each running in its own process and communicating with lightweight mechanisms.Spring as a mature framework does provide most of the necessary modules to accomplish what is...

Microservices in .NET, Second Edition

Microservices in .NET, Second Edition

Autor: Christian Gammelgaard

Número de Páginas: 326

Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. Summary In Microservices in .NET, Second Edition you will learn how to: Build scalable microservices that are reliable in production Optimize microservices for continuous delivery Design event-based collaboration between microservices Deploy microservices to Kubernetes Set up Kubernetes in Azure Microservices in .NET, Second Edition is a comprehensive guide to building microservice applications using the .NET stack. After a crystal-clear introduction to the microservices architectural style, it teaches you practical microservices development skills using ASP.NET. This second edition of the bestselling original has been revised with up-to-date tools for the .NET ecosystem, and more new coverage of scoping microservices and deploying to Kubernetes. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Microservice architectures connect independent components that must work together as a system. Integrating new technologies like Docker and Kubernetes with Microsoft’s familiar ASP.NET...

Microservices: Up and Running

Microservices: Up and Running

Autor: Ronnie Mitra , Irakli Nadareishvili

Número de Páginas: 255

Microservices architectures offer great benefits: faster change speeds, better scalability and cleaner, evolvable architectures. But, implementing your first Microservices architecture to get those rewards is difficult. How do you quickly educate your team on all the technical details of execution to maximize your chances of success? How do you survive the first year of bringing your microservices implementation to life? How do you improve your execution? Making the right implementation decisions is difficult and you don't have the luxury of time to find out if the decisions you are making are the right ones. This book offers a prescriptive guide for building a Microservices architecture to combat that uncertainty. Inside, you will find a step-by-step implementation journey mapped out based on the techniques and architectures that have been proven to work for Microservices systems. This book solves the following problems for users: What does a "good" microservices project look like? Are the decisions you're making for your project the "right" ones? How do you come up with a good microservices design that fits your own context as quickly as possible? Where should you spend time...

Building Microservices

Building Microservices

Autor: Ted Beacon

Número de Páginas: 0

Dive into the world of building scalable, efficient, and robust applications with "Building Microservices with .NET Core and Docker." This expertly crafted guide is designed for software developers, architects, and IT professionals seeking to harness the power of microservices architecture alongside the efficiency of .NET Core and the agility of Docker. Whether you're a seasoned .NET developer or new to the realm of microservices, this book provides the knowledge and skills necessary to develop, containerize, and deploy microservices-based applications with confidence. Starting with the fundamentals, you'll explore the core concepts of microservices and .NET Core, gradually progressing to more advanced topics such as microservice design, development, testing, and security. Learn how to containerize .NET microservices with Docker, orchestrate them with Docker Compose and Kubernetes, and ensure their security, monitoring, and logging for seamless operation. "Building Microservices with .NET Core and Docker" stands out with its practical approach, blending in-depth tutorials, best practices, and real-world examples. By the end of this book, you'll be equipped to design and deploy...

A Verification Framework for a Rule-oriented Data Grid Management System

A Verification Framework for a Rule-oriented Data Grid Management System

Autor: Richard Shuo Liu

Número de Páginas: 150
Spring: Microservices with Spring Boot

Spring: Microservices with Spring Boot

Autor: Ranga Rao Karanam

Número de Páginas: 139

Unlock the power of Spring Boot to build and deploy production-ready microservices Key Features Get to know the advanced features of Spring Boot in order to develop and monitor applications Use Spring cloud to deploy and manage microservices on the cloud Look at embedded servers and deploy a test application to a PaaS Cloud platform Embedded with assessments that will help you revise the concepts you have learned in this book Book Description Microservices helps in decomposing applications into small services and move away from a single monolithic artifact. It helps in building systems that are scalable, flexible, and high resilient. Spring Boot helps in building REST-oriented, production-grade microservices. This book is a quick learning guide on how to build, monitor, and deploy microservices with Spring Boot. You'll be first familiarized with Spring Boot before delving into building microservices. You will learn how to document your microservice with the help of Spring REST docs and Swagger documentation. You will then learn how to secure your microservice with Spring Security and OAuth2. You will deploy your app using a self-contained HTTP server and also learn to monitor a...

Python Concurrency with asyncio

Python Concurrency with asyncio

Autor: Matthew Fowler

Número de Páginas: 374

Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library. Use coroutines and tasks alongside async/await syntax to run code concurrently Build web APIs and make concurrency web requests with aiohttp Run thousands of SQL queries concurrently Create a map-reduce job that can process gigabytes of data concurrently Use threading with asyncio to mix blocking code with asyncio code Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading. About the technology It’s easy to overload standard Python and watch your programs slow to a crawl. Th e asyncio library was built to solve these problems by making it easy to divide and schedule tasks. It...

CompTIA Cloud Essentials+ Certification Study Guide, Second Edition (Exam CLO-002)

CompTIA Cloud Essentials+ Certification Study Guide, Second Edition (Exam CLO-002)

Autor: Daniel Lachance

Número de Páginas: 303

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. The best IT certification exam study system available Filled with hands-on exercises and practice exam questions, CompTIA Cloud Essentials+TM Certification Study Guide, Second Edition (Exam CLO-002) covers what you need to know—and shows you how to prepare—for this challenging exam. 100% complete coverage of all official objectives for exam CLO-002 Exam Readiness checklist—you’re ready for the exam when all objectives on the list are checked off Exam Watch notes call attention to information about, and potential pitfalls in, the exam Two-Minute Drills for quick review at the end of every chapter Simulated exam questions match the format, tone, topics, and difficulty of the real exam Covers all the exam topics, including: The Principles of Cloud Computing • The Business Side of Cloud Computing • Cloud Planning • Compliance and the Cloud • Cloud Storage Infrastructure • Cloud Network Infrastructure • Cloud Computing Infrastructure • Applications and Big Data in the Cloud •...

Monolith to Microservices

Monolith to Microservices

Autor: Sam Newman

Número de Páginas: 285

How do you detangle a monolithic system and migrate it to a microservice architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture. With many illustrative examples, insightful migration patterns, and a bevy of practical advice to transition your monolith enterprise into a microservice operation, this practical guide covers multiple scenarios and strategies for a successful migration, from initial planning all the way through application and database decomposition. You’ll learn several tried and tested patterns and techniques that you can use as you migrate your existing architecture. Ideal for organizations looking to transition to microservices, rather than rebuild Helps companies determine whether to migrate, when to migrate, and where to begin Addresses communication, integration, and the migration of legacy systems Discusses multiple migration patterns and where they apply Provides database migration examples, along with synchronization strategies Explores application...

Microservices: Up and Running

Microservices: Up and Running

Autor: Ronnie Mitra , Irakli Nadareishvili

Número de Páginas: 313

Microservices architectures offer faster change speeds, better scalability, and cleaner, evolvable system designs. But implementing your first microservices architecture is difficult. How do you make myriad choices, educate your team on all the technical details, and navigate the organization to a successful execution to maximize your chance of success? With this book, authors Ronnie Mitra and Irakli Nadareishvili provide step-by-step guidance for building an effective microservices architecture. Architects and engineers will follow an implementation journey based on techniques and architectures that have proven to work for microservices systems. You'll build an operating model, a microservices design, an infrastructure foundation, and two working microservices, then put those pieces together as a single implementation. For anyone tasked with building microservices or a microservices architecture, this guide is invaluable. Learn an effective and explicit end-to-end microservices system design Define teams, their responsibilities, and guidelines for working together Understand how to slice a big application into a collection of microservices Examine how to isolate and embed data...

AWS Certified Solutions Architect Associate All-in-One Exam Guide (Exam SAA-C01)

AWS Certified Solutions Architect Associate All-in-One Exam Guide (Exam SAA-C01)

Autor: Joyjeet Banerjee

Número de Páginas: 432

COVERS THE NEW 2018 EXAM SAA-C01! This effective study guide provides 100% coverage of every topic on the AWS Certified Solutions Architect Associate exam.Get complete coverage of all objectives included on the February 2018 SAA-C01 exam from this comprehensive resource. Written by an expert AWS Solutions Architect and well-respected author, this authoritative guide fully addresses the knowledge and skills required for passing the AWS Certified Solutions Architect Associate exam. You’ll find learning objectives at the beginning of each chapter, exam tips, practice exam questions, and in-depth explanations. Designed to help you pass the exam with ease, this definitive volume also serves as an essential on-the-job reference.Covers all exam domains, including:•Design Resilient Architectures •Define Performant Architectures •Specify Secure Applications and Architectures •Design Cost-Optimized Architectures •Define Operationally Excellent Architectures Digital content includes:•130 practice exam questions•Test engine that provides practice exams or quizzes that can be customized by chapter or exam objective

AWS Certified Solutions Architect Associate All-in-One Exam Guide, Second Edition (Exam SAA-C02)

AWS Certified Solutions Architect Associate All-in-One Exam Guide, Second Edition (Exam SAA-C02)

Autor: Joyjeet Banerjee

Número de Páginas: 449

This up-to-date study guide offers 100% coverage of every objective for the current version of the AWS Certified Solutions Architect Professional exam Get complete coverage of all objectives included on the SAA-C02 exam from this comprehensive resource. Written by an expert AWS Solutions Architect and well-respected author, this authoritative guide fully addresses the knowledge and skills required for passing the AWS Certified Solutions Architect – Associate exam. You’ll find learning objectives at the beginning of each chapter, exam tips, practice exam questions, and in-depth explanations. You’ll also build your practical knowledge with the many hands-on labs found throughout this guide. Designed to help you pass the exam with ease, this definitive volume also serves as an essential on-the-job reference. Covers all exam domains, including: Design Resilient Architectures Design High-Performing Architectures Design Secure Applications and Architectures Design Cost-Optimized Architectures Online content includes: 130 practice exam questions Test engine that provides practice exams or quizzes that can be customized by chapter or exam objective

Microservices

Microservices

Autor: Jake Knowles

Número de Páginas: 98

Microservices Discover and Manage Microservices Architecture This book is an exploration of microservices. It begins by explaining what they are, so as to help the reader better understand them. After reading this book you will know how and where microservices are used. The unique characteristics of microservices have been mentioned and then explored in detail. This will help to give a deep understanding about how microservices function, especially in a production environments. The next part of the book is a guide on how to implement microservices. You will learn how to use QBit and Gradle for the purpose of developing them. Java POJO has also been explored, so you will find out how to use it for development of microservices. The use of Spring Boot for development of microservices has also been explored, so you can use it for the same purpose. The next chapter of this book explains the reasons many companies prefer to implement their software using a microservice architecture, rather than the alternatives. These reasons have been explained, with no details left out. The issue of security in microservices has also been discussed thoroughly. On reading this book, you will know how...

Neue digitale Services für Kunden. Entwurf einer IoT-Referenzarchitektur für SaaS-Anwendungen auf Basis von Microservices

Neue digitale Services für Kunden. Entwurf einer IoT-Referenzarchitektur für SaaS-Anwendungen auf Basis von Microservices

Autor: Michael Bockheim

Número de Páginas: 144

Masterarbeit aus dem Jahr 2020 im Fachbereich Informatik - Wirtschaftsinformatik, Note: 1,0, Universität Duisburg-Essen (Fakultät für Wirtschaftswissenschaften), Sprache: Deutsch, Abstract: Im Rahmen dieser Arbeit wird eine neue, konzeptionelle IoT-Referenzarchitektur für SaaS Anwendungen entworfen, die für die Entwicklung derartiger Plattformen verwendet werden kann. Es werden dazu Anforderungen aus IoT-Referenzarchitekturen und dem Thema SaaS in der Literatur abgeleitet, sowie relevante Architekturansätze in Bezug auf die Anforderungen analysiert und Aspekte abgeleitet, die diese Anforderungen unterstützen. Basierend auf den Erkenntnissen wird eine neue Referenzarchitektur entworfen, die sowohl diese Aspekte berücksichtigt und die Anforderungen erfüllt. Da die Ableitung der Referenzarchitektur auf theoretischen Erkenntnissen basiert, wird diese für einen konkreten Anwendungsfall ausgeprägt, um die Übertragbarkeit in die Praxis zu evaluieren. Unternehmen setzen zunehmend Internet of things (IoT) Projekte um. Nach einer Studie von IDG hat sich die Zahl der umgesetzten IoT Projekte von 2018 auf 2019 verdoppelt. Ein großer Teil der Unternehmen entwickelte die...

Microservices

Microservices

Autor: Anthony Cotton

Número de Páginas: 130

This book is an exploration of microservices. It begins by explaining what microservices are and where they are used. Remote Procedure Calls (RPCs) are commonly used for communication between applications. This book guides you on how to use Google shares gRPC for Microservices. You will also be guided on how to use Microservices with Spring, including how to develop a sample microservice in Spring. This book also explains how to perform filtering and routing of requests in microservices. Filtering of requests is done via a proxy service. Instructions on using the Netflix Zuul service for the purpose of filtering requests at the proxy service are also provided, as well as how to create a pagerank analytics platform using microservices. You will also be guided on how to use polyglot persistence. This allows you to use different kinds of databases, so that you can use the best language for your needs, depending on the application. The process of discovery and registration of microservices will also been explored in detail. The following topics are discussed in this book: - What are Microservices - Google shares gRPC for Microservices - Microservices with Spring - Routing and...

Sin imagen

Monolith to Microservices

Autor: Sam Newman

Número de Páginas: 0

How do you detangle a monolithic system and migrate it to a microservices architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman's extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture. With many illustrative examples, insightful migration patterns, and a bevy of practical advice to transition your monolith enterprise into a microservice operation, this practical guide covers multiple scenarios and strategies for a successful migration, from initial planning all the way through application and database decomposition. You'll learn several tried and tested patterns and techniques that you can use as you migrate your existing architecture. Ideal for organizations looking to transition to microservices, rather than rebuild Helps companies determine whether to migrate, when to migrate, and where to begin Addresses communication, integration, and the migration of legacy systems Discusses multiple migration patterns and where they apply Provides database migration examples, along with synchronization strategies Explores application...

Últimos libros y autores buscados