Blogs
Here you can read my writes up about whatever I'm interested in at the moment. It may help me in the future whenever I need to revisit a certain knowledge point that I knew I have worked on it before.
There might be some random ramblings but that's how I like to document my journey. Hope you have fun reading my struggles!
2025
双方向TLS
普通のTLSのこと聞いたはずでしょう?内部のクライアントに限りとしたいなら、両方のTLSやってみます
The Journey of Optimizing for SEO
The thousand-obstacle course when I had to optimize Search Engine Optimizations for Google Search to index and crawl my pages (including this blog post!)
Stack Manipulation & echo in Assembly
I learn about how the stack works at a basic overview level in low-level programming languages, and using that knowledge to recreate the echo utility in Assembly.
ARM Assembly - Moving and Adding Registers
Two basic operations in the Assembly Language, as always, we need a way to move or copy values as well as doing arithmetic on them. Once we get add, subtract is also automatically done.
ASM with ARM64 on Apple Silicon
Let's go over my first steps into the Assembly Language, using ARM64 syntax, and running on Apple Silicon.
Clean Architecture Demo
I noticed a lot of clean architecture specifications don't have any demonstration on what it would look like in practice. Taking the chance of learning it in a course of Software Architecture, I think I would like to write up a demo just like so!
2024
One Problem, Four Paradigms
Explore with me how one simple problem, taken from Advent of Code, can be solved in four different languages using four different ways of thinking.
Setting up Authentication for Lubook
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).
Setting up Lubook 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.