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…

Photo by Charles Deluvio 🇵🇭🇨🇦 on Unsplash

Gearing Up

At the beginning of the week, my supervisor showed me the way to set up the previous version of the web application that I am working on. To summarise the whole process, I have to follow a few steps: Import a .tsv input file into the database, Set up a Read more…

Hands-On Work

This is my second week of internship at Aeste. Last week, I spent most of my time learning a JavaScript framework — Vue which is essential in developing reactive web applications. This week, I’ll be applying the knowledge in practical, which I believe is the way for me to improve! Read more…

Photo by Brooke Cagle on Unsplash

Ready, Get Set, Go!

“The only way to grow is to step out of your comfort zone.” I am Kai Jun and I am currently pursuing a degree in Electronics and Computer Science. This is my first week as an intern in Aeste and I am tasked to develop a web application during my Read more…

Photo by Fabian Grohs on Unsplash

End of the Line

I spent most of the time this week deploying two of our projects, P3 and S3. I started off with P3 first, since it was one of the previous projects where I contributed to its development. But while testing out the deployment, some bugs were already discovered. This is bad, Read more…