Warning: Trying to access array offset on false in E:\WWW\html\user.php on line 119
Salecha Practical GitOps 9781484286722
Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Practical GitOps, Salecha


Варианты приобретения
Цена: 7317.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2026-06-01
Ориентировочная дата поставки: Июль
При условии наличия книги у поставщика.

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

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



Автор: Elrom Elad
Название: The Blockchain Developer: A Practical Guide for Designing, Implementing, Publishing, Testing, and Securing Distributed Blockchain-Based Projects
ISBN: 1484248465 ISBN-13(EAN): 9781484248461
Издательство: Springer
Рейтинг:
Цена: 6707.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Become a Blockchain developer and design, build, publish, test, maintain and secure scalable decentralized Blockchain projects using Bitcoin, Ethereum, NEO, EOS and Hyperledger.

This book helps you understand Blockchain beyond development and crypto to better harness its power and capability. You will learn tips to start your own project, and best practices for testing, security, and even compliance. Immerse yourself in this technology and review key topics such as cryptoeconomics, coding your own Blockchain P2P network, different consensus mechanisms, decentralized ledger, mining, wallets, blocks, and transactions.

Additionally, this book provides you with hands-on practical tools and examples for creating smart contracts and dApps for different blockchains such as Ethereum, NEO, EOS, and Hyperledger. Aided by practical, real-world coding examples, you'll see how to build dApps with Angular utilizing typescript from start to finish, connect to the blockchain network locally on a test network, and publish on the production mainnet environment.

Don't be left out of the next technology revolution - become a Blockchain developer using The Blockchain Developer today.

What You'll Learn

  • Explore the Blockchain ecosystem is and the different consensus mechanisms
  • Create miners, wallets, transactions, distributed networks and DApps
  • Review the main features of Bitcoin: Ethereum, NEO and EOS, and Hyperledger are
  • Interact with popular node clients as well as implementing your own Blockchain
  • Publish and test your projects for security and scalability

Who This Book Is For

Developers, architects and engineers who are interested in learning about Blockchain or implementing Blockchain into a new greenfield project or integrating Blockchain into a brownfield project. Technical entrepreneurs, technical investors or even executives who want to better understand Blockchain technology and its potential.


Practical php 7, mysql 8, and mariadb website databases

Автор: West, Adrian W. Prettyman, Steve
Название: Practical php 7, mysql 8, and mariadb website databases
ISBN: 1484238427 ISBN-13(EAN): 9781484238424
Издательство: Springer
Рейтинг:
Цена: 7927.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Build interactive, database-driven websites with PHP 7, MySQL 8, and MariaDB. The focus of this book is on getting you up and running as quickly as possible with real-world applications. In the first two chapters, you will set up your development and testing environment, and then build your first PHP and MariaDB or MySQL database-driven website. You will then increase its sophistication, security, and functionality throughout the course of the book.
The PHP required is taught in context within each project so you can quickly learn how PHP integrates with MariaDB and MySQL to create powerful database-driven websites.
Each project is fully illustrated, so you will see clearly what you are building as you create your own database-driven website. You will build a form for registering users, and then build an interface so that an administrator can view and administer the user database. You will create a message board for users and a method for emailing them. You will also learn the best practices for ensuring that your website databases are secure. Later chapters describe how to create a product catalog, and a simple e-commerce site. You will also discover how to migrate a database to a remote host. The final chapter will demonstrate the advantages of migrating to Oracle's MySQL 8. You will be shown step by step migration directions along with a demonstration of the tools available in SQL Workbench.
Because you are building the interactive pages yourself, you will know exactly how MySQL, MariaDB, and PHP all work together, and you will be able to add database interactivity to your own websites with ease.
What You Will Learn
Build a secure database-driven website using PHP 7, MySQL 8, and MariaDBCreate a product catalogWrite a message boardMove towards e-commerceEmploy security and validation measuresMigrate to Oracle's MySQL 8 Server platform
Who This Book Is For
Web developers with HTML, CSS and a limited Bootstrap experience. Readers need little to no prior experience with PHP and MySQL.
Practical Bot Development

Автор: Rozga
Название: Practical Bot Development
ISBN: 1484235398 ISBN-13(EAN): 9781484235393
Издательство: Springer
Рейтинг:
Цена: 7317.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Explore the concept of bots and discover the motivation behind working with these new apps with messaging platforms. This book is an accessible resource teaching the basic concepts behind bot design and implementation. Each chapter builds on previous topics and, where appropriate, real working code is shown that implements the concepts. By just picking up a code editor, you can start creating smart, engaging, and useful bot experiences today.
Practical Bot Development will teach you how to create your own bots on platforms like Facebook Messenger and Slack, incorporate extension APIs, and apply AI and ML algorithms in the cloud. By the end of this book, you'll be equipped with the information to reach thousands of new users with the bots you create
The book is a great resource for those looking to harness the benefits of building their own bots and leveraging the platform feasibility of them.
What You'll Learn

  • Understand the general architecture of a bot
  • Distinguish between a great bot experience versus a bad bot experience.
  • Explore the ideas behind natural language processing and apply them to bot development
  • Implement real Messenger, Slack, and custom channel bots using Node.js and the Microsoft Bot Builder framework
  • Deploy bots to Facebook Messenger and Slack
Who This Book Is For

Engineers, hobbyists, and the design oriented community looking looking for an introduction to the technologies and concepts involved in building bots. The experience level could be from beginner to expert, although some familiarity with Node.js and APIs will be assumed.

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

Автор: van Merode
Название: Continuous Integration (CI) and Continuous Delivery (CD):
ISBN: 1484292278 ISBN-13(EAN): 9781484292273
Издательство: Springer
Рейтинг:
Цена: 7317.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
Рейтинг:
Цена: 5487.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
Издательство: Неизвестно
Рейтинг:
Цена: 6251.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
Рейтинг:
Цена: 6097.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
Рейтинг:
Цена: 7927.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
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
Рейтинг:
Цена: 4634.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
Рейтинг:
Цена: 7927.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
Издательство: Неизвестно
Рейтинг:
Цена: 8458.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.


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