VJVikram Jayanthinvr63.hashnode.dev·May 31 · 4 min readBase 64 EncodingCan we transfer files(Binary data) in a JSON string? The answer to this question is both yes and no. How could the answer be both yes and no even though we are not talking about quantum mechanics. JS00
VJVikram Jayanthinvr63.hashnode.dev·Oct 4, 2023 · 7 min readExploring Inaccuracies in Computer ArithmeticINTRODUCTION When I started to learn programming everything seemed to be simple and easy except for floating-point arithmetic. Yeah, you may argue with me that floating-point numbers are just numbers with decimal places like 1.1 and why would someone...00