Skip to content

Commit d5ead5b

Browse files
update index(2025) (#206)
* update index * fix to Web * fix typo * Update src/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e43962 commit d5ead5b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ heroImage: "/barry-bootcamp.png"
44
actionText: "IIJ Bootcampとは?"
55
actionLink: /about/
66
features:
7-
footer: CC BY-SA Licensed | Copyright (c) 2024, Internet Initiative Japan Inc.
7+
footer: CC BY-SA Licensed | Copyright (c) 2025, Internet Initiative Japan Inc.
88
---
99

1010
## 2024年度カリキュラム一覧
@@ -13,10 +13,10 @@ footer: CC BY-SA Licensed | Copyright (c) 2024, Internet Initiative Japan Inc.
1313
| :--: | :--: | :--: | :--: | :--: | :--: | :--: |
1414
| **イントロ** | イントロダクション<br>(社内限定資料) | 事前準備<br>(社内限定資料)| 事前準備<br>(社内限定資料) |
1515
| **開発** | [Gitの使い方](development/git/)+[GitHubを使った開発手法<br>(最新版は社内限定資料)](development/github/) | [開発環境をDockerで構築](development/docker/docker/)+[docker-compose](development/docker/docker-compose/)
16-
| **CI/CD + 構成管理** | [GitHub Actions でCIテスト・デプロイを回す](cicd_infra/github_actions/) | [ansibleによるIT自動化](cicd_infra/ansible/) | [Kubernetes でアプリケーション開発](development/kubernetes/) |
16+
| **CI/CD + 構成管理** | [GitHub Actions ハンズオン](cicd_infra/github_actions/) | [ansibleによるIT自動化](cicd_infra/ansible/) | [Kubernetes ハンズオン](development/kubernetes/) |
1717
| **監視・モニタリング** | [監視Overview](cicd_infra/prometheus/) | [Prometheusハンズオン](cicd_infra/prometheus/) | Splunkハンズオン<br>(社内限定資料) | [OpenTelemetryハンズオン](cicd_infra/opentelemetry/) |
1818
| **データベース** | [データベースOverview](database/overview/) | [リレーショナルDBを触ってみる](database/postgresql/) | [MongoDBを触ってみる](database/mongodb/) | [redisを触ってみる](database/redis/) |
19-
| **Webサーバー** | HTTP Overview<br>(社内限定資料) | [Apache + Nginx を触ってみよう](web-server/apache_nginx/) | | [SSL/TLSハンズオン](web-server/tls/) | DNSハンズオン<br>(社内限定資料) |
20-
| **バックエンドアプリ** | [バックエンドアプリOverview](/server-app/overview/) | [FastAPIでWebアプリを作る](server-app/fastapi/) | [Java: Spring でWebアプリを作る](server-app/java/) | [GoでWebアプリを作る](server-app/go/) | [並行処理ハンズオン](server-app/concurrent) | [テストプログラミングハンズオン](server-app/test-hands-on) |
21-
| **フロントエンド** | [素のJavaScript + DOM入門](frontend/dom/) | [Svelteハンズオン](frontend/svelte/) | [Reactを触ってみよう](frontend/react/) |
22-
| **セキュリティ** | [WebアプリとセキュリティOverview](security/overview/) | アプリに認証を導入するハンズオン<br>(社内限定資料資料) |
19+
| **Webサーバー** | HTTP Overview<br>(社内限定資料) | [Apache + NginxでWebサーバーを立てよう](web-server/apache_nginx/) | | [SSL/TLSハンズオン](web-server/tls/) | DNSハンズオン<br>(社内限定資料) |
20+
| **バックエンドアプリ** | [バックエンドアプリOverview](/server-app/overview/) | [Java: Springハンズオン](server-app/java/) | [GoでWebアプリを作る](server-app/go/) | [並行処理ハンズオン](server-app/concurrent) | [テストプログラミングハンズオン](server-app/test-hands-on) |
21+
| **フロントエンド** | [素のJavaScript + DOM入門](frontend/dom/) | [Reactを触ってみよう](frontend/react/) | [LLMでWebアプリケーションを作ろう](frontend/vibecoding/) |
22+
| **セキュリティ** | [WebアプリとセキュリティOverview](security/overview/) | アプリに認証を導入するハンズオン<br>(社内限定資料) | セキュリティハンズオン<br>(社内限定資料) |

0 commit comments

Comments
 (0)