IMIKRAM MALIKinjargens.hashnode.dev·May 7, 2025 · 1 min readJson ..?Almost every software developer has heard about JSON. What is JSON? json is javascript object notation. JSON is a lightweight data interchange format in both human-readable and machine-readable formats. And these processes are termed as serialisation...00
IMIKRAM MALIKinjargens.hashnode.dev·Apr 24, 2025 · 2 min readStarting With JavascriptDeveloped in 1995 by Brendan Eich at Netscape, it was initially called Mocha but later became LiveScript and finally JavaScript Now, in today’s world, JavaScript has become the most popular language. Initially, it only ran on browsers, but later Bren...00
IMIKRAM MALIKinjargens.hashnode.dev·Apr 8, 2025 · 2 min readLet's Check Out Array And Its 10 Commonly Used MethodsAs we all know, an array is a collection of homogeneous types of data types Arrays are generally described as "list-like objects"; they are basically single objects that contain multiple values stored in a list. Array objects can be stored in variabl...00
IMIKRAM MALIKinjargens.hashnode.dev·Jan 19, 2025 · 3 min readHTTP vs. HTTPS: Understanding the Key Differences for Secure Data TransferHTTP and HTTPS are majorly used protocols over the internet, especially for web browsing When you look at a website URL, you may notice that it starts with either http:// or https://. These prefixes indicate how your data is being transferred over th...00
IMIKRAM MALIKinjargens.hashnode.dev·Jan 19, 2025 · 1 min readHandshakeA handshake is a process that occurs at the beginning of a communication session between two devices (such as a client and a server) to establish a connection and ensure that both parties are ready to exchange data The most common example is the thre...00