-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
405 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
date: '2023-11-14' | ||
lang: 'en' | ||
slug: '/2023-11-14' | ||
--- | ||
|
||
- [[Sequential GitHub Action Jobs]] | ||
- [[Try Running Terminal Command If Exists]] | ||
- [[Project Ganymede]] | ||
- [[Cloudflare Worker]] | ||
- [[Vitest]] | ||
- [[Prisma]] | ||
- [[Prisma Accelerate]] | ||
- [[PlanetScale]] | ||
- [[iMessage App]] | ||
- [[Sign in with Apple]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
lang: 'en' | ||
slug: '/5D7C1C' | ||
aliases: ['Cloudflare Workers'] | ||
--- | ||
|
||
- [Cloudflare Workersยฎ](https://workers.cloudflare.com/) | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs groupId='lang' queryString> | ||
<TabItem value='en' label='English ๐บ๐ธ' lang='en-US' default> | ||
<div lang='en-US'> | ||
|
||
[[Cloudflare]] Worker is a [[serverless]] execution environment that allows users to create and deploy [[JavaScript]] or [[WebAssembly]] code at the [[edge network]] of [[Cloudflare]]'s global network for high-performance, low-latency applications, and dynamic content delivery. | ||
|
||
</div> | ||
</TabItem> | ||
<TabItem value='ko' label='ํ๊ตญ์ด ๐ฐ๐ท' lang='ko-KR'> | ||
<div lang='ko-KR'> | ||
|
||
[[Cloudflare]] Worker๋ ์ฌ์ฉ์๊ฐ ๊ณ ์ฑ๋ฅ, ์ ์ง์ฐ ์ ํ๋ฆฌ์ผ์ด์ ๋ฐ ๋์ ์ฝํ ์ธ ์ ์ก์ ์ํด [[Cloudflare]]์ ๊ธ๋ก๋ฒ ๋คํธ์ํฌ ์ฃ์ง์์ [[JavaScript]] ๋๋ [[WebAssembly]] ์ฝ๋๋ฅผ ์์ฑ ๋ฐ ๋ฐฐํฌํ ์ ์๋ [[Serverless|์๋ฒ๋ฆฌ์ค]] ์คํ ํ๊ฒฝ์ด๋ค. | ||
|
||
</div> | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
lang: 'en' | ||
slug: '/E00466' | ||
--- | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs groupId='lang' queryString> | ||
<TabItem value='en' label='English ๐บ๐ธ' lang='en-US' default> | ||
<div lang='en-US'> | ||
|
||
PlanetScale is a scalable, serverless database platform built on the open-source MySQL compatible [[Vitess]] framework, designed to handle the demands of large-scale applications with features like branch-based development, non-blocking schema migrations, and automatic sharding. | ||
|
||
</div> | ||
</TabItem> | ||
<TabItem value='ko' label='ํ๊ตญ์ด ๐ฐ๐ท' lang='ko-KR'> | ||
<div lang='ko-KR'> | ||
|
||
PlanetScale์ ํ์ฅ ๊ฐ๋ฅํ ์๋ฒ๋ฆฌ์ค ๋ฐ์ดํฐ๋ฒ ์ด์ค ํ๋ซํผ์ผ๋ก, ์คํ ์์ค MySQL ํธํ [[Vitess]] ํ๋ ์์ํฌ๋ฅผ ๊ธฐ๋ฐ์ผ๋ก ๊ตฌ์ถ๋์์ผ๋ฉฐ, ๋ธ๋์น ๊ธฐ๋ฐ ๊ฐ๋ฐ, ๋น์ฐจ๋จ ์คํค๋ง ๋ง์ด๊ทธ๋ ์ด์ , ์๋ ์ค๋ฉ ๋ฑ์ ๊ธฐ๋ฅ์ผ๋ก ๋๊ท๋ชจ ์ ํ๋ฆฌ์ผ์ด์ ์ ์๊ตฌ ์ฌํญ์ ์ฒ๋ฆฌํ๋๋ก ์ค๊ณ๋์๋ค. | ||
|
||
</div> | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
lang: 'en' | ||
slug: '/42D743' | ||
--- | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs groupId='lang' queryString> | ||
<TabItem value='en' label='English ๐บ๐ธ' lang='en-US' default> | ||
<div lang='en-US'> | ||
|
||
[[Prisma]] Accelerate is a feature of the [[Prisma]] Data Platform that provides a global [[database]] cache across over 280 locations, significantly enhancing [[database]] query speeds by up to 1000 times. It reduces [[database]] query latency to as low as 5ms while decreasing the load on your [[database]] and offers a fully managed connection pool for scalable application deployment. | ||
|
||
</div> | ||
</TabItem> | ||
<TabItem value='ko' label='ํ๊ตญ์ด ๐ฐ๐ท' lang='ko-KR'> | ||
<div lang='ko-KR'> | ||
|
||
[[Prisma]] Accelerate๋ 280๊ฐ ์ด์์ ์์น์ ๊ธ๋ก๋ฒ [[Database|๋ฐ์ดํฐ๋ฒ ์ด์ค]] ์บ์๋ฅผ ์ ๊ณตํ์ฌ [[Database|๋ฐ์ดํฐ๋ฒ ์ด์ค]] ์ฟผ๋ฆฌ ์๋๋ฅผ ์ต๋ 1000๋ฐฐ๊น์ง ํฌ๊ฒ ํฅ์์ํค๋ [[Prisma]] ๋ฐ์ดํฐ ํ๋ซํผ์ ๊ธฐ๋ฅ์ด๋ค. [[Database|๋ฐ์ดํฐ๋ฒ ์ด์ค]] ์ฟผ๋ฆฌ ๋๊ธฐ ์๊ฐ์ 5ms๊น์ง ๋จ์ถํ๋ ๋์์ [[Database|๋ฐ์ดํฐ๋ฒ ์ด์ค]] ๋ถํ๋ฅผ ์ค์ด๊ณ , ํ์ฅ ๊ฐ๋ฅํ ์ ํ๋ฆฌ์ผ์ด์ ๋ฐฐํฌ๋ฅผ ์ํด ์์ ํ ๊ด๋ฆฌ๋๋ ์ฐ๊ฒฐ ํ์ ์ ๊ณตํ๋ค. | ||
|
||
</div> | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
lang: 'en' | ||
slug: '/1C1B7E' | ||
--- | ||
|
||
```diff | ||
name: CI | ||
on: push | ||
jobs: | ||
test: | ||
name: Run Tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
- name: Setup pnpm | ||
run: npm install -g pnpm | ||
- name: Test Server | ||
run: cd server && pnpm install && pnpm run test | ||
deploy: | ||
+ needs: test | ||
runs-on: ubuntu-latest | ||
name: Deploy | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Set up Node.js | ||
uses: actions/setup-node@v3 | ||
- name: Setup pnpm | ||
run: npm install -g pnpm | ||
- name: Deploy | ||
uses: cloudflare/wrangler-action@v3 | ||
with: | ||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} | ||
workingDirectory: "server" | ||
|
||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
lang: 'en' | ||
slug: '/C97E38' | ||
aliases: ['Apple Login', '์ ํ ๋ก๊ทธ์ธ', 'Apple ๋ก๊ทธ์ธ', 'Apple ID Login', 'Apple๋ก ๋ก๊ทธ์ธ'] | ||
--- | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs groupId='lang' queryString> | ||
<TabItem value='en' label='English ๐บ๐ธ' lang='en-US' default> | ||
<div lang='en-US'> | ||
|
||
"Sign in with [[Apple]]" is a privacy-focused login feature provided by [[Apple]], allowing users to securely sign in to apps and websites using their [[Apple]] ID, with the option to share minimal personal information and the ability to hide their [[Mail|email]] addresses. | ||
|
||
</div> | ||
</TabItem> | ||
<TabItem value='ko' label='ํ๊ตญ์ด ๐ฐ๐ท' lang='ko-KR'> | ||
<div lang='ko-KR'> | ||
|
||
'[[Apple]]๋ก ๋ก๊ทธ์ธ'์ [[Apple]]์์ ์ ๊ณตํ๋ ๊ฐ์ธ์ ๋ณด ๋ณดํธ์ ์ค์ ์ ๋ ๋ก๊ทธ์ธ ๊ธฐ๋ฅ์ผ๋ก, ์ฌ์ฉ์๋ ์ต์ํ์ ๊ฐ์ธ ์ ๋ณด ๊ณต์ ์ต์ ๊ณผ [[Mail|์ด๋ฉ์ผ]] ์ฃผ์๋ฅผ ์จ๊ธธ ์ ์๋ ๊ธฐ๋ฅ์ ํตํด [[Apple]] ID๋ฅผ ์ฌ์ฉํ์ฌ ์ฑ๊ณผ ์น์ฌ์ดํธ์ ์์ ํ๊ฒ ๋ก๊ทธ์ธํ ์ ์๋ค. | ||
|
||
</div> | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
--- | ||
lang: 'en' | ||
slug: '/10DC63' | ||
aliases: ['SMS', 'Texts', '๋ฌธ์', '๋ฌธ์ ๋ฉ์์ง', '๋ฉ์์ง', '๋ฌธ์๋ฉ์์ง', '๋ฌธ์ ๋ฉ์ธ์ง', '๋ฉ์ธ์ง,'] | ||
aliases: | ||
['SMS', 'Texts', '๋ฌธ์', '๋ฌธ์ ๋ฉ์์ง', '๋ฉ์์ง', '๋ฌธ์๋ฉ์์ง', '๋ฌธ์ ๋ฉ์ธ์ง', '๋ฉ์ธ์ง,', 'Messages', 'Message'] | ||
--- | ||
|
||
A text message is an electronic message sent from one cell phone to another over a cellular network. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.