playlists.yml 584 B

12345678910111213141516171819202122
  1. less_code:
  2. title: "Less Code"
  3. slug: less-code
  4. description: >
  5. Minimalism in programming.
  6. ruby_programming:
  7. title: "Ruby Programming"
  8. slug: ruby-programming
  9. description: >
  10. Talks, and lectures on programming, and coding best practices. Mostly focus on
  11. Ruby, but borrowing from everywhere.
  12. test_codebase:
  13. title: "Test Codebase"
  14. slug: test-codebase
  15. description: >
  16. Advice on how to design our codebase, and its tests. Focused on Minitest.
  17. thoughtful_coding:
  18. title: "Thoughtful Coding"
  19. slug: thoughtful-coding
  20. description: >-
  21. Code with a purpose.