webdev – a video blog

videos about web development

Archive for the ‘web development’ Category

Quote

Etsy is an online marketplace for buying & selling all things handmade. Their mission is to enable people to make a living making things, and to reconnect makers with buyers. Etsy also has a strong community of developers who can tap into their vibrant, global marketplace with the Etsy API. The Etsy API provides a range of API methods for developers to start building their own applications on top of the Etsy platform.

Overview

The conversation with Justin Sheckler and Chad Dickerson helps understand the importance of developing a good social oriented (community if you like) site with web 2.0  techniques.

Intended Audience

This video lecture is intended for font end, JavaScript developers who want to improve their code quality.

Overview

The author speaks about the JavaScript programming language. The features of the language, the similarity with functional languages.

Learning Objectives

  1. You’ll learn how to best use you’re JavaScript code.
  2. How to write effective programs.

Author

Douglas Crockford is a JavaScript architect in Yahoo!. See more on wikipedia.

Intended Audience

This video lecture is intended for font end, JavaScript developers who want to improve their code quality.

Overview

The author speaks about the JavaScript programming language. The features of the language, the similarity with functional languages.

Learning Objectives

  1. You’ll learn how to best use you’re JavaScript code.
  2. How to write effective programs.

Author

Douglas Crockford is a JavaScript architect in Yahoo!. See more on wikipedia.

Intended Audience

This video lecture is intended for font end, JavaScript developers who want to improve their code quality.

Overview

The author speaks about the JavaScript programming language. The features of the language, the similarity with functional languages.

Learning Objectives

  1. You’ll learn how to best use you’re JavaScript code.
  2. How to write effective programs.

Author

Douglas Crockford is a JavaScript architect in Yahoo!. See more on wikipedia.

Professional Frontend Engineering

Overview

This video lecture, transcripted by, Eric Miraglia helps web developers to understand the meaning of frontend development.

Quote

Another way to think about it is that frontend engineers tell browsers what to do. We’d all love it if that were easier, but there’s such a diversity of browsers, and browser capabilities, that figuring out how to instruct them to do what we want, is our job. An even simpler answer might be to say we’re responsible for “view source”. So, regardless of how your organization or your team is structured, the frontend engineer is responsible for everything that gets sent over the wire to the user’s browser. So if you “view source” on any page, everything you see there is the result of decisions made by frontend engineers.

About the author

Eric Miraglia, learn more about the author here.

About the lector

Nate Koechley, or see more in LinkedIn.

Overview

As mentioned in YDN Theater:

Andy Hunt from Pragmatic Programmers tells us about his next experiments in becoming a better programmer. His latest work isn’t about installing a better IDE or using a new programming language. Instead, Andy is tuning his brain. Andy has some great advice to improve your Wetware, and suggests that it’s the most important thing of all to tweak.

The Future of Testing

John Resig – The DOM Is a Mess

Overview

John Resig, the inventor of jQuery library, speaks about the problems every webdev can meet facing the DOM API.

Related Links

  1. Slides
  2. John Resig
  3. Douglas Crockford – Theory of The DOM (part 1), (part 2), (part 3)

Overview

An extreamly interesting presentation by Nicole Sullivan, which I strongly recommend to every webdev. Please pay attention to the optimization advices, they should become practice for everyone of us.