Featured Projects

Screenshot dari proyek AI Code Fixer

AI Code Fixer

A backend web service for automated code fixing. Integrates with SonarQube for issue detection, an LLM for solutions, and Git for version control.

GoEchoSonarQubeGit
Screenshot dari proyek Hospital Booking App

Hospital Booking App

A mobile app for booking doctor's appointments and reading health articles. Built as a final project for the mobile programming course.

FlutterFastAPIPythonSQLite
Screenshot dari proyek Hotel Booking Website

Hotel Booking Website

An online hotel booking website with CRUD functionality to a MySQL database. Built using PHP with the Code Igniter 3 framework.

PHPCodeIgniter 3MySQLBootstrap
Screenshot dari proyek File System Simulation

File System Simulation

A CLI program in Python that simulates file and directory management using basic Linux console commands for an Operating Systems final project.

PythonCLI
Screenshot dari proyek Simple DBMS Program

Simple DBMS Program

A CLI-based DBMS program built with C to perform CRUD operations on text files using a modified MySQL-like syntax.

CCLI
Screenshot dari proyek Simple 2D Game

Simple 2D Game

A simple 2D game built with Java as a final project for Object-Oriented Programming. The objective is to accumulate score by surviving and not falling.

Java