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
Web Development Roadmap @ TWCL
Search
tewei
October 21, 2014
Technology
0
110
Web Development Roadmap @ TWCL
tewei
October 21, 2014
Tweet
Share
More Decks by tewei
See All by tewei
Alcoholism Treatment: A Translational Perspective
tewei
0
190
AI in Medicine @ APMSS 2019
tewei
1
420
Do No Harm Book Report
tewei
0
66
古騰堡革命
tewei
0
100
個人申請
tewei
0
140
Entresoft Program 2015-16
tewei
0
140
Intro to CS Course Outline
tewei
0
58
Deep and Reinforced Learning
tewei
1
110
網站程式設計[1] @ INFOR
tewei
0
110
Other Decks in Technology
See All in Technology
プロポーザルのコツ ~ Kaigi on Rails 2025 初参加で3名の登壇を実現 ~
naro143
1
210
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
6
4k
KMP の Swift export
kokihirokawa
0
350
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.2k
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
8
4k
Developer Advocate / Community Managerなるには?
tsho
0
120
英語は話せません!それでも海外チームと信頼関係を作るため、対話を重ねた2ヶ月間のまなび
niioka_97
0
130
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
460
「使い方教えて」「事例教えて」じゃもう遅い! Microsoft 365 Copilot を触り倒そう!
taichinakamura
0
300
三菱電機・ソニーグループ共同の「Agile Japan企業内サテライト」_2025
sony
0
130
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
600
The Cake Is a Lie... And So Is Your Login’s Accessibility
leichteckig
0
110
Featured
See All Featured
Site-Speed That Sticks
csswizardry
11
890
GitHub's CSS Performance
jonrohan
1032
470k
The World Runs on Bad Software
bkeepers
PRO
71
11k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Optimizing for Happiness
mojombo
379
70k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Why Our Code Smells
bkeepers
PRO
339
57k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
4 Signs Your Business is Dying
shpigford
185
22k
Transcript
Web Dev Roadmap 給新⽣生的經驗分享
會講到什麼 • ⼀一個網站的組成 • 需要⽤用到的技術 • 到哪裡學它們 • ⼀一些學習⼼心得
First look
Server Framework Database Template Client HTTP WebSocket HTML/CSS/JS Django, Rails,
Meteor… SQL, NoSQL… Python, Node.js GAE, AWS…
Git • 版本控制系統 • 利於協作 • Git on GitHub •
Codeschool Try Git
HTML, CSS • 組成網⾴頁的基礎 • 使⽤用者界⾯面設計 • Codecademy Courses: Build
a website, HTML/CSS
JavaScript • 操作HTML/CSS,做動畫、互動效果(ex: jQuery) • HTML5新功能: Canvas, WebGL 潮!!! •
Node.js 潮!!! • Codecademy Course (Javascript, jQuery)
Python • Very Popular Language • Easy, Simple to Learn
• Functional Programming • Dynamical Typing • Libraries!!! • Web Framework • Codecademy Course • Udacity CS101 • checkio.org
Environment • Command Line • Text Editor
Database • SQL • NoSQL: MongoDB, Cassandra, Redis… • Udacity
CS253 Lesson 3 • Udacity Data Wrangling Course With MongoDB
Web Framework • Python: Django, Pyramid, Tornado • Node.js: Express,
Sails, Meteor • Ruby: Rails, Sinatra, Lotus • Java, Scala: Spring, Struts, Play! • 設定路徑 • 處理請求 • 操作資料庫 • 合成網⾴頁 =>把東⻄西兜在⼀一起