RSSAmplifier

Blog

Zach's Blog

Recent content on Zach's Blog

zachpovey.devRSS feed ↗2 posts

Latest posts

Blog Launch

Hello! I’ve just started this new blog, I hope you like it. I’ll link a reddit thread on each article where you contact me regarding the specifics of the posts but for anything else you can contact me on zach@zachpovey.dev .

The Pedestrian Yet Subtle Art of Csv Ingestion

The Pedestrian Yet Subtle Art of CSV Ingestion TL;DR: CSVs (or worse yet, excel files) offer a poor choice of data format for an API. Despite that, there is sometimes no escaping them. When this situation arises there are some key principles to be followed to avoid the solution becoming a constant source of busy work. I believe there is a gap in the available tooling for this specific use case.…