Skip to content

Commit

Permalink
Merge pull request #275 from russelltrow/dev
Browse files Browse the repository at this point in the history
Prepared 5 new Patterns to go live:
  • Loading branch information
russelltrow authored Oct 25, 2023
2 parents b87c531 + 217a6bb commit c2a75d8
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/catalog/cloud/evaluate-other-cpu-architectures.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2023-10-25
category: cloud
description: [PATTERN_DESCRIPTION_METADATA]
description: Applications are built with a software architecture that best fits the business need they are serving. Cloud providers make it easy to evaluate other CPU types
tags:
- cloud
- size:small
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2022-11-09
category: cloud
tags:
- cloud
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog/cloud/remove-unused-assets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2022-11-22
category: cloud
tags:
- cloud
Expand Down
3 changes: 2 additions & 1 deletion docs/catalog/cloud/use-async-instead-of-sync.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
version: 1.0
submitted_by: srini1978, markus-ntt-seidl
published_date: TBD
published_date: 2023-10-25
category: cloud
description: When making calls across process boundaries to either databases or file systems or REST APIs, relying on synchronous calls can cause the calling thread to become blocked, putting additional load on the CPU
tags:
- cloud
- size:medium
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog/cloud/use-serverless.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2023-01-17
category: cloud
tags:
- cloud
Expand Down
3 changes: 2 additions & 1 deletion docs/catalog/web/enable-text-compression.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2023-10-25
category: web
description: Web browsers often communicate with web servers in a human readable format. These can be HTML, JavaScript and/or CSS files and REST requests which can return a response in JSON. This human readable communication is redundant and, as such, can be compressed to save bandwidth.
tags:
- web
- size:small
Expand Down
3 changes: 2 additions & 1 deletion docs/catalog/web/keep-request-counts-low.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2023-10-25
category: web
description: Accessing a web page usually retrieves a HTML file from the web server. The HTML may then reference additional resources that the browser has to download.
tags:
- size:medium
- role:web-developer
Expand Down
2 changes: 1 addition & 1 deletion docs/catalog/web/minimize-main-thread-work.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2022-11-22
category: web
tags:
- web
Expand Down
4 changes: 2 additions & 2 deletions docs/catalog/web/use-server-side-rendering.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
version: 1.0
submitted_by: markus-ntt-seidl
published_date: TBD
published_date: 2023-10-25
category: web
description:
description: Use server-side rendering for high-traffic pages
tags:
- web
---
Expand Down

0 comments on commit c2a75d8

Please sign in to comment.