Skip to content
View ashfromsky's full-sized avatar
😶‍🌫️
Working on something new...
😶‍🌫️
Working on something new...

Highlights

  • Pro

Block or report ashfromsky

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
ashfromsky/README.md

┌──●──●──●───────────────────────────────────────────────────────┐
│  tymofii@kyiv: ~/about                                         │
├────────────────────────────────────────────────────────────────┤
│                                                                │
│  $ cat about.md                                                │
│                                                                │
│  Backend engineer focused on system architecture, API          │
│  design, and CS fundamentals. I build the internals I          │
│  actually want to understand — write-ahead logs, custom        │
│  indexing, concurrency models, LLM pipelines — from            │
│  scratch, at least once, before trusting a library to          │
│  do it for me.                                                 │
│                                                                │
│  Currently technical lead on Smarket, a microservices          │
│  grocery price-comparison platform in production on            │
│  Hetzner.                                                      │
│                                                                │
│  $ █                                                           │
│                                                                │
└────────────────────────────────────────────────────────────────┘

┌──●──●──●───────────────────────────────────────────────────────┐
│  tymofii@kyiv: ~/projects                                      │
├────────────────────────────────────────────────────────────────┤
│                                                                │
│  $ ls -la ./projects                                           │
│                                                                │
│  drwxr-xr-x  smarket/        [technical lead]                  │
│  drwxr-xr-x  acquiremock/    81 stars                          │
│  drwxr-xr-x  yaradb/         34 stars                          │
│  drwxr-xr-x  helix/          25 stars                          │
│  drwxr-xr-x  sentinel-cli/   AMD Dev Hackathon                 │
│  drwxr-xr-x  gitra/          3 stars                           │
│                                                                │
└────────────────────────────────────────────────────────────────┘

Smarket — microservices grocery price-comparison platform [technical lead] Production deployment on Hetzner. Auth, cart, products_etl, gateway, and a zephyros_agent AI chat service. Google OAuth2, Redis, three-tier LLM routing (Gemini → Groq → Cerebras). Python Go FastAPI PostgreSQL Redis Docker Microservices

AcquireMock — financial payment gateway simulator ★ 81 Full transaction lifecycle (Invoice → OTP → Webhook) with idempotency keys, HMAC-SHA256 signed webhooks, exponential backoff retries, bcrypt card storage mirroring PCI-DSS. Python FastAPI SQLModel PostgreSQL Cryptography

YaraDB — custom in-memory database engine ★ 34 Built from scratch to study DBMS internals: Write-Ahead Logging for crash recovery, dual indexing with Hash Index O(1) exact lookups and B-Tree O(log n) range queries. Python WAL B-Tree Data Structures

Helix — AI-powered API mocking platform ★ 25 Zero-config mock server guaranteeing JSON-schema-compliant responses via pluggable LLM providers (Groq, DeepSeek, Ollama), Redis semantic caching, chaos-engineering module. Python FastAPI Redis LLMs

Sentinel CLI — multi-agent code analysis engine AMD Developer Hackathon Async Scatter-Process-Gather pipeline routing analysis tasks dynamically across models, optimized for AMD ROCm local inference. Python AsyncIO AMD ROCm Ollama

Gitra — local AI code explorer ★ 3 RAG-powered natural-language Q&A over any public Git repository via the Gemini API. Python RAG Gemini API Vector Search


┌──●──●──●───────────────────────────────────────────────────────┐
│  tymofii@kyiv: ~/stack                                         │
├────────────────────────────────────────────────────────────────┤
│                                                                │
│  $ cat stack.yaml                                              │
│                                                                │
│  languages:   Python (Adv) · C#/.NET · Go · C++ · TS           │
│  backend:     FastAPI · Django (DRF) · ASP.NET Core · Async    │
│  ai_llm:      OpenAI · Anthropic · OpenRouter · RAG · YOLOv8   │
│  databases:   PostgreSQL · MongoDB · Redis · MySQL · SQLite    │
│  orm:         SQLAlchemy · SQLModel · EF Core · Django ORM     │
│  devops:      Docker · GH Actions · Linux · Azure · Hetzner    │
│                                                                │
└────────────────────────────────────────────────────────────────┘

┌──●──●──●───────────────────────────────────────────────────────┐
│  tymofii@kyiv: ~                                               │
├────────────────────────────────────────────────────────────────┤
│                                                                │
│  $ ./run.sh --status                                           │
│                                                                │
│  [ OK ]  shipping Smarket to production                        │
│  [ OK ]  preparing academic defense                            │
│  [ .. ]  self-hosted PostgreSQL migration                      │
│  [ .. ]  Fractalyth — music production, djent/thall            │
│                                                                │
│  process exited with code 0                                    │
│  $ █                                                           │
└────────────────────────────────────────────────────────────────┘

Visitors



Pinned Loading

  1. acquiremock acquiremock Public

    AcquireMock is a full-featured mock payment gateway built for reliable testing of any e-commerce integration. It simulates real payment flows with OTP verification, HMAC-signed webhooks, and a mode…

    Python 82 8

  2. yaradb yaradb Public

    In-memory-first document DB (Python/FastAPI) with JSON persistence and a "smart" data model.

    Python 33

  3. helix helix Public

    Backend not ready? No problem. Helix is a zero-config AI mock server that generates realistic, dynamic data for any endpoint you hit.

    Python 25 2

  4. SRCapp SRCapp Public

    A WPF system resource monitoring application built with WPF and C#. This app provides insights into CPU, GPU, RAM, disk, and network information.

    C# 6

  5. gitra gitra Public

    Gitra is a self-hosted web app to explore, analyze, and "chat" with any public GitHub repository. It bundles codebases into LLM-optimized context for instant AI analysis using Google Gemini.

    HTML 3

  6. yaradb-client-py yaradb-client-py Public

    Python client for YaraDB, lightweight in-memory database.

    Python 2