videos about web development
14 Apr
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.
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.
14 Apr
This video lecture is intended for font end, JavaScript developers who want to improve their code quality.
The author speaks about the JavaScript programming language. The features of the language, the similarity with functional languages.
Douglas Crockford is a JavaScript architect in Yahoo!. See more on wikipedia.
14 Apr
This video lecture is intended for font end, JavaScript developers who want to improve their code quality.
The author speaks about the JavaScript programming language. The features of the language, the similarity with functional languages.
Douglas Crockford is a JavaScript architect in Yahoo!. See more on wikipedia.
14 Apr
This video lecture is intended for font end, JavaScript developers who want to improve their code quality.
The author speaks about the JavaScript programming language. The features of the language, the similarity with functional languages.
Douglas Crockford is a JavaScript architect in Yahoo!. See more on wikipedia.
12 Apr
12 Apr
This video lecture, transcripted by, Eric Miraglia helps web developers to understand the meaning of frontend development.
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.
Eric Miraglia, learn more about the author here.
Nate Koechley, or see more in LinkedIn.
12 Apr
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.
10 Apr
John Resig, the inventor of jQuery library, speaks about the problems every webdev can meet facing the DOM API.
10 Apr
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.