Bye AESTE!

Surprisingly, I was extremely efficient in my last week in AESTE. I have almost finished up every basic functionality of the project that I was supposed to do: Caching, Interfacing with the editor, REST Web API, Cloud Storage, User Interface and many others. Firstly, I’m very glad that I have Read more…

Racing against Time

I began breaking down the entire project with many mini tasks and went on finishing up sorting the JSON objects for LISTING. Though having done this, there are still many other tiny tasks that need to be finished such as grabbing the image from the editor and hosting it as Read more…

Elegant Solution for POCO Caching

This is my second time diving into the vast ocean of Poco Cache library source code. And since this is my second time studying it, I actually get a much better understanding and overview of how the Poco Cache really works. It works by event handling. The moment there is Read more…

Admin-On-Rest

This week started off with me making a terrible mistake. Dr. Shawn asked me to restructure the code as we need to start pushing any work related to front-end to the remote repository. I was instructed to download the zip file from admin-on-rest, unzip the file and push the whole Read more…

Moving on to Front-End integration

First of all, I’m glad that the days of digging into POCO library and locating the code segment which removes elements upon exipration didn’t go wasted. I managed to get the caching expiration mechasmin done without any error despite having run into several problems before. For example, the actual code Read more…

Coding the REST API

I spent the entire week on coding the REST API. I had always thought that coding REST API is a very difficult task but it turns out that it isn’t really that hard at all once you understand the whole thing. It’s all about dealing with the request and giving Read more…

The Frightening Project Code

This week I have been learning a lot of random stuff. On my first day of the week, I tried to build the project and run it. I’m really impressed on how the whole thing is built up like login authentication and the interface with google drive. Though the whole Read more…

First Week of Internship

Well, this is my first week of internship at Aeste Works. On my very first day, I told Dr Shawn that I’d prefer to handle software projects rather than hardware. As a result, I’m assigned with the web application project that requires to interface with google drive API. Dr Shawn Read more…