NKNoman Khaninnomanexplains.hashnode.dev路May 14, 2022 路 3 min readHow to Install Kali LinuxPrerequisites Time. Mobile data. (not for lucky users having wifi) I thought let's show off by starting the blog with questions like, What is VirtualBox OR why Linux but keeping aside all technical knowledge let's directly jump on installation. ...00
NKNoman Khaninnomanexplains.hashnode.dev路Apr 30, 2022 路 7 min read7 Mindsets of Highly Effective Developer.These are the mindsets you need to become successful in your career, even if you are not in the tech field these tips will help you. So let's dive right into it. Passion The typical first piece of advice would be a passion, and it's true if you ...01M
NKNoman Khaninnomanexplains.hashnode.dev路Apr 18, 2022 路 2 min readRandom Access MemoryOverview Let's invent Data structures as per our needs from scratch, truly from scratch.Yeah that's correct. Right from how RAM works. Don't worry I will not throw bunch of theory on you, which you might have studied in your CS degree. Random Acce...00
NKNoman Khaninnomanexplains.hashnode.dev路Apr 7, 2022 路 2 min readBig O Notation explained easily.Big O notations. You might have heard this fancy words like this algorithm takes O(n) time to run. In order to write good code, it should be salable. Well how do I know is my code scalable ? The answer is simple it depends on big O. I know that bu...03SPA
NKNoman Khaninnomanexplains.hashnode.dev路Apr 6, 2022 路 3 min readHow good your code2 factors responsible for knowing how good your code is. Readability How clean your code is ?How easily is someone able to read your code ?Well there is not much to explain in this but code readability is what you learn as you code more and more. I...00