Skip to content
View stupidprogrammer4's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report stupidprogrammer4

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
stupidprogrammer4/README.md

whoami

class Pouya(BackendDeveloper):
    role       = "Backend Developer & System Architect"
    company    = "Goldis"
    education  = "BSc Computer Science (2023 → 2027)"
    os         = "Arch Linux 🐧"
    editor     = "the one that starts with a colon"

    obsessions = [
        "algorithm correctness",
        "low-latency design",
        "concurrency without regrets",
    ]

    async def daily_routine(self) -> None:
        await asyncio.gather(
            self.sync(products=10_000, marketplaces=4),
            self.trade(asset="gold", latency="ms"),
            self.solve(problem="tree DP", coffee=True),
            self.punch(bag="heavy", rounds=12),
        )

    def philosophy(self) -> str:
        return "If the right tool doesn't exist, build it."

Years of competitive programming shaped my intuition for optimal architecture, heuristics, and data structures. At Goldis I architect concurrent worker systems that keep thousands of products in sync across major marketplaces, and build millisecond-precise automated gold trading engines. Custom ORM to squeeze I/O? Enterprise wrapper around FastAPI? Sure — the job decides the tool.


🚀 Core Focus & Projects

⚡ fastamu

A batteries-included framework extending FastAPI for enterprise-level architecture — deeply integrating Taskiq, Dishka and msgspec. Opinionated, fast, and allergic to boilerplate.

🔄 Multi-Platform Sync Engine

~12 active workers synchronizing inventory, orders and multi-strategy pricing across Digikala, Snapp, Basalam and Tapsi. Highly concurrent, relentlessly consistent.

🥇 Digital Gold Trading — Talamala

Real-time automated trading on RabbitMQ + Redis queue-worker architecture. Instant purchases, market-fluctuation risk engineered away.

🕹️ Low-Level Explorations

2D game renderers in C with SDL2, Rust for systems programming, and Assembly (FASM) — because abstractions are better understood from below.

Technical Arsenal

⌨️ Languages

🏗️ Frameworks & Architecture

🗄️ Data, Messaging & Infrastructure

📊 GitHub Battle Stats

github contribution snake animation

⚔️ Competitive Programming

🏟️ Arena 🎯 Track 🏆 Score
Technology Olympics 2024 Algorithm 4.5
Algorithm Technology — Quera Algorithm 8.9
Hamkad 5 Software Engineering

"Competitive programming didn't teach me to write code fast. It taught me which code not to write at all."

🦋 Off-Keyboard

🥊 Sports — click to unfold
  • Boxing — footwork is just pathfinding with consequences.
  • Calisthenics — bodyweight only, no dependencies, zero install.
🧠 Algorithm Design — click to unfold
  • Tree Dynamic Programming
  • Computational Geometry
  • Heuristics & approximation for the problems that refuse to be polynomial
🎨 Aesthetics — click to unfold

Butterflies 🦋, Tokyo Night palettes, terminals with too much transparency, and a tiling window manager configured well past the point of reason.

📫 Let's Connect


Open to talking about concurrency, weird ORMs, gold prices at 3 AM, and why your loop should have been a heap.

Popular repositories Loading

  1. minesweeper minesweeper Public

    C 2

  2. quera quera Public

    C++ 2 1

  3. cp-algorithms cp-algorithms Public

    Forked from cp-algorithms/cp-algorithms

    Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)

    C++ 1

  4. iranian-marketplaces-sdk iranian-marketplaces-sdk Public

    A unified Python SDK for major Iranian marketplaces (Digikala, Snapp, Basalam, Tapsi)

    Python 1

  5. fastamu fastamu Public

    Python 1

  6. riverraid riverraid Public

    Rust