A deep dive into connecting React dashboards to AWS Athena through Cube.js and dbt - the complete data flow from raw events to beautiful visualizations. dev.to/josewhitetow...
@dev.to
@josewhitetower.bsky.social
Software Engineer ๐ป Light Traveler ๐ Longboarder ๐น ๐๐#Beyhive ๐ Collecting records ๐
A deep dive into connecting React dashboards to AWS Athena through Cube.js and dbt - the complete data flow from raw events to beautiful visualizations. dev.to/josewhitetow...
@dev.to
A story about discovering the right dbt materialization for your use case - sometimes views are better than complex incremental models and automation. dev.to/josewhitetow...
@dev.to
"Understanding Big O Notation: A Beginner's Reflection on Writing Better Programs" by @josewhitetower.bsky.social
#DEVCommunity
dev.to/josewhitetow...
A screenshot of code which reads: on: push: branches: - dev paths: - "packages/*/src/**/*" - "yarn.lock" - "package.json" - "packages/*/package.json" - "!*.md" - "./**/*.md"
โกDid you know that it's possible to run tests only when your actual source code changes?
With a few lines, you can avoid unnecessary runs when your README changes.
You can specify paths in your workflow trigger, and exclude them with the "!" symbol.
#buildinpublic #programming #coding