JavaScript 3D! aprendiendo Three.js
Vamos a aprender a programar objetos 3D y para eso nos vamos a ayudar con una de las librerías más conocidas en el entorno 3D de JavaScript, estoy hablando de Three.js Para aprender a usar Three.js...
View ArticlePara todo Three.js siempre hay un tQuery que nos puede ayudar
tQuery es una INCREIBLE librería creada por Jerome Etienne que nos viene a solucionar la vida a la hora de trabajar con Three.js sobre WebGL. Es, según sus palabras, a Three.js lo que jQuery es al...
View ArticleBackbone.js, Backbone boilerplate, and RESTful Apis
Estuve jugando/peleando con Backbone.js, Backbone.js Boilerplate, el nunca bien ponderado Backbone Layout y RESTful Services ultimamente, así que decidí darles un paseo por estas tecnologías en una...
View ArticleTDD, BDD, Unit Test
No siempre es fácil encarar un nuevo proyecto con TDD o BDD, más especificamente cuando tenemos una leve idea de que queremos hacer en lugar de una completa especificación de requerimientos contra la...
View ArticleRESTful APIs with Node.js and Express.js, and Backbone.js client side
Una de las cosas más divertidas que me encontré para hacer durante el desarrollo de ttTodoMVC fue sin duda pensar en un esquema de autenticación stateless contra el servidor, pese a que mi primer idea...
View ArticleInitial Commit!
Hello guys, welcome back to my blog! Sorry I wasn’t able to write over the past 6 month but I’m coming back to the Blog and anxious of adding a lot a new projects, like this.How many times you find...
View Article3D Side By Side with Three.js
THREE.js I started to learn Three.js (in a serious way) two days ago, I’m reading a wonderful book for this: WebGL: Up and Running by Tony Parisi (O’Reilly). Copyright 2012 Tony Parisi,...
View ArticleJavaScript inheritance and prototype chain search (the end of the inheritance...
This post aims to be the end of the discussion in which JavaScript inheritance method is faster between parasitic and pseudoclassical models. First of all let present the contenders PseudoClassical...
View ArticleRedirecting stdout of a process to a web page using websockets (socket.io)
I’m working on new features for init, meanwhile I’m also improving the development process so I’m working hard to add automated task with grunt. But since I added AMD and a few test with mocha.js and...
View ArticleAuthentication in SPA
When working with an SPA (Single Page Application) all the view components and templates are already in the client and the authentication is used only for API calls. Because you don’t need (but you can...
View Article