Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f1lt3r/f1lt3r
Profile
https://github.com/f1lt3r/f1lt3r
Last synced: 26 days ago
JSON representation
Profile
- Host: GitHub
- URL: https://github.com/f1lt3r/f1lt3r
- Owner: F1LT3R
- Created: 2020-08-01T07:57:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T15:30:29.000Z (6 months ago)
- Last Synced: 2024-05-20T18:34:02.964Z (6 months ago)
- Size: 217 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello, World! π
**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](https://github.com/react-workspaces/react-workspaces-playground)
- π« How to reach me: [LinkedIn](https://www.linkedin.com/in/f1lt3r/)### Code/Projects π¨βπ»
- βοΈ [React Workspaces Playground](https://github.com/react-workspaces/react-workspaces-playground) - Zero Config React Monorepos with Yarn Workspaces, Lerna and Storybook.
- π [Markserv](https://github.com/markserv/markserv) - Serve markdown as html (GitHub style), index directories, live-reload as you edit.
- π² [Bitcoin Chart Scraper](https://github.com/F1LT3R/bitcoin-scraper) - Scape the entire history of BitStamp's Bitcoin charts.
- πΎ [Dvorak Programmers Tutorial](https://github.com/F1LT3R/dvorak-programmers-tutorial) - An Interactive cli tutorial for Programmers Dvorak
- π¦ [Chromafi](https://github.com/F1LT3R/chromafi) - CLI syntax highlighting: any function - any object - 176 languages.
- π [Carlton Quadtree](https://github.com/F1LT3R/carlton-quadtree) - An infinitely divisible quad tree implementation with visualizations.### Blog Posts β
- [TypeScript?.. or JavaScript?](https://f1lt3r.io/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](https://f1lt3r.io/roll-your-own-math-sine-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β¦