Photo by Charles Deluvio 🇵🇭🇨🇦 on Unsplash

Completing ServerApplication

Next in ServerApplication, I worked on generating the result documents. To generate the result document ID, Poco::UUIDGenerator is used. This UUID cannot be randomly generated, otherwise additional unwanted result documents could be created. With the createFromName() member function, the UUID created is set to be dependent on the performance ID. Read more…

Making Progress

This week went somewhat productive with my being able to add additional functionality to the overall app and finishing up the UI for one client base entirely and nearly completely finishing another. Since this week I mostly had to deal with UI designing I had to extensively go through the Read more…

Deploying ServerApplication

The fourth week saw me working on the ServerApplication from the Poco library. This system I am working on is a background process that will monitor and wait for the appropriate changes before actions are taken. First, I worked on pulling changes corresponding to events while ignoring other types of Read more…

Photo by Vojtech Bruzek on Unsplash

Hitting Turbulence

This 5th week of my internship went a little slow and underwhelming. Hurdles and retractions delayed progress and what should have been easily fixable edits ended up taking substantial amounts of my time every single day. The previous week I had covered some distance with regards to my project but Read more…

Photo by Charles Deluvio 🇵🇭🇨🇦 on Unsplash

Third Week Updates

For the third week, I start with familiarizing myself with carrying out create, read, update and delete operations on the CouchDB database. This involves sending HTTP requests using the Poco library. I learnt to use the “If-Match” header to retrieve a document’s revision so that I can perform update operations Read more…

Photo by Charles Deluvio 🇵🇭🇨🇦 on Unsplash

Continuing with Poco

During the second week, I worked on my assigned project and also received kind guidance from Dr Shawn whenever I’m stuck. My project involves processing final scores of participants in a competition. This calls for pulling data from a CouchDB database after all the marks by judges are dialed in, Read more…

Photo by Giorgio Tomassetti on Unsplash

First Steps

At the start of the internship, I studied Git more in-depth. I appreciate that it will be a valuable tool later on for my projects, such as providing a means of version control. I was given clear briefing about my projects early on by Dr Shawn. My project involves a Read more…