Skip to content
rayyildiz

Ramazan AYYILDIZ

Software Engineer

Just for fun — exploring distributed computing, artificial intelligence, and cloud native technologies.

RustGoPythonKafkaKubernetesSparkPostgreSQLRedisAWSDockerLLMRAG

Latest Posts

All posts →
Async pattern in Rust and CSP
3 min read Read →
How Android Uses Rust for Enhanced Memory Safety
2 min read Read →
Introduction to Rust Programming Language
2 min read Read →
Unveiling the Power of Big Data and Data Analytics
2 min read Read →

Projects

All projects →

cc2p

● Active

High-performance Rust CLI that converts CSV files to Apache Parquet. Interactive TUI for column selection, multi-threaded, schema inference.

$ cargo install cc2p
RustParquetCLI

game2048

● Active

A classic 2048 game written in Rust and compiled to WebAssembly (WASM). Features smooth animations and persistent scoring.

RustWASMGame

sudoku

● Active

A classic Sudoku puzzle game written in Rust and compiled to WebAssembly (WASM). Features three difficulty levels, notes mode, mistake tracking, and best-time records.

RustWASMGame