SMSidratul Muntahainlinuxfilesystem.hashnode.dev00Linux File System Hunting3d ago · 9 min read · To the untrained eye, the Linux filesystem is a maze of cryptic directories. But for a system investigator, it is a living, breathing map of the kernel's state and a repository of every secret the sysJoin discussion
SMSidratul Muntahainmapandsetinjs.hashnode.dev00Understanding the this Keyword in JavaScript5d ago · 3 min read · What does this really mean (in simple words)? Think of this as a label that points to something—but that “something” is not fixed.It changes depending on who is using (calling) the function at that moJoin discussion
SMSidratul Muntahainasyncawaitinjs.hashnode.dev00Async/Await in JavaScript: Writing Cleaner Asynchronous Code6d ago · 3 min read · Introduction As JavaScript evolved, handling asynchronous operations became both powerful and… messy. Early solutions like callbacks led to deeply nested structures (often called “callback hell”), andJoin discussion
SMSidratul Muntahainerror-handling-injs.hashnode.dev00Error Handling in JavaScript: Try, Catch, Finally6d ago · 4 min read · The try…catch…finally statement is used to handle exceptions (runtime errors) in JavaScript. It allows a program to continue running even if an error occurs in a block of code. What are Errors in JavaJoin discussion
SMSidratul Muntahainsyncvsasyncinjs.hashnode.dev00Synchronous vs Asynchronous JavaScript6d ago · 4 min read · JavaScript looks simple on the surface—line-by-line execution, functions, variables. But the moment you deal with APIs, timers, or user interactions, things get… interesting. Asynchronous fs methods iJoin discussion