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

https://github.com/jpmcb/johns-awesome-list

Articles, videos, tutorials, blogs and everything in-between
https://github.com/jpmcb/johns-awesome-list

List: johns-awesome-list

Last synced: 5 months ago
JSON representation

Articles, videos, tutorials, blogs and everything in-between

Awesome Lists containing this project

README

          

# John's Awesome List

---
### C
##### Learn
- [Build your own Lisp](http://www.buildyourownlisp.com/)

---
### [Computer Science](./docs/computer-science.md)

---
### [Design](./docs/design.md)

---
### Engineering
##### Advice
- [All the best engineering advice I stole from non-technical people](https://medium.com/@bellmar/all-the-best-engineering-advice-i-stole-from-non-technical-people-eb7f90ca2f5f)

##### Magazines
- [PagedOut - One article per page free magazine](https://pagedout.institute/)

##### [Pair Programming](./docs/pair-prog.md)

---
### [Front End](./docs/front-end.md)

---
### [Golang](./docs/golang.md)
##### Tooling
- [goexc - command line tool to execute go functions](https://github.com/shurcooL/goexec#goexec)

---
### Kubernetes
##### Learn
- [Linux foundation training](https://training.linuxfoundation.org/training/introduction-to-kubernetes/)
- [Linux foundation - Kubernetes the hard way](https://linuxacademy.com/course/kubernetes-the-hard-way/)
- [TGIK youtube playlist](https://github.com/heptio/tgik/blob/master/playlist.md)
- [The Illustrated Children's Guide to Kubernetes](https://chrisshort.net/kubernetes-getting-started/The-Illustrated-Childrens-Guide-to-Kubernetes.pdf)

---
### Test Driven Development (TDD)
- [Mocks aren't Stubs](https://martinfowler.com/articles/mocksArentStubs.html)
- [TDD Wiki](https://github.com/testdouble/contributing-tests/wiki)
- [My favorite way to TDD](http://blog.testdouble.com/posts/2015-09-10-how-i-use-test-doubles.html)
- [Failures of Intro to TDD](http://blog.testdouble.com/posts/2014-01-25-the-failures-of-intro-to-tdd.html)
- [TDD the hard way](https://www.youtube.com/watch?v=xPL84vvLwXA)

---
### [Tmux](./docs/tmux.md)

---
### [Vim](./docs/vim.md)

---
### WASM
- [Golang: WASM](https://github.com/golang/go/wiki/WebAssembly#go-webassembly-talks)
- [Mozilla: Standardizing WASI](https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/)
- [What is WASM?](https://medium.com/javascript-scene/what-is-webassembly-the-dawn-of-a-new-era-61256ec5a8f6)