Articles
What I wrote during my journey on finishing projects, about my process, and things I learn along the way. Also it can serve as a basis for me later on to see what I did to setup something.
Sat Nov 30 2024
Lubook Chapter 1. Setting up the Server
My first steps into my biggest project yet, a full-stack application for a comic-sharing website like Wattpad, Webtoon, etc. My first time ever setting up the server on a self-hosted VPS.
Thu Dec 05 2024
Lubook Chapter 2. User Accounts
Registering and Logging in with user accounts, along with session tokens for authorization stored in HTTP cookies, made possible with CORS (CORS is a pain).