Photo by Carlos Muza on Unsplash

Redoing calculations, into Rest

Last week, I was almost done with implementing the functions to calculate the averaged standard scores and percentile scores. This was my second attempt on this, and I tried to make use to std::unordered_map to improve the time complexity of the calculation. Just when I have completed it, Dr Shawn Read more…

ERPNext API using PHP

This week I managed to perform CRUD operations for Customer, Items and Sales Order by connecting ERPNext API using PHP. Once I successfully managed to do one of the operations the others become easy to do because the code is actually quite similar and I only have to change one Read more…

PHP cURL

My progress is really slow this week. I continued working on ERPNext by writing some PHP code to see whether it can interface with ERPNext API to perform CRUD operations. I am supposed to finish writing the code by this week because I already knew the endpoint for all of Read more…

ERP Next API

This week I still continue to look into on how to integrate ERPNext and WooCommerce and after that I tried to run ERPNext VM with VirtualBox. I downloaded ERPNext Production and import it into the VirtualBox. Then, I spend my time trying to find the endpoint to send API request Read more…

The end of a journey

After working with the project for 9 weeks, I am definitely more confident and productive than I was before. One of my task for this week is to write a REST api for the GNU debugger. I am familiar with the structure of a REST api because I have beenĀ  Read more…

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…

Coding the REST API

I finally started coding out the REST API. There was not much to be noted though as it was just mainly implementing the details of what was previously drafted into code. This time I spent a bit more time to plan out the code to reduce copy-pasting code by separating Read more…