cutting edge of web technology

32
Cutting Edge of Web Technology Tsutomu Ogasawara 2014.02.19 @ “Tech Talk”

Upload: tsutomu-ogasawara

Post on 08-May-2015

898 views

Category:

Technology


2 download

DESCRIPTION

某社 Tech Talk にてお話しした資料。一部削除してあります。

TRANSCRIPT

Page 1: Cutting edge of web technology

Cutting Edge of Web TechnologyTsutomu Ogasawara

2014.02.19@ “Tech Talk”

Page 2: Cutting edge of web technology

Self Introduction

Tsutomu Ogasawara@ogaogaRakuten, Inc.

Page 3: Cutting edge of web technology

My Career / Sony & SCE (1996~2010)

Page 4: Cutting edge of web technology

My Career / Digital Garage (2010~2012)

Page 5: Cutting edge of web technology

My Career / Rakuten (2012~)

Page 6: Cutting edge of web technology

My Career / TechnologyAge Product Technology

1996~ Walkman ハンダ付け

1998~ Network Walkman, IC Recorder Assembler, C, Verilog

2001~ CLIE Palm OS, C/C++, UI

2004~ PlayStaton2, PlayStation3 UI Design, XMB

2007~ mylo C++, Qt

2008~ Home Server, Video, STB UI Design, XMB

2009~ Google TV UI Design, Android

2010~ Web Service CakePHP, HTML5, Feature Phone

2012~ HTML5 Project HTML5, Smartphone, Web OS

Page 7: Cutting edge of web technology

Personal ActivityPush & Paste (iOS / OSX / Chrome) icotile (HTML5)

http://www.ogaoga.org/push-and-paste.html http://icotile.ogaoga.org/

Page 8: Cutting edge of web technology

Rakuten Technology Conference 2013 Site

● Responsive Design● Smooth Interaction● Web Storage● Generate from Data

& Templates● Task Automation

with Grunt

Page 9: Cutting edge of web technology

Responsive DesignChange the layout based on the window width by using CSS media queries.

Rakuten Technology Conference 2013 Site

Page 10: Cutting edge of web technology

Smooth Interaction

Seamless & Smooth Animation with CSS3.

Rakuten Technology Conference 2013 Site

Page 11: Cutting edge of web technology

Web StorageRakuten Technology Conference 2013 Site

● Show the number of new updates with red number.

● Save user customized time table.

Page 12: Cutting edge of web technology

Generate from Data & TemplatesRakuten Technology Conference 2013 Site

● PhantomJS generates static pages by applying the data to templates.

● We didn’t need to edit HTML files directly.

Page 13: Cutting edge of web technology

Task Automation with GruntRakuten Technology Conference 2013 Site

● Run PhantomJS to generate HTML files.

● Compile Sass to CSS.

Page 14: Cutting edge of web technology

More...Rakuten Technology Conference 2013 Site

Page 15: Cutting edge of web technology

New Evolution of Web

ウェブの進化 http://evolutionofweb.appspot.com/

Page 16: Cutting edge of web technology

HTML5

Page 17: Cutting edge of web technology

HTML5

Page 18: Cutting edge of web technology

HTML5

Developer Economics Q1 2014: State of the Developer Nationhttp://www.visionmobile.com/product/developer-economics-q1-2014-state-developer-nation/

Page 19: Cutting edge of web technology

Front-end Technology

Page 20: Cutting edge of web technology

Front-end Technology

● CSS Preprocessor● UI Framework● altJS● MVC-like Framework● Task Runner

Page 21: Cutting edge of web technology

CSS PreprocessorFront-end Technology

● LESS● Sass● Compass

Nested, Variables, Mixins, Automation, etc...

Compasshttp://compass-style.org/

Page 22: Cutting edge of web technology

UI FrameworkFront-end Technology

● Bootstrap

Grid System, UI parts, Responsive, Interaction, etc...

Bootstraphttp://getbootstrap.com/

Page 23: Cutting edge of web technology

altJSFront-end Technology

Alternative to JavaScript. Easy to write, Performance, Static typing, etc…

● CoffeeScript● TypeScript● asm.js

Page 24: Cutting edge of web technology

Task RunnerFront-end Technology

● Grunt

Compiling, Minification, Image Processing, Testing, etc...

Grunt: The JavaScript Task Runnerhttp://gruntjs.com/

Page 25: Cutting edge of web technology

Cutting Edge of Web Technology

Page 26: Cutting edge of web technology

WebSocketCutting Edge of Web Technology

Realtime, Push, Broadcast protocol

● Meteor

Meteorhttps://www.meteor.com/

Page 27: Cutting edge of web technology

BaaSCutting Edge of Web Technology

Mobile application development without infrastructure and server-side development.

● ParseParse

https://parse.com/

Page 28: Cutting edge of web technology

MEANCutting Edge of Web Technology

● MongoDB● Express● AngularJS● Node.js

MEAN - A Modern Stack - Developmenthttp://www.mean.io/

Page 29: Cutting edge of web technology

Internet of ThingsCutting Edge of Web Technology

Page 30: Cutting edge of web technology

JSONAjaxHTMLHTTP RequestHTMLHTTP

Request WebSocket

Page 31: Cutting edge of web technology

Wrap up

● Native ⇒ Native + HTML5● Back-end ⇒ Front-end● HTTP ⇒ Ajax ⇒ WebSocket● Server ⇒ Cloud ⇒ BaaS● LAMP ⇒ MEAN● Browser ⇒ App ⇒ IoT

Page 32: Cutting edge of web technology

Thanks!