AngularBeers December: The Future of JavaScript

YAY! We're excited to announce our last meetup of 2017 and meet you all. We have a special guests!

Visit our meetup to get more information and last updates.

*This pass is a first come, first serve pass and no seats are guaranteed. Limited spots. *

Tickets

Additional Information

Talks

1. Artificial Intelligence with Genetic Algorithms... in your browser. by Luis Crespo

Genetic Algorithms imitate the natural process of evolution as a method for finding solutions to problems that are too hard to solve with traditional computational methods. In this talk I will explain how Genetic Algorithms work, and will illustrate it with a web-based JavaScript implementation of a Genetic Algorithm that can solve the famous Traveling Salemans Problem.

2. Evolving JavaScript: TC39 and new features for ES6 classes by Daniel Ehrenberg

JavaScript has been changing, with ES6 and later features like async/await. In this talk, we'll learn about how TC39 standardized changes to JavaScript, dive deep into the set of new features for classes, and discuss how you can get involved to make JavaScript better.

3. Separation of Concerns in modern Javascript by Ciro Iván

In this talk we are going to see some Inversion of Control techniques and how we can use them to separate concerns in modern JavaScript applications using ES7 decorators proposal, such as caching, AJAX, and avoiding code repetition.