An open API service indexing awesome lists of open source software.

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

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