Skip to content
View sfautomation-dev's full-sized avatar

Block or report sfautomation-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sfautomation-dev/README.md

πŸ‘‹ Hello, I'm SFAutomation

I build clean, reliable automation tools and backend microservices using Python, FastAPI, Poetry, Docker, SQL, and Linux.

I focus on small, practical, production-style solutions for:

  • 🧹 Data cleaning & transformation
  • πŸ“Š Business / invoice automation
  • βš™οΈ Python workflow automation
  • 🐳 Dockerized backend services
  • πŸ—„οΈ PostgreSQL & SQL optimization

πŸ”§ Featured Projects

πŸ“ Invoice Aggregator (Python + Poetry)

A real-world automation tool that:

  • Cleans and normalizes invoice CSVs
  • Aggregates monthly totals
  • Detects missing GST/tax entries
  • Outputs business-ready reports

Repo: ➜ https://github.com/sfautomation-dev/invoice-aggregator


πŸ“ Task Tracker API (FastAPI + Docker + Postgres)

A production-style microservice that:

  • Exposes clean CRUD endpoints
  • Uses SQLAlchemy ORM (2.0 style)
  • Runs fully inside Docker Compose
  • Uses Poetry for dependency management

Repo: ➜ https://github.com/sfautomation-dev/task-tracker


πŸ› οΈ Tech I Work With

  • Python 3.11
  • FastAPI
  • Poetry
  • SQLAlchemy
  • pandas
  • Docker & Docker Compose
  • PostgreSQL / MySQL
  • Linux (Ubuntu)

πŸ“¬ Contact

This profile is intentionally anonymous.
For freelance automation or Docker/Backend work, contact me through the platform where you found me.

Pinned Loading

  1. invoice-aggregator invoice-aggregator Public

    Python automation tool for invoice CSV cleaning, monthly aggregation, and GST/tax validation. Built with Poetry.

    Python

  2. task-tracker task-tracker Public

    Containerized FastAPI microservice with PostgreSQL, SQLAlchemy ORM, and Poetry β€” simple task CRUD API with Docker Compose setup

    Python