PURSE (Process and Utilization of Research and Social Engagement)

Web Development 19 July 2022
PURSE (Process and Utilization of Research and Social Engagement)

Role: System Maintainer & Developer

Tech Stack: Laravel ยท MySQL ยท Python ยท Neo4j - Bootstrap - Javascript

I maintain and contribute to the development of PURSE, a research and community service platform used by over 500 faculty members and students at the Islamic University of Riau (UIR). The system facilitates the management of academic research and community service activities across all faculties.

๐Ÿ”ง Built with Laravel for the main web application and MySQL for data storage

๐Ÿค– Integrated with Python automation scripts to handle data preprocessing and scheduled imports

๐ŸŒ Uses Neo4j for interactive graph-based data visualization, enabling relationship tracking between researchers, publications, and topics

Key features:

  • Faculty and student research tracking
  • Community service project submissions
  • Academic output management
  • Visual network of research collaborations

I am responsible for maintaining system stability, optimizing backend logic, ensuring data integrity, and supporting ongoing development for scalability and performance.

๐Ÿ“š Sharing Knowledge

Generics in Go: Writing Reusable and Type-Safe Code

Generics were introduced in Go 1.18, marking a significant evolution of the lang...

25 April 2025
How to Build a REST API in Go using net/http

Building a REST API in Go is one of the most practical ways to learn how Go hand...

11 May 2025
Understanding Numeric Data Type In Go : Basics and Practical Examples

Go, also known as Golang, is a statically typed language developed by Google. It...

20 July 2024