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
Typing SVG


👨‍💻 About Me

classHamzaOrtatepe:
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 🐴"defsay_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)
ProjectDescriptionStack
🐴 TulparLangCustom C-based language for high-speed APIsC · Compiler
🚗 Rent A CarCar rental automation with DB integrationPython
🔢 Matrix CalculatorWeb-based matrix ops & RNGHTML/JS · Socket.IO
🎬 Cinema AutomationTicket & session management systemTkinter · MSSQL
🍽️ Restaurant AutomationBilling and order managementTkinter · Python
💰 Live CurrencyReal-time FX tracker via websocketsPyQT · Websockets
📈 Stock AppStock market tracking desktop appPyQT5 · MySQL
📦 pip-managementGUI manager for Python packagesTkinter

📊 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. TulparLangTulparLangPublic

    Statically-typed, AOT-compiled programming language with an LLVM backend — HTTP, JSON, SQLite, an ORM, and OpenAPI generation built into the runtime.

    C 4

  2. TulparLang-extTulparLang-extPublic

    JavaScript 3

  3. restaurant-automationrestaurant-automationPublic

    Restaurant Automation with python - Restoran Otomasyon Programı

    Python 1 1

  4. cinema-automationcinema-automationPublic

    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-pythonrent-a-car-with-pythonPublic

    python ile araba kiralama otomasyon programı

    Python 5

  6. Matrix-Calculator-Random-Number-GeneratorMatrix-Calculator-Random-Number-GeneratorPublic

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

    HTML 3 1