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
- Host: GitHub
- URL: https://github.com/jpmcb/johns-awesome-list
- Owner: jpmcb
- Created: 2019-07-30T17:06:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T05:16:57.000Z (over 6 years ago)
- Last Synced: 2025-10-28T23:02:56.491Z (8 months ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)