Project
List of my pet projects
Shopper permalink
An app to track your spending and convert bank pdf reports effortlessly Shopper
Features
- Free Bank Report Converter
- Journal Your daily Spending
Indonesian’s Bank PDF Statement Parser permalink
The package is designed to parse Indonesian bank PDF statements, extracting relevant information such as transaction details, dates, amounts, and transaction types. It aims to simplify the process of extracting data from PDF statements issued by various banks in Indonesia.
Autograde (WIP) permalink
An auto grading system for student code. I made it for my faculty, because they haven’t implement one. Still in development, Autograde
Keep Ninja (Shutdown) permalink
A reminder to read your getpocket list Keep Ninja Built using Golang, TailwindCSS
Covidbot permalink
A bot to report cases in Bandung area fahmifan/covidbot: Covid Update Bot Bandung
LRU Cache permalink
A caching library using LRU LRU Cache. I learn about a practical use of doubly linked list & queue data structure.
REST API Starter Kit in Go permalink
A starter kit for REST API. Included in the kit: sqlc, postgres, Oauth2, simple RBAC and swagger docs Smol REST
Flycasbin permalink
An ACL warpper for casbin, it add type for Role, Resource, & Action, define policies in code. Also able to store & load policies from DB Flycasbin.
Homed permalink
A home media service like Plex, written for mobile computing course assignment. I learn about video transcoding using FFMPEG and video streaming using HLS here Homemed. In the assignment, this app is deployed on a Raspi server. To compensate with the low spec Raspi, the transcoding didn’t do any compression and rendition, so it transcode fast.
Rebalance permalink
A load balance & reverse proxy written in Go Rebalance