AAAsghar aliinasgharalifs.hashnode.dev00JavaScript Modules: Import and Export Explained6d ago · 5 min read · JavaScript Modules: Why Your Code Needs Boundaries I remember when I first started writing JavaScript. Everything was in one file. It worked. Then the file got longer. Then longer. Then one day I chanJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00The Linux File System6d ago · 8 min read · Linux File System: What It Is, How It Works, and Why Engineers Care About It Most people who use Linux for the first time think of it like any other operating system. You have files, you have folders,Join discussion
AAAsghar aliinasgharalifs.hashnode.dev00Callbacks in JavaScript: Why They ExistApr 17 · 7 min read · What is a callback function? Let's understand how you operate in the real world when you order food at a restaurant. You don't stand frozen on the counter staring at the kitchen until your food arriveJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00JavaScript Operators: The Basics You Need to KnowApr 13 · 3 min read · In JavaScript, operators are symbols that perform operations on value & varialbes. JavaScript uses various operators to perform mathematical, logical, and comparison tasks on values and variables. HerJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 24 · 4 min read · We know that in the kitchen, the spices are stored in boxes, right? For each spice, we have a different box, for salt separate, for black paper power seprate. What these boxes are doing is storing somJoin discussion