CommentDec 1, 2016Hey Charlie What's the future of mobile app development? What are some important patterns that you see and what's your prediction?Ask anything to Exponent
CommentJul 10, 2016Should we use Saturn micro framework (based on Apollo) to build production apps? If no, is there any plan to make it production ready?Ask anything to Apollo Team
ReplyMay 5, 20161Douglas Crockford in his book "JavaScript : Good Parts" recommends to use === always as the former one is unreliable and creates confusion.Out of == and === Which one do you use in your JavaScript projects?