An open API service indexing awesome lists of open source software.

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

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