Blog

Notes from building production data pipelines.

July 3, 2023

When the site ties your session to an IP

Some sites don't just issue a cookie — they expect that cookie to keep coming from the same IP. Rotate carelessly and you'll look logged out, banned, or both.

April 24, 2023

Parsing source HTML without making a mess

Fetching the page is the easy half. Turning messy HTML into rows you can trust is where pipelines usually get fragile — and where a few habits save you later.