JavaScript


Cursos que estoy haciendo

  • freeCodeCamp.org: estoy logado con mi cuenta de Github alvarosainzpardo@gmail.com
  • The Odin Project: estoy logado con mi cuenta de Github alvarosainzpardo@gmail.com
    • Tienen cursos de Javascript y de Ruby on Rails
  • hackr.io: para encontrar cursos de programación, machine learning, etc.

Enlaces, tutoriales, documentación, libros


Librerias

  • jQuery: jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
    • Sizzle: A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
  • Underscore.js: Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. Underscore provides over 100 functions that support both your favorite workaday functional helpers: map, filter, invoke — as well as more specialized goodies: function binding, javascript templating, creating quick indexes, deep equality testing, and so on.
  • Lodash: Lodash is a modern JavaScript utility library delivering modularity, performance & extras. An alternative to Underscore.
  • Backbone.js: Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

Promises, Async, Await

Enlaces