Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skanehira/c5378508b80af7b91cbdca845577783e to your computer and use it in GitHub Desktop.
Save skanehira/c5378508b80af7b91cbdca845577783e to your computer and use it in GitHub Desktop.

スクーのGo講座の打ち合わせメモ

Go講座のターゲット

  • 企業の社員(未経験者)

今日決めたいこと

基礎編でやること

  • Gopher道場の資料をもとに作成

応用編

  • Webアプリ(TODOアプリ)
  • Dockerを使う
  • SPAアプリにする
    • フロントは手を入れるところ以外はこちらで用意(テンプレート)
    • APIは1から作る

アプリ詳細

  • TODOの登録、更新、削除、一覧、検索
  • ログイン
  • ユーザ登録
  • ユーザ管理
  • パスワード変更
  • ユーザ名変更

Docker

  • docker-compose
    • DB(MySQL)
    • App(API, Front)

応用編APIの実装

  • net/httpパッケージのみ
  • database/sqlパッケージのみ
  • mysqlドライバ
  • testは書く
  • あったらいいな(pprof, benchmark)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment