Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
823faf7
feat: Webアプリケーション概論を未経験者向けに全面改訂
umekita-cyber Aug 14, 2026
17ecce7
chore: コメントを整理し、使わなくなった画像を削除
umekita-cyber Aug 14, 2026
05e5b62
fix: 表紙の副題を削除し、比較表の列見出しを「ほかにも」に変更
umekita-cyber Aug 14, 2026
19ccbe6
feat: インターンのあとで の表にカテゴリ名を入れ、動かす場所の行を追加
umekita-cyber Aug 14, 2026
57728a2
feat: インターンのあとで を三原色のベン図に変更
umekita-cyber Aug 14, 2026
8dba845
feat: インターンのあとで を円からカバー範囲の帯に変更
umekita-cyber Aug 14, 2026
bb61fc6
fix: 「動かす場所」を「公開する場所」に変え、文字を他の行と揃える
umekita-cyber Aug 14, 2026
feaebfd
fix: 「公開する場所」を「動かす環境」に変更
umekita-cyber Aug 14, 2026
c961c83
style: インターンのあとで の図をレイアウト原則に合わせて調整
umekita-cyber Aug 14, 2026
1b219e7
style: インターンのあとで の文字を大きくし、範囲の外に下地を敷いた
umekita-cyber Aug 14, 2026
f165305
feat: インターンのあとで にロゴを入れ、3段構成に変更
umekita-cyber Aug 14, 2026
385f50d
feat: インターンのあとで を3つのカテゴリだけに絞る
umekita-cyber Aug 14, 2026
138411b
feat: インターンのあとで の2案を並べて比較できるようにする
umekita-cyber Aug 14, 2026
edfcca1
fix: 「インターンのあとで」を「Tips」に変更
umekita-cyber Aug 14, 2026
b5ddcc9
feat: Tips は役割別の案を採用し、カテゴリ別の案を削除
umekita-cyber Aug 14, 2026
b2a2f28
chore: 使っていない jigjp.site.png を削除
umekita-cyber Aug 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
chat-gpt-api/sample/log

node_modules
.cache
.cache

# Webアプリケーション概論の講義メモ(台本・設計判断)
# 手元でだけ見るもの。スライド本体は about-webapp/slide.md
about-webapp/NOTES.local.md
Binary file removed about-webapp/imgs/3tier-cs-system.png
Binary file not shown.
Binary file removed about-webapp/imgs/3tier-data-flow.drawio.png
Binary file not shown.
Binary file removed about-webapp/imgs/aws.drawio.png
Binary file not shown.
Binary file removed about-webapp/imgs/delivery-actor.drawio.png
Binary file not shown.
Binary file removed about-webapp/imgs/deno-deploy.drawio.png
Binary file not shown.
35 changes: 35 additions & 0 deletions about-webapp/imgs/fig-3tier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions about-webapp/imgs/fig-comment-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions about-webapp/imgs/fig-data-kv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions about-webapp/imgs/fig-html-css-js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions about-webapp/imgs/fig-if-not-split.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions about-webapp/imgs/fig-js-both.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading