Skip to content

Commit

Permalink
index/update2023 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoya-fujimoto committed Nov 10, 2023
1 parent 9d30654 commit 04fa228
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 @@ -7,16 +7,16 @@ features:
footer: CC BY-SA Licensed | Copyright (c) 2023, Internet Initiative Japan Inc.
---

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

| カテゴリ | 1枠目 | 2枠目 | 3枠目 | 4枠目 | 5枠目 | 6枠目 |
| :--: | :--: | :--: | :--: | :--: | :--: | :--: |
| **イントロ** | イントロダクション<br>(資料非公開) | [事前準備](init/hello-bootcamp) | 事前準備2<br>(事前準備参照) |
| **開発** | [Gitの使い方](development/git/)+[GitHubを使った開発手法](development/github/) | [開発環境をDockerで構築](development/docker/docker/)+[docker-compose](development/docker/docker-compose/) | [Jenkinsを触ってみる](cicd_infra/jenkins/) |
| **CI/CD + 構成管理** | DevOps Overview<br>(資料非公開) | [droneでCIテスト・デプロイを回す](cicd_infra/drone/) | [ansibleでホスト構成管理](cicd_infra/ansible/) | [Kubernetes入門](development/kubernetes/) |
| **監視・モニタリング** | [Prometheus入門](cicd_infra/prometheus/) | Splunkハンズオン<br>(資料非公開) |
| **データベース** | [データベース界隈Overview](database/overview/) | [MySQLを触ってみる](database/mysql/) | [MongoDBを触ってみる](database/mongodb/) | [redisを触ってみる](database/redis/) |
| **Webサーバー** | HTTP Overview<br>(資料非公開) | [Apache/NginxでWebサーバーを立てよう](web-server/apache_nginx/) |
| **バックエンドアプリ** | バックエンドアプリ+AWS,GCP 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) |
| **フロントエンド** | [フロントエンドOverview + Dom入門](frontend/overview/) | [Svelteを触ってみよう](https://iij.github.io/bootcamp/frontend/svelte/) | [Reactを触ってみよう](frontend/react/) | [Angularを触ってみよう<br>(過去講座)](frontend/angular/) | [Vueを触ってみよう<br>(過去講座)](frontend/vue/) |
| **イントロ** | イントロダクション<br>(資料非公開) | 事前準備<br>(資料非公開)| 事前準備<br>(資料非公開) |
| **開発** | [Gitの使い方](development/git/)+[GitHubを使った開発手法<br>(最新版は非公開)](development/github/) | [開発環境をDockerで構築](development/docker/docker/)+[docker-compose](development/docker/docker-compose/) | [Jenkinsを触ってみる](cicd_infra/jenkins/) |
| **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>(資料未公開) |

0 comments on commit 04fa228

Please sign in to comment.