SciRepID - Scientific Publication Search

Publication Search

29,653 articles from 386 journals · 1,447 citations tracked

Showing 1-2 of 2

Analytics

Difa Madani; Difa Madani

JURNAL ILMIAH KOMPUTER GRAFIS 2025 UNIVERSITAS STEKOM

This study is dedicated to the design and implementation of a web-based inventory management platform for PT. Paramata Baraya International. replacing the manual Excel system that is ineffective and susceptible to mistakes. The Rapid Application Development (RAD) method is chosen for its quick and iterative approach to software development. The system is built using the Next.js framework and PostgreSQL as the database, with Prisma ORM for database management. Key features include item management, real-time status tracking, calibration, maintenance, equipment rental, and automatic notifications. The implementation results show a 60% increase in item search efficiency, 95% data accuracy, and an 80% reduction in manual input errors. This study is significant as a solution for companies engaged in calibration and maintenance of measuring instruments.

Jesika Vinatalia Dachi; Jiyan Suhada

Router : Jurnal Teknik Informatika dan Terapan 2025 Asosiasi Profesi Telekomunikasi dan Informatika Indonesia

Databases play an essential role in modern information systems because they enable the efficient storage, management, and retrieval of structured data. This study focuses on the implementation of a simple database using two relational database management systems (RDBMS), namely MySQL and PostgreSQL. The research stages are carried out through requirements analysis, designing entity-relationship diagrams, implementing tables and their relationships, and testing the system to assess functionality. The case study used is student data recording, where both RDBMSs are tested through a series of basic CRUD (Create, Read, Update, Delete) operations. The results show that both MySQL and PostgreSQL are capable of carrying out these operations effectively while maintaining data integrity and consistency. However, PostgreSQL offers additional advantages due to its support for more complex data types, a better level of compliance with SQL standards, and advanced features that support the needs of large-scale application development. Conversely, MySQL remains superior in terms of ease of use and application to simpler needs, making it more practical for small projects or applications with standard workloads. Based on these findings, it can be concluded that both RDBMSs are equally suitable for use, but the ideal choice depends heavily on the context of the needs; PostgreSQL is more suitable for applications that demand high scalability and size, while MySQL remains relevant for lightweight and efficient implementations.