Your current filters are…
by Jared Wyles
Node.js ships with a wide range of features in its standard lib, but what if your company requires a gopher server capable of 100,000 concurrent users? Join Jared as he explains how to extend Node.js through Javascript and C++.
by Paul Glavich
As Microsoft technologists, we have had many ways to build Api's and it has often been an arduous choice. From ASMX web services,3rd party libraries, WCF Web Api to MVC itself. Finally we have a really nice aggregation of all these things in the Asp.Net Web Api. The best of MVC, gets mixed with WCF Web Api to embrace the REST way of developing Api'. Come see how we have arrived with this latest Microsoft offering, and how you can use it to build your Api's that make embracing Rest practices a breeze. We will look at simple support for basic Http verbs, through to single page apps, logging, authentication and all things api-ish.
by liammclennan
Backbone.js is a client-side JavaScript library that gives structure to web applications, just like a vertebral column! I'll show you how to move your application off the server and into the browser.
by Jo Cranford
Many web applications make extensive use of JavaScript, yet it is often untested. Jasmine is a BDD framework that can be used to test JavaScript at the unit test level, improving confidence, maintainability and reliability of our JavaScript codebases. It's incredibly easy to set up and use - in this presentation I will demonstrate how to set up Jasmine for a JavaScript codebase and get started writing tests.
When a developer writes CSS, they quickly notice the must-have features which CSS does “not” actually have, variables, functions, and calculated operations are most obvious examples. As the web evolves, developers have become more exposed to HTML5, JavaScript, and CSS3 on daily basis. So, they came up with a number of languages that come and fill in the gaps in them. Out of those languages, LESS is the one that looks most just like plain CSS. LESS provides a number of handy extensions to CSS that developers especially love most. In this session, we go through those features and where they fit for modern web development. We also go through the .NET developer experience working with LESS, from IDE integration (using Visual Studio) to build integration and minification, and some bonus tips for large projects.
by nainsandeep
Over the years, secure coding advocates have researched and provided a set of principles which if implemented aid in designing and building secure applications. In this talk, the speaker will explain what each of these principles mean through practical examples. The attendees of this talk will learn: