Skip to content
View miloradovic's full-sized avatar

Block or report miloradovic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
miloradovic/README.md

🚀 GitHub Profile Readme Summary

Backend-focused Full-Stack Engineer | PHP & Laravel Specialist

I build web applications and distributed systems with a focus on clean architecture and performance. My projects range from crafting zero-latency transaction engines and real-time streaming apps to designing microservices with GraphQL federation.

Technical Highlights:

  • Backend & Architecture: PHP 8.x, Laravel, Core PHP MVC, Microservices, REST APIs, GraphQL Federation, Go.
  • System Design: High-concurrency engines (race-condition prevention), WebSocket streaming, JWT Auth, Docker, and DevOps (HCL/Terraform).
  • Frontend: React, Vue.js, TypeScript, Inertia.js (bridging SPAs with server-side frameworks).
  • Philosophy: I believe in avoiding over-engineering, favoring idiomatic framework features, and writing maintainable, lean code.

Pinned Loading

  1. Ledger-Core Ledger-Core Public

    Goal: Demonstrate a "Hot Path" transaction engine where players can place bets and receive winnings with zero latency in the "Happy Path" and zero chance of money getting lost (race conditions).

    PHP

  2. gamekey-exchange gamekey-exchange Public

    Project follows a microservices architecture with GraphQL federation as the communication layer

    PHP

  3. crypto-ticker-live crypto-ticker-live Public

    Real-time crypto price tracker built to explore WebSocket streaming, Inertia.js server-SPA bridging, and session-based state — without overengineering.

    PHP

  4. Laravel_React_API Laravel_React_API Public

    Full-stack app demonstrating a REST API + SPA architecture. A Laravel backend handles JWT auth, request validation, and a pricing engine. A React frontend consumes the API with protected routes and…

    PHP

  5. core_php_mvc core_php_mvc Public

    Showcase MVC REST in core PHP 8.2 lang, without use of framework or persistent storage.

    PHP