WooCommerce and POCO C++

This week, I set Wt aside to focus more on the WooCommerce WordPress plugin and the POCO C++ libraries, as both will play an important role in the project. WooCommerce REST API An amazing thing about WooCommerce is their easy to use REST API. It is really useful for developers Read more…

The Wt Framework

My week started off with me meeting Dr Shawn at the office. He told me to just learn the git flow workflow just for that day and I did so, and at the same time I tried to get comfortable with my new working environment. The real work started on Read more…

Bye

This week is my last week. I tried my best to make sure that the project that I have been assigned was working even though I know that the way I did it was not in the same way Dr Shawn wanted me to do it. I worked hard on Read more…

sxc.hu

Presentation Day

This week I have to do presentation in front of Dr Shawn and my lecturer. I have to do two separate presentation because Dr Shawn has another commitment that he needs to attend. Actually it was a good thing doing two presentations because Dr Shawn gave me a lot of 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…