Skip to content
View hamer1818's full-sized avatar

Highlights

  • Pro

Block or report hamer1818

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


👨‍💻 About Me

class HamzaOrtatepe:
    def __init__(self):
        self.name      = "Hamza Ortatepe"
        self.role      = "Backend Architect"
        self.location  = "Türkiye 🇹🇷"
        self.education = {
            "degree": "Computer Programming",
            "gpa":    3.86,
            "status": "Top Graduate — Ege University",
            "next":   "MIS @ Anadolu University"
        }
        self.languages = ["Türkçe", "English"]
        self.code      = ["Python", "C", "TypeScript", "PHP"]
        self.focus     = ["Compilers", "Clean Architecture",
                          "High-Perf Backends"]
        self.currently = "Building TulparLang 🐴"

    def say_hi(self):
        print("Thanks for dropping by — let's build something!")

me = HamzaOrtatepe()
me.say_hi()
🧠 Fun Facts
  • 🐧 I run my own Linux servers (Ubuntu + Nginx + Docker)
  • 🎓 Graduated top of my class — GPA 3.86
  • 🔭 Currently designing a programming language from scratch
  • 🌱 Learning Astro and eyeing Rust next
  • ☕ Powered by filter coffee and curiosity
📫 Office Hours
  • Best time to reach me: 10:00 – 18:00 (GMT+3)
  • Response: Usually within 24 hours
  • Open to: Collaboration · OSS contributions · Freelance

🔥 Featured Project: TulparLang

TulparLang is a C-based programming language I'm building from scratch, focused on rapid API development with compile-time safety and minimal runtime overhead.

🔍 What makes it interesting?
  • C-speed execution — no VM, no GC overhead
  • 🌐 First-class HTTP primitives — routes as a language feature
  • 🛠️ Hand-rolled pipeline — lexer → parser → AST → codegen
  • 🎯 Designed for backend devs who want to stop writing boilerplate

🛠 Tech Stack

💻 Languages

⚙️ Backend

🎨 Frontend

🚀 DevOps & Tools


🏆 Projects

📂 View All Projects (8)
Project Description Stack
🐴 TulparLang Custom C-based language for high-speed APIs C · Compiler
🚗 Rent A Car Car rental automation with DB integration Python
🔢 Matrix Calculator Web-based matrix ops & RNG HTML/JS · Socket.IO
🎬 Cinema Automation Ticket & session management system Tkinter · MSSQL
🍽️ Restaurant Automation Billing and order management Tkinter · Python
💰 Live Currency Real-time FX tracker via websockets PyQT · Websockets
📈 Stock App Stock market tracking desktop app PyQT5 · MySQL
📦 pip-management GUI manager for Python packages Tkinter

📊 GitHub Stats

🏆 Achievements

📈 Contribution Activity

🐍 Contribution Snake

contribution snake

💬 Dev Quote of the Day


🤝 Let's Connect


⭐ From hamer1818 — with coffee and compiler warnings.

Pinned Loading

  1. TulparLang TulparLang Public

    TulparLang - A modern easy software language

    C 4

  2. TulparLang-ext TulparLang-ext Public

    JavaScript 3

  3. restaurant-automation restaurant-automation Public

    Restaurant Automation with python - Restoran Otomasyon Programı

    Python 1 1

  4. cinema-automation cinema-automation Public

    Bu proje, sinema gişe otomasyonu projesidir. Bu projede, sinema salonlarındaki filmler ve seanslar hakkında bilgi alabilir, bilet alabilirsiniz.

    Python 2

  5. rent-a-car-with-python rent-a-car-with-python Public

    python ile araba kiralama otomasyon programı

    Python 5

  6. Matrix-Calculator-Random-Number-Generator Matrix-Calculator-Random-Number-Generator Public

    A web-based calculator application for matrix operations and random number generation built with Python, Socket.IO and modern frontend technologies.

    HTML 3 1