Hello world!!

This is just beginning. I will add posts related to various technical stuffs.

For now just a simple hello world code snippet:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Shibbir')
#=> prints 'Hi, Shibbir' to STDOUT.

Check out my LinkedIn profile for now.