As part of the Distributed Systems Course, implemented a file server, very much on the grounds of the NFS using Sun RPC in a C programming language environment. The project involved creation, deletion and/or modification of files on the remote server.
· As part of the Distributed Databases Course, implemented a distributed database application for an airline ticket reservation system. The project involved working in a team, using JAVAX Swing and JDBC as Front-End with Oracle v8 as the backend.
· As part of the Advanced Programming Course, implemented a State Space Search Engine as part of the 8Puzzle State Space Research Project. The programming language was C (advanced data structures) in a UNIX environment.
· As part of the Operating Systems course, implemented semaphores and explored various piping mechanisms for inter-process communication (IPC) using C in an UNIX environment.
· Implemented a front end for the university student database system using C under UNIX.
· Implemente