I have been developing websites and hybrid mobile apps for over 20 years. I have used Monorepos, Cloud, BDD, and DevOps to build platform architectures that enable a wide range of products to be deployed with a unified methodology. In one position I led 5 engineering teams across 3 countries, developing a new React platform from the ground up. I scaled the plaform up to 10 apps, that were deployed to the majority of K-12 classrooms across the USA.
π¦ LinkedIn
πͺ Orbit-FX
A universal key-frame animator for the web; capable of beautiful, smooth animations, with programmable hooks for user interactions.
Click the images to try the demos:
- βοΈ React Workspaces Playground - Zero Config React Monorepos with Yarn Workspaces, Lerna and Storybook.
- π Flight of The Navigator (Web GL) - HTML5 Demo for Mozzilla Conference 2010 (Web-GL, Web Audio, Canvas, Processing.JS)
- π Markserv - Serve markdown as html (GitHub style), index directories, live-reload as you edit.
- π² Bitcoin Chart Scraper - Scape the entire history of BitStamp's Bitcoin charts.
- πΎ Dvorak Programmers Tutorial - An Interactive cli tutorial for Programmers Dvorak
- π¦ Chromafi - CLI syntax highlighting: any function - any object - 176 languages.
- π Carlton Quadtree - An infinitely divisible quad tree implementation with visualizations.
- TypeScript?.. or JavaScript?
To draw an analogy, JavaScript is a jump-jet and TypeScript is an aircraft carrier; And even though TypeScript is safe, itβs still not safe enough to run a nuclear power plant.
- Roll Your Own Math - Sine and Cosine
For years I have been using JavaScriptβs Math.sin() and Math.cos() to create games, animations and interactive graphs on the element. But how do Sine and Cosine work? I had to knowβ¦