• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Hands-On Github Actions: Implement CI/CD with Github Action Workflows for Your Applications » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2939893]
• Literatura piękna
 [1808953]

  więcej...
• Turystyka
 [70366]
• Informatyka
 [150555]
• Komiksy
 [35137]
• Encyklopedie
 [23160]
• Dziecięca
 [608786]
• Hobby
 [136447]
• AudioBooki
 [1631]
• Literatura faktu
 [225099]
• Muzyka CD
 [360]
• Słowniki
 [2914]
• Inne
 [442115]
• Kalendarze
 [1068]
• Podręczniki
 [166599]
• Poradniki
 [468390]
• Religia
 [506548]
• Czasopisma
 [506]
• Sport
 [61109]
• Sztuka
 [241608]
• CD, DVD, Video
 [3308]
• Technologie
 [218981]
• Zdrowie
 [98614]
• Książkowe Klimaty
 [124]
• Zabawki
 [2174]
• Puzzle, gry
 [3275]
• Literatura w języku ukraińskim
 [260]
• Art. papiernicze i szkolne
 [7376]
Kategorie szczegółowe BISAC

Hands-On Github Actions: Implement CI/CD with Github Action Workflows for Your Applications

ISBN-13: 9781484264638 / Angielski / Miękka / 2021 / 162 str.

Chaminda Chandrasekara; Pushpa Herath
Hands-On Github Actions: Implement CI/CD with Github Action Workflows for Your Applications Chaminda Chandrasekara Pushpa Herath 9781484264638 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Hands-On Github Actions: Implement CI/CD with Github Action Workflows for Your Applications

ISBN-13: 9781484264638 / Angielski / Miękka / 2021 / 162 str.

Chaminda Chandrasekara; Pushpa Herath
cena 172,42
(netto: 164,21 VAT:  5%)

Najniższa cena z 30 dni: 170,53
Termin realizacji zamówienia:
ok. 16-18 dni roboczych.

Darmowa dostawa!

Beginner to Intermediate

Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Programming - Microsoft
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484264638
Rok wydania:
2021
Ilość stron:
162
Waga:
0.26 kg
Wymiary:
23.39 x 15.6 x 0.97
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

Chapter 1:  Introduction to GitHub Actions

Chapter Goal: Give conceptual overview on CI CD while elaborating on the need of software delivery automation and basic concepts of GitHub Actions.

No of pages: 15

Sub -Topics

1.      Introducing Concepts (CI/CD)

2.      Why we need SW Delivery Automation?

3.      What are GitHub Actions?

4.      Identifying core concepts in GitHub Actions

5.      GitHub hosted runners.

Chapter 2:  Getting started with GitHub Actions Workflows

Chapter Goal: Introduction to GitHub Actions workflows.

No of pages: 25

Sub - Topics  

1.      Using preconfigured workflow templates

2.      Using Marketplace Actions to create workflows

3.      Building a .NET Core Web App with GitHub Actions

4.      Understanding the structure of a Workflow (jobs, actions, set job dependencies etc.)

5.      Setting up continuous integration using GitHub actions

Chapter 3: Variables and Secrets with GitHub Actions

Chapter Goal: Lessons to provide hands-on guidance using variables and secrets in a GitHib workflow.

No of pages : 15

Sub - Topics: 

1.      Defining and using variables

2.      Understanding the default variables usage

3.      Naming conventions for variables

4.      Defining and using secrets

 

Chapter 4: Using Tokens

Chapter Goal: Understanding the use of system token and the personal access tokens to work with GitHub repos and issues via the REST API in GitHub Actions workflow.

No of pages: 15

Sub - Topics:

1.      Using GITHUB_TOKEN

2.      Creating a Personal Access Token

3.      Using Personal Access Token in workflow

 

Chapter 5: Artifacts and Caching Dependencies

No of pages: 20

Sub - Topics:

1.      Storing content in Artifacts

2.      Using artifacts in subsequent jobs

3.      Uploading to external artifact store and using them in other workflows

4.      Deleting artifacts

5.      Caching workflow dependencies (compare caching and artifacts, using cache action and matching cache keys)

6.      Limitations and eviction policy in caching

 

Chapter 6: Using Self-Hosted Runners

Chapter Goal: Setting up your own hardware and software to run GitHub actions..

No of pages: 30                                                            

Sub - Topics:

1.      Understanding self-hosted runners

