PROFILE: I have been developing websites for 20 years, and hybrid mobile apps for 8 years. I have been instrumental in applying monorepos, cloud platforms, BDD, and DevOps to build architecture that empowers multiple engineering teams to ship a wide array of products with a unified methodology. I have led web engineering teams through the scaling journey from initial implementation, to serving the majority of K-12 classrooms in America.
- π± Iβm currently learning how to grow my own food.
- π€ Iβm looking for help with long-term maintenance of React Workspaces
- π« How to reach me: LinkedIn
- βοΈ React Workspaces Playground - Zero Config React Monorepos with Yarn Workspaces, Lerna and Storybook.
- π 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β¦