javascript-entwicklung mit den chrome devtools

Post on 05-Jul-2015

152 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

(German) Slides for my "JavaScript development with the Chrome DevTools" talk that I gave at the http://webentwickler-paderborn.de meeting in November 2013. You can find an article with mentioned DevTools resources on my personal blog at XXX.

TRANSCRIPT

JavaScript-Entwicklung mitden Chrome DevTools

Volker Rose@riddla

vrose@uandi.comvolker-rose.de

“Debugging”?

JavaScript === jQuery

"Wer als Werkzeug nur einen Hammer hat, sieht in jedem Problem einen Nagel."

“Business Value”/ Realitäts-Check

Worum es nicht gehen wird

● Perfomance● komplette Workflows direkt in den DevTools

○ Live-Editieren○ Zurückschreiben auf die Festplatte

Agenda● grober Funktionsüberblick● Live-”Coding”● Fragen, Antworten

Console API

Command Line API

Special Agents

● Rails● Knockout● CoffeeScript● …

Performanceconsole.profile("MyProfile");

[...]console.profileEnd("MyProfile");

Performanceconsole.time("MyProfile");

[...]console.timeEnd("MyProfile");

Hands onhttp://acme.dev/devtools/

Dankehttp://uandi.com/agentur/jobs/

Fragen?… und Antworten

top related