The Second Week

I have started this week, making sure that I completely understand the concepts of wt. Once i finished with wt, I need to understand dbo and how wt and dbo related to each other in web development. Dbo is an object-relational mapper for C++. Based on my study, it simplifies Read more…

Tying up C++ Drivers

Last week I successfully completed the Gpio and Spi driver heavily inspired by a third-party API so that there is consistency in the way the code is written and how it is called. Referring to the latter, I’ve alse included a T3 namespace so that functions are now called via 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…

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…

Implementing an API

Based on my working code which was verified via the simulator, I started the week by implementing the API for the GPIO driver. Prior to this internship I have only used standard libraries on C & C++ and this would be the first time I’m implementing an API. Initially I 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…

Halfway Point

This week marks the mid point of my internship. This week I managed to implement the basic structure of the C++ Driver with structs and functions prototypes being defined in a header file, the functionalities in C source code, and finally all put together via a wrapper class using a 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…