Skip to content

Commit

Permalink
update index (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoya-fujimoto authored Dec 9, 2024
1 parent 348c610 commit ecc12d2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ heroImage: "/barry-bootcamp.png"
actionText: "IIJ Bootcampとは?"
actionLink: /about/
features:
footer: CC BY-SA Licensed | Copyright (c) 2023, Internet Initiative Japan Inc.
footer: CC BY-SA Licensed | Copyright (c) 2024, Internet Initiative Japan Inc.
---

## 2023年度カリキュラム一覧

| カテゴリ | 1枠目 | 2枠目 | 3枠目 | 4枠目 | 5枠目 | 6枠目 |
| :--: | :--: | :--: | :--: | :--: | :--: | :--: |
| **イントロ** | イントロダクション<br>(資料非公開) | 事前準備<br>(資料非公開)| 事前準備<br>(資料非公開) |
| **開発** | [Gitの使い方](development/git/)+[GitHubを使った開発手法<br>(最新版は非公開)](development/github/) | [開発環境をDockerで構築](development/docker/docker/)+[docker-compose](development/docker/docker-compose/) | [Jenkinsを触ってみる](cicd_infra/jenkins/) |
| **イントロ** | イントロダクション<br>(社内限定資料) | 事前準備<br>(社内限定資料)| 事前準備<br>(社内限定資料) |
| **開発** | [Gitの使い方](development/git/)+[GitHubを使った開発手法<br>(最新版は社内限定資料)](development/github/) | [開発環境をDockerで構築](development/docker/docker/)+[docker-compose](development/docker/docker-compose/)
| **CI/CD + 構成管理** | [GitHub Actions でCIテスト・デプロイを回す](cicd_infra/github_actions/) | [ansibleによるIT自動化](cicd_infra/ansible/) | [Kubernetes でアプリケーション開発](development/kubernetes/) |
| **監視・モニタリング** | [監視Overview](cicd_infra/prometheus/) | [Prometheusでアプリケーションを監視してみよう<br/>(監視Overviewと資料共通)](cicd_infra/prometheus/) | Splunkハンズオン<br>(資料非公開) |
| **データベース** | [データベース界隈Overview](database/overview/) | [リレーショナルDBを触ってみる](database/postgresql/) | [MongoDBを触ってみる](database/mongodb/) | [redisを触ってみる](database/redis/) |
| **Webサーバー** | HTTP Overview<br>(資料非公開) | [Apache + Nginx を触ってみよう](web-server/apache_nginx/) |
| **バックエンドアプリ** | [サーバアプリケーション界隈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) |
| **フロントエンド** | [素のJavaScript + DOM入門](frontend/dom/) | [Svelteを触ってみよう](frontend/svelte/) | [Reactを触ってみよう](frontend/react/) | [Angularを触ってみよう<br>(過去講座)](frontend/angular/) | [Vueを触ってみよう<br>(過去講座)](frontend/vue/) |
| **セキュリティ** | [WebアプリとセキュリティOverview](security/overview/) | Webアプリの脆弱性を解消してみよう<br>(資料未公開) | アプリに認証を導入するハンズオン<br>(資料未公開) |
| **監視・モニタリング** | [監視Overview](cicd_infra/prometheus/) | [Prometheusハンズオン](cicd_infra/prometheus/) | Splunkハンズオン<br>(社内限定資料) |
| **データベース** | [データベースOverview](database/overview/) | [リレーショナルDBを触ってみる](database/postgresql/) | [MongoDBを触ってみる](database/mongodb/) | [redisを触ってみる](database/redis/) |
| **Webサーバー** | HTTP Overview<br>(社内限定資料) | [Apache + Nginx を触ってみよう](web-server/apache_nginx/) | | [SSL/TLSハンズオン](web-server/tls/) | DNSハンズオン<br>(社内限定資料) |
| **バックエンドアプリ** | [バックエンドアプリ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) |
| **フロントエンド** | [素のJavaScript + DOM入門](frontend/dom/) | [Svelteハンズオン](frontend/svelte/) | [Reactを触ってみよう](frontend/react/) |
| **セキュリティ** | [WebアプリとセキュリティOverview](security/overview/) | アプリに認証を導入するハンズオン<br>(社内限定資料資料) |

0 comments on commit ecc12d2

Please sign in to comment.