Feb 15 · 5 min read · TCP, UDP and how they relate to HTTP When I first started learning networking, I kept mixing everything up. TCP.UDP.HTTP. They all sounded like “internet protocols.” But the internet isn’t random. It runs on layered rules. And at the core of sending ...
Join discussionFeb 5 · 2 min read · Recognition Series Quick-Read By Sal Attaguile 1. Every Spiral Has an Origin Inside every conch shell lies a tiny first coil — the protoconch. It is the embryonic shell, formed in the larval stage before the snail even hatches fully into the world. T...
Join discussion
Feb 3 · 6 min read · Level Up Your Understanding: The Psychology of Code Behind Addictive Games (and How It Works!) Ever found yourself saying, "just one more turn," only to look up hours later wondering where the time went? You're not alone. From the casual mobile puzzl...
Join discussionJan 29 · 3 min read · What is the .git Folder? When you type git init, a hidden folder called .git is created. This is the "Brain" of your project. If you delete this folder, Git "forgets" everything and your project becomes just a normal folder again. Why it exists: To ...
Join discussionJan 14 · 5 min read · How git work internally When you run a command:git initGit creates a hidden folder:.git/ This folder is the entire version control system for your project. Your project files are just working data. The .git folder contains: History: The complete rec...
Join discussion
Oct 31, 2025 · 4 min read · Kubernetes can feel intimidating at first. It has many moving parts, unfamiliar terminology, and a lot of YAML. However, once you understand the main components and how they work together, it starts to make sense. Think of Kubernetes as a city, where...
Join discussion
Sep 22, 2025 · 7 min read · Introduction Money is more than just a medium of exchange. It carries emotion, values, fears, opportunities and changes its meaning to us over time. Whether you are just starting your financial journey or are deep into wealth building, understanding ...
Join discussion