TypeScript, whoa!

Posted on under Coding & Tech Leave a comment

Finally the time has come. I had been avoiding it for years. I cannot escape it anymore. Finally the time has come to learn and embrace TypeScript. I am developing a small proof of concept mobile app at work. Creating mobile apps, especially hybrid ones, is not a big task anymore. Only this time instead of […]

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 […]