https://github.com/vasnake/exercises
Programming languages, tools, tricks, exercises
https://github.com/vasnake/exercises
exercise kata learn study
Last synced: 2 months ago
JSON representation
Programming languages, tools, tricks, exercises
- Host: GitHub
- URL: https://github.com/vasnake/exercises
- Owner: vasnake
- License: gpl-3.0
- Created: 2020-03-23T08:03:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T15:53:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T12:12:28.614Z (over 1 year ago)
- Topics: exercise, kata, learn, study
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exercises
Programming languages, developer's tools, tricks, exercises, kata, etc.
## Category-Theory-Scala
### Category-Theory-Scala / mycats
[SBT Scala project](./Category-Theory-Scala/mycats/README.md), code snippets created after watching videos:
- [A Pragmatic Introduction to Category Theory—Daniela Sfregola](https://youtu.be/Ss149MsZluI)
- [Why the free Monad isn't free - by Kelley Robinson](https://youtu.be/U0lK0hnbc4U)
- [Free as in Monads by Daniel Spiewak](https://youtu.be/aKUQUIHRGec)
- [Monad transformers down to earth by Gabriele Petronella](https://youtu.be/jd5e71nFEZM)
- [Monad Transformers: Scala, stop Eff'ing around! by Sukant Hajra](https://youtu.be/QtZJATIPB0k)
- [Practical Eff monad for microservices by Eric Torreborre](https://youtu.be/5iV-x8CFmtU)
## Snowflake
[Snowflake, AWS, Kafka: basics](./snowflake/)
## dbt (and snowflake)
- Oct 30, 11:30, snowflake lab "build data products and a data mesh with dbt cloud"
data mesh: It is about small teams, they own data products, use dbt (data product management: contracts, versions, security) over snowflake (storage, compute). Teams use each other products.
It's like a software engineering, only it is data engineering.
Demonstration: how to use dbt with snowflake to build and manage "data products":
a few custom marts with data-contracts, cross-team dependencies, access control, etc.
links
- https://quickstarts.snowflake.com/guide/data-products-data-mesh-dbt-cloud/#0
- https://sf-dbt-mesh-setup.streamlit.app/
TODO: do it with you own hands