[ cd .. ]
System Status: Online|Location: Istanbul / Baku

// ENGINEERING

Full-Stack Software Engineer

// about

ready
// skills.scan()

Technical Arsenal

Runtime inventory of technologies used across product, systems, and low-level engineering work.

[MODULE_01: WEB]
4 items
Next.jsReactTailwind CSSFastAPI
[MODULE_02: SYSTEMS & SECURITY]
7 items
PostgreSQLSupabaseRow-Level Security (RLS)DockerGitVS CodeLinux
[MODULE_03: LANGUAGES]
7 items
C/C++C#PythonJavaJavaScriptTypeScriptAssembly
[MODULE_04: CONCEPTS]
5 items
Multi-tenant SaaSAPI DesignData StructuresMemory ManagementNLP
All modules operational23 skills indexed
>// full-stack.engineering

Full-Stack Engineering

Core builds across product development, low-level systems, and algorithmic implementation.

SaaS Gym Platform

Built a multi-tenant platform for gym operations with secure data boundaries and production-focused workflows.

// tools utilized

Next.jsReactSupabase

MS Paint Clone

Developed a desktop drawing application focused on event-driven rendering behavior and maintainable UI controls.

// tools utilized

C#

Airport Traffic Management Algorithm

Implemented a low-level C project for runway coordination modeling with memory-conscious data handling.

// tools utilized

C

Numerical Methods Calculator

Implemented core numerical-analysis methods in C with deterministic output and performance-oriented structure.

// tools utilized

C

Airport Traffic Management System

Designed a C-based routing algorithm emphasizing memory efficiency and optimized data structures.

traffic_sim.c
[INFO]Initializing routing algorithm...
[SUCCESS]Memory allocated: 512KB
[PROCESS]Optimizing path for Flight-TR702...
[DONE]Efficiency: 98.4%
// memory_align.h : Data structure initialization
typedef struct {
    uint32_t flight_id;
    uint16_t altitude;
    float target_vector[3];
    struct RouteNode* next_waypoint;
} AircraftState;

void* init_routing_memory(size_t registry_size) {
    AircraftState* grid = alloc_aligned(registry_size);
    if (!grid) return NULL;
    memset(grid, 0, registry_size);
    return grid;
}
fikrat@yildiz-tech: ~/contact
guest@portfolio:~$contact --send
// System Links