Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zpratt/lousy-list
A quasi catalog of my mind
https://github.com/zpratt/lousy-list
List: lousy-list
architecture awesome-list brain-dump devops lousy-list
Last synced: 9 days ago
JSON representation
A quasi catalog of my mind
- Host: GitHub
- URL: https://github.com/zpratt/lousy-list
- Owner: zpratt
- Created: 2019-01-13T20:31:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T03:06:06.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T23:27:30.860Z (7 months ago)
- Topics: architecture, awesome-list, brain-dump, devops, lousy-list
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - lousy-list - A quasi catalog of my mind. (Other Lists / PowerShell Lists)
README
# lousy-list
My lousy awesome list, which consists of things I actually use or am interested in using.## Culture
* [Building A Generative Engineering Culture](https://changelog.com/posts/how-to-build-a-generative-engineering-culture)
* [Blameless Postmortems](https://codeascraft.com/2012/05/22/blameless-postmortems/)## Architecture
### Being an architect
* [Architecture Decision Records](https://adr.github.io)
* [Thoughtworks Tech Radar](https://www.thoughtworks.com/radar)
* [Architect Elevator](https://martinfowler.com/articles/architect-elevator.html)### Things That Make Your Job Hard
* [Conway's Law](https://en.wikipedia.org/wiki/Conway's_law)
### Overcoming Challenges
* [Inverse Conways's Law](https://nordicapis.com/conways-law-what-does-it-mean-for-your-api-strategy/)
* [Elevating The Constraint](https://www.solutionsiq.com/resource/blog-post/practical-systems-thinking-elevate-the-constraint/)
* [Mikado Method](http://www.methodsandtools.com/archive/mikado.php)### System Design
* [System Design Primer](https://github.com/donnemartin/system-design-primer)
* [3 Pillars Of Observability](https://www.oreilly.com/library/view/distributed-systems-observability/9781492033431/ch04.html)### Metrics
* [The 4 Key DevOps Metrics](https://stelligent.com/2018/12/21/measuring-devops-success-with-four-key-metrics/)
### Techniques
#### 12 Factor Apps
* [12 Factor App Manifesto](https://12factor.net)
* [12 Fractured Apps](https://medium.com/@kelseyhightower/12-fractured-apps-1080c73d481c)#### Immutability
* WIP - need to add items on how immutability benefits design and maintainability
#### Software Design
* [Neal Ford On Emergent Design](https://www.ibm.com/developerworks/library/j-eaed19/index.html)
* [8th Light - Inside out TDD vs Outside In](https://8thlight.com/blog/georgina-mcfadyen/2016/06/27/inside-out-tdd-vs-outside-in.html)
* [Advantages of Outside In Development](https://codurance.com/2017/10/23/outside-in-design/)
* [Test Driven Design](http://www.drdobbs.com/architecture-and-design/test-driven-design/240168102)
* [Triple Threat to Testing - Speed](https://frontside.com/blog/2020-triple-threat-to-testing-part-1-speed/)
* [TDD the RITE Way](https://medium.com/javascript-scene/tdd-the-rite-way-53c9b46f45e3)
* [TDD, where did it all go wrong](https://vimeo.com/68375232)
* [Tests' Influence on Design](https://github.com/testdouble/contributing-tests/wiki/Tests%27-Influence-on-Design)#### Observability
* WIP - need to add some info on distributed tracing, logging, and metrics. Might include something on service probes with prometheus blackbox exporter as well
## Control Your Own Destiny
### Infrastructure As Code
#### Terraform
* [Test-driven Terraform](https://www.contino.io/insights/top-3-terraform-testing-strategies-for-ultra-reliable-infrastructure-as-code)
* [Open Policy Agent - Terraform Testing](https://www.openpolicyagent.org/docs/v0.11.0/terraform/)
* [Salesforce - Terraform Policy Sentry](https://github.com/salesforce/policy_sentry)### Configuration As Code
* WIP - might add something about ansible or maybe torch this and add something about immutable infrastructure
### CI/CD
* WIP - need to add some material on philosophy and techniques
## Researching Solutions
* [CNCF Cloud Native Interactive Landscape](https://landscape.cncf.io)
### Currently Experimenting With
* [Localstack](https://github.com/zpratt/localstack-experiments)
## Kubernetes
### Intro
* [Docker and containers made simple](https://etherealmind.com/basics-docker-containers-hypervisors-coreos/)
* [Illustrated Guide To Kubernetes](https://www.youtube.com/watch?v=4ht22ReBjno)## Tools
### Load Testing
* [Artillery](https://artillery.io/)