JS

Single Page Application Day – The JavaScript Landscape in 2019 – Ken Rimple

This talk was given at Chariot Solutions’ 2018 event, Single Page Application Day. View Presentation View the code from Single Page Application Day on GitHub Abstract From client-side apps to development tools like Webpack and servers written with NodeJS, to AWS lambdas and more, JavaScript is everywhere. Ken will make the case for becoming a … Read More

Philly ETE #31 – Functional Reactive Programming in Elm – Evan Czaplicki

From the abstract: Functional Reactive Programming (FRP) is a simple and elegant way to design and structure interactive code, like games and GUIs. Elm is a young functional language that brings this approach to the web, allowing you to easily create complex interactions. This talk will fully explain the key concepts of Functional Reactive Programming, … Read More