Daniel Jiménez Morales
  • Blog
  • Projects
  • About Me
  • Search
✕

    Blog


    Welcome to the blog of a Netcode passionate
    • Client-Side Prediction and Server Reconciliation

      All you need to know about challenges and techniques related to Client-Side prediction

      Posted on June 20, 2025

      In fast-paced multiplayer games, specially shooters, in-game responsiveness is crucial. But it can be hard to achieve due to networking issues (e.g. latency, jitter…), as they can introduce noticeable delays that break inmersion and hurt the overall experience. In this post, we’ll explore client-side prediction, a key technique used in... [Read More]
      Tags:
      • client-side prediction
      • latency concealment
      • rollback
      • server reconciliation
    • The art of Hit Registration

      All you need to know about challenges and techniques related to HitReg

      Posted on October 29, 2023

      One of the core systems of a competitive networked FPS game, using a snapshot interpolation technique to synchronize the different clients with the server, is its Hit Registration algorithm. In this post, I will explain all the details about this process, discuss the different challenges that developers will need to... [Read More]
      Tags:
      • Hit registration
      • latency concealment
      • rollback
      • Shot behind covers
    • Netcode Blogs

      A list of Netcode related blogs

      Posted on July 6, 2023

      Hey there, in this post I am going to be sharing a list of Netcode related blogs that I find really useful and interesting, specially. [Read More]
    • Challenges and issues of the network

      The issues that Network developers have to face in networked games

      Posted on July 6, 2023

      When developing an online multiplayer game, it is necessary to understand the problems related to the network that need to be addressed. [Read More]
      Tags:
      • latency
      • jitter
      • packet loss
      • bufferbloat
    • Email me
    • GitHub
    • Twitter
    • LinkedIn

    Daniel Jiménez Morales  •  2025

    Powered by Beautiful Jekyll