@Yashika29
Nothing here yet.
Nothing here yet.
Apr 22 · 6 min read · I explored Linux for the first time today. Instead of focusing on commands, I tried to understand how Linux is structured internally. I wanted to keep this blog as raw as possible — more like personal
Join discussion
Mar 15 · 3 min read · What Are Functions and Why Do We Need Them? Imagine you need to add two numbers multiple times in your program. Without a function, you might repeat the same code again and again. const result1 = 5 +
Join discussion