Published inNerd For TechUnveil the magic behind web surfing“What happens when you type [a website] in your browser and press Enter”: a recurring question in job interviews that sums up a fair part…Apr 22, 2021Apr 22, 2021
Published inAnalytics VidhyaRecursion — A dream within a dreamThere is a cheeky joke about recursion I can’t help using here “To understand recursion, you must first understand recursion”.Feb 3, 2021Feb 3, 2021
Published inPython in Plain English‘Everything in Python is an Object’Mutable, Immutable… everything is an object!Jan 15, 2021Jan 15, 2021
Published inPython in Plain EnglishHow to handle Class and instance attributes in PythonPython is a high level programming language designed for general purpose programming, it supports both Procedural and Object Oriented…Jan 13, 20211Jan 13, 20211
What happens when you type ls -l in the shellBefore diving into the subject, here’s a reminder:Nov 21, 2020Nov 21, 2020
How numbers are represented in memory?On computer systems, a byte consists of eight smaller units called bits. A bit can assume either of two values: 1 or 0.Nov 7, 2020Nov 7, 2020
What are static libraries in C for?Let’s imagine that there is an ideal library, where one could find all the information ever existed, and these information are always…Oct 12, 2020Oct 12, 2020