From 302f33d5ed68ffc05fb632865be246fa07db86b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:09:35 +0200 Subject: [PATCH 01/18] Add related to topic "LAMP" --- topics/lamp/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/lamp/index.md b/topics/lamp/index.md index 22713a920ea..39b1943f14d 100644 --- a/topics/lamp/index.md +++ b/topics/lamp/index.md @@ -4,6 +4,7 @@ display_name: LAMP short_description: LAMP is a software bundle containing Linux and the Apache server. topic: lamp wikipedia_url: https://en.wikipedia.org/wiki/LAMP_(software_bundle) +related: wamp, mamp, xampp, mean, mern --- LAMP is a bundle of software consisting of four open source programs. It is one of the most popular software categories for servers. From 0de9c2fd5265d9d8a7d0b36d7f6540706b462ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:11:14 +0200 Subject: [PATCH 02/18] Improve description of topic "LAMP" --- topics/lamp/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/lamp/index.md b/topics/lamp/index.md index 39b1943f14d..35e7cf0b011 100644 --- a/topics/lamp/index.md +++ b/topics/lamp/index.md @@ -4,15 +4,15 @@ display_name: LAMP short_description: LAMP is a software bundle containing Linux and the Apache server. topic: lamp wikipedia_url: https://en.wikipedia.org/wiki/LAMP_(software_bundle) -related: wamp, mamp, xampp, mean, mern +related: wamp, mamp, xampp, mean, mern, lemp --- -LAMP is a bundle of software consisting of four open source programs. +**LAMP** is a bundle of software consisting of four open source programs. It is one of the most popular software categories for servers. A usual LAMP server includes: * **L**inux (operating system) * **A**pache (web server) -* **M**ySQL (database software) +* **M**ySQL, **M**ariaDB or **M**ongoDB (database software) * **P**HP, **P**erl, or **P**ython (programming language) Most Linux distributions include the components of a LAMP server. From 3cd3ef5dfca9e53fb86210f0ddc8b9321bba76ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:07:23 +0200 Subject: [PATCH 03/18] Add related to topic "IndieWeb" --- topics/indieweb/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/indieweb/index.md b/topics/indieweb/index.md index 922b8cf0c87..086de43ad3f 100644 --- a/topics/indieweb/index.md +++ b/topics/indieweb/index.md @@ -9,5 +9,6 @@ short_description: The IndieWeb is a people-focused alternative to the "corporat topic: indieweb url: https://indieweb.org/ wikipedia_url: https://en.wikipedia.org/wiki/IndieWeb +related: microformats, webmention, decentralized-web, decentralized, decentralization --- -The IndieWeb is a community of individual personal websites, connected by simple standards, based on the principles of owning your domain, using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and own your data. +The **IndieWeb** is a community of individual personal websites, connected by simple standards, based on the principles of owning your domain, using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and own your data. From 29f6a1c2443403e6ff62d956d3a2ff2a35df9470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:41:33 +0200 Subject: [PATCH 04/18] Add related to topic "serverless" --- topics/serverless/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/topics/serverless/index.md b/topics/serverless/index.md index cc49e2a7424..f62112e8170 100644 --- a/topics/serverless/index.md +++ b/topics/serverless/index.md @@ -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. From 58168b5dc6602181c931c66109225897785b3951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:05:29 +0200 Subject: [PATCH 05/18] Merge topics "test" and "testing" and remove "unit-testing" from aliases --- topics/test/index.md | 9 --------- topics/testing/index.md | 7 +++---- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 topics/test/index.md diff --git a/topics/test/index.md b/topics/test/index.md deleted file mode 100644 index 30e436cc5ae..00000000000 --- a/topics/test/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -aliases: unit-testing, software-testing -display_name: Test -short_description: The act of examining the artifacts and the behavior of the software under test. -topic: test -wikipedia_url: https://en.wikipedia.org/wiki/Software_testing ---- - -Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification. 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. \ No newline at end of file diff --git a/topics/testing/index.md b/topics/testing/index.md index d1ff99f35e8..1418f7c14cc 100644 --- a/topics/testing/index.md +++ b/topics/testing/index.md @@ -1,9 +1,8 @@ --- -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 --- -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. From ddbe39dc0dfb22d4bf251ff6df2e9163c760d1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:13:06 +0200 Subject: [PATCH 06/18] Add related to topic "testing" --- topics/testing/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/testing/index.md b/topics/testing/index.md index d1ff99f35e8..4a4244e0186 100644 --- a/topics/testing/index.md +++ b/topics/testing/index.md @@ -4,6 +4,7 @@ display_name: Testing short_description: Eliminate bugs and ship with more confidence by adding these tools to your workflow. 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. From b904e79bb2b3c66f010eba8ff966576b88c0e1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:26:07 +0200 Subject: [PATCH 07/18] Add other topics to topic "hacktoberfest" --- topics/hacktoberfest/index.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/topics/hacktoberfest/index.md b/topics/hacktoberfest/index.md index de6463eb5c1..0ef190ef3fa 100644 --- a/topics/hacktoberfest/index.md +++ b/topics/hacktoberfest/index.md @@ -6,5 +6,24 @@ released: October 2014 short_description: Hacktoberfest is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. topic: hacktoberfest url: https://hacktoberfest.com/ +aliases: hacktoberfest-contributions, hacktoberfest-repo, hacktoberfest-contribute, hacktoberfest-participants, hacktoberfest-challenge, hacktoberfest-topic, hacktoberfest-project, hacktoberfest-maintainer --- -Hacktoberfest is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub. +**Hacktoberfest** is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub. + +# By year +[2017](https://github.com/topics/hacktoberfest2017) • [2018](https://github.com/topics/hacktoberfest2018) • [2019](https://github.com/topics/hacktoberfest2019) • [2020](https://github.com/topics/hacktoberfest2020) • **[2021](https://github.com/topics/hacktoberfest2021)** ([accepted](https://github.com/topics/hacktoberfest-accepted2021)) • **[2022](https://github.com/topics/hacktoberfest2022)** ([accepted](https://github.com/topics/hacktoberfest2022-accepted)) • **[2023](https://github.com/topics/hacktoberfest2023)** ([accepted](https://github.com/topics/hacktoberfest2023-accepted) • [approved](https://github.com/topics/hacktoberfest2023-approved)) • [2024](https://github.com/topics/hacktoberfest2024) • [2025](https://github.com/topics/hacktoberfest2025) • [2026](https://github.com/topics/hacktoberfest2026) + +# [By status](https://github.com/topics/hacktoberfest-status) +**[accepted](https://github.com/topics/hacktoberfest-accepted)** ([2021](https://github.com/topics/hacktoberfest-accepted2021) • [2022](https://github.com/topics/hacktoberfest2022-accepted) • [2023](https://github.com/topics/hacktoberfest2023-accepted)) • **[approved](https://github.com/topics/hacktoberfest-approved)** ([2023](https://github.com/topics/hacktoberfest2023-approved)) • [ready](https://github.com/topics/hacktoberfest-ready) • [rejected](hacktoberfest-rejected) + +# By experience +[beginners](https://github.com/topics/hacktoberfest-beginners) + +# By country +[🇳🇵 Nepal](https://github.com/topics/hacktoberfestnepal) • [🇮🇩 Indonesia](https://github.com/topics/hacktoberfest-indonesia) • **[🇮🇳 India](https://github.com/topics/hacktoberfest-india)** ([West Bengal](https://github.com/topics/hacktoberfest-westbengal)) • [🇧🇷 Brazil](https://github.com/topics/hacktoberfest-brasil) + +# By contribution type +[Issue](https://github.com/topics/hacktoberfest-issue) • [Pull Request](https://github.com/topics/hacktoberfest-pr) + +# By programming language +[React.js](https://github.com/topics/react-hacktoberfest) ([topic](https://github.com/topics/react)) • [Python](https://github.com/topics/hacktoberfestpy) ([topic](https://github.com/topics/python)) • [Java](https://github.com/topics/hacktoberfest-java) ([topic](https://github.com/topics/java)) From 5aa2c14094da625a956c9bbb2de57ada95999e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:20:07 +0200 Subject: [PATCH 08/18] Remove less important topics to not exceed character limit --- topics/hacktoberfest/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/topics/hacktoberfest/index.md b/topics/hacktoberfest/index.md index 0ef190ef3fa..1f910b5003c 100644 --- a/topics/hacktoberfest/index.md +++ b/topics/hacktoberfest/index.md @@ -11,13 +11,10 @@ aliases: hacktoberfest-contributions, hacktoberfest-repo, hacktoberfest-contribu **Hacktoberfest** is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub. # By year -[2017](https://github.com/topics/hacktoberfest2017) • [2018](https://github.com/topics/hacktoberfest2018) • [2019](https://github.com/topics/hacktoberfest2019) • [2020](https://github.com/topics/hacktoberfest2020) • **[2021](https://github.com/topics/hacktoberfest2021)** ([accepted](https://github.com/topics/hacktoberfest-accepted2021)) • **[2022](https://github.com/topics/hacktoberfest2022)** ([accepted](https://github.com/topics/hacktoberfest2022-accepted)) • **[2023](https://github.com/topics/hacktoberfest2023)** ([accepted](https://github.com/topics/hacktoberfest2023-accepted) • [approved](https://github.com/topics/hacktoberfest2023-approved)) • [2024](https://github.com/topics/hacktoberfest2024) • [2025](https://github.com/topics/hacktoberfest2025) • [2026](https://github.com/topics/hacktoberfest2026) +[2017](https://github.com/topics/hacktoberfest2017) • [2018](https://github.com/topics/hacktoberfest2018) • [2019](https://github.com/topics/hacktoberfest2019) • [2020](https://github.com/topics/hacktoberfest2020) • [2021](https://github.com/topics/hacktoberfest2021) • [2022](https://github.com/topics/hacktoberfest2022) • [2023](https://github.com/topics/hacktoberfest2023) • [2024](https://github.com/topics/hacktoberfest2024) • [2025](https://github.com/topics/hacktoberfest2025) • [2026](https://github.com/topics/hacktoberfest2026) # [By status](https://github.com/topics/hacktoberfest-status) -**[accepted](https://github.com/topics/hacktoberfest-accepted)** ([2021](https://github.com/topics/hacktoberfest-accepted2021) • [2022](https://github.com/topics/hacktoberfest2022-accepted) • [2023](https://github.com/topics/hacktoberfest2023-accepted)) • **[approved](https://github.com/topics/hacktoberfest-approved)** ([2023](https://github.com/topics/hacktoberfest2023-approved)) • [ready](https://github.com/topics/hacktoberfest-ready) • [rejected](hacktoberfest-rejected) - -# By experience -[beginners](https://github.com/topics/hacktoberfest-beginners) +[accepted](https://github.com/topics/hacktoberfest-accepted) • [approved](https://github.com/topics/hacktoberfest-approved) # By country [🇳🇵 Nepal](https://github.com/topics/hacktoberfestnepal) • [🇮🇩 Indonesia](https://github.com/topics/hacktoberfest-indonesia) • **[🇮🇳 India](https://github.com/topics/hacktoberfest-india)** ([West Bengal](https://github.com/topics/hacktoberfest-westbengal)) • [🇧🇷 Brazil](https://github.com/topics/hacktoberfest-brasil) From 262aa5d7f852ac7baf49942dbee63f176877ecfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Mon, 23 Oct 2023 09:31:44 +0200 Subject: [PATCH 09/18] Fix typo in "kokkos" topic --- topics/kokkos/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/kokkos/index.md b/topics/kokkos/index.md index 2a9a12f088d..eba3532f974 100644 --- a/topics/kokkos/index.md +++ b/topics/kokkos/index.md @@ -3,7 +3,7 @@ display_name: Kokkos github_url: https://github.com/kokkos logo: kokkos.png related: c-plus-plus, parallel-computing, high-performance-computing -short_description: Kokkos C++ Performance Portability EcoSystem. +short_description: Kokkos C++ Performance Portability Ecosystem. topic: kokkos url: https://kokkos.github.io/ --- From 9b543f5ab31e3f3d3e6ceefdde6f650d2562340e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:25:58 +0000 Subject: [PATCH 10/18] Bump actions/jekyll-build-pages from 1.0.8 to 1.0.9 Bumps [actions/jekyll-build-pages](https://github.com/actions/jekyll-build-pages) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/actions/jekyll-build-pages/releases) - [Commits](https://github.com/actions/jekyll-build-pages/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: actions/jekyll-build-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/jekyll_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll_build.yml b/.github/workflows/jekyll_build.yml index fde50a5ae64..0deb8bf9105 100644 --- a/.github/workflows/jekyll_build.yml +++ b/.github/workflows/jekyll_build.yml @@ -33,7 +33,7 @@ jobs: uses: actions/configure-pages@v3 - name: 🔨 install dependencies & build site - uses: actions/jekyll-build-pages@v1.0.8 + uses: actions/jekyll-build-pages@v1.0.9 - name: ⚡️ upload artifact uses: actions/upload-pages-artifact@v2 From b5f44db7f86dbcb32f536c28e05416d0e7e275ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:29:59 +0200 Subject: [PATCH 11/18] Add topic "gitops" --- topics/gitops/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 topics/gitops/index.md diff --git a/topics/gitops/index.md b/topics/gitops/index.md new file mode 100644 index 00000000000..f3097020acb --- /dev/null +++ b/topics/gitops/index.md @@ -0,0 +1,24 @@ +--- +display_name: GitOps +short_description: GitOps is an operational framework that takes DevOps best practices used for application development 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. + + From 4b57bed647c5d58b470d8a2de0d067c305464201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:18:13 +0200 Subject: [PATCH 12/18] Add topic "spreadsheet" --- topics/spreadsheet/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 topics/spreadsheet/index.md diff --git a/topics/spreadsheet/index.md b/topics/spreadsheet/index.md new file mode 100644 index 00000000000..b8524fc0392 --- /dev/null +++ b/topics/spreadsheet/index.md @@ -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) From d34fc9c94760f530148ff4592148589b75df4089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:21:28 +0200 Subject: [PATCH 13/18] Do not exceed short_description's character limit --- topics/gitops/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/gitops/index.md b/topics/gitops/index.md index f3097020acb..64e231c58f5 100644 --- a/topics/gitops/index.md +++ b/topics/gitops/index.md @@ -1,6 +1,6 @@ --- display_name: GitOps -short_description: GitOps is an operational framework that takes DevOps best practices used for application development and applies them to infrastructure automation. +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 From 23d281de0aaf3e1abf6ba4a6d75307b4cd74fc9d Mon Sep 17 00:00:00 2001 From: Suvekshya Date: Thu, 26 Oct 2023 09:33:24 +0545 Subject: [PATCH 14/18] feat: added hacksquad --- topics/hacksquad/hacksquad.png | Bin 0 -> 3614 bytes topics/hacksquad/index.md | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 topics/hacksquad/hacksquad.png create mode 100644 topics/hacksquad/index.md diff --git a/topics/hacksquad/hacksquad.png b/topics/hacksquad/hacksquad.png new file mode 100644 index 0000000000000000000000000000000000000000..a1cc88d62f010b0d32d13f3ee2a37f255ab99545 GIT binary patch literal 3614 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 Date: Thu, 26 Oct 2023 09:41:59 +0545 Subject: [PATCH 15/18] fix: update image width --- topics/hacksquad/hacksquad.png | Bin 3614 -> 10313 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/topics/hacksquad/hacksquad.png b/topics/hacksquad/hacksquad.png index a1cc88d62f010b0d32d13f3ee2a37f255ab99545..ab88d1d541a54c3395ddc5123103874e7241011f 100644 GIT binary patch literal 10313 zcmdU#g;N|)6z7ou!4n|CEx0c(K@!~E-912HAq&9?5ZrZv#R<*^_r)!^yK5keyWIZn zs;=tl>i&SMshO^tnb+O*>dn0G`*cUBtIFYGkzpYrA>k^>OKTz_A=CVKzD7YpLIQ6J z&m$TdD|t;7BqSe3B&5I}NJ#gHTY(2iNS**Bq$6`AB$0F^Bx1L$77bCv19VFzIccPq z|Bl@Dk|e|(44{IF48}ed8LA+5Bf%j95)u=Og7jx?(9+4O1JL*?WB&|Z*{;Z{Q(8u! za^3fkUqc2SJudJ16u1y*Kp@XJoqd@F?933hQ|*Khd#H|I0@ZjF$P(YckO=|hK|lJi zK|P=@P>S^l!)!-djra@hk2jL9Y5#w?Xt*a^ z3g*%uUXjEcTrpz>mL-lSjTe;lxh%4465*iZpaWaZF4UQ$As8xbUfY}`VgJ4DEm~K% zab*e3b?Dv3!I@ZBW7a-S9sLjz)GwQvc?trMu@JouJ%E=qrYRRM#I%|ZzH?5@Bzwt2myw;O97Yszts5-|$IP6jK|~i~GV&WY z)5{|XbiP;bv%$p1vPa|9mYb#8B22MPW65R<3(CAyrqW{H$n@_x>msS0op?3`xHGXV*k4&>?Mv-<}W8 zsB%*5JLj<+PeH<-ZB=V*NseV7mU8hBmq;#N8vtV|7q3D+kQqlfTZ~QbI$c@H#H8S( zS0U#?5{>PTfgaxR8XN2~kvq=8Uk+(bO9AtBar|FCO@GLIKVA2un1PR@%0WZr!f7eU z_@CK_1f!SJ@L_V-nU55G;)$g^B(p3l{CRTnxVrvzR!5(`D(#M{c`l#(Y?fvUj+~SI%-n^la6F1qz{k>+XHZ-oRF8M3$*sH27kqOfKSM2JW zX%p^T7stfwV&0c|5jV;2GBQ#|Mpb333FC57dB%J`UCA?9s#PtK;Z$4C4;c~x=O4)MRZnegB&_re z^jj{s-65tbcwykQx&G8rS#>ovH%Y#q-=cK>42JIkP`|Rmc!*H#bR&e1PuYJGFS`cM z|Fw$UQ?v_Izs=Ou$jC@-JmTL!m-^mu7(45BActXZjNsIwuvfsZ@V}cDO_*bc5sLWl zL`=XVvl9zKJ7=$aJB}yRp>ZchI(ioiRux7A!zoS1N#9#2YEYheS1{K+DgrY`ZRJv= zM&IK0`8@dOsPLfMP}Yp8x-%D5-*G)dT*)3qx27plc^pmp=88k@5oMl%y<^ z8h9T2?(lZe^Ve*;8$eZ6J;D_frwxH$;HfvSY8Q`zBDflI_9gE}(Rt}3{p$Mk){tAD zeKIovWHA#caXqv9XZ`}&E)mm*hE0HNFZ`>kA}enGB$hlmo~Y2&_f()j>X-B}Rp$n+ zY7!Xsw=NNVv=pu9*P)JS)1*!|Mjn8pxL*aNiGAY7AJ`DCFdqDEV}{3=)KL(K?i9wf>l~3-kZW@x7!;p9pcAA@*9H2zW9!?GOt0AeFK67wXWVvPcH2~x6f57Q`O~gFZx@(}( zk6d0=T%R(gS}}*Nj}`?Jr*w4=6iF&AD(E@ziYwMU1BsHy5!*?psD_X9o$pqdjI?;p z%&8&*Vm)MFgEk#wn!iSKG@g{9p+}#jp4GnnSdDR(I^Nrnc!BD z*bGGRO4rg83^<%3w7rn0i6^IE??(0!T>%nG++luOm67S&NeshH?FtC}2>V#M9wM1~ z`Q~|)S-gbw?`LsL9`zqqT(~wAHP!@Cq2#WGRb%DMf}j6hqTx(@E;5CG6>&N`sw*o? zFy<8I<0~)fYxXc`&-DDO4@C*LI%kgY(MMD3zEZ!ad>YisEtbFLK7We_$^R^27Dl3~ zRop&qLjh2c(iyPjY^984%RBMKvbQtWO7=<{(J+HRmqQS4pqNYKHPh$KNSA=jmV4h? z=vMWLoV8j6zHdUM3SBNfOugl6W`sON3%VL6k7!zqskax30UU%n&_z>hW*^|Ak&Bd6Os3w+N9 z=LtqoNvmkmP}|gjxzL6Acpd>D?(|3uV9b`6!x$C6mz{s<XRi%TjXu0; zS~d23*LjQ9xGwJfBM+~l1|=u#A@>WTT48abP>?HOh-KFyVrD-6uP;xJkNd_x zEIK+#BWJpx*Z!{rKaDDLxfk-(1O@3ST<1F+&`6bqbHzgal5hpdIKPx9e1D9g;&>Ywlxw#-idef5$h%^t$%G9jqJ%vf8~|B&G1;^Ninf0Ea6v>Jrf@jih#x69!y`$>Jq>dX zKKr~34w@<4F(y*jf_MW&yE-UrT3BOW9Xna(O{lw8BR=!#iH+<{oyALYL6Y};{EK8{ z=+XW1uCAL|b1{>LP5(rw0x#PKt$Rs@Bv?;DD72bbFRi{zO zPkS-~b*aJs2Zt0m9?@ z34u?zDs{g>2;AohfuLNvFhFSP6KEy$$D6cmg=?O)wcK;IB5qQ3kZ{ zqhvo=L>09(G_0P?ji27=Xb{z!nmIMj`-u8f&qGwh<>Z9FVDic2wP)MqZ03dEuHDou zGnJI%cHqZ#W4VnqN!!4m6J6K*STwJ^z0>EK8#k&oV6m^t2I_xD2#xO99yyft{K zssle>YV%6zTZHaAPut}aIwy`>z`5xBfrMgc_t@o|pPyg-q!4yr2=v^~Ln>r) zcet)0jI)*9Z-gTWJ1h{jD!kr}ns0oGlZp(wjq{w*aaDNF7E^2*uW8#tr@cn6trE-dLVG%%s2js0(Lam< zpqhd>UCbY5zW~b(9ZQT!tnI@o^&TAfcF4``jfM}OqHR$N0S)p;HbZeZHCd!>?Yr#k zE3Z~R-G;XsunK0}NFFl{$w;2=+qwrR+GPMTn{7FT1S9{SiRH@W79< ziRYB{=n0)MY4HsrzA^{gn3x!so8x3cqMATrV{?>uN1J&1sPkiwuX~2v zxgWuY{;8)f?n4pzzFC7*Yiq;zR?ca_Cl1U7;lZ$;5HYdTFmyc+kJSpIe**`3sBIgf z&F~@5+PeT%ItYDJ$g>`aPl&JMW2|-%{h8G<2x3NQCnp>ie*d1J#v`vRRJ+W{n*Iyl zm{Hq;1JCFlkf>V+E#7{TA5?E7XQADzuP9JRzwTq81Rdc0$(yFz9^2Cctm__ zh(qwudoq;E^79Lz(0^+4lkH`N;Egx;}0 zDj()Ta-rto1k=#xV zML;H0nNfrqyp;c3-(R1ZMxle6Eq6e_;BC;k?=*` zy$kiR#8<~{)=$ra8|F<_RSi{DJ%`%1(B*H%_V#G9;)VML!OKH3OtH)|b>Z#cTM4uC zJi~qu=JAME$G$d%5eaLiD=zzO-Z6~R(VTYz*fZ<}kck&2UwBefG_gP+N^^m8KzM-I zu${vq`E`W?Y%DExyhK)3ve|gd*2%%4v_aptK3cqThJCW<@)>#kdtn&Ua2VN=h4^a! z{kXSMiDfWakSxjGHvqX4H^PXQl(Q`ZAb1!jWc2)~2AvvJ)C zamw7W#0RQStI$!wZ|)K&_yRgw%Z?;jR_st;i5ERcoVtc4DOH#L`YQPyWJexwWaFCS z3EkcF) zWCd8UnE)AXT=WhrD+QIBoTsNkT)`B{Q~Vn7X@KPO4lBQie8Pe4xY^x_MMLVz_3*SL ziU8{QoiY8E(-)h6EB*blY5B=}o)z)5ztaf00FQXh8#{e@zgLeJ$HG?IGUD?e@0tNr z1e^fd+NC8CQP;KNrKNRPgr(rVa^fn*3qy}<5|yl$MH@5Z?5pp`YX4pj%#2;nwH+*h z)o9sNu6;X+?LF{zObl(oBns6jQL9Nw1hvIReG+)LlrS`gCL~}}uoWcMn+x>L?wo4# zZU(Smxd@J=p21KnOkdIisQvsc59?o@ zaowHzJ;Ps%xu0ZmBJ8H7x=$J}ZnuG6s%rx}!rmv2oH0P;^a+j+AVNPsKEFto5OmTh z2-E_bD|U)a=FWkB+5ZJnl* zJS>Com|{PASBpbiuLhs@8)WGU`dnsYUc>JD9+AxA@KY*^3cG{iVDu5ygUh_82r11D>1vgj_!4qP{PBt$wFTD>}jTKL|zY zj(v4i@(!muh~JI6&P=*Q6W=ANw4-Y5$h~NE?-Nf3DWy!xu1oP&{+;e0q=L6`;otvl zhD+@9lb2SBUq#}r)KKIE4&>ekvpQtqqLp3VE0K{YQ&I+%mC1kmCh~q7>-WK^a8h7) zQ2xYBZ(IOkL`3nCl9FWR96XC)Mwr)8oF>~$NH~#G#s-UP6Y=l^63p-dR8-9l2|a=u zS4)7~-7bQ4;ETc%85W$A%#2@^Z(`I?lp#EsVLN-+=GD6Vw{P?3FGtuu9fMI{4l3rt zJPVeN4!c2jCco$v(a8y-&Uv4XjSo>yD_w}mrj(U&s9#(;If)$LCBy0~n3UvUiL7lJ4$Mu{{XqIh%vr9JB$da{+8Q3l>XInT48L}RO z%MDYl%OJpN*C!9&#)arqJO!)YUUdCG!OKex2S$3Jfu`qZvTVdd_bi0bBk9Cu5&~l?YJ=Pc`E zaPl{pD3xyI79!a1kF4!r*2gaxik@bDE5O+0iWI85zg z(=pHUGraj+QJFA}nRf*zuFKJ$eLJy#Q61(|-@wN&%*r}-2sAS@`+O8>rq_>b)D%Bk zZcvXk(EEy$c;&UzhOT`oFdHpfb-!jA5! zCKo_uf{U;9dIEx%VMfR3{sqvFH3V%oo~XXfTu59l`K%>p2zaWO0-fs4)vdPw=L z#%;3{INM!-5X>n%^Ta=?i*B?!G$)PRl1&Y?G>E{XdtR+Ei;uj!5qSt8}Y95D0C5$gzfo8DXqLzGF@vaG@%TDD3DV&F&LO=f$b%jCcqW}U* zq4R6`|IS|dX;916pRfHYdPK1W0POIb=5q{>Tga-y<&^4c5~AMRCKGn{bf)+cNkv;H z*F}D%N=YeNKy|5M6)2BEtuHlY$ikF9BW7MlOddPE2T?nHTaU5xogRXBWxIV*z?)~b zetl95XYhq5;N_B+yG0Y=m&DCq8~p|TQ}h^8$i13EASj6^^fC~1{vGrAO z(@gq@Q>^gKu~yK_^GYwrLNn=n;-7IZ+vNp*xS#7PXbWf;My4zCm= z#9|%HKh2w&+;;Q!P6B#tTG=#9{Yq_3zi=RWi+pGGG$IQ^`iJaP`VOCeO1vdt1jbev z-rou%n)rEaLXrPob(0d|-3H5w^~_#-HO$xik16d?pM(o)ow*2$vK8=eKO>T;!JwV10VF90%xfJsuv4^OgDm#By$TiVlUI9F&#_6e$mX5GY=4P&3WEK~{!_YN zAJ-$O!A(_;Z)~iY$iG3MaUn?06O*Hm$KOj1jry!y&ApY=DKnmb4)V)pb7jem64#xq zCo!*gnOilqcZmTy3=nD~_tjUpMU6bkhUN#jKK^p~7g1t+d#iv8P*;0qW@bg*%ym9(*rR?eax&C1 zH>|;nb9p$b&qd>HvKfp3)3*bP#^`ajK$kddU>B*ulGxgK7+t2-?{ zl3iB|MYE}d-8L%sA?vq8Oc+y##+W#^^H}zaXBST0NBL`tyLTOjp~a6V=+Xrg!riBC z$Xn`{wCkC&j)6fjIPEgWLWUN;l97sCa`XR{mP*L?ofm#sr8AQ%;I;b;h@k)T-6s)~ zOKLoRDe>51lml+Wc?67^7T>Z;d(cgn%dFzhCHS(GZGTT z+maC^vArH$tfH)gM=1VhPR(HbW9XQHiV`l4v)|P$S;@3TV}G{=BWH#U73%2P?v1wg+8UuW7<8J9F-1`B9CY%WBRhJ1SQF+kJKxlu zqu$xRoN+PN(TR{o@7{dPZdmtg$rikeXJ7egE)HHD?HgE}7f!O-<9xDj9z1c}P&A0h z6rboN84FB&N*jxdHL6{6t`OqcBld~yS#2<91=Rq9R8#DD@z2F~5R(G%2wvroVGbaO z!#KWfXldymHsDxy5Dxx$+OBp9167JEnsb2>IJplJjjccRY040i~Z}oh8B>PP>WQ$ZZdNB^V)UVLd(2^wGbS4$c+4=dM-1h#ZsP|ju?Lg!VoYmFMBS#~n<$7JGs|w}&39Q1fgFDKn>UgU3 zgRp7!aG`r)SN}gA$oIwjwLBTxuJD?^e2{3=(GhEO|Dw>R6l-d+@wZFdrUiO1xf>=? zYIE~FiOxDiF4s=6*2G2kY|irN3Jx0{Hb`$wq{@dgpqtToy{<$;kO{}&2?5hb>`qK> zp_o3TO7)+YH*$m#l1fV85gnVXvjM2KM33wCvh=Xvvv~&1R9{tgTaE|>yoRmije(=C zBbld6^G2;`ui5y7D$a$`4x=Ot;XXKZguenUug1bp!0&8a$k{pOwaWKW6%|Ihpij(X zp5!r}swIAmkbyeUt`ney(&ZaR+cr*-KTy=iE5P!w8=v1I2F~Dqt@!%jW{+uWd)MDe zFQH3bZW$zL3=)>F_G0g=MW*X3bI6MXzBNAN=y>sqBW&iX~?mcxG^ zhnX<_RN>Sl{&wyfrdpF7J3TkIHeBEBfSXwS5ctWVhDUQ)SXgEzS&~EMz={*=B9cjG zzN=U>?3N6J%rJF^b8TTP3@3uexLXB9Kvip2UWg)YfL{e6YurV$r*HS}=<~#YFBo*x ziI_1ZO8DMb4@+kdLB_x=i0@rSjX^oMc4GOi=;Ecr6HITPMf5Ub=yZH3jeF3ysB00z ziEJ)k|Hos)gm}Oh`kM6SB_sP6llDOCK{z~ews^0VVpeuud#xm%u_=VGvm^jD&&0Zi zP^lUjm11egX&K~zSkz#3&Wb2@SXA}`0T%*3XmT%X0YJwtwLC?p2OvQy*U1YCI_h}Q zpj5CBj3Oh%_mXz}`gh}sNE%a8pdYHrG|J}2#@Sn|+$91JFyXADrpDy~2lKkl!yuD9 zF2NJQi!Hh!PgBBy|M^fv(L5H>?RKjbs76{(Ap-s^y#VgNxHMA{_ZidlOI|NU?LffOMA3B3P(JC!9x;WBAy*9det{8 zLmRRPAUUy2-@-)If`rSjP#1^ldeParkxQ^ zZ`F#&8_I80)n_i}Dl?h4H#jheu7IC#%tS~-OixZjEW@D;^kT{VObmfrZsVDfZ^@@> zL-F6hK0isW@(T+2yM;cyuU@XaF?Zf7lym$Q?eR_C>rvi2CJm~mi`={4mB7shQ(+EbtSuWIO~G0Zc2r6tfQGZ}66A8QnOJ8C;_ zA0lhm4g^T^AfIE_DYQDXGL_u*M&P=g0wDjkpQ>*Q|G;t75LGyC-%lIy5w86lrKX5vh2`I73)ImZJjFk)Q3w-xrulV!Tv2#Z0ukP(UPpXmq-)*5| zWQL>ZU(1GoD+7vt%yR6V2LdK?pu1uDxC@#Yu z%r$5ptPX7<4gDb-R3l3bDy5$*2OMurt@st=VDaRy`6nYWDgi(quT!Q3n~xijn{nStt4U}9RpBCA82g>v=Om#w?Q;WJOCbE4sHMkkAOCS zSA?Hm1i;4z0Ehqpn6r#H|A)aBS8E4b@Bg;}=x0t1!hrdIj{tP|V&eg{_~Q0|+i-LL WuR);r@wx~bBn25&=_*O{;Qs++0Lm2r literal 3614 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 Date: Thu, 26 Oct 2023 15:02:02 +0000 Subject: [PATCH 16/18] =?UTF-8?q?=E2=9C=A8=20Autofixing=20renamed/removed?= =?UTF-8?q?=20collection=20items=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collections/learn-to-code/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/learn-to-code/index.md b/collections/learn-to-code/index.md index def26d9f318..95c9d98a91b 100644 --- a/collections/learn-to-code/index.md +++ b/collections/learn-to-code/index.md @@ -1,6 +1,6 @@ --- items: - - 30-seconds/30-seconds-of-code + - Chalarangelo/30-seconds-of-code - railsgirls/guides.railsgirls.com - railsbridge/docs - freeCodeCamp/freeCodeCamp From c2a92602102522bae96135ecdbf6b3de78a66720 Mon Sep 17 00:00:00 2001 From: magyta93 Date: Sun, 29 Oct 2023 13:51:16 +0100 Subject: [PATCH 17/18] Add DEM --- collections/devops-tools/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/devops-tools/index.md b/collections/devops-tools/index.md index bf7a9bb17e1..7c7be039727 100644 --- a/collections/devops-tools/index.md +++ b/collections/devops-tools/index.md @@ -41,6 +41,7 @@ items: - devtron-labs/devtron - livecycle/preevy - cloudposse/atmos + - axem-solutions/dem display_name: DevOps tools --- From 889e524be79aedddeb40c80de9dd80e81b043d80 Mon Sep 17 00:00:00 2001 From: Katherine Oelsner <49968061+octokatherine@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:43:49 -0700 Subject: [PATCH 18/18] fix unneeded capitalization --- topics/testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/testing/index.md b/topics/testing/index.md index 1418f7c14cc..2a603ee83a5 100644 --- a/topics/testing/index.md +++ b/topics/testing/index.md @@ -1,7 +1,7 @@ --- aliases: testing-tools, testing-framework, testing-practices, software-testing, test display_name: Testing -short_description: The act of examining behavior of the software under test to Eliminate bugs and ship with more confidence. +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 ---