Mustafa Bingül
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
🌐 dev.toSource
From Dev.to - database: Why InfluxDB Is the Go-To Database for Time-Series Data (With Real Examples)
🌐 dev.toSource
From Dev.to - java: Java Reflection API: Inspect & Manipulate Code at Runtime
🌐 dev.toSource
From Dev.to - java: How I Rebuilt a Three-Layer Cache System in Java — Redis, L1, and MongoDB Done Right
🌐 dev.toSource
I built a centralized data orchestration engine for distributed Minecraft servers This post is about a real architectural problem I ran into while working on a multi-server Minecraft network — and how I solved it by building a dedicated data microservice called Nexus Core. A la
🌐 dev.toSource
I got tired of heavyweight frameworks, so I built my own web server in Java Most Java web projects start with Spring Boot. You add the dependency, and suddenly you have an entire ecosystem loaded into memory before your first route is even registered. For a lot of use cases tha