This repository contains all the code examples and projects that accompany my Substack articles focused on upskilling data engineers with Azure and related technologies. Each article has its own folder with the relevant project code and other assets, allowing you to explore and reproduce the examples at your own pace.
- 1_implementing_IAM: Terraform project showing a practical implementation of Security. Groups and RBAC.
Substack article: Implementing IAM as a Data Engineer: A Practical Example
-
Clone the repository:
git clone https://github.com/AtLongLastAnalytics/substack-companion-code.git cd <repo-name>
-
Navigate to the project folder of the article you want to explore.
-
Follow the README inside each project folder for setup instructions, dependencies, and execution steps.
- Terraform (for IaC projects)
- Python 3.8+ (for data analysis and Azure SDK projects)
- Azure account and permissions for projects that interact with Azure resources.
Contributions are welcome! You can:
- Report issues
- Suggest improvements
- Submit pull requests with fixes or enhancements
Please follow best practices for project structure and naming conventions.
This repository is licensed under the MIT License. Feel free to use the code for learning and personal projects.