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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
430
Do No Harm Book Report
tewei
0
68
古騰堡革命
tewei
0
110
個人申請
tewei
0
140
Entresoft Program 2015-16
tewei
0
160
Intro to CS Course Outline
tewei
0
64
Deep and Reinforced Learning
tewei
1
130
網站程式設計[1] @ INFOR
tewei
0
120
Other Decks in Technology
See All in Technology
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
500
堅牢.py#2 LT資料
t3tra
0
130
Kubernetesにおける推論基盤
ry
1
300
PMBOK第8版は第7版から何が変わったのか(PMBOK第8版概要解説) / 20260304 Takeshi Watarai
shift_evolve
PRO
0
200
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
100
Shifting from MCP to Skills / ベストプラクティスの変遷を辿る
yamanoku
4
790
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
120
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.2k
組織全体で実現する標準監視設計
yuobayashi
2
480
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
860
Datadog の RBAC のすべて
nulabinc
PRO
3
440
Security Diaries of an Open Source IAM
ahus1
0
210
Featured
See All Featured
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Google's AI Overviews - The New Search
badams
0
930
Code Reviewing Like a Champion
maltzj
528
40k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
Into the Great Unknown - MozCon
thekraken
40
2.3k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
For a Future-Friendly Web
brad_frost
183
10k
AI: The stuff that nobody shows you
jnunemaker
PRO
3
370
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! • 設定路徑 • 處理請求 • 操作資料庫 • 合成網⾴頁 =>把東⻄西兜在⼀一起