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.
Physical Layer
Sensors, Signals, Voltage
PORTB |= (1 << 5);
// Raw register manipulation
}
Distributed Cloud
Microservices, Serverless
async fetchStream() {
return this.redis.get(...);
}
./system_capabilities
Engineering Arsenal
The complete technical stack.
// 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.
Latest Insights
Technical deep dives.
./system_logs --history
Intern Student
@ AKÜ Dept. of InformationConfiguring workstations, managing software deployments, and optimizing institutional IT workflows.
Luxly
@ Personal MasterpieceArchitecting a real-time AI study platform. Engineered the hybrid infrastructure using Docker, Traefik, Next.js and NestJS.
Freelance Full-Stack
@ RemoteDeveloping custom web solutions, automation tools, and dashboards for various clients globally.
Gastronomi Haritası
@ TÜBİTAK ProjectBuilt the frontend with React/Redux and backend with Node.js. Optimized real-time data flow for the national gastronomy map.
./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.