Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Practical GitOps, Salecha


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Salecha
Название:  Practical GitOps
ISBN: 9781484286722
Издательство: Springer
Классификация:


ISBN-10: 1484286723
Обложка/Формат: Soft cover
Страницы: 531
Вес: 0.84 кг.
Дата издания: 08.01.2023
Язык: English
Издание: 1st ed.
Иллюстрации: 241 illustrations, black and white; xvii, 531 p. 241 illus.
Размер: 235 x 155
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Infrastructure management using terraform, aws, and github actions
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Infrastructure as Code (IaC) is gaining popularity and developers today are deploying their application environments through IaC tools to the cloud. However, it can become extremely difficult and time-consuming to manage the state of the infrastructure that has been deployed. This book will provide a complete walkthrough of deploying a SpringBoot application on AWS with multiple environments like production, staging and development. Everything is orchestrated through GitHub Actions and executed through Terraform Cloud to monitor changes in your infrastructure and manage its state. Youll start by reviewing how your infrastructure can be stored in code by spinning up an EC2 server first through the console, then AWS CLI and then using Terraform. Youll then be presented with a practical scenario of setting up a simple EC2 server in a multi-environment (production, staging and development) using GitHub Actions and Terraform Cloud. In the advanced section that follows, this simple EC2 server is expanded into an application that is deployed on an AWS EKS (Elastic Kubernetes Service) using AWS RDS (Relational Database Service) exposed through an AWS ALB (Application Load Balancer) protected using AWS ACM (AWS Certificate Manager), and accessible by setting the AWS Route53. The book then builds up on this infrastructure and demonstrates how it can be deployed in a multi-environment scenario by implementing accounts through AWS organizations. Youll see how to put in restrictions through Service Control Policies, how to protect secrets using AWS Secrets Manager, and how to work with least privileges using IRSA (IAM Roles for Service Accounts). Finally, youll make the infrastructure more observable using Graphana, Prometheus, and AWS OpenSearch, run security tools, host Route53 zones dynamically based on environments, and implement CloudWatch Alarms for various use cases.
Дополнительное описание: Chapter 1: What is GitOps?.- Chapter 2: Introduction to AWS.- Chapter 3: Introduction to Terraform.- Chapter 4: Introduction to SpringBoot App on AW and EKS.- Chapter 8. Authentication and Authorization.- Chapter 9. Security and Secrets Management.- Chapt



Practical Hexo: A Hands-On Introduction to Building Blogs Using the Hexo Framework

Автор: Libby Alex
Название: Practical Hexo: A Hands-On Introduction to Building Blogs Using the Hexo Framework
ISBN: 1484260880 ISBN-13(EAN): 9781484260883
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 1. Getting Started
2. Manipulating Content and Media
3. Creating Themes4. Developing Themes5. Working with the API6. Building Plugins
7. Deployment and Publishing
8. Improving our Workflow and Blog
9. Localizing Content
10. Creating an eCommerce Site
11. Migrating to Hexo

Continuous Integration (CI) and Continuous Delivery (CD):

Автор: van Merode
Название: Continuous Integration (CI) and Continuous Delivery (CD):
ISBN: 1484292278 ISBN-13(EAN): 9781484292273
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Use continuous Integration (CI) and continuous delivery (CD) to improve the speed of software delivery. This book presents a game changer—how to use pipelines to automate the software delivery process. The theories about CI/CD are much the same, but the book covers what the development of pipelines looks like and how testing of pipelines themselves should be performed. Most teams just plunge into coding, without thinking about the CI/CD process itself. Why don’t we use the same development method for pipelines that we use for apps? Pipelines code development undergoes similar stages as application code development, such as requirements analysis, development, testing, implementation, operations, and monitoring. This is the starting point of the book. It describes the current challenges with pipeline development and how this process can be improved and structured. It describes in detail how to design pipelines and shows examples in BPMN 2.0 notation. What You’ll Learn * Know the shortcomings and challenges of current pipeline development such as misalignment between the pipeline engineer and the team’s workflow, the use of infrastructure as code (IaC), and pipeline security * Understand the need for CI/CD requirements through the book's non-exhaustive list of more than 60 CI/CD requirements provided to inspire and increase awareness * See how certain choices affect the way a pipeline is designed (and realized) * Become familiar with branching strategy, build strategy, test strategy, release strategy, and deployment strategy that are explained in detail in the book, including their effect on pipeline design * Know how pipelines can be unit tested, using a real-world example * Know how performance bottlenecks in a pipeline occur, how they can be detected, and how they can be solved * View a complete implementation, including code, showing how the guidelines in this book are applied to a real use case Who This Book Is For DevOps engineers and solution architects involved with automating the software supply chain and using application lifecycle management (ALM)/integration platforms such as Jenkins, CircleCI, Bamboo, and Azure DevOps; intermediate and experienced DevOps engineers (developers, ops engineers, test engineers); and ICT managers interested in the CI/CD pipeline development domain

