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

Practical GitOps, Salecha


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

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

Автор: 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



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 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

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


Python Programming: A 7-Day Crash Course to Learn Python Language for the Absolute Beginner, Including Practical Exercises, Tips & Tricks

Автор: Russel John
Название: Python Programming: A 7-Day Crash Course to Learn Python Language for the Absolute Beginner, Including Practical Exercises, Tips & Tricks
ISBN: 191392243X ISBN-13(EAN): 9781913922436
Издательство: Неизвестно
Рейтинг:
Цена: 2482.00 р.
Наличие на складе: Нет в наличии.

Описание: Unsure where to get started with coding? Worried that learning a coding language will take too long? Or do you want to learn Python in 7 days?


The truth is...Learning a new coding language is not always as easy as it may seem, and it can take months to master it. Some beginners are worried that working with this kind of language is going to be difficult and they give up before trying.

The solution is a 7 Day crash course with hands-on projects and examples that will allow you to finally master the easiest programming language. In just seven days, you will be able to go form a complete beginner in the world of programming and Python and turn yourself into an expert instead. And that's what you'll learn Python Programming.


You will learn:

  • Why Python is Considered One of the Best Languages to Learn as a Beginner
  • Step-by-Step Instructions to Install the Python Language to Make it Easier to Start Coding
  • A Proven Method to Write your First Program in 7 Days or Less
  • How to Handle Strings, Operators, Conditional Statements
  • A Simple Strategies to Write Clean, Understandable and Flexible Code
  • How to Create, Open Up and Seek Out Files
  • Practical Exercises to Quickly Get Practice
  • What is Debugging and why Is Fundamental


With the help of Python Programming, you will be able to learn more about how coding in this language works, and how even someone with no coding experience can make it work.

While it may seem like you need to put aside months to see results out of learning a coding language, Python is a simple language to learn. With the help of this guidebook, you will be able to master all of the basic skills of Python in just seven days.


Would You Like to Know More?


Get this Book Now to Master Python Programming



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 Enterprise React: Become an Effective React Developer in Your Team

Автор: Duldulao Devlin Basilan, Cabagnot Ruby Jane Leyva
Название: Practical Enterprise React: Become an Effective React Developer in Your Team
ISBN: 1484269748 ISBN-13(EAN): 9781484269749
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1. Getting Ahead in ReactChapter 2. Getting Started with Node Package Manager
Chapter 3. Getting Started with React Function Components and Typescript
Chapter 4. Setting Up an Enterprise-level App
Chapter 5. Navigating the React Router
Chapter 6. Writing Local State, Sending HTTP Requests, & ApexCharts
Chapter 7. Writing Data Tables, Formik Forms, and Yup Validations
Chapter 8. Writing Data Tables, Formik Forms, and Yup Validations -- Part 2Chapter 9: Managing State Using Redux with Redux Toolkit
Chapter 10: Setting Up Redux Toolkit and Dispatching an Asynchronous Action
Chapter 11: Creating, Deleting, and Updating Events on FullCalendar Using RTKChapter 12: Protecting Routes and Authentication in ReactChapter 13: Writing Profile Form and Syncing Profile to ComponentsChapter 14: Updating the Dashboard Sidebar NavigationChapter 15: Creating the Notifications, Security, and Subscription PagesChapter 16: Making the App Mobile-FriendlyChapter 17: Styling Methods for React ComponentsChapter 18: Deploying React in Netlify and in DockerChapter 19: Reusing React Skills in Other Platforms and Frameworks

Practical Web Design

Автор: Hong Philippe
Название: Practical Web Design
ISBN: 1788395034 ISBN-13(EAN): 9781788395038
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Web design is the process of creating websites. It encompasses several different aspects, including webpage layout, content production, and graphic design. This book offers you everything you need to know for building your websites.

Practical Web Development

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


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