Please sign in to access this page

HumanJIT

HumanJIT

5 devlogs
10h 6m
Created by olio

A programming practice app/game with the focus on code reading.
The backend url is the same as the web address.

Timeline

Ship 1

0 payouts of shell 0 shells

olio

18 days ago

olio Covers 5 devlogs and 10h 6m

Been fighting every kind of deployment method, because I did not want to deal with https for now, and cors doesn't let me mix them. Anyway, in the end I just decided to implement html serving into the backend.

Update attachment
olio
olio
1h 48m 25 days ago

I have successfully finished the app with all of the originally planned features, I still have some time to spend with something, I might just write some documentation.

Update attachment
olio
olio
2h 25m 25 days ago

I have finally seen success, and was able to send and receive the lines properly, but it's jank af right now. Refactoring into separate components was a good idea for readability, but it posed it's own challenges. I am now working on getting the game launch as smooth as possible.

Update attachment
olio
olio
2h 32m 26 days ago

I have been fighting with sockets only to realize I haven't even reloaded the backend. Whatever... It's a bit difficult to write devlogs as the app needs to work to show off anything at all, and that has been a challenge. Anyway the coder side seems to be right, but the next devlog will definitely go into more detail.

Update attachment
olio
olio
2h 39m 27 days ago

I have been messing around with socketio in vue, and an express backend. Some (more than you think) of my time was spent using the wrong option in a function and not realizing pinia is not reactive.

Update attachment