Skip to content

Commit 5a475e4

Browse files
author
William Faircloth
authored
Merge branch 'github:main' into main
2 parents 6681b0c + ea90296 commit 5a475e4

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
rake (13.0.6)
4747
regexp_parser (2.2.0)
4848
rexml (3.2.5)
49-
rubocop (1.25.0)
49+
rubocop (1.25.1)
5050
parallel (~> 1.10)
5151
parser (>= 3.1.0.0)
5252
rainbow (>= 2.2.2, < 4.0)

collections/made-in-indonesia/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ items:
77
- OpenSID
88
- BaritoLog
99
- odpf
10+
- xitorch/xitorch
11+
- mathdroid/covid-19-api
1012
display_name: Made in Indonesia
1113
created_by: mabdh
1214
image: made-in-indonesia.png

collections/software-defined-radio/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ items:
1111
- xmikos/qspectrumanalyzer
1212
- cjcliffe/CubicSDR
1313
- jopohl/urh
14+
- AlbrechtL/welle.io
15+
- merbanan/rtl_433
16+
- fsphil/hacktv
17+
- antirez/dump1090
1418
- https://www.youtube.com/embed/kWfU1G3Jq4w
1519
display_name: Software Defined Radio
1620
created_by: jbjonesjr

collections/software-development-tools/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ items:
1313
- pybuilder/pybuilder
1414
- klaussinani/signale
1515
- gitpod-io/gitpod
16+
- gnustep/apps-gorm
17+
- koalaman/shellcheck
1618
display_name: Software development tools
1719
---
1820
Build apps better, faster, stronger.

topics/microservice/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aliases: microservices
3+
display_name: Microservice
4+
short_description: Microservices are an architectural and organizational approach to software development
5+
of tasks.
6+
topic: microservice
7+
wikipedia_url: https://en.wikipedia.org/wiki/Microservices
8+
---
9+
Microservices are an architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs. These services are owned by small, self-contained teams.
10+
Microservices architectures make applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market for new features.

0 commit comments

Comments
 (0)