SFSeiichiro Furuyainsemigrp.hashnode.dev·Oct 11, 2024 · 6 min readThe 'Chi' in 'Muchi-Muchi.' - On the Pursuit of Knowledge1. The Challenge of the Unknown In today's world, overflowing with information and witnessing daily technological innovations, we find ourselves navigating a vast digital ocean. Engineers set sail into this expansive sea, continually challenging them...00
SFSeiichiro Furuyainsemigrp.hashnode.dev·Mar 15, 2024 · 3 min readVariable-Length EncodingUnderstanding Variable-Length Encoding: A Deep Dive with Practical Examples In the digital realm, efficiently storing and transmitting data is paramount. Variable-length encoding is a method that optimizes space by encoding integers in a compact form...00
SFSeiichiro Furuyainsemigrp.hashnode.dev·Feb 14, 2024 · 3 min readWhere should IDs be numbered in a clean architecture?When designing a software system with Clean Architecture, one of the key considerations is how and where to generate unique identifiers (IDs) for entities. Clean Architecture, a concept popularized by Robert C. Martin, suggests a way to organize a sy...00