Generating JSON Elements

As last week was mainly focused on searching and troubleshooting problems, this week was all about applying these techniques and getting tasks done. As I discussed in the previous post, I used HTTP redirection to load the program. What I added this week, is setting cookies to handle sessions, triggering Read more…

Certificate Listing

As in the past week, I have been trying to advance the features of listing the certificate as well as combining it to the front end. Previously, the listing of the certificates could only list down the names of the certificate files without accessing them. Currently, my biggest concern is Read more…

Objects Unique IDs

Well this week was not really fruitful, it was more into doing research and understanding what should be done next.So before talking about what happened let me   start first by briefing you of what has been accomplished so far. Codemirror integration with Witty Saving and Loading the user code file Read more…

Navigation of a Webpage

Understanding Internal path To make the web application of the certificate process navigate and redirect between pages and application within the whole web page, I referred to one of the project that have been done by Shawn and discover a new structure of the application. Previously I have applied the Read more…

Problems Uploading and Redirecting

The progress this week was relatively slow. We have been facing some problems with the implementation of the tasks. Though, the problems at first seem minute and trivial, yet, when it comes to real implementation, complexity builds up! Before starting on this week tasks, we were first required to improve Read more…

1-Minute Kernel Build

Well, there is a first time for everything. In my many years of dabbling with Linux, this is the first time I had experience a 1-minute kernel build. I achieved it by using a compilation cluster using distcc. As the image shows, nearly the entire kernel compilation was distributed over Read more…