A foundational piece for any project, whether you're prototyping or building production-grade systems. Basically a more thoughtful way of saving your work, and saving it in the cloud.
- [[GitHub|GitHub]] — My default place to store code, notebooks, API integrations, and automation scripts. It enables version control, collaboration, and documentation — all critical for repeatable work.
- Also relevant: [Git](https://git-scm.com/), [Bitbucket](https://bitbucket.org/)
> **Tip**: Use branches to manage experimentation separately from production work. Commit early, commit often.
---
**Part of**: [[Building Data Products]]