ZDZuko devinzukocode.hashnode.dev·Nov 10, 2025 · 3 min readInside 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 ...00
ZDZuko devinzukocode.hashnode.dev·Aug 26, 2025 · 3 min readUsing 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 ...00
ZDZuko devinzukocode.hashnode.dev·Aug 18, 2025 · 3 min readHow 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 ...00
ZDZuko devinzukocode.hashnode.dev·Jul 20, 2025 · 3 min readWriting 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...00