Practical Ansible

Автор: Sesto
Название: Practical Ansible
ISBN: 1484286421 ISBN-13(EAN): 9781484286425
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Get ready to go from the basics of using Ansible to becoming proficient at implementing configuration management in your projects. This book begins with the basics of Ansible, providing you with details on how to install and configure your environment while working with different Ansible modules from the command line. Next, it introduces you to working with Ansible tasks and organizing configuration code into playbooks. You’ll then learn how to extend playbooks further, using roles and templates within the configuration code. Author Vincent Sesto then extends your knowledge further by covering custom Ansible modules using Python and Linux shell scripts and demonstrating how you can start to keep your secret values encrypted and secure using Ansible Vault. You’ll also develop Ansible roles with the use of Ansible Galaxy to reuse existing roles that others have created. This updated edition reflects changes added in the latest version of Ansible (2.9). It also includes an expanded chapter on testing Ansible using Molecule and managing large server environments using applications like Ansible Tower. What Will You Learn * Understand what Ansible is and how to install and run your first basic command line commands * Expand your configuration management using Ansible playbooks, roles and templates * Customize your code further using Ansible Vault and third-party roles in Ansible Galaxy. * Work with Ansible in managing cloud infrastructure, specifically in Amazon Web Services * Troubleshoot your Ansible code and use frameworks like Molecule and Testinfra to help test your code changes * Manage large server environments using real-world examples and extend your configurations using an application like Ansible Tower Who This Book Is For Systems Engineers, Developers, DevOps Engineers and Software Administrators.

Practical Internet of Things with JavaScript

Автор: Ravulavaru Arvind
Название: Practical Internet of Things with JavaScript
ISBN: 1788292944 ISBN-13(EAN): 9781788292948
Издательство: Неизвестно
Рейтинг:
Цена: 5884.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In this book, you will be working closely with the IoT solution stack with Javascript. You will create IoT applications using Raspberry Pi 3, JavaScript & Cloud Computing, and control various sensors and actuators using a Web app, Mobile app, Desktop app & Amazon Alexa based voice commands.

Practical User Research: Everything You Need to Know to Integrate User Research to Your Product Development

Автор: Savarit Emmanuelle
Название: Practical User Research: Everything You Need to Know to Integrate User Research to Your Product Development
ISBN: 148425595X ISBN-13(EAN): 9781484255957
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

1. Introduction to User Research

2. Understanding Product Development Phases

3. Fitting User Research Into Your Organization

4. Preparing for Your Research

5. Research Preparation

6. Research Methods: Analytics, survey and card sorting

7. Collecting Qualitative Data

8. Analyzing Qualitative Data and Interpreting the Findings
9. Participant Recruitment, Ethics, and Accessibility
10. Using Your New Skills in the Real World
Appendix A: Screener Participant Recruitment Tablet Testing
Appendix B: User Research Consent FormReferences
AWS-Certified Solutions Architect Associate: Complement your Studies with this Essential Training Manual with Practical Questions, Answers, and Explan

Автор: Sutherland Andrew
Название: AWS-Certified Solutions Architect Associate: Complement your Studies with this Essential Training Manual with Practical Questions, Answers, and Explan
ISBN: 191415424X ISBN-13(EAN): 9781914154249
Издательство: Неизвестно
Рейтинг:
Цена: 2755.00 р.
Наличие на складе: Нет в наличии.

Описание:

  • Are you one of those individuals who have been planning to get AWS certified?
  • Do you wish to develop your business or career by having the skills to create scalable such as management tools, analytics services, and storage services?


If yes, keep reading


This book AWS-Certified Solutions Architect Associate: Complement your Studies with this Essential Training Manual with Practical Questions, Answers, And Explanations to Successfully Pass The SAA-C02 Exam is the answer to your concerns


It is a bit challenging to accomplish the highest status in any organization. That's especially true if it's filled with competent, experienced, and super talented professionals. However, it's possible and straightforward if you have remarkable abilities such as AWS solutions architect, and have the necessary certificate to prove that.


This book is designed to provide you with an organized and detailed test-preparation regimen through a proven set of techniques and elements. Exam topic lists make referencing hassle-free and simple.


This book will help you drill on the core concepts you should learn. By the end of this book, you will not only be ready to pass the exam but also to create reliable and secure applications.

This guide is suitable if you a Solutions Architect or IT wishing to pass the AWS Certified Solutions Architect Associate exam.


This book is also ideal for developers out there who want to start developing scalable applications on AWS.


