1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【学習メモ】Railsチュートリアル

Posted at

学習メモのありかた

・つまづいたところや用語で不明だった点のざっくりメモ
・解決したことのメモ

Railsチュートリアルを進める目的を確認

・Railsでの開発の大まかな流れをイメージする
・MVCモデルについてざっくり理解する
・個人開発を自力で進められるようになるため
・開発の流れをつかむため
・Railsのドキュメントに出てくる用語を把握して実務の会話についていけるようにするため

メモ

シングルページアプリケーション(SPA)
WEBアプリケーション開発手法の一つ
必要な情報を一度に取得することで、表示速度が向上する

今さら聞けないSPA(シングルページアプリケーション)とは

Docker
簡単かつ安全に独立した複数のサーバーを動かせるもの

Dockerとはどういったものなのか、めちゃくちゃ丁寧に説明してみる

テスト駆動開発
テスト→プログラム書く→テストして動くか確認する開発のやり方
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?