Skip to content
View codercor's full-sized avatar
🌐
Looking global oppotunities
🌐
Looking global oppotunities

Highlights

  • Pro

Block or report codercor

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

whoami

Mustafa Çor / codercor

I build product-grade software at the intersection of data engineering,
full-stack development, AI systems, automation, and infrastructure.

My favorite kind of work:
taking a messy real-world problem, designing the architecture,
building the product, connecting the data, automating the boring parts,
and making the system reliable enough to actually use.

I am especially interested in data platforms, AI agents, RAG systems, developer tooling, full-stack SaaS products, and systems that are simple on the surface but strong underneath.


Current direction

Engineering focus

  • Data engineering with Snowflake, dbt, SQL, and data quality checks
  • AI systems with tool calling, RAG, agent workflows, and controlled automation
  • Full-stack products with Next.js, TypeScript, NestJS, and modern UI systems
  • Production-minded architecture with clean modules, logs, validation, permissions, and deployability

Product mindset

  • Build fast, but not messy
  • Prefer clear systems over clever chaos
  • Make complex workflows feel like 3 clicks
  • Design developer experiences that are easy to understand, extend, and debug
  • Treat reliability, observability, and documentation as product features

The kind of systems I like building

flowchart LR
    A[Messy idea] --> B[Clear product flow]
    B --> C[Architecture]
    C --> D[Frontend]
    C --> E[Backend API]
    C --> F[Data layer]
    C --> G[AI / automation layer]
    D --> H[Shippable product]
    E --> H
    F --> H
    G --> H
    H --> I[Monitoring + iteration]

    style A fill:#0D1117,stroke:#FF82A9,color:#FFFFFF
    style H fill:#7F95D1,stroke:#FFFFFF,color:#FFFFFF
    style I fill:#FFC0BE,stroke:#FFFFFF,color:#0D1117
Loading

Featured work

Event-photo discovery system using face recognition. Built for photographers and event users to find personal photos from large albums.

Core ideas: face search, image indexing, album retrieval, user-facing photo discovery.

Business document generator for offers, contract notes, customers, products/services, and invoice-style PDF workflows.

Core ideas: CRUD flows, PDF generation, business operations, practical automation.

Browser and webcam-based barcode software for market/product workflows.

Core ideas: webcam scanning, product management, fast in-store utility.

Blockchain prototype for citizen/resident registration with secure login and Solidity-based Ethereum chain registration logic.

Core ideas: smart contracts, secure frontend, blockchain-backed records.


My engineering stack

Frontend


Backend & APIs


Data, AI & Automation


Tools & workflow


Frontend React, Next.js, TypeScript, Tailwind CSS, shadcn/ui, Zustand, React Query, GSAP
Backend NestJS, Node.js, FastAPI, REST APIs, SSE, WebSockets, Zod, modular service architecture
Data Snowflake, dbt, SQL, PostgreSQL, data modeling, data quality, validation, pipeline reliability
AI systems RAG, agent workflows, tool calling, LangGraph-style orchestration, ChromaDB, controlled automation
Cloud & infra AWS, Docker, Nginx, Cloudflare, GitHub Actions, GitLab CI/CD, deployment automation
Web3 Solidity, ERC-721, wallet integrations, Immutable zkEVM, blockchain prototypes

How I think while building

type EngineeringPrinciple =
  | "Make the product simple, even if the system is complex."
  | "Design the data model before the UI lies to you."
  | "Automate repetitive work, but keep humans in control."
  | "Logs, validation, and permissions are not extras."
  | "A good system should be explainable after six months.";

const codercor = {
  role: "Data Engineer + Full-Stack Builder",
  focus: ["data platforms", "AI agents", "SaaS products", "developer tools"],
  style: "terminal-minded, product-focused, reliability-driven",
  goal: "ship systems that people can actually use, trust, and extend",
};

Selected project themes

Area What I like building
Data Engineering dbt validations, data quality checks, analytics models, monitoring flows
AI Agents tool-calling systems, RAG pipelines, approval-gated automation, agent UIs
Full-Stack SaaS dashboards, admin panels, auth flows, role-based systems, dynamic pages
Computer Vision event-photo discovery, AWS Rekognition, image search, face indexing
Developer Tools automation scripts, CI/CD helpers, internal tools, documentation generators
Infrastructure Dockerized apps, Nginx routing, Cloudflare setup, one-command deployments

GitHub signal



A small terminal window into my brain

$ codercor --mode build

> reading problem...
> removing unnecessary complexity...
> designing clean data flow...
> building frontend with taste...
> connecting backend with strong contracts...
> adding logs, validation, permissions...
> shipping the first useful version...
> improving with real feedback...

status: always learning

What I am open to

I am open to global opportunities where I can work on:

  • data platforms and analytics engineering
  • AI-assisted developer tools
  • full-stack product engineering
  • automation-heavy internal platforms
  • SaaS products with real business workflows
  • engineering teams that value clarity, ownership, and shipping

Contact

Pinned Loading

  1. web3-resident-management web3-resident-management Public

    This is a blockchain prototype for citizen registration with a secure front-end login page and a back-end Solidity implementation for Ethereum chain registration. This GitHub repo contains the code…

    TypeScript

  2. doctor-project doctor-project Public

    Frontend Project of nazanuysalharzadin.com.tr

    TypeScript

  3. market-barcode market-barcode Public

    Web and webcam based barcode software for markets. Users can add her markets products and with phone webcam can read barcodes

    JavaScript 2

  4. The-Accountant The-Accountant Public

    The Accountant, you can create offers, contract notes and invoice pdfs with your customers and products/services

    JavaScript

  5. face-rekognition-album face-rekognition-album Public

    🏆 The project that won the 1st prize in the Procenga competition. For photographers and end users, allowing users to find their own photos from thousands of photos with facial recognition. It aims …

    JavaScript 2

  6. charts-trial charts-trial Public

    You can reach the live demo ⤵

    TypeScript