Hardware roots.
Software architect.

Bridging the gap between low-level embedded C and distributed cloud systems. Currently engineering high-performance hybrid architectures.

./architecture --schematic --live

Hybrid Real-time Infrastructure

[v0.1.0-alpha]

Event-driven microservices architecture powered by NestJS, Docker, and Traefik gateway.

Embedded C/C++
ISR(TIMER0_VECT) {
  PORTB |= (1 << 5);
  // Raw register manipulation
}
TRANSLATION LAYER
Scalable API (Node.js)
@Get('/data')
async fetchStream() {
  return this.redis.get(...);
}

./system_capabilities

System
C++RustAssemblyLinux KernelCMake
Backend & Cloud
NestJSBunDockerTraefikPostgreSQLRedisKafkaNginx
Frontend
Next.js 15TailwindFramer MotionY.js

Engineering Arsenal

The complete technical stack.

memory_unsafe.cpp
void unsafe_op(int* ptr) {
  // Direct memory access
  if (ptr != nullptr) {
    *ptr = 0xDEADBEEF;
    free(ptr);
  }
}
int main() {
  int* raw = (int*)malloc(sizeof(int));
  unsafe_op(raw);
}

The Core

Machine level understanding.

Last.fm

Scrobbling beats for deep focus.

01. ESP32 TCP Server
02. Y.js & CRDTs
03. Optimizing Docker Builds

Latest Insights

Technical deep dives.

./system_logs --history

[2025::PRESENT]

Intern Student

@ AKÜ Dept. of Information

Configuring workstations, managing software deployments, and optimizing institutional IT workflows.

IT SupportNetworkHardware
[2025::ONGOING]

Luxly

@ Personal Masterpiece

Architecting a real-time AI study platform. Engineered the hybrid infrastructure using Docker, Traefik, Next.js and NestJS.

Next.js 15NestJSMicroservicesY.js
[2023::PRESENT]

Freelance Full-Stack

@ Remote

Developing custom web solutions, automation tools, and dashboards for various clients globally.

ReactNode.jsPostgreSQL
[2021::2022]

Gastronomi Haritası

@ TÜBİTAK Project

Built the frontend with React/Redux and backend with Node.js. Optimized real-time data flow for the national gastronomy map.

ReactReduxExpress.js

./source_code --view

Talk is cheap.
Show me the code.

My philosophy is simple: Write clean, efficient, and memory-safe code. Whether it's managing pointers in C++ or handling states in React, precision is key.

3+Years Coding
10+Projects
LuxlyCurrent Focus
engineer.cpp