Latest articles
Page 10 of 10
Page 10 of 10 — 138 articles total
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 [...]