Photo by Carlos Muza on Unsplash

Getting started with analytics

Last week, I was working on the database section of CAS. It is surely not perfect yet, in terms of class design, but sufficient for me to move on to my next tasks. I spent about one and a half day implementing the classes (CASTSVImporter, AdminImportTSVResource) that will handle the Read more

Photo by Fabian Grohs on Unsplash

Productive Week!

Time flies, I am half way through my 12 weeks internship. I started my week by looking back at my first task which is the email template. After showing Dr Shawn what I have done last week, he told me that I have to modify the code so that there Read more

HTTP Requests

Do you remember last week when I told you I am going to send fake data so that I can work on the technique of getting the code and schematic to communicate first then go back to the problem of matching the variable names with the right variable type? Well, Read more

Photo by Jon Moore on Unsplash

Working on BearSSL

In order to apply bearSSL in the project, the first thing I need to do is to include the bearSSL library object. The source code is available as a git repository, simply type “git clone https://www.bearssl.org/git/BearSSL” in a terminal to download the newest version of bearSSL. Apart from this, the Read more

Photo by Carlos Muza on Unsplash

Immersing in Code

Last week, I’ve finally gotten a good idea of the kind of analysis I want to perform on the data (extracted from CMS) and the statistical models to be used (linear regression and logistic regression). For convenient fitting of such models, we obviously require a table of the form <predictor Read more

The Learning Never Ends

This week is my fifth week in Aeste, I started my week by looking into the problem that have caused me not getting the result I wanted when I ran the test script.  Last week, Dr Shawn told me that the issue might be the location of the email content Read more

Photo by timothy muza on Unsplash

Focusing on Bugs

Since my system is already been tested for two strings competition event in Penang and Johor Bahru and it turned out to be okay I mean my system can work I think for now I should focus more on fixing the bugs and restructuring my source code so that it Read more

Photo by Jon Moore on Unsplash

Switch to BearSSL

Continue with last week problem of PUT request failure after implementing SSL, I look through every line of the code again and again and search through every keyword I could think of on the web but did not find much useful information. Without a clue on how to proceed, I asked for Read more