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...
Tuesday, October 31, 2017
Best Hacking e-books 2017
October 31, 2017Community Group, Hackers, Information Security, Software Security, Tips and Trick
No comments:

1.Metasploit The Penetration Tester's Guide
https://www.up-4ever.com/591f0cz49n7d
2.A Beginners Guide To Hacking Computer Systems
https://www.up-4ever.com/idwc4g1ag2ob
3.Black Book of Viruses and Hacking
https://www.up-4ever.com/niv9ibml1voe
4.Hackers High School 13 Complete Hacking Ebooks
https://www.up-4ever.com/82dzt2rjcpy3
5.Reverse...
Saturday, September 30, 2017
Developing Microservices Using Orleans by Microsoft
I am new to Microservices although it has been a while in software engineering world. Luckily Microsoft (am not marketing them) has done a pretty good job in explaining the detail.
Take a look if you guys which to understand in detail.
Microservices offer great benefits...
Tuesday, July 25, 2017
Replicate same question to different course in Moodle
How do I copy Moodle Quiz questions from one course to another?
In the Moodle section from which you would like to copy questions:
1. In the “Administration” block, click on “Export” in the “Question bank” menu.
2. Choose “Moodle XML format” and select the category you would like to copy from the “Export category” drop-down menu; click...
Monday, July 24, 2017
Telegram groups for developers
July 24, 2017Community Group, Mobile World, Programming, Software Development, Web-based application
7 comments:

JavaScripthttps://t.me/joinchat/AAAAAEEU-CGtxqPvZzRXugPythonhttps://t.me/joinchat/AAAAAEI6mgRpU8Ook_LZiQJavahttps://t.me/joinchat/AAAAAEHS8_F0yoL401QNuQPHPhttps://t.me/joinchat/AAAAAEI7auDV7fUlhQpKbwC/C++https://t.me/joinchat/AAAAAD_cJVeMzHBQMtxB5wAndroidhttps://t.me/joinchat/AAAAAEFs51MT1z2bWDhZBQiOS/Swifthttps://t.me/joinchat/AAAAAEHGFQmBITbYfSS...
Thursday, July 20, 2017
Tableau - The user could not be added because you do not have access to the domain specified.
July 20, 2017Analytics, Patch and Update, Programming, Software Development, Tips and Trick
No comments:


You may get the following error when you try to add new user. You have try may solutions as listed in Tableau:
https://community.tableau.com/thread/193590
https://community.tableau.com/thread/240964
Even you have file a case at Tableau Support and received respond...
Friday, May 26, 2017
Kotlin + Netbeans IDE 8.2 - Don't use yet
I try the new language Kotlin with Netbeans 8.2.
http://plugins.netbeans.org/plugin/68590/kotlin
After download and install the plugin, it cause error on all projects currently on my list of projects and causing my netbeans to behave abnormally.
The error does not stop there. When I uninstall it, which you can't as it only appear in User Plugin...
Thursday, March 2, 2017
Get start with ionic framework
March 02, 2017ionic, Mobile World, Programming, Software Development, Technology, Tips and Trick, Web-based application
11 comments:

When I first developed apps using ionic, not many resources over the net will provide good explanation on it. I've found one and it is very easy to understand.
Here is the structure of ionic framework after it successfully execute ionic start command; for example
ionic start myfirst blank --v2
>> ionic start [your_apps_name]...
Tuesday, February 28, 2017
PHP Randomize and Sort for multi-dimensional array
February 28, 2017PHP, Programming, Software Development, Tips and Trick, Web-based application
No comments:

Learn to use rand() in php and sortation on multi-dimensional array via dice program.
Here is the code https://github.com/masteramuk/PHP-Rand-and-S...
Directory Listener (java code) - finally on github
Hi guys.. it has been a while since I last wrote anything here.
Just wanna share with you my latest contribution to community. I've uploaded a simple directory listener code written in java. What it does?
1. Listen to any directory pass as parameter
2. Basically alert you through message prompt on any activity done.
It...