-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Heneise
committed
Mar 17, 2014
1 parent
57c321f
commit a1d42be
Showing
9 changed files
with
106 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"datel":"2014-01-24T23:00:00.000Z","special":{"header":"AngularJS Special","content":""}},{"date":"2014-02-12T23:00:00.000Z","talks":[{"title":"Using the API Blueprint to generate nodejs consumers","speaker":{"twitter":"bpedro","name":"Bruno Pedro","portrait":"https://pbs.twimg.com/profile_images/378800000473642830/2f20ecdcd1ec41452b174d04a69e87ee.jpeg"},"level":"Intermediate","language":"en","git":"","slides":"","video":"https://vimeo.com/87488883","description":"I'll show you how to generate a nodejs API consumer by using the API Blueprint (http://apiblueprint.org/) to generate code from a Postman (http://www.getpostman.com/) collection."},{"title":"Introduction to testing with AngularJS","speaker":{"twitter":"VictorBjelkholm","portrait":"https://pbs.twimg.com/profile_images/378800000087315087/e5a78bb2b5c3051fdffed458ff6d7e9b.jpeg","name":"Victor Bjelkholm"},"level":"Intermediate","language":"en","git":"","slides":"","video":"","description":"Introduction to testing with AngularJS will be the talk for you if you've always been interested what testing is but never took the step to finally start doing it. The talk will be mainly focused on testing basics and unit testing in AngularJS"}]}] | ||
[{"date":"2014-03-13T23:00:00.000Z","talks":[{"title":"Meet Ember.js","speaker":{"twitter":"miguelcamba","portrait":"https://pbs.twimg.com/profile_images/1283021990/foto_180.jpg","name":"Miguel Camba"},"level":"Beginner","language":"en","git":"","slides":"http://miguelcamba.com/talks/meet-ember-js/","video":"","description":"There's a new framework in town. Probably you've heard about it. It's time to know what's all the buzz about. A brief introduction to Ember as a framework and the phylosophy behind it."},{"title":"Backbone, Marionette and other puppets","speaker":{"twitter":"ainformatico","name":"Alejandro El Informatico","portrait":""},"level":"Intermediate","language":"es/en","git":"","slides":"","video":"","description":"Now that you know Backbone.js is time to become a puppeteer and use Marionette.js, a composite application library for Backbone.js that aims to simplify the construction of large scale Javascript applications."}]},{"date":"2014-02-12T23:00:00.000Z","talks":[{"title":"Introduction to testing with AngularJS","speaker":{"twitter":"VictorBjelkholm","portrait":"https://pbs.twimg.com/profile_images/378800000087315087/e5a78bb2b5c3051fdffed458ff6d7e9b.jpeg","name":"Victor Bjelkholm"},"level":"Intermediate","language":"en","git":"","slides":"","video":"","description":"Introduction to testing with AngularJS will be the talk for you if you've always been interested what testing is but never took the step to finally start doing it. The talk will be mainly focused on testing basics and unit testing in AngularJS"},{"title":"Using the API Blueprint to generate nodejs consumers","speaker":{"twitter":"bpedro","name":"Bruno Pedro","portrait":"https://pbs.twimg.com/profile_images/378800000473642830/2f20ecdcd1ec41452b174d04a69e87ee.jpeg"},"level":"Intermediate","language":"en","git":"","slides":"http://www.slideshare.net/bpedro/api-code-generation","video":"https://vimeo.com/87488883","description":"I'll show you how to generate a nodejs API consumer by using the API Blueprint (http://apiblueprint.org/) to generate code from a Postman (http://www.getpostman.com/) collection."}]}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"title":"Backbone, Marionette and other puppets","speaker":{"twitter":"ainformatico","name":"Alejandro El Informatico","portrait":""},"level":"Intermediate","language":"es/en","git":"","slides":"","video":"","description":"Now that you know Backbone.js is time to become a puppeteer and use Marionette.js, a composite application library for Backbone.js that aims to simplify the construction of large scale Javascript applications."},{"title":"Meet Ember.js","speaker":{"twitter":"miguelcamba","portrait":"https://pbs.twimg.com/profile_images/1283021990/foto_180.jpg","name":"Miguel Camba"},"level":"Beginner","language":"en","git":"","slides":"","video":"","description":"There's a new framework in town. Probably you've heard about it. It's time to know what's all the buzz about. A brief introduction to Ember as a framework and the phylosophy behind it."}] | ||
[{"title":"AngularJS and the Declarative / Imperative Impedance Mismatch","speaker":{"twitter":"jjenkov","portrait":"https://pbs.twimg.com/profile_images/273450574/20081123-20081123-3E1W7902-small-portrait.jpg","name":"Jakob Jenkov"},"level":"Expert","language":"en","git":"","slides":"","video":"","description":"AngularJS uses its HTML directives at the core of its UI generation. That means that you specify how to generate the HTML using HTML. Part of that logic has been moved to the controller functions, but part of it cannot be moved. The result is imperative constructs like ng-if and ng-repeat inside the declarative HTML template. The mismatch between an imperative problem and a declarative tool ends up in a messy solution in the long run. JSP tried the same thing with custom tag libraries, and failed. XSL tried the same thing, and failed too. This talk will get into deeper detail about why I believe that the HTML directives - one of the core elements that AngularJS is praised for - is not such a great solution for UI generation."},{}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters