Applying Chrome Developer Tools effectively (Tutorial) Language: German

Apply Chrome Developer Tools effectively (Tutorial)

Web design, CMS & development 36 Videos · 6.5 h Video training · English Stephan Haewß by Stephan Haewß

With the Chrome Developer Tools, you can analyze and edit your web pages, perform performance analysis, and test your pages for different devices and screen sizes. In this tutorial, you will learn about the most important functions of the DevTools. Learn how to uncover errors in HTML, CSS, and JavaScript, find ways to optimize performance and memory usage, and improve the layouts of your pages - Trainer Stephan Haewß will show you how to proceed using practical examples!

  • Learn the most important functions of the Chrome Developer Tools
  • Debug and optimize HTML, CSS, and JavaScript code
  • Trace code execution, uncover errors, and fix them
  • Adjust CSS animations, styling, and layouts
  • Improve performance and memory consumption of websites
  • For error-free and fast websites with optimized layouts - a over six-hour course by trainer Stephan Haewß

Clean code significantly contributes to the visibility of your websites. Learn how to use the Chrome DevTools now to analyze and optimize your pages.

content

36 Videos, 388 minutes

Introduction to the course on the Chrome Developer Tools

3 Videos · 26 minutes
01 Open free of charge

Chrome Developer Tools: 1.1 | What are you learning in this course?

Here an overview is given of all the topics that are covered in this course.

02 Open free of charge

Chrome Developer Tools: 1.2 | Create test web app

The first web app is being created, with which the first steps in using the Dev Tools are explained.

03 Open free of charge

Chrome Developer Tools: 1.3 | First Overview of the Functionalities

Introduction to the various panels of the DevTools and their basic functionality.

01

Chrome Developer Tools: 1.1 | What are you learning in this course?

5 min Open
02

Chrome Developer Tools: 1.2 | Create test web app

5 min Open
03

Chrome Developer Tools: 1.3 | First Overview of the Functionalities

16 min Open

Styling, layout, appearance via Elements tab

6 Videos · 59 minutes
04 Open

Chrome Developer Tools: 2.1 | Inspect DOM structure in the Elements tab

Detailed examination of the HTML structure of a website and how to select and edit elements in the Elements tab.

05 Open

Chrome Developer Tools: 2.2 | Change style

Live editing of CSS styles and examination of the influence on the display of the website.

06 Open

Chrome Developer Tools: 2.3 | Edit HTML, DOM

Changing the HTML structure and observing the effects on the DOM.

07 Open

Chrome Developer Tools: 2.4 | Mobile view - Test responsive design

Simulation of various device sizes and verification of the adaptability of the website.

08 Open

Chrome Developer Tools: 2.5 | Practical Exercise: Fixing the page menu

Fixing an error in a side menu.

09 Open

Chrome Developer Tools: 2.6 | Practical Exercise: Fixing Layout/Overflow

Solution of layout problems and overflow errors.

04

Chrome Developer Tools: 2.1 | Inspect DOM structure in the Elements tab

10 min Open
05

Chrome Developer Tools: 2.2 | Change style

15 min Open
06

Chrome Developer Tools: 2.3 | Edit HTML, DOM

8 min Open
07

Chrome Developer Tools: 2.4 | Mobile view - Test responsive design

9 min Open
08

Chrome Developer Tools: 2.5 | Practical Exercise: Fixing the page menu

9 min Open
09

Chrome Developer Tools: 2.6 | Practical Exercise: Fixing Layout/Overflow

8 min Open

Script debugging via Sources and Console

15 Videos · 142 minutes
10 Open

Chrome Developer Tools: 3.1 | Presentation: Script Debugging and setting the first breakpoint

Introduction to debugging JavaScript code and setting breakpoints.

11 Open

Chrome Developer Tools: 3.2 | Practical Exercise: Debugging a TypeScript App

Debugging of TypeScript code with the DevTools.

12 Open

Chrome Developer Tools: 3.3 | Practical exercise: Debugging - Find errors when deleting from an array

Search and fixing an error when removing elements from an array.

13 Open

Chrome Developer Tools: 3.4 | Practical Exercise: Debugging React App

Specific debugging techniques for React applications.

14 Open

Chrome Developer Tools: 3.5 | Conditional Breakpoints

Setting breakpoints that are only triggered under certain conditions.

15 Open

Chrome Developer Tools: 3.6 | DOM-Breakpoints

Monitoring of changes to specific DOM elements.

16 Open

Chrome Developer Tools: 3.7 | Fetch-Breakpoints

Pausing the code during network requests.

17 Open

Chrome Developer Tools: 3.8 | Exception Breakpoints

Automatic pausing in case of errors.

18 Open

Chrome Developer Tools: 3.9 | Overrides and Workspace

Adjustment of styles and scripts without changes to the original code.

19 Open

Chrome Developer Tools: 3.10 | Debugging in steps and to specific locations

Detailed control of the debugging process.

20 Open

Chrome Developer Tools: 3.11 | Console: Overview, simple code execution and output

Introduction to the console and its basic functions.

21 Open

Chrome Developer Tools: 3.12 | Accessing DOM elements in the console

Manipulation of the DOM directly via the console.

22 Open

Chrome Developer Tools: 3.13 | Snippets and Timing Measurement in the Console

Reusable code snippets and performance measurements.

23 Open

Chrome Developer Tools: 3.14 | Grouping and styling the log outputs

Log outputs can be changed and grouped by color and font.

24 Open

Chrome Developer Tools: 3.15 | More useful console methods

Some not very commonly used, but still useful console functions.

10

Chrome Developer Tools: 3.1 | Presentation: Script Debugging and setting the first breakpoint

14 min Open
11

Chrome Developer Tools: 3.2 | Practical Exercise: Debugging a TypeScript App

10 min Open
12

Chrome Developer Tools: 3.3 | Practical exercise: Debugging - Find errors when deleting from an array

11 min Open
13

Chrome Developer Tools: 3.4 | Practical Exercise: Debugging React App

18 min Open
14

Chrome Developer Tools: 3.5 | Conditional Breakpoints

5 min Open
15

Chrome Developer Tools: 3.6 | DOM-Breakpoints

6 min Open
16

Chrome Developer Tools: 3.7 | Fetch-Breakpoints

3 min Open
17

Chrome Developer Tools: 3.8 | Exception Breakpoints

7 min Open
18

Chrome Developer Tools: 3.9 | Overrides and Workspace

7 min Open
19

Chrome Developer Tools: 3.10 | Debugging in steps and to specific locations

11 min Open
20

Chrome Developer Tools: 3.11 | Console: Overview, simple code execution and output

12 min Open
21

Chrome Developer Tools: 3.12 | Accessing DOM elements in the console

7 min Open
22

Chrome Developer Tools: 3.13 | Snippets and Timing Measurement in the Console

16 min Open
23

Chrome Developer Tools: 3.14 | Grouping and styling the log outputs

9 min Open
24

Chrome Developer Tools: 3.15 | More useful console methods

6 min Open

Network analysis and optimization

2 Videos · 21 minutes
25 Open

Chrome Developer Tools: 4.1 | Network: Overview of the features

Analysis of network requests and responses.

26 Open

Chrome Developer Tools: 4.2 | Network: Throttling, Headers, and Preview

Simulation of slow network connections and examination of HTTP headers.

25

Chrome Developer Tools: 4.1 | Network: Overview of the features

13 min Open
26

Chrome Developer Tools: 4.2 | Network: Throttling, Headers, and Preview

8 min Open

Performance and memory optimization

2 Videos · 43 minutes
27 Open

Chrome Developer Tools: 5.1 | Profiler - Analyze and optimize performance

Identification of performance bottlenecks in JavaScript code.

28 Open

Chrome Developer Tools: 5.2 | Optimizing memory consumption with the Memory Profiler

Analysis of memory consumption and identification of memory leaks.

27

Chrome Developer Tools: 5.1 | Profiler - Analyze and optimize performance

21 min Open
28

Chrome Developer Tools: 5.2 | Optimizing memory consumption with the Memory Profiler

22 min Open

Application tab and additional tools

4 Videos · 47 minutes
29 Open

Chrome Developer Tools: 6.1 | Useful helpers and Rendering tab

More tools for performance optimization.

30 Open

Chrome Developer Tools: 6.2 | Inspect and adjust animations

Detailed analysis of CSS animations and transitions. Optimization of performance through adjustment of timing functions and properties.

31 Open

Chrome Developer Tools: 6.3 | Inspect web app resources with the Application tab

Investigation of the stored data of a web app such as Local Storage, Session Storage, and IndexedDB. Optimization of the memory management.

32 Open

Chrome Developer Tools: 6.4 | Use extension React Dev Tools

Introduction to the React DevTools browser add-on. Inspecting the React component structure, Props, and State.

29

Chrome Developer Tools: 6.1 | Useful helpers and Rendering tab

19 min Open
30

Chrome Developer Tools: 6.2 | Inspect and adjust animations

4 min Open
31

Chrome Developer Tools: 6.3 | Inspect web app resources with the Application tab

15 min Open
32

Chrome Developer Tools: 6.4 | Use extension React Dev Tools

9 min Open

Settings

1 Videos · 28 minutes
33 Open

Chrome Developer Tools: 7 | The most important settings of the Chrome Dev Tools

Configuration of the DevTools for a more efficient workflow. Customization of themes, keyboard shortcuts, and other settings.

33

Chrome Developer Tools: 7 | The most important settings of the Chrome Dev Tools

28 min Open

DevTools of other browsers

3 Videos · 24 minutes
34 Open

Chrome Developer Tools: 8.1 | The MS Edge DevTools

Very similar to the Chrome DevTools, but there are detail differences.

35 Open

Chrome Developer Tools: 8.2 | The Firefox DevTools

Significant differences exist, but fundamentally very similar.

36 Open

Chrome Developer Tools: 8.3 | The Safari DevTools

Partially larger differences from Chrome, but here the principle is the same.

34

Chrome Developer Tools: 8.1 | The MS Edge DevTools

4 min Open
35

Chrome Developer Tools: 8.2 | The Firefox DevTools

9 min Open
36

Chrome Developer Tools: 8.3 | The Safari DevTools

11 min Open
Comments (0)

Comment now „Apply Chrome Developer Tools effectively (Tutorial)“