javascript

Philly ETE 2020 – Kevin Qian – Deno: Experiments with Javascript and Typescript

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract 11 years have passed since Node.js brought JavaScript to the server-side. As Node.js was gaining momentum and becoming one of the most popular server platforms, JavaScript itself continued to evolve in its own independent direction. Furthermore, with … Read More

Philly ETE 2019 – Jennifer Voss – Tales from the QA Crypt

Abstract An anthology of QA horror stories, and how to avoid such situations with automated testing and Docker. When tests are built in from the beginning and not tacked on after features are released, fewer defects are created and development moves faster. JavaScript has all the tools required to cover your automated testing needs, and … Read More

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 2017 #42 – Avoiding React Performance Pitfalls – Alex Grigoryan

When @WalmartLabs built Electrode, the React/Node.js application platform that powers the Walmart.com customer experience, performance was one of our primary concerns. React’s use of a virtual DOM and support for server-side rendering have earned it a reputation for speed, but in building our platform we encountered several unexpected performance bottlenecks. In this talk, we’ll discuss … Read More

Philly ETE 2016 #38 – Adventures in Elm: Events, Reproducibility, and Kindness – Jessica Kerr

This session gives an overview of Elm, then focuses on the Elm Architecture: how it overturns what is essential in object-oriented and even backend functional programming.