Skip to content

Instantly share code, notes, and snippets.

View Songkey1's full-sized avatar
๐Ÿ€

wongeun.song Songkey1

๐Ÿ€
View GitHub Profile
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<title>ํ™ฉ๋ฃก์‚ฌ 8TB ๋ฐ์ดํ„ฐ โ†’ ์ง€์‹์ž์‚ฐ ๋ณ€ํ™˜ ํŒŒ์ดํ”„๋ผ์ธ</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Noto+Serif+KR:wght@400;500;700&family=Pretendard:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root{
--bg:#020617; --panel:#0f172a; --panel2:#0b1324; --line:#1e293b;
@Songkey1
Songkey1 / inception_brief_102319.html
Created May 28, 2026 10:23
INCEPTION reference brief
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<title>INCEPTION ํ”„๋กœ์ ํŠธ ๋ถ„์„ โ€” ํ™ฉ๋ฃก์‚ฌ ์˜จ๋ผ์ธ๊ด€ ๊ธ€๋กœ๋ฒŒ ๋ ˆํผ๋Ÿฐ์Šค</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Noto+Serif+KR:wght@400;500;700&family=Pretendard:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root{
--bg:#020617; --panel:#0f172a; --panel2:#0b1324; --line:#1e293b;
@Songkey1
Songkey1 / workflow-diagram.svg
Created May 27, 2026 04:27
AI Agent API Gateway Rate Limit Workflow - SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Songkey1
Songkey1 / workflow-diagram.html
Created May 27, 2026 04:25
AI Agent API Gateway Rate Limit Workflow Diagram
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Agent Rate Limit Workflow</title>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Pretendard:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {