Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

9.1 Conclusion

That finishes us up for this course, but there’s still much more to come. Stay tuned for my follow-up course, where we’ll dig further various tooling for modern development. Thanks for watching!

1.Introduction
1 lesson, 04:44

1.1
Welcome
04:44

2.Boilerplates and Scaffolding
4 lessons, 1:00:43

2.1
HTML5 Boilerplate
10:13

2.2
Twitter Bootstrap
09:29

2.3
Foundation
19:41

2.4
Yeoman
21:20

3.Markup Abstraction
2 lessons, 28:06

3.1
Emmet
15:47

3.2
Markdown
12:19

4.CSS Abstraction
3 lessons, 47:51

4.1
Sass + Compass
19:37

4.2
LESS
14:47

4.3
Stylus + Nib
13:27

5.HTML and Javascript Abstraction
2 lessons, 20:37

5.1
Jade
15:16

5.2
Haml
05:21

6.Javascript Preprocessing
1 lesson, 13:22

6.1
Coffeescript
13:22

7.Templating
2 lessons, 28:41

7.1
Mustache
15:17

7.2
Handlebars
13:24

8.Workflow
4 lessons, 44:14

8.1
Mobile Debugging
07:20

8.2
Local Web Servers
10:19

8.3
Autosave
08:38

8.4
Chrome DevTools - Inspect + Debug
17:57

9.Conclusion
1 lesson, 01:25

9.1
Conclusion
01:25


9.1 Conclusion

Hi, welcome back. We have come to the end of the Part One series of the course, Tools of the Modern Web Developer. I hope in this 20-part video series, you have picked up a lot of the boilerplate and scaffolding tools, as well as markup CSS, HTML and JavaScript abstraction tools, along with some templating and workflow in both mobile browser and desktop. While it can seem a little bit overwhelming at first, embracing all these tools will definitely be a lot fun and productive in our daily workflow. Now, this is not all the end. As we start in any web application development cycle, this is the beginning, such as boilerplate, abstraction and templating, and workflow. In Part Two, we will move on to how we can better improve our code in terms of linting it, analyzing some performance, doing some build tools optimization. And finally, leading up to the continuous integration of our code base, deployment and ending off with some guides to how we can keep learning and keep improving our workflow with the tools of the modern web developer. And finally, with that, let's all keeps exploring the vibrant tool set that the web development industry has to offer. Goodbye.

Back to the top