-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'github:main' into google-sheets
- Loading branch information
Showing
14 changed files
with
83 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: actions/configure-pages@v3 | ||
|
||
- name: 🔨 install dependencies & build site | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
|
||
- name: ⚡️ upload artifact | ||
uses: actions/upload-pages-artifact@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
display_name: GitOps | ||
short_description: GitOps is an operational framework that takes DevOps best practices and applies them to infrastructure automation. | ||
topic: gitops | ||
related: devops, winops, git, gitflow, devsecops, infrastructure-automation, infrastructure-as-code, containerization, monitoring, observability | ||
wikipedia_url: https://en.wikipedia.org/wiki/gitops | ||
--- | ||
**GitOps** is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to infrastructure automation. GitOps uses Git repositories as a single source of truth to deliver infrastructure as code. | ||
|
||
# GitOps delivers: | ||
* A standard workflow for application development | ||
* Increased security for setting application requirements upfront | ||
* Improved reliability with visibility and version control through Git | ||
* Consistency across any cluster, any cloud, and any on-premise environment | ||
|
||
# Key components of a GitOps workflow | ||
|
||
There are four key components to a GitOps workflow, a Git repository, a continuous delivery (CD) pipeline, an application deployment tool, and a monitoring system. | ||
* The Git repository is the source of truth for the application configuration and code. | ||
* The CD pipeline is responsible for building, testing, and deploying the application. | ||
* The deployment tool is used to manage the application resources in the target environment. | ||
* The monitoring system tracks the application performance and provides feedback to the development team. | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
created_by: Novu | ||
display_name: HackSquad | ||
logo: hacksquad.png | ||
released: October 2021 | ||
short_description: Contribute code, meet community members, participate in workshops, and win more swags. | ||
topic: hacksquad | ||
url: https://hacksquad.dev/ | ||
--- | ||
With the fantastic atmosphere of Hacktoberfest, HackSquad has been started to double the fun and contributions. HackSquad is here to enhance your swag, meet with more community members and participate in workshops from various open source projects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
--- | ||
aliases: serverless-architecture, serverless-examples | ||
aliases: serverless-architecture, serverless-examples, serverless-computing | ||
display_name: Serverless | ||
short_description: Serverless architecture refers to apps that depend on third-party | ||
services or custom code. | ||
topic: serverless | ||
wikipedia_url: https://en.wikipedia.org/wiki/Serverless_computing | ||
related: backend-as-a-service, functions-as-a-service, aws-lambda, google-cloud-platform | ||
--- | ||
Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on. | ||
**Serverless** architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
aliases: spreadsheets | ||
display_name: Spreadsheet | ||
short_description: A spreadsheet is a computer application for computation, organization, analysis and storage of data in tabular form. | ||
topic: spreadsheet | ||
related: google-sheets, excel, gnumeric, openoffice-calc, libreoffice-calc, office-suite | ||
wikipedia_url: https://en.wikipedia.org/wiki/Spreadsheet | ||
--- | ||
A **spreadsheet** is a computer application for computation, organization, analysis and storage of data in tabular form. Spreadsheets were developed as computerized analogs of paper accounting worksheets. | ||
|
||
# Solutions | ||
* [**Google**](https://github.com/topics/google): [GSuite](https://github.com/topics/gsuite) [Google Sheets](https://github.com/topics/google-sheets) | ||
* [**Microsoft**](https://github.com/topics/microsoft): [MS Office](https://github.com/topics/ms-office) [Excel](https://github.com/topics/excel) | ||
* [**Apple**](https://github.com/topics/apple): Numbers | ||
* [**GNOME**](https://github.com/topics/gnome): [Gnumeric](https://github.com/topics/gnumeric) | ||
* [**OpenOffice**](https://github.com/topics/openoffice): [Calc](https://github.com/topics/openoffice-calc)/[**LibreOffice**](https://github.com/topics/libreoffice): [Calc](https://github.com/topics/libreoffice-calc) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
aliases: testing-tools, testing-framework, testing-practices | ||
aliases: testing-tools, testing-framework, testing-practices, software-testing, test | ||
display_name: Testing | ||
short_description: Eliminate bugs and ship with more confidence by adding these tools to your workflow. | ||
short_description: The act of examining behavior of the software under test to eliminate bugs and ship with more confidence. | ||
topic: testing | ||
wikipedia_url: https://en.wikipedia.org/wiki/Software_testing | ||
related: unit-testing, integration-testing, test-automation, e2e-testing, fuzzing, smoke-tests, mutation-testing, rspec, regression-testing, xunit | ||
--- | ||
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times. | ||
Eliminate bugs and ship with more confidence by adding these tools to your workflow. | ||
Software **testing** is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times. |