Progressive Web Apps

Posted on under Coding & Tech Leave a comment

You have no doubt heard of Progressive Web Apps by now, PWA for short, haven’t you? No? That’s okay. The thing is still pretty new. Although the concept is not entirely unique, recent advances in web standards & technologies have now made it possible to create mobile-first web apps that work equally well on desktops […]

stackoverflow

Posted on under Coding & Tech Leave a comment

Stack Overflow is an interesting place. I have never really used my SO account, other than to ask a couple of meteor.js questions. That was 4 years ago! SO is something I visit almost everyday. I know you do that too, so keep that condescending smirk to yourself will ya? I think time has come […]

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