I finally added a game to this project.
- Wolfenstein 3D was added
- Base of settings and projects are being contructed.
Log in to leave a comment
I finally added a game to this project.
Log in to leave a comment
Changes made so far
Next to do :
Log in to leave a comment
Log in to leave a comment
I created draggable windows following the instructions from the webOS jam on hackclub.
https://jams.hackclub.com/batch/webOS/part-3
I also added created a window about me and and my links.
Log in to leave a comment
I started on my WebOS portfolio. I decided to emulate the look and feel of Windows 95. So, I spent a long time collecting icons and perfecting the icons.
I got the icons from here: https://web.archive.org/web/20260312191901/https://win98icons.alexmeub.com/
So, far it resembles the desktop of Windows 95.
I used this as reference:
https://betawiki.net/wiki/File:Windows95-RTM-Desktop.png
I used the dayJS module for time, I used the font VT323 from google fonts.
Log in to leave a comment
12th March 2026
I have created the upload page for my Image Transformer.
Log in to leave a comment
Learnt a lot about JWT, next step is fully finish the frontend, implement all backend endpoints.
Log in to leave a comment
This was a long time coming I finally added caching which reduces the time for already produced images.
My friend asked for background removal which is now there too using python [rembg]. I am shocked that there is no background removal in Node.js.
Now, GET based transformations to easily embed images anywhere you want.
It automatically redirects to AWS S3 bucket image.
Log in to leave a comment
14th February 2026
Implement linear version tracking for transformation.
When you perform a transformation on an image, you already uploaded. It stacks.
Hopefully we can implement undo redo functionality with in this in the UI.
Next, caching in AWS S3 already run transformations on the same image to reduce CPU load.
13th February 2026
TODO:
Log in to leave a comment
I have implemented cloud-based image storage using AWS S3 buckets. When a user uploads his image to the application it will be stored in an S3 bucket.
Used Prisma ORM for the first time. Read the documentation and was able to build a basic login and register system. There is no authentication yet but it will be built.
Log in to leave a comment
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment