Python

Huggingface Agents - Unit 1 Exploration by waleed

March 3, 2025 | Reading Time: 8 min

huggingface
llm
agents
python

Deep dive into huggingface's CodeAgent framework: exploring how AI agents work with prompts.yaml, manage context evolution, and make decisions through LLM interactions. Includes practical insights on agent observability using Langfuse.


Managing Dev Environments - Local vs Codespaces by waleed

July 4, 2024 | Reading Time: 4 min

python
github
codespaces
secrets

Comprehensive guide comparing local development environments with GitHub Codespaces, including best practices for environment setup, secrets management, and virtual environment configuration across different platforms.


Prefect.io POC - Building ETL Pipeline for Toronto Bicycle Data by waleed

January 3, 2024 | Reading Time: 4 min

datatalksclub
prefect
python
sql
terraform
gcp
bigquery

End-to-end data engineering project using Toronto's bicycle sharing data, implementing ETL pipelines with Prefect.io, GCP, and BigQuery, featuring infrastructure-as-code with Terraform and automated data processing workflows.