Skip to content

Commit 57fc19b

Browse files
authored
Merge branch 'github:main' into functional-programming
2 parents 31ea3ae + 2a89240 commit 57fc19b

File tree

53 files changed

+265
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+265
-56
lines changed

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/configure-pages@v3
3434

3535
- name: 🔨 install dependencies & build site
36-
uses: actions/[email protected].8
36+
uses: actions/[email protected].9
3737

3838
- name: ⚡️ upload artifact
3939
uses: actions/upload-pages-artifact@v2

collections/devops-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ items:
4141
- devtron-labs/devtron
4242
- livecycle/preevy
4343
- cloudposse/atmos
44+
- axem-solutions/dem
4445

4546
display_name: DevOps tools
4647
---

collections/internet-censorship-circumventions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- Dreamacro/clash
43
- Psiphon-Inc/psiphon
54
- getlantern/lantern
65
- shadowsocks/shadowsocks

collections/javascript-game-engines/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ items:
2222
- Cloud9c/taro
2323
- replit/kaboom
2424
- straker/kontra
25-
- jay19240/Haiku
2625
display_name: JavaScript Game Engines
2726
created_by: leereilly
2827
---

collections/learn-to-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
items:
3-
- 30-seconds/30-seconds-of-code
3+
- Chalarangelo/30-seconds-of-code
44
- railsgirls/guides.railsgirls.com
55
- railsbridge/docs
66
- freeCodeCamp/freeCodeCamp

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ items:
77
- SpaceVim/SpaceVim
88
- briangonzalez/rgbaster.js
99
- Kong/kong
10-
- https://flutter.io/
11-
- http://fishshell.com/
10+
- https://flutter.dev/
11+
- https://fishshell.com/
1212
- https://developer.nvidia.com/physx-sdk
1313
display_name: Release Radar · December 2018
1414
created_by: leereilly

feed.json.liquid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ permalink: feed.json
3232
],
3333
"topics": [
3434
{% for topic in topics %}
35+
{% assign related = topic.related | split: ', ' %}
36+
{% assign aliases = topic.aliases | split: ', ' %}
3537
{
3638
"topic_name": {{ topic.topic | jsonify }},
3739
"created_by": {{ topic.created_by | jsonify }},
@@ -47,12 +49,12 @@ permalink: feed.json
4749
"url": "{{ site.url }}{{ topic.url | remove_first: "/index.html" }}",
4850
"wikipedia_url": {{ topic.wikipedia_url | jsonify }},
4951
"related": [
50-
{% for related_topic in topic.related %}
52+
{% for related_topic in related %}
5153
"{{ related_topic }}"{% unless forloop.last == true %},{% endunless %}
5254
{% endfor %}
5355
],
5456
"aliases": [
55-
{% for alias in topic.aliases %}
57+
{% for alias in aliases %}
5658
"{{ alias }}"{% unless forloop.last == true %},{% endunless %}
5759
{% endfor %}
5860
],

topics/casejs/casejs.png

3.04 KB
Loading

topics/casejs/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: case,case-app,case-js
3+
created_by: CASE
4+
display_name: CASE
5+
github_url: https://github.com/casejs/case
6+
logo: casejs.png
7+
related: open-source-framework, typescript, platform
8+
released: 2023
9+
short_description: CASE is a frameworkless and open source tool for creating and deploying web apps.
10+
topic: casejs
11+
url: https://case.app/
12+
---
13+
CASE helps developers to create awesome data-intensive apps like dashboards, custom web apps, admin panels, ERPs very quickly. It follows a clear frameworkless approach and allows developers to focus on their data and their business logic.

topics/cd/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: CD (Disambiguation)
3+
short_description: 'CD can either mean "continuous deployment" or "Continuous delivery".'
4+
topic: cd
5+
related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops
6+
---
7+
**CD**, within the context of [CI/CD](https://github.com/topics/cicd), can mean multiple things:
8+
* [Continuous deployment](https://github.com/topics/continuous-deployment)
9+
* [Continuous delivery](https://github.com/topics/continuous-delivery)

0 commit comments

Comments
 (0)