Latest articles
Page 10 of 10
Page 10 of 10 — 139 articles total
Routing and Controlling with MarionetteJS
MarionetteJS is a layer that sits on BackboneJS to create scalable and professional applications. Some features of MarionetteJS are : Scalable: applications are built-in modules and with event-driven architecture Sensible defaults: Underscore templates are used for view rendering Easily modifiable: make it work with your application’s specific needs Reduce boilerplate for views, with specialized view [...]
What is and how it works RequireJS
RequireJS is a JavaScript library that allows us to isolate the components of our JS application as modules and resolve their dependencies. RequireJS implements the design pattern of software AMD (Asynchronous Module Definition) which you could say is very similar to Dependency injection implemented by frameworks like Symfony.Let’s check how we can use in our [...]
What is Cross-Origin Resource Sharing (CORS)
Nowadays is pretty common to transfer data between web applications via Web Services to clients that require information on different interfaces such as REST, XMLRPC, JSON, JSON-RPC, SOAP, and others. Almost all sites today are built using JavaScript, generating AJAX calls with XMLHttpRequest mechanism to get information from external sites. To enable this kind of [...]
My blog is alive again!
Hello folks. After many years without touch my personal website, I took the decision to put it back online. Recently I have been writing technical documentation in Spanish on the website 7Sabores.com. If you are wondering Why in Spanish? and if you read Spanish you can find my justification in the blog entry ¿Se busca [...]
