zukocode.hashnode.devInside GitMost devs use Git for years… but the single most ignored thing in their repo is .git/. .git/ is the real repository.Your actual project files are just the working directory version of whatever snapshot HEAD is pointing to. Let’s break this down from ...Nov 10, 2025·3 min read
zukocode.hashnode.devUsing your own IconsFont Have you ever wanted to add new icons to your website because you hired someone for UI design? If you want to use your own or open source icons and fonts, you can use some css special instructions to attain this. @font-face makes it possible to ...Aug 26, 2025·3 min read
zukocode.hashnode.devHow OS boot worksHave you ever wondered why the OS (Operating System) which may be several GBs fit into smaller RAM size? When I was a kid, I had this question the Windows XP OS itself is 1.5 GB but my RAM capacity was just 1 GB. Understanding how OS boot works will ...Aug 18, 2025·3 min read
zukocode.hashnode.devWriting a README fileI used to checkout the Add a README file checkbox whenever I create a new repo because I thought it was a useless file (It may have thought the same about my project). But now I understand its importance. Why README file README file is the face of yo...Jul 20, 2025·3 min read