Luny
Picture of an ugly woman

Heyyy!

My name is Nguyệt Ánh (pronounced however you like), I'm studying to be a software developer. I like building things that look pleasing, or the process of building things altogether.

What I'm working on

Cardcaptor Sakura (IV)

A 2D platformer game built from the ground up using C/C++ and Simple DirectMedia Layer, as a way to learn C/C++ in depth while making a game and an engine.

Cardcaptor Sakura
cmake
cpp
sdl
Active

Healthcare Chatbot (III)

An integrated healthcare chatbot that integrates the web with an underlying Python pipeline to transform the data up to HIPAA standards, before letting an in-house LLM touch it.

docker
fastapi
python
react
tailwindcss
typescript
Active

What I'm thinking

双方向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.