Skip to content

Commit 8043268

Browse files
authored
Merge branch 'main' into laravel
2 parents f1fe017 + 1809636 commit 8043268

File tree

36 files changed

+187
-36
lines changed

36 files changed

+187
-36
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/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/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/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

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)

topics/clu/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
created_by: Barbara Liskov et al.
3+
display_name: CLU
4+
released: 1975
5+
short_description: CLU was the first implemented programming language to provide direct linguistic support for data abstraction.
6+
topic: clu
7+
url: https://pmg.csail.mit.edu/CLU.html
8+
wikipedia_url: https://en.wikipedia.org/wiki/CLU_(programming_language)
9+
---
10+
CLU was the first implemented programming language to provide direct linguistic support for data abstraction. CLU contains a number of other interesting and influential features, including checked exceptions, iterators, and parametric polymorphism.

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.

0 commit comments

Comments
 (0)