LJLakhan Jindaminlucky.hashnode.dev·Mar 10, 2023 · 4 min readLet's talk about plist filesOn a very rare occasion when you encounter a .plist files, you might be wondering what is this and what it is used for on your apple devices like iphone, ipad, macs. Introduction Let's first understand the naming convention which is important before ...00
LJLakhan Jindaminlucky.hashnode.dev·Oct 16, 2022 · 6 min readLinux commands that developers must know!Nowadays, most of the people in the software-engineering world tend to work with Linux/Unix-based systems on a daily basis so it is essential for each developer to get familiar with these systems and how to operate it via the command line for a quick...00
LJLakhan Jindaminlucky.hashnode.dev·Apr 18, 2022 · 5 min readAnatomy of package.json and package-lock.jsonHowdy! I'll be talking about two important files in a NodeJS/Javascript framework-related project, both are equally important to know and it is something I didn't bother to understand initially when I was in a learning phase. Most of you might not b...00
LJLakhan Jindaminlucky.hashnode.dev·Apr 14, 2022 · 6 min readGit commands every developer should know!What is git? Git is a distributed, open-source distributed version control system (VCS) that enables you to store code, track code revision history, merge code changes, and revert to earlier code versions when required. Think of it as a tool that p...01A