Skip to content
  • Home
  • Hello!
  • Projects
  • Talks

Nikhil Kuriakose

  • Home
  • Hello!
  • Projects
  • Talks
The HTML DOM (Document Object Model)

The HTML DOM (Document Object Model)

Posted on May 23, 2013September 16, 2019 by nikhil.kuria

Anyone who has developed using  JavaScript should be familiar with the term, DOM or Document Object Model. Let’s look at how the HTML document gets displayed as a DOM object

Posted in Javascript and Client side MagicTagged Document Object Model, DOM, HTML1 Comment on The HTML DOM (Document Object Model)
JavaScript objects and Prototype

JavaScript objects and Prototype

Posted on May 10, 2013September 16, 2019 by nikhil.kuria

The beauty about JavaScript is that every single thing you see in JavaScript is an object. Isn’t is beautiful, a variable,string,number or even a method is an object. So, whenever you say ‘Object’, what comes to your mind is ‘properties’ and ‘methods’. An example speaks louder than 20 lines, so here goes..

Posted in Engineering, Javascript and Client side MagicTagged engineering, JavaScript
Classloaders in Java

Classloaders in Java

Posted on May 7, 2013September 16, 2019 by nikhil.kuria

Classloaders are pivotal in the lifecycle of a JVM. This a look into how they work.

Posted in Engineering, JavaTagged classloader, java, object oriented language, software, technology
Serialization in Java

Serialization in Java

Posted on May 2, 2013September 11, 2019 by nikhil.kuria

One of the most interesting corners in ‘Java World’ is serialization. Serialization provides the developer with the ability to store an object’s state in memory, or converting the object to a stream of binary digits, and stored in memory.

Posted in Engineering, JavaTagged engineering, java
Java Virtual Machine

Java Virtual Machine

Posted on May 2, 2013September 11, 2019 by nikhil.kuria

A look at the heart of Java, the JVM

Posted in Engineering, JavaTagged engineering, java

Posts navigation

Newer posts
Theme: Overlay by Kaira. 
  • Home
  • Hello!
  • Projects
  • Talks