KTKushagra Trivediinkushagrablogs.hashnode.dev00Linux File System Hunting1d ago · 8 min read · In this article we will look into: How /etc controls system behavior Where DNS configuration lives and how it works Routing table inspection through system files Network interface configuration loJoin discussion
KTKushagra Trivediinkushagrablogs.hashnode.dev00Destructuring in JavaScript6d ago · 5 min read · What destructuring means Destructuring simply means to destructure or breakdown or split something, an array or object to get its contents. Destructuring has various use cases like, destructuring arraJoin discussion
KTKushagra Trivediinkushagrablogs.hashnode.dev00Map and Set in JavaScriptApr 16 · 4 min read · Topics to Cover What Map is What Set is Difference between Map and Object Difference between Set and Array When to use Map and Set What is Map Map is a data structure like Arrays, Objects, thatJoin discussion
KTKushagra Trivediinkushagrablogs.hashnode.dev00Understanding this Keyword in JavaScriptApr 12 · 3 min read · Topics to Cover What this represents this in global context this inside objects this inside functions How calling context changes this **What '**this' represents In a given context, 'this' holdJoin discussion
KTKushagra Trivediinkushagrablogs.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 15 · 4 min read · In JavaScript, the keyword this is used to refer to the object that is calling a function. A simple way to understand this is to think of it as “who is calling the function.” Different ways of callingJoin discussion