javascript

A Beginner’s Guide to Building a Custom Vite Plugin

ViteJS (Vite) has rapidly emerged as one of the most exciting tools in the modern web development ecosystem. Vite offers developers a highly efficient and flexible build process with sane defaults to get a project up and running quickly. One of the many features that makes Vite truly stand out is its extensible Plugin API. … Read More

TechChat Tuesdays #61: Yehuda Katz & Russ Danner

Today we welcome two speakers from our upcoming Philly Emerging Tech conference: Yehuda Katz and Russ Danner! Yehuda Katz is the founder of creator of the Starbeam.js and EmberJS framework, among many others. He is also a Philly ETE veteran, having spoken at many of our conferences in the past. Russ Danner is the VP … Read More

TechChat Tuesdays #46: Dev News and Kotlin Deep Dive

This week, Ken Rimple and Sujan Kapadia cover various stories from the world of Dev News – before dedicating the rest of the show to a deep dive on Kotlin. They also answer a few questions from viewers! Host Notes ETE is back for 2022! We’re virtual again this year, but don’t miss another great … Read More

Migrating from Enzyme to React Testing Library

React developers who tested their components using the Enzyme library in the past have been migrating over to the react-testing-library lately. Find out how you can migrate and take advantage of the various features it offers.

Vue 3.0 Might Be a Big Deal

Vue 3.0 was released on Friday.  I’m just pointing that out, so feel free to stop reading this right now.  Head over to their release notes to get the news from the proverbial horse’s mouth.

If you really want to take it from me, here’s why I think that’s a big deal…

Read More

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