Professional Opinions

Meme of a couple walking together. His significant other has "Javascript" written across her, while the other woman has "Typescript" written across her. The man is looking over his shoulder at the other woman (Typescript) indicating she has taken his attention.

Adopting TypeScript at Scale (or changing the wheels on a moving bus)

Hi friends! It’s me, Daniel. If you know me IRL, you’ve probably heard me blather at length about something JavaScript related. My first professional programming job was almost all Vanilla JavaScript so I’ve loved JS for a long time. Unlike some folks, I find its quirks and eccentricities endearing. Prototypal inheritance is a bit wacky […]

Adopting TypeScript at Scale (or changing the wheels on a moving bus) Read More »

Add Web Workers to create-react-app using Parcel (eject not required)

I’ve been working on FidgetMap for a while now. I think I could speed up a lot of processes (including the basic render loop) by adding Web Workers to handle a lot of the rendering tasks asynchronously. The whole game is drawn by writing RGB data to arrays then compositing them onto a canvas, so

Add Web Workers to create-react-app using Parcel (eject not required) Read More »

Creating Flexible and Reusable React File Uploaders

Daniel was recently featured in the Eventbrite Engineering blog and we’re very proud of the work he does there. The Event Creation team at Eventbrite needed a React based image uploader that would provide flexibility while presenting a straightforward user interface. The image uploader components ought to work in a variety of scenarios as reusable

Creating Flexible and Reusable React File Uploaders Read More »

en_USEN
Scroll to Top