Automating .env Files in Git Worktrees

Posted on Thu 12 March 2026 in posts • Tagged with git, worktrees, automation, devops, agor

Git worktrees respect .gitignore — which means they don't have .env files from the bare git cloned repo. Here's a bash hook that fixed this.


Continue reading

Agent Dailies and the Flipped Development Cycle

Posted on Sun 15 February 2026 in posts • Tagged with ai-agents, agile, scrum, workflow, agentic engineer

Why your daily standup needs to include what your AI agents did last night—and how inverting the developer-agent workflow mirrors the flipped classroom revolution.


Continue reading

Modernizing a Static Site with UV and Vibe-Kanban: A Developer's Journey

Posted on Mon 27 January 2025 in Development • Tagged with python, uv, pelican, static-site, vibe-kanban, modernization

How I used Vibe-Kanban to upgrade my static site from traditional pip to modern UV package management while making the code more pythonic.


Continue reading

When Pytorch Datapipes Meets GCS

Posted on Wed 06 July 2022 in posts pipeline • Tagged with python pytorch GCP

The reality when using pipeline infrastructure


Continue reading

Reflection on 2021

Posted on Sun 16 January 2022 in posts • Tagged with career

Reflecting on the my 2021 journey


Continue reading

Design patterns in ML and MLops

Posted on Sun 24 January 2021 in posts • Tagged with python mlops

My thoughts on an interview with Sara Robinson about Design patterns in ML, especially on pipelines


Continue reading

NaN Bites

Posted on Tue 29 December 2020 in dataanalysis posts • Tagged with python dataanalysis

Cleaning data from NaN's requires additional inputs especially when trying to work with sparse matrix in classification problems.


Continue reading

My 2cents worth after reviewing an academic project

Posted on Mon 21 December 2020 in posts • Tagged with python data_analysis

My 2cents after reviewing an academic project


Continue reading

Dataclasses in ML Pipelines

Posted on Sun 26 July 2020 in pipelines posts • Tagged with python MLpipeline

Tidy your ML pipelines with dataclasses.


Continue reading

Panel Dashboard in action

Posted on Sun 26 July 2020 in posts • Tagged with python dataviz

How we used Panel to monitor Dagster's assets.


Continue reading