
Maxim
/kio.dev
Software engineer and hobbyist UI/UX designer based in New York
Dernièrement écouté
Cry
Circadian — Cry
# typescript
Tous les sujets23 sept. 2023 EmberJS
Embracing Modern Data Validation in EmberJS
With Ember's shift away from Mixins and Computed Properties towards more standard JavaScript syntax and patterns, I wanted to detail how I wrote a new utility for validating Models, leveraging TypeScript, yup, and Tracked properties in order to leave behind old patterns and provide strict type-safety
27 août 2022 Javascript
Chaining Javascript Style Calls with Proxies
A quick demonstration on how Proxies function in JavaScript