chefferson@github:~$ cat about.md
# Developer building things across **software, games, automation, and AI**.
# I enjoy turning vague ideas into working systems — then refining them until they're fast, useful, and worth keeping.
def build(idea):
prototype = experiment(idea)
something_real = ship(prototype)
return something_realchefferson@github:~$ tree ./what-i-do
./what-i-do
│
├── game-dev/ → Unity · C# · gameplay systems · prototyping
├── software/ → Python · APIs · automation · scraping
├── web/ → JavaScript · PHP · WordPress · UI
├── data-pipelines/ → aggregation · processing · scheduled workflows
└── ai-systems/ → LLMs · prompt engineering · AI workflows
chefferson@github:~$ cat ./projects/dayereh.md
<h2>Dayereh (دایره)</h2>
<p>Personal news aggregation and intelligence platform.</p>
<p>
An automated pipeline that collects, processes, normalizes, and presents
news from multiple sources.
</p>
<p>
RSS feeds, Telegram sources, media processing, structured data, and
AI-generated summaries — connected through scheduled workflows and
deployed as a static system.
</p>