Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Rails超入門
Search
Kazuhito Nakayama
June 25, 2021
Programming
0
86
Rails超入門
Railsを初めてみる方に
Kazuhito Nakayama
June 25, 2021
Tweet
Share
More Decks by Kazuhito Nakayama
See All by Kazuhito Nakayama
SentryとCloudWatchを活用した、より安心なプログレッシブデリバリー
kazuhitonakayama
3
640
検索改善ことはじめ Initiating search improvement
kazuhitonakayama
1
200
コロナの感染者数をLINEに日次で通知するアプリを開発した
kazuhitonakayama
0
140
application_manual_Visibath
kazuhitonakayama
0
65
Application for checking the availability of shared bathrooms
kazuhitonakayama
0
89
Other Decks in Programming
See All in Programming
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.3k
C++でシェーダを書く
fadis
6
4.1k
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
2
650
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
520
AWS IaCの注目アップデート 2024年10月版
konokenj
3
3.3k
CSC509 Lecture 11
javiergs
PRO
0
180
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
距離関数を極める! / SESSIONS 2024
gam0022
0
280
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
Contemporary Test Cases
maaretp
0
130
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
1
290
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.7k
Featured
See All Featured
A designer walks into a library…
pauljervisheath
203
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Designing Experiences People Love
moore
138
23k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Large-scale JavaScript Application Architecture
addyosmani
510
110k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
The World Runs on Bad Software
bkeepers
PRO
65
11k
How to Ace a Technical Interview
jacobian
276
23k
Facilitating Awesome Meetings
lara
50
6.1k
Rails Girls Zürich Keynote
gr2m
94
13k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Building an army of robots
kneath
302
43k
Transcript
2021年6月25日 Web Rails RailsでWeb開発!
2021年6月25日 Railsって何で生まれた? 1 今⽇の予定 Railsって人気なの? 2 どんな開発体験? 3 4
なんで⽣まれた? 少人数でのスタートアップでのプロダクト開発 もともと、BasecampというRailsを作った企業 が、社内のプロジェクト管理のプロダクト開発を するために開発したフレームワーク! 2021年6月25日 PHPだと早く書けるけど汚い、Javaだと書くのは 多いけど綺麗。そのいいところドリをしたい。
Railsの特徴 めちゃ書くコードが少ない! 1:DRY Don`t Repeat Yourself 同じことを繰り返さない 2:CoC 設定より規約 Rails独自の設計思想
センスのいい規約によって、設定及 び設計の手間を最小限にできた 書きやすい・直感的 だけど遅い。。。。
Railsって⼈気? 実際どれくらいRailsって使われてる のだろう? Rails使用企業 Rails Spring ・⾷べログ ・クックパッド ・note ・Qiita
・freee ・Twitter などなど (現時点で他の技術に移⾏しているものもある) その開発のし易さから、 多数のWeb系のプログラミングスクールで採⽤ されてます。 (⼤規模アプリには向かない、、、) 実際にアプリ作 ってみます!→