2.      Configuring and adding/removing self-hosted runners GitHub.

3.      Self-hosted runners with proxy

4.      Using labels to organize self-hosted runners

5.      Using self-hosted runners in workflows

6.      Monitoring and access control for self-hosted runners

 

Chapter 7: Publishing Packages and Migrating from Azure DevOps Pipelines

Chapter Goal: How to create and publish packages in GitHub actions and migrating pipelines from Azure DevOps pipelines.

No of pages: 20

Sub - Topics:

1.      Creating and publishing build artifacts as nuget

2.      Using custom packages in workflows

3.      Using GitHub Packages

4.      Migrating Azure Pipelines

Chapter 8: Using Database and Service Containers

Chapter Goal: Hands on lessons on using Redis service containers and PostgreSQL service containers.

No of pages: 20

Sub - Topics:

1.      Running Redis jobs on containers

2.      Running Redis jobs on runner machine

3.      Using Redis service container

4.      Running PostgreSQL jobs on containers

5.      Running PostgreSQL jobs on runner machine

6.      Using PostgreSQL service container

Chapter 9: Creating Custom Actions

Chapter Goal: Step by step guidance to create your own GitHub actions.

No of pages: 20

Sub - Topics:

1.      Understanding action types

2.      Steps to create a simple action

3.      Creating Docker container action

4.      Publishing actions to marketplace                                                                                         

Chapter 10: GitHub Apps

Chapter Goal: Using and creating GitHub Apps in workflows.

No of pages: 30

Sub - Topics:

1.      Understanding GitHub Actions and Apps

2.      Creating GitHub Apps

3.      Using GitHub Apps

Chapter 11: Syntax Reference for GitHub Actions and Workflows

Chapter Goal: Syntax guide for GitHub Actions and Workflows.

No of pages: 15

Sub - Topics:

1.      Understanding Workflow Syntax

2.      Triggers for Workflows

3.      Using context and expressions

4.      Workflow commands

Chaminda Chandrasekara is a Microsoft Most Valuable Professional (MVP) for Visual Studio ALM and Scrum Alliance Certified ScrumMaster®, and focuses on and believes in continuous improvement of the software development life cycle. He is the Cloud Development and DevOps Architect at eKriegers (Pvt) Ltd. Chaminda is an active Microsoft Community Contributor (MCC) who is well recognized for his contributions in Microsoft forums, TechNet galleries, wikis, and Stack Overflow and he contributes extensions to Azure DevOps Server and Services (former VSTS/TFS) in the Microsoft Visual Studio Marketplace. He also contributes to other open source projects in GitHub. Chaminda has published six books with Apress.

Pushpa Herath is a Microsoft Most Valuable Professional (MVP) working as a Senior DevOps Engineer at 99x. She has many years of experience in Azure DevOps Server and Services (formerly VSTS/TFS), Azure cloud platform and QA Automation. She is an expert in DevOps currently leading Sri Lanka DevOps community, and she has shown in depth knowledge in Azure cloud platform tools in her community activities. She has published four books with Apress and spoken in community evets as well as in the youtube channel of her Sri Lanka DevOps community. Pushpa blogs on technology at DevOps Adventure.

Implement continuous integration/continuous delivery (CI/CD) workflows for any application you develop through GitHub Actions. This book will give you an in-depth idea of implementation patterns, solutions for different technology builds, guidelines to implement your own custom components as actions, and usage of features available with GitHub Actions workflows, to set up CI/CD for your repositories. 

Hands-on GitHub Actions starts with an introduction to GitHub actions that gives an overview on CI/CD followed by an introduction to its workflows. Next, you will learn how to use variables in a GitHub workflow along with tokens via a REST API. Further, you will explore artifacts and caching dependencies in GitHub and use artifacts in subsequent jobs. Using self-hosted runners is discussed next where you will set up your own hardware and software to run GitHub actions. You will go through publishing packages and migrate to Azure DevOps Pipelines. Along the way, you will use Redis service and PostgreSQL service containers and create custom actions. Finally, you will work with GitHub apps and understand the syntax reference for GitHub Actions and workflows.  

You will:

  • Create workflows for any platform and any language with GitHub Actions
  • Develop custom GitHub actions to enhance features and usage of database and service containers
  • Use hosted runners and create self-hosted runners for GitHub workflows
  • Use GitHub Package registry with GitHub Actions to share and use packages



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2026 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia