Technical articles
Blog Posts
Production notes, systems thinking, Unreal Engine workflows, and practical engineering write-ups from Rambod Dev.
10 Amazing Games Made with Unreal Engine
A detailed ranking of 10 amazing games made with Unreal Engine, based on sales, popularity, influence, technical impact, reviews, and how each game used the engine.
Mac mini M4 Game Dev Benchmark Unity vs Unreal
Real-world Mac mini M4 game development benchmark comparing Unity FPS and HDRP sample performance against previous Unreal Engine results on the same base model machine.
Mac Mini M4 Unreal Engine 5 Benchmark
A real-world Unreal Engine 5 benchmark on the base Mac Mini M4, testing simple, moderate, and heavy projects with internal SSD versus external NVMe storage through the Minisopuru MINI4PRO hub.
Why I Still Prefer C++ Over Rust
A practical developer perspective on why C++ still feels more direct, predictable, and productive than Rust for game development, tools, engines, and low-level systems work.
Raylib with CLion and vcpkg
Learn how to set up Raylib in CLion using vcpkg and CMake, then build a simple C++ project that opens a window and moves a rectangle with keyboard input.