Skip to content
View ahmojo's full-sized avatar

Highlights

  • Pro

Block or report ahmojo

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

Ahmet Faruk Ilhan

IMS student (3rd year) from Aargau, Switzerland, working toward a 4th-year software internship.

I mainly work with Python and TypeScript. I have basic knowledge of Go and Rust, and use HTML, CSS, and JavaScript for web interfaces. My main interests are backend development, developer tools, and cybersecurity.

I run my own portfolio backend with FastAPI and Docker: ahmet-portfolio.ch

Technologies

  • Languages: Python, TypeScript, JavaScript, Go (basic), Rust (basic)
  • Web: HTML, CSS, React, Fastify
  • Backend & tools: FastAPI, PostgreSQL, Docker, Playwright, GitHub Actions

Flagship projects

  • Codex Claude Transfer - local-first CLI for moving Codex and Claude Code sessions between machines (Go).
  • Portfolio Site - personal portfolio with a FastAPI backend, Docker, and a lightweight HTML/CSS/JavaScript frontend.
  • Badenhackt - shelf recognition and automatic reorder workflow built at Baden Hackt 2026 (Python, YOLO, FastAPI, OpenCV).

Learning projects

  • AI Agent - Gemini function-calling agent running tools inside a sandboxed workspace.
  • LB-259 Machine Learning - California house-price prediction project using scikit-learn.
  • Asteroids - small arcade clone built with Python and Pygame.
  • Bookbot - Python CLI that analyses book text and reports character and word counts.

Open source contributions

Selected merged pull requests to upstream projects:

Currently learning through Boot.dev and small personal projects.

Pinned Loading

  1. codex-claude-transfer codex-claude-transfer Public

    Local-first CLI (cct) that moves Codex & Claude Code sessions between machines: export to a .codexbundle, copy, import. No cloud, no account, optional LAN sync.

    Go 51 6

  2. AI_Agent AI_Agent Public

    CLI agent using Google Gemini function calling to list, read, write and run Python files inside a sandboxed workspace. Boot.dev project.

    Python

  3. Badenhackt_KMU_Trifft_KI Badenhackt_KMU_Trifft_KI Public

    Baden Hackt 2026: a YOLOv11n-cls system that detects when a shelf product is removed and auto-sends a reorder email with CSV. Built with FastAPI + OpenCV.

    Python

  4. asteroid asteroid Public

    Asteroids arcade clone written in Python with pygame. Boot.dev guided project.

    Python

  5. Portfolio-Site Portfolio-Site Public

    Backend-focused personal portfolio site built with FastAPI, SQLite, Docker, and a lightweight HTML/CSS/JS frontend. Includes an admin panel for editing content, GitHub activity stats, and project s…

    Python

  6. Notenrechner Notenrechner Public

    Small C# console app that computes weighted grade averages. School project.

    C#