Want to learn JavaScript and conquer the world? Start here:Tutorials and Books- JavaScript For Cats is a dead simply introduction for new programmers.- MDN JavaScript Guide has the most standard and straightforward tutorials. If you need references, MDN is here for youtoo.- You Don’t Know JS is the best book to learn JavaScript from. It’s free to read...
Sunday, December 31, 2017
Thursday, December 28, 2017
Cannot parse JSON-encoded object value
December 28, 2017API, Ionic Framework, Mobile Apps, Open Source, REST, Software Development, Tips and Trick, Web-based application
2 comments:

I'm using Loopback, a node.js API framework which helps you to develop RESTful API very easy and fast. It reduces the programming/coding require and allow you to deploy your API within days.
However, things may not be as easy you can think of. The documentation given is still lack of information and there are not many solutions that can help you to...
Wednesday, December 27, 2017
Set the display to center using Ionic
December 27, 2017Ionic Framework, Mobile Apps, Mobile World, Open Source, Software Development, Web-based application
No comments:


If you are developing apps focusing only on mobile, you may not be facing display issue as the user won't be able to see gaps or alignment problem. However, if you are developing apps that required to run on multiple platforms including web and mobile, aligning your display...