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
最近勉強してること、次にやりたいこと
Search
S-cubism
December 08, 2017
Technology
0
110
最近勉強してること、次にやりたいこと
S-cubism
December 08, 2017
Tweet
Share
More Decks by S-cubism
See All by S-cubism
WSLでreactの開発環境作った話
scubism
0
700
未経験者がAndroidアプリをリリースするまで
scubism
0
130
scubism_LT_20180223_細田謙二_イベントソーシング
scubism
0
160
REVEAL.JSをちょっとだけ使ってみた
scubism
0
260
忙しい人のための仮想通貨
scubism
0
110
サーバ作業の注意コマンド
scubism
0
130
FOOD TECH
scubism
0
67
Firebase(Realtime Database)について
scubism
0
130
複数会社複数リポジトリでのソース管理
scubism
0
100
Other Decks in Technology
See All in Technology
GPUをつかってベクトル検索を扱う手法のお話し~NVIDIA cuVSとCAGRA~
fshuhe
0
320
ViteとTypeScriptのProject Referencesで 大規模モノレポのUIカタログのリリースサイクルを高速化する
shuta13
3
240
今から間に合う re:Invent 準備グッズと現地の地図、その他ラスベガスを周る際の Tips/reinvent-preparation-guide
emiki
1
210
戦えるAIエージェントの作り方
iwiwi
19
9k
Okta Identity Governanceで実現する最小権限の原則
demaecan
0
230
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
410
Observability — Extending Into Incident Response
nari_ex
2
700
GCASアップデート(202508-202510)
techniczna
0
230
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
2
1.6k
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
320
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
140
AIの個性を理解し、指揮する
shoota
3
600
Featured
See All Featured
Bash Introduction
62gerente
615
210k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Documentation Writing (for coders)
carmenintech
76
5.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
A Modern Web Designer's Workflow
chriscoyier
697
190k
The Pragmatic Product Professional
lauravandoore
36
7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
GitHub's CSS Performance
jonrohan
1032
470k
Producing Creativity
orderedlist
PRO
348
40k
Transcript
最近勉強してること、次にやりたいこと エンジニアLT 佐野耕平 2017/12/8
近況2 Ruby on Rails 5 • 全14章 • MVCの説明~簡単なFB のようなサービス
• 現代のWEBで使われてい るようなテクニックなど を紹介 • friendly forwarding • Remember me • テストスイート • Gravater • Bootstrap
Friendly forwarding (親切な転送) ログインしてない ユーザ 購入手続き ログインが必要 ログイン 購入手続き ユーザ
プロフィール ログイン前に行こうと していたページ 問答無用でプロフへ 飛ばすのは不親切
Remember me(永続ログイン) 記憶トークン: HagbQSN9W9qB Cookieに保存 ハッシュ化して保存 永続ログイン
Gravatar (Globally Recognized Avatar)
Gravatarの使い方 ・ID(ハッシュ化したメールアドレス) ・画像 $email = “
[email protected]
”; $grav_url = “https://www.gravatar.com/avatar/” .
md5(strtolower($email)); <img src=“<?php echo $grav_url; ?>” /> 1 2 3
テストスイート • 何でもかんでもTDDというのはよくない • テストのために設計が不自然になる • F案件でテストを書くにはPHPUnit
次に手を出そうと思うもの • せっかくRailsで作ったサイトがあるの で、WebViewアプリを作ってみたい • またはLINEのようなチャットツール • できるのかどうかは知らない。 Webhookとは?というレベル
“android app develop”で検索 日本語 ( ^ω^ )
Unityとかやってみたい • 大学でやった3Dの授業が楽しかった • 最近Unityの需要が上がってるらしい • ARとかやりたい