Node.js Security Project
This presentation describes the Node.js security project and explains why it is important. It also explains how to get involved and what the benefits of doing so are.
This presentation describes the Node.js security project and explains why it is important. It also explains how to get involved and what the benefits of doing so are.
Kevin Lamping, a front-end web developer with USAA, presents on how to scale Yahoo! User Interface Library (YUI) for use in their enterprise web applications. YUI is an open source JavaScript library for building richly interactive web applications. The topics discussed include server-side integration, event delegation and YUI instance caching.
Turn based servers such as Nodejs are now joining turn based browsers in providing race-free and deadlock-free interactivity. The event-driven model has long been popular in UI systems, but the nature of work in servers presents some new challenges. Functional programming provides solutions, including monads, arrows, promises, and various flavors …
This video provides an overview of AngularJS Form Validation. The great thing about AngularJS’ Form Validation is that everything can be done without writing a single line of code.
This is a guided tour of using the AWS SDK for JavaScript to create powerful web applications. Learn the best practices for configuration, credential management, streaming requests, as well as how to use some of the higher level features in the SDK. We also show a live demonstration of using …
This is an introduction to Backbone.js. He walks you through the framework and lays out the advantages of Backbone.js for your HTML5 application. The conversation includes a demo that deconstructs the different components of an app using Backbone.js. Specific topics include models & collections, views & templates, routers, events and …