SECRET MANAGEMENT API
VaultGuard
Enterprise-grade secret management API with a Zero-Knowledge approach. Passwords, API keys and sensitive data are encrypted with AES-256 before being stored — the server never sees plaintext. Built on Clean Architecture for maximum maintainability and testability.
- AES-256 encryption + BCrypt hashing — Zero-Knowledge design
- Clean Architecture — Domain / Application / Infrastructure / WebAPI
- Audit logging on every access and modification
- SQL Server (prod) · SQLite (testing)
C# 13
.NET 9
Clean Architecture
AES-256
SQL Server
REST API
github.com/RENCBERAKMAN
IN PROGRESS
AI-POWERED BOOK ANALYSIS
Kitap Analiz
PHP web application that combines the Google Books API for book discovery and the Gemini AI API for deep textual analysis. Users can search, retrieve and receive AI-generated insights on any book — completed end-to-end.
- Google Books API integration for metadata & search
- Gemini AI API for AI-powered analysis & summaries
- Custom cURL-based HTTP client layer in PHP
- MySQL database for user data & history
PHP
MySQL
Google Books API
Gemini AI
cURL
github.com/RENCBERAKMAN
COMPLETED
RACING SIMULATION — UNREAL ENGINE
Racing Sim
Full racing simulation being built in Unreal Engine with C++. Learning systems-level programming through real physics simulation, procedural world generation and complex vehicle dynamics including drift bot AI logic.
- Rigid body physics — suspension, tire friction, weight transfer
- Drift bot AI — oversteer control logic in C++
- Procedural world & track generation
- Vehicle movement system built from scratch
C++
Unreal Engine
Physics Engine
AI / Bot Logic
github.com/RENCBERAKMAN
ACTIVE