Triggering Synthesis

I learned the way of testing a specific function in a program which is built with REST API. Basically every function is assigned to be accessed with either one of four commands (GET, POST, PUT, DELETE). By using CURL command, I can access and test the functionality of a particular Read more…

Bug bites

This week, I am mainly working with JavaScript.  I added the simulator into the current project I am working on as a widget to test it out. As expected, I got a few errors and warnings in the console. However, the errors and warnings in Mozilla Firefox and Chrome were Read more…