Skip to content

Instantly share code, notes, and snippets.

@Alex-Ozun
Last active January 12, 2024 19:54
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alex-Ozun/d61e89b4ebfc97a8790c2262bf068769 to your computer and use it in GitHub Desktop.
Save Alex-Ozun/d61e89b4ebfc97a8790c2262bf068769 to your computer and use it in GitHub Desktop.
AppDevCon 2023 - Type-Driven Design - Reading List
// My new website. A lot of Type-Driven Design/Development content is coming in the next few weeks. Stay tuned.
https://swiftology.io
// All articles used in the talk
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
https://www.parsonsmatt.org/2017/10/11/type_safety_back_and_forth.html
https://pragprog.com/titles/swdddf/domain-modeling-made-functional/
https://blog.codinghorror.com/falling-into-the-pit-of-success/
https://github.com/pointfreeco/swift-tagged
https://existentialtype.wordpress.com/2011/03/15/boolean-blindness/
https://github.com/quchen/articles/blob/master/algebraic-blindness.md
https://serokell.io/blog/haskell-type-level-witness
https://en.wikipedia.org/wiki/Algebraic_data_type
https://hackage.haskell.org/package/tagged-0.8.6.1/docs/Data-Tagged.html
https://github.com/pointfreeco/swift-validated
https://github.com/pointfreeco/swift-nonempty
https://hackage.haskell.org/package/base-4.15.0.0/docs/Data-List-NonEmpty.html
https://matt.diephouse.com/2018/08/value-oriented-programming/
// Careers at American Express
https://www.americanexpress.com/en-us/careers/career-areas/technology/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment