Slight Obstacles

I spent almost the whole week on code refactoring. It is a process which takes up quite a lot of time as much thinking is needed to optimize the code for easier maintenance in the future. My progress on refactoring was satisfactory, except for a small part where I am Read more…

Developing back-end

This week I mainly focused on the back-end. In this post I would also like to discuss about some Wt classes since Wt currently lacked community support. First and foremost, I would like to discuss about curl. Since the project did not involve any user interface, I had to use Read more…

Photo by Headway on Unsplash

Start of Internship

I am Myeong Jin, a first year engineering student working as an intern in Aeste. As this is my first experience in internship or any sort of working environment, I am excited to learn as much as I can for the next 10 weeks and upgrade my abilities. The first Read more…

Refactoring

This week, I started on refactorising the software code. The main purpose of refactoring is due to the current large chuck of repeating codes in different files. Thus, my responsibility is to refactor these codes into a single separate component file, which will then be included in all subsequent user Read more…

Designing Web APIs

This week I was working on designing web APIs. An API was an “application programming interface” and it was needed to exchange information between different parties. The API paradigm that I focused on was Remote Procedure Call (RPC). Previously, the API paradigm used by AESTE was Representational State Transfer (REST). Read more…

One Month Milestone

In the previous week, there was a bug on a sorting algorithm for the user interface. As I didn’t have enough time to fix it for the event last week, I carried on fixing it this week. I managed to sort it out in one day and did the necessary Read more…

A New Beginning

I returned to AESTE as an apprentice. In these four weeks, I would continue to work on my previous project. First and foremost, I was advised by Dr Shawn to create a configuration class so that it would be inherited by different FPGAs and a factory method should be implemented. Read more…

First Try

Since the music competition where the web application will be put into use is approaching, I am more focused on deployment during this week. At the end of last week, I was done with developing the web application based on the client’s requirements.   I also set up a virtual Read more…