Skip to content

Commit 2a983fa

Browse files
committed
Merge branch 'main' of github.com:SebConejo/explore into main
2 parents d2d4323 + 5326079 commit 2a983fa

File tree

18 files changed

+42
-18
lines changed

18 files changed

+42
-18
lines changed

collections/game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ items:
5555
- PurpleKingdomGames/indigo
5656
- nivanov/cosplay
5757
- gurkenlabs/litiengine
58+
- o3de/o3de
5859
display_name: Game Engines
5960
created_by: leereilly
6061
---

collections/made-in-bangladesh/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- sscsb/action-sbom-upload
33-
- sulaiman-coder/profiler
3432

3533
display_name: Made in Bangladesh
3634
created_by: kuttumiah

collections/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ items:
2525
- github/brasil
2626
- raphamorim/rio
2727
- avelino/awesome-go
28+
- okfn-brasil/querido-diario
2829

2930
display_name: Made in Brazil
3031
created_by: caarlos0

collections/release-radar-2018-12/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- antonmedv/fx
43
- hashicorp/vault
54
- pytorch/pytorch
65
- https://nostalgic-css.github.io/NES.css/

collections/teaching-computational-social-science/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ items:
2727
- mobileink/lab.compss
2828
- sschauss/css
2929
- jongbinjung/css-python-workshop
30-
- adamrpah/KPHD_CSS
30+
- adamrpah/CSSMA
3131
- cbpuschmann/stm_ic2s2
3232
- ohexel/comsocsci
3333
- atkindel/css_activities

topics/coverage/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Test coverage
3+
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
4+
topic: coverage
5+
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
6+
---
7+
**Test coverage** is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
8+
* path coverage
9+
* line coverage
10+
* branch coverage
11+
* code coverage

topics/deno/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ display_name: Deno
33
topic: deno
44
github_url: https://github.com/denoland
55
logo: deno.png
6-
related: typescript, rust
6+
related: typescript, rust, javascript, nodejs, v8, webassembly, package-manager, event-driven-architecture, event-loop, tokio
77
short_description: A secure runtime for JavaScript and TypeScript.
88
url: https://deno.land
99
wikipedia_url: https://en.wikipedia.org/wiki/Deno_(software)
1010
created_by: Ryan Dahl
1111
---
12-
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
12+
**Deno** is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
1313

1414
- Secure by default. No file, network, or environment access (unless explicitly enabled).
1515
- Supports TypeScript out of the box.

topics/design-system/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Design system
3+
short_description: A design system is a way to have modular and reusable CSS components as well as a separation of concerns.
4+
topic: design-system
5+
related: css, design-token, style-guide, css-framework, ui, smacss
6+
wikipedia_url: https://en.wikipedia.org/wiki/Design_system
7+
---
8+
A **design system** is a way to have modular and reusable CSS components as well as a separation of concerns of designing and using this system, by, for examplr, using design tokens.

topics/devops/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
aliases: dev-ops
33
display_name: DevOps
44
logo: devops.png
5-
related: ci, cd
5+
related: ci, cd, cicd, devsecops, gitops, chatops, test-automation, static-code-analysis, release-automation, infrastructure-as-code
66
short_description: DevOps is a set of practices that combine software development (Dev) and IT operations (Ops).
77
topic: devops
88
wikipedia_url: https://en.wikipedia.org/wiki/DevOps
99
---
10-
DevOps is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
10+
**DevOps** is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.

topics/documentation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ short_description: Documentation is a set of information that describes a produc
55
to its users.
66
topic: documentation
77
wikipedia_url: https://en.wikipedia.org/wiki/Software_documentation
8+
related: tutorial, man-page, documentation-as-code, docblock, doc-gen, api-documentation, knowledge-base, design-document
89
---
910
Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

0 commit comments

Comments
 (0)