MAMohd Asifindevasif-7.hashnode.dev·1d ago · 10 min readLinux Environment Variables: A Beginner’s Guide If you're working in a Linux environment, there are chances that you have encountered environment variables - even if you didn't realize it at the time. Environment variables provides information that00
MAMohd Asifindevasif-7.hashnode.dev·2d ago · 7 min readLinux File Permissions : A Beginner’s GuideWhat is the mean of file permissions in Linux? Although there are already a lot of good security features built into Linux based systems, but there is a one very important vulnerability can cause prob00
MAMohd Asifindevasif-7.hashnode.dev·3d ago · 13 min readJavaScript Objects Explained: From Properties to Destructuring, Optional Chaining & MethodsHow Do You Work with Accessing Properties from Nested Objects and Arrays in Objects? When working with JavaScript, you'll often encounter complex data structures that involve nested objects and arrays00
MAMohd Asifindevasif-7.hashnode.dev·5d ago · 7 min readJavaScript Objects Explained: Properties, Methods & MoreWhat Is an Object in JavaScript, and How Can You Access Properties from an Object? In JavaScript, an object is a fundamental data structure that allows you to store and organize related data and funct00
MAMohd Asifindevasif-7.hashnode.dev·6d ago · 18 min readJavaScript Strings Explained: From length to includes()What the string is in JavaScript? A JavaScript string is a sequence of characters, typically used to represent text. We can either use a single quote ('') or a double quote ("") or a back-ticks (``) t00