Home

Projects Archive

Here are some of the projects I've been working on since I've learned how to code.

  • Golang
  • TS
  • Python
  • SvelteKit
  • AWS
  • Fly.io

Provides an updated single location to check science, technology, and business related news from Philippines news sources. Automatically updates its database of articles and provides its users with the ability to filter the news in the news feed.

  • Golang
  • JS
  • SvelteKit
  • AWS

Developed in Golang and deployed on AWS, offers a two player experience concurrently across multiple rooms. The real-time feature enables players to observe live moves as participants drag their pieces during gameplay, facilitated through WebSocket technology.

  • Golang
  • Python
  • TS
  • AI
  • FastAPI
  • PyTorch
  • NextJS
  • PostgreSQL

A twitter clone integrated with an internally developed BERT hate speech classifier. Employs multi-task text classification to assess hatefulness and targeted communities. Enables administrators to moderate the platform using our developed AI model.

  • Java
  • JavaFX
  • MySQL
  • Sockets

A desktop application that enables users to message and search for other users, bookmark conversations, and create groups. Implements administrative features such as registration requests and banning of users.

  • Java
  • Swing
  • Visualizer

Visualizes a graph in a radial manner given the graph’s edges and weights. Highlights the edges an algorithm visits while it is running.

  • Java
  • JavaFX
  • MySQL
  • CRUD

An application that enables event managers to create and manage events that volunteers want to take part in.

  • Java
  • Swing
  • Visualizer

long description

  • JS
  • Express
  • PHP
  • MySQL
  • CRUD
  • AWS

Events management system with PHP and Express backend integrated with a MySQL database.

  • Python
  • Java
  • CORBA

This game was created in compliance with the Common Object Request Broker Architecture (CORBA) enabling a python client to directly communicate with a java server.

  • SvelteKit
  • TS
  • Vercel

My personalized mark footprint the internet serving as a self-documentation of my career, showcase for my projects, and where I express my thoughts and insights from my professional endeavors.

  • Python
  • Whisper
  • FastAPI
  • SvelteKit

A project that is very much still a work in progress.

  • Python
  • Flask
  • Heroku

Bracketing methods you can use: Bisection, False Position, Newton Rhapson, Secant, Simple Fixed Point Iteration, Non-Linear. Built with Flask hosted on Heroku

  • JS
  • HTML
  • CSS

Created back when I was still studying vanila JS and CSS.

  • Java
  • Swing

First project that I was proud of :D Implemented the shunting yard algorithm for this calculator. Made this in my first year of taking comptuer science degree.