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
Englishnize yourself in five minutes
Search
Yusuke Ohashi
August 20, 2016
Technology
0
680
Englishnize yourself in five minutes
My LT Talk at iOSDC(
https://iosdc.jp/2016
).
Yusuke Ohashi
August 20, 2016
Tweet
Share
Other Decks in Technology
See All in Technology
DevinはクラウドエンジニアAIになれるのか!? 実践的なガードレール設計/devin-can-become-a-cloud-engineer-ai-practical-guardrail-design
tomoki10
2
940
ルートユーザーの活用と管理を徹底的に深掘る
yuobayashi
6
670
ClineにNext.jsのプロジェクト改善をお願いしてみた / 20250321_reacttokyo_LT
optim
1
1.1k
PHPでアクターモデルを活用したSagaパターンの実践法 / php-saga-pattern-with-actor-model
ytake
0
910
モジュラーモノリスでスケーラブルなシステムを作る - BASE のリアーキテクチャのいま
panda_program
7
1.7k
技術好きなエンジニアが _リーダーへの進化_ によって得たものと失ったもの / The Gains and Losses of a Tech-Enthusiast Engineer’s “Evolution into Leadership”
kaminashi
0
180
17年のQA経験が導いたスクラムマスターへの道 / 17 Years in QA to Scrum Master
toma_sm
0
180
Reactを段階的に覗いてみる
ytaisei
2
840
株式会社アゲテク会社説明資料
mimimimimicky
0
230
LINE API Deep Dive Q1 2025: Unlocking New Possibilities
linedevth
1
140
Why Go?
xpmatteo
0
120
スケールアップ企業のQA組織のバリューを最大限に引き出すための取り組み
tarappo
4
740
Featured
See All Featured
Designing Experiences People Love
moore
140
23k
Music & Morning Musume
bryan
46
6.4k
A Philosophy of Restraint
colly
203
16k
Making Projects Easy
brettharned
116
6.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
30k
Why Our Code Smells
bkeepers
PRO
336
57k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Become a Pro
speakerdeck
PRO
26
5.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
The Cult of Friendly URLs
andyhume
78
6.3k
Bash Introduction
62gerente
611
210k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
12
1.4k
Transcript
1 ENGLISHNIZE YOURSELF IN FIVE MINUTES YUSUKE OHASHI Created: 2016-08-22
11:35
2 . 1 HELLO
3 . 1 AGENDA let you = Developer(with:"Swift", lang:"JP") ↓
let you = Developer(with:"Swift", lang:"EN")
3 . 2 WHAT NON NATIVE ENGLISH SPEAKER LEARNED IN
AN ENGLISHNIZED COMPANY.
3 . 3 ENGLISH NICKNAME print(me.nickname) => "Mike"
3 . 4 I'M MIKE
4 . 1 WHY ARE THEY FLUENT IN ENGLISH? enum
FluentEnglishSpeakerType: String { case studyAbroad = "rich" case environment = " ( " case talented = "cheating" }
5 . 1 I AM NOT SUCH A PERSON
6 . 1 THEN, HOW CAN I DEAL WITH ENGLISH?
let english = you.language
6 . 2 ENGLISH AS SECOND LANGUAGE switch (you.firstLanguage) {
case japanese: case chinese: case thai: case korean: case english: default: }
6 . 3 ENGLISH AS TOOL let task = YourBoss.throw(to:you)
task.done(with:english)
6 . 4 BE GOAL ORIENTED english.perfect => false
6 . 5 6 . 6 DON'T HESITATE TO USE
sometimes… english.allowsJapanese = true english.allowsChinese = true ...
7 . 1 LEARNING ENGLISH IN JAPAN IS TOUGH lazy
var ready
8 . 1 IN THE 4257TH HIT INTERVIEW by Ichiro
9 . 1 BUT
10 . 1 IN THE WORLD many developers out there,
who use English as second language. many companies englishnized.
11 . 1 ACQUIRE ENGLISH SKILL, AND YOU GET MORE
It is still great deal.
11 . 2 WHEREVER WE WORK.
12 . 1 DON'T HATE IT
13 . 1 TAKE IT EASY
14 . 1 KEEP LEARNING TOGETHER!
15 . 1 THANKS FOR YOUR LISTENING! @iMickx