https://github.com/textbook/textbook
Personal profile to show on https://github.com/textbook
https://github.com/textbook/textbook
Last synced: 5 months ago
JSON representation
Personal profile to show on https://github.com/textbook
- Host: GitHub
- URL: https://github.com/textbook/textbook
- Owner: textbook
- Created: 2020-08-11T21:39:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:02:08.000Z (about 2 years ago)
- Last Synced: 2025-01-08T07:52:15.437Z (over 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Welcome!
Hi, I'm Jon. I'm an:
- 🏢 **Engineering consultant** at [Ignition Works][1] and [33 Teams][8] (currently working with [HSBC][7] and [Overstory][9]) and mentor at [Code Your Future][2]
- 🪂 **Extreme programmer** into [pair programming][4], [test-driving development][5], and [CI/CD][6]
- 👯 **Effective collaborator** working in balanced teams to deliver delightful products early and often
- 👨💻 **Adaptable polyglot** shipping software in JavaScript and TypeScript (across Angular, Vue and React), Python, Java and Kotlin (with Spring), and even PHP (7, with Laravel)
- 🤖 **Automation fan** trying to get robots to [do the repetitive stuff][3] so humans can focus on what's important
[1]: https://ignition.works/
[2]: https://codeyourfuture.io/
[3]: https://blog.jonrshar.pe/2019/Feb/10/automation-for-the-people.html
[4]: https://blog.jonrshar.pe/tag/pairing.html
[5]: https://blog.jonrshar.pe/tag/tdd.html
[6]: https://blog.jonrshar.pe/tag/ci.html
[7]: https://www.hsbc.com/
[8]: https://www.33teams.com/
[9]: https://www.overstory.com/
📚 Check out my tutorial series on test-driven development in JavaScript:
1. **[FTW]** - the basic principles of TDD, showing unit testing using Jest
2. **[E2E]** - expanding to higher level testing, using Cypress for E2E and Jest for integration and unit testing of a simple Create React App UI with Testing Library
3. **[API]** - more options for test doubles as we bring in API calls and even random functionality to our React UI
4. **[Ohm]** - departing from RPS and building a resistor calculator REST API with Express and SuperTest
[FTW]: https://blog.jonrshar.pe/2020/Aug/31/js-tdd-ftw.html
[E2E]: https://blog.jonrshar.pe/2020/Nov/22/js-tdd-e2e.html
[API]: https://blog.jonrshar.pe/2021/Apr/10/js-tdd-api.html
[Ohm]: https://blog.jonrshar.pe/2023/May/23/js-tdd-ohm.html