Ruby and ES6

Posted on under Coding & Tech Leave a comment

puts "Hello, #{first_name}. What are you upto today?"puts "Hello, #{first_name}. What are you upto today?" console.log (`Hello, ${firstName}. What are you upto today?`)console.log (`Hello, ${firstName}. What are you upto today?`) So, I am learning Ruby these days. You have heard of this book, haven’t you? Learn Ruby the Hard Way. Me? I found it only […]

Tutorial: AJAX with jQuery

Posted on under Coding & Tech, Tutorials 1 Comment

jQuery is a very powerful JavaScript framework, and to put in their own terms, is The Write Less, Do More JavaScript library. jQuery’s slogan indeed holds true to its claim, as you’ll discover as soon as you start coding using jQuery. Although jQuery has an extensive set of API and a collection of many functions […]