Category: web
POSTS2026-08-13
What is docker compose up -- build?
I used to think of Docker as simply a convenient tool for setting up Linux servers. However, since I expect to use Docker frequently in the future, I decided to take a step back an…
webdocker
Read POSTS2026-03-26
How to Read a Library (feat. Virtual DOM)
During development, there are many instances where I need to read code written by others and trace through massive codebases to understand how a new technology functions and what e…
algorithmweb
Read POSTS2026-03-19
[Week 3] Algorithms and AI Team Project2
This week's algorithm keywords: Binary Search, Divide and Conquer, Quick Sort, Merge Sort, Stack, Queue, Priority Queue, Linked List, Hash Table. This week was similar to the last.…
webalgorithm
Read