Here's a quick peek of what you will learn in this book:


  • Compute, Storage, and Database Practice Test
  • Networking & Content Delivery Practice Test
  • Analytics Practice Test
  • Aws Security, Identity & Compliance Practice
  • Networking & Content Delivery
  • Management Tools

..And So Much More


So, what are you waiting for? Get ready to pass the exam


It's time to get started Scroll up this page and click BUY NOW


Practical Jira Plugins: Using Jira Effectively: Custom Development

Автор: Doar Matthew B.
Название: Practical Jira Plugins: Using Jira Effectively: Custom Development
ISBN: 1449308279 ISBN-13(EAN): 9781449308278
Издательство: Wiley
Рейтинг:
Цена: 3166.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: JIRA is widely used as a product and bug tracking system, particularly in the Java world, but also in many other environment. However, it`s a large open source project, for which setup and management can be tricky. This book shows you how to develop plugins that extend JIRA`s functionality.

Practical app development with aurelia

Автор: Duffield, Matthew
Название: Practical app development with aurelia
ISBN: 1484234014 ISBN-13(EAN): 9781484234013
Издательство: Springer
Рейтинг:
Цена: 5309.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Explore all the aspects of the Aurelia framework, including routing, templating, data binding, custom elements, event aggregation, HTTP services, features, plugins, etc.

Practical Web Development

Автор: Wellens Paul
Название: Practical Web Development
ISBN: 1782175911 ISBN-13(EAN): 9781782175919
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Practical git

Автор: Abildskov, Johan
Название: Practical git
ISBN: 1484262697 ISBN-13(EAN): 9781484262696
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

1. Git intuition

2. Building Commits

3. Linear History

4. Complex Branching

5. Collaboration

6. Manipulating History

7. Customizing Git

8. Additional Git Features

9. Git Internals

Practical UI Patterns for Design Systems

Автор: Diana MacDonald
Название: Practical UI Patterns for Design Systems
ISBN: 1484249372 ISBN-13(EAN): 9781484249376
Издательство: Springer
Рейтинг:
Цена: 3912.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Understanding UI patterns is invaluable to anyone creating websites for the first time. It helps you make connections between which tools are right for which jobs, understand the processes, and think deeply about the context of a problem. This is your concise guide to the tested and proven general mechanisms for solving recurring user interface problems, so that you don't have to reinvent the wheel. You'll see how to find a pattern you can apply to a given UI problem and how to deconstruct patterns to understand them in depth, including their constraints. UI patterns lead to better use of existing conventions and converging web standards. This book shows you how to spot anti-patterns, how to mix and match patterns, and how they inform design systems. By helping the non-web professionals and junior web professionals of the world use basic patterns, the web industry can put its best foot forward as new interfaces such as VR/AR/MR, conversational UIs, machine learning, voice input, evolving gestural interactions and more infiltrate the market. Given the emerging popularity of design systems and space of DesignOps, as well as the rise of companies competing on design and usability, now is the time to think about how we use and evolve UI patterns and scale design systems.What You'll LearnProduce intuitive products through consistency and familiarity.Save time instead of starting from scratch.Communicate design decisions with evidence to support solutions.Use smart defaults without extensive product design experience.Improve a user's experience.Scale growing business with design.Who This Book Is ForThose familiar with creating websites and want to learn more, WordPress bloggers, or marketers who want to weave components together into a usable, revenue-generating experience.

Essential Angular for ASP.NET Core MVC 3

Название: Essential Angular for ASP.NET Core MVC 3
ISBN: 1484252837 ISBN-13(EAN): 9781484252833
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Combine the strengths of Angular, the leading framework for developing complex client-side applications, and ASP.NET Core MVC 3, the latest evolution of Microsoft's framework for server-side applications. This new edition offers updated Angular, ASP.NET Core 3, Entity Framework Core 3 examples, an all-new chapter on interoperability with Blazor, and more!

Best-selling author Adam Freeman brings together these two key technologies and explains how to use ASP.NET Core MVC 3 to provide back-end services for Angular applications. This fast-paced and practical guide starts from the nuts and bolts and gives you the knowledge you need to combine Angular and ASP.NET Core MVC 3 in your projects.

Each topic is covered clearly and concisely and is packed with the essential details you need to learn to be truly effective.

What You Will Learn

  • Gain a solid understanding of how ASP.NET Core MVC 3 and Angular can work together
  • Utilize both Visual Studio and Visual Studio Code to develop Angular/ASP.NET Core MVC projects
  • Create ASP.NET Core RESTful web services to support Angular applications
  • Expose data from Entity Framework Core to Angular applications
  • Use ASP.NET Core Identity to provide security services to Angular applications
  • Understand how Angular and Blazor applications can work together

Who This Book Is For

This book is for developers with knowledge of ASP.NET Core MVC who are introducing Angular into their projects.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия