javascript

Recursos de programación de javascript
Typescript is a suberset of javascript. At first may not look like much. Why not just use es2015 or remain on es5? The matter of the fact is that there are many interesting features with it that will make your old angular 1 projects more manageable and bring structure to your angular 2 apps. So lets look at its features but also how it can help you right here and now and bring order in the es5 chaos. Hopefully you will leave this talk inspired to give your legacy projects the love and care it deserves, but also look forward to the future that is angular2. #AngularCamp #Angular
Hablamos con Sergio Arbeo en Codemotion 2016 sobre javascript y las pocas charlas que hay de front-end. Da dos charlas, una decorando javascript y la otra de json api. Todos los videos de Codemotion 2016; https://www.youtube.com/playlist?list=PLKxa4AIfm4pUvMn4lZ8zin500bsp3oL2A Suscríbete a nuestra newsletter; bit.ly/newsletterautentia Facebook; https://www.facebook.com/Autentia-127966880558674/ Twitter; https://twitter.com/autentia
January- El Eternauta, Héctor Germán Oesterheld and Francisco Solano López- Barcelona. Los vagabundos de la chatarra, Jorge Carrión and Sagar Fornies- Rip Van Winkle, Washington Irving- La guerra interminable (The Forever War), Joe Haldeman- Maintanable JavaScript, Nicholas C. Zakas- Ve y pon un centinela (Go Set a Watchman), Harper Lee- El nombre del viento (The Name of the Wind), Patrick Rothfuss- You Don't Know JS: Async & Performance, Kyle Simpson- Sapiens: A Brief History of Humankind, Yuva...
Hablamos con Micael Gallego en Codemotion 2016 sobre su charla. Los javascrypters se sienten muy cómodos con un lenguaje dinámico pero alguien como Micael que se autodenomina como tope. Para él y para todos los torpes que hay por el mundo que les aporta typescript. Typescript es una pequeña ayuda para entender javascript y tu pones el límite donde quieres que te ayude y puede estar bien para proyectos grandes. Todos los videos de Codemotion 2016; https://www.youtube.com/playlist?list... Suscríbete a nuestra newsletter; bit.ly/newsletterautentia Facebook; https://www.facebook.com/Autentia-127... Twitter; https://twitter.com/autentia
Around the time React became popular, JS programmers started to get the idea that pure functional programming might be a good way to write web apps. Most of them still haven’t moved on to actual pure functional languages, even if a ton of ideas have filtered back down to them from platforms like Elm. But you can: Elm exists, and PureScript beyond that. Let’s review the state of the art: the Elm architecture, the core ideas of which lay the foundations for almost everything in the space, and how these ideas have been developed further in PureScript. We’ll look at some real, practical examples, but don’t worry, there will also be category theory. About Bodil: Born into an aristocratic Russian-German family, Bodil traveled widely around the Soviet Union as a child. Largely self-educated, she developed an interest in computer science during her teenage years. According to her later claims, in 1989 she embarked on a series of world travels, visiting Europe, the Americas, and India. She alleged that during this period she encountered a group of mathematical adepts, the ‘Haskell Language and Library Committee,’ who sent her to Glasgow, Scotland, where they trained her to develop her powers of category theory. Both contemporary critics and later biographers have argued that some or all of these foreign visits were fictitious, and that she spent this period writing JavaScript. Bodil was a controversial figure during her lifetime, championed by supporters as an enlightened guru and derided as a fraudulent charlatan by critics. Her doctrines influenced the spread of Homotopy Type Theory in the West as well as the development of Western computer science currents like dependent types, blockchains and isomorphic JavaScript. About Lambda World: The 2016 Lambda World brought together Functional Programming enthusiasts from around the world for two days of presentations, hacking, networking, and a healthy dose of partying in Cadiz, Spain. Hosted by 47 Degrees, the event also featured a Typelevel Community Conference and a Scala Center Hackathon. Join in on the conversation at http://www.twitter.com/lambda_world and http://www.twitter.com/47deg using #LambdaWorld. Stay tuned to http://www.lambda.world and http://www.47deg.com for more on the conference and announcements for the 2017 event.
Entrevistamos a Pablo Almunia y Will Olmos en PolymerDay 2016 con el objetivo de que nos cuenten qué es lo que hacen en este evento. Ambos conocen varias tecnologías y es posible, porque todas tienen en común, javascript. Ambos, bastante conocedores, darán una charla conjunta donde hablan de las diferentes tecnologías y cómo se conjugan Podéis ver todas estas entrevistas y más en nuestro canal: https://www.youtube.com/playlist?list=PLKxa4AIfm4pXIyg61wvuHBAY-3jV9yI88 Suscríbete a nuestra newsletter: http://bit.ly/newsletterautentia Twitter: https://twitter.com/autentia Facebook: https://www.facebook.com/Autentia-127966880558674/
Event handlers, collectively, provide the control logic in a re-frame application. Since the mutation of the application state is taken care of by re-frame, these event handlers can be pure functions that given the current value of the application state as first argument and the event (with its payload) as second argument, provide a new value for the application state. This is important because the fact that event handlers are pure functions brings great advantages: Local reasoning, which decr...
Declarative, Convergent Edge Computation: An Approach for the Internet of Things Consistency is hard and coordination is expensive. As we move into the world of connected ‘Internet of Things’ style applications, or large-scale mobile applications, devices have less power, periods of limited connectivity, and operate over unreliable asynchronous networks. This poses a problem with shared state: how do we handle concurrent operations over shared state, while clients are offline, and ensure that values converge to a desirable result without making the system unavailable? We look at a new programming model, called Lasp. This programming model combines distributed convergent data structures with a dataflow execution model designed for distribution over large-scale applications. This model supports arbitrary placement of processing node: this enables the user to author applications that can be distributed across data centers and pushed to the edge. In this talk, we will focus on the design of the language and show a series of sample applications. About Christopher Meiklejohn Christopher Meiklejohn is a Software Engineer with Basho Technologies, Inc. where he focuses on building rich web applications for Riak using Erlang and JavaScript. Before joining Basho, he worked at Swipely, a loyalty program startup based in Providence where he maintained critical infrastructure components written in Ruby. Christopher is also a graduate student in computer science at Brown University in Providence RI, where he studies formal verification and distributed systems. About Lambda World: The 2016 Lambda World brought together Functional Programming enthusiasts from around the world for two days of presentations, hacking, networking, and a healthy dose of partying in Cadiz, Spain. Hosted by 47 Degrees, the event also featured a Typelevel Community Conference and a Scala Center Hackathon. Join in on the conversation at http://www.twitter.com/lambda_world and http://www.twitter.com/47deg using #LambdaWorld. Stay tuned to http://www.lambda.world and http://www.47deg.com for more on the conference and announcements for the 2017 event.