Skip to content

Commit cb0caf9

Browse files
authored
Merge branch 'main' into coverage
2 parents ef4d3b5 + 3c412f5 commit cb0caf9

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

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/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/f-droid/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ github_url: https://github.com/f-droid/fdroidclient
66
display_name: F-Droid
77
logo: f-droid.png
88
released: September 29, 2010
9-
related: android
9+
related: android, app-store, aptoide, apk, libre-software, foss
1010
short_description: F-Droid is an installable catalogue of FOSS applications for the Android platform.
1111
url: https://f-droid.org/
1212
wikipedia_url: https://en.wikipedia.org/wiki/F-Droid
1313
---
14-
Started in 2010, F-Droid is an installable catalogue of FOSS (Free and open source software) applications for the Android platform. It's both a repository of FOSS apps, along with an Android client to perform installations and updates of apps.
14+
Started in 2010, **F-Droid** is an installable catalogue of FOSS (Free and open source software) applications for the Android platform. It's both a repository of FOSS apps, along with an Android client to perform installations and updates of apps.

topics/git/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ short_description: Git is the most widely used version control system.
88
topic: git
99
url: https://git-scm.com/
1010
wikipedia_url: https://en.wikipedia.org/wiki/Git
11+
related: vcs, github, bitbucket, gitlab, gitops, gitflow, svn, mercurial, tfvc, dvcs
1112
---
12-
Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
13+
**Git** is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.

topics/mastodon/mastodon.png

2.99 KB
Loading

topics/nodejs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ short_description: Node.js is a tool for executing JavaScript in a variety of en
99
topic: nodejs
1010
url: https://nodejs.org/en/
1111
wikipedia_url: https://en.wikipedia.org/wiki/Node.js
12+
related: javascript, express, mean, meteor, next, v8, event-driven-architecture, event-loop, npm, deno
1213
---
1314

14-
Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
15+
**Node.js** is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.

0 commit comments

Comments
 (0)