Summary
Backend developer with 4+ years at Snapp! Shop, building and operating Python and Go systems for a high-traffic e-commerce platform. I work across delivery and seller workflows: maintaining a legacy Django delivery service, moving parts of the platform to Go, and rebuilding product ingestion so it can handle 50x more daily uploads. I also helped launch hub-based courier routing that reduced cost per order by 40% in pilot cities, and an LLM-assisted product description tool now used for about 25% of the catalog. I enjoy turning messy production systems into services that are easier to understand, operate, and extend.
Work Experience
Back End Developer
Oct 2021 - PresentSnapp! Shop
- Maintain the Django-based delivery platform day to day, including production support, incident debugging, bug fixes, and incremental improvements in a live ordering system.
- Co-built a hub routing system that groups orders into geographic delivery zones and assigns third-party couriers by proximity, reducing cost per order by 40% in targeted cities.
- Help lead the Django-to-Go migration by writing new Go services, documenting legacy behavior, and helping the team build confidence with Go patterns.
- Redesigned the seller product ingestion pipeline with Python, Celery, and Airflow, replacing a fragile single-threaded flow with a distributed pipeline that handles 50x more daily upload volume.
- Built an LLM-assisted product description generator that now writes copy for roughly 25% of the catalog, reducing repetitive work for the content team.
Python Developer
Mar 2021 - Sep 2021StyleUp
- Built Python scrapers with BeautifulSoup and Selenium to collect fashion product data from external sites. Later rewrote the crawlers with threading and async I/O, reducing total crawl time for the same datasets.