Sitemap
A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.
Pages
Posts
Greedy Approach 能拿來過人生嗎?
Published:
最近有幸換了工作,並且順利拿到了 Senior Title。以目前僅工作兩年的人生來說,算是可以接受的成績。
110資工所非應屆跨考心得
Published:
資工所跨考心得 :)
portfolio
AI Advisor - Synology Chatbot
Published:
An AI-powered chatbot serving 50k global users monthly, recognized by CEO for exceptional accuracy and user experience.
Agent-Brain: Designing an LLM Agent Workflow from Scratch
Published:
A modular LLM agent system with finite-state reasoning, awarded Honorable Mention at 2025 iThome Ironman Challenge.
publications
Bridging Local and Global Knowledge via Transformer in Board Games
Published in IJCAI-25, 2024
This research introduces ResTNet, which combines residual and Transformer blocks to enhance board game performance by integrating local and global knowledge.
Recommended citation: Yan-Ru Ju, Tai-Lin Wu, Chung-Chin Shih, Ti-Rong Wu. (2025). "Bridging Local and Global Knowledge via Transformer in Board Games." IJCAI-25.
Download Paper
reading
Observer Pattern
Published:
Publish/Subscribe pattern for one-to-many notification.
Design Patterns
Published:
Notes on software design patterns for building maintainable and scalable code.
Abstract Factory Pattern
Published:
Define factory interfaces for creating families of related objects.
Adapter Pattern
Published:
Convert the interface of a class into another interface clients expect.
Facade Pattern
Published:
Provides a simplified interface to a library, framework, or complex set of classes.
State Pattern
Published:
Allow an object to alter its behavior when its internal state changes.
Bridge Pattern
Published:
Decouple an abstraction from its implementation so that the two can vary independently.
Chain of Responsibility Pattern
Published:
Pass requests along a chain of handlers until one of them handles the request.
Iterator Pattern
Published:
Traverse elements of a collection without exposing its underlying representation.
Designing Data-Intensive Applications
Published:
The big ideas behind reliable, scalable, and maintainable systems.
Chapter 1: Reliable, Scalable, Maintainable Application
Published:
Common module:
Chapter 2: Data Models and Query Languages
Published:
Data models
Chapter 3: Storage and Retrieval
Published:
Chapter 3: Storage and Retrieval
Chapter 4: Encoding and Evolution
Published:
Chapter 4: Encoding and Evolution
Chapter 6: Partitioning
Published:
Chapter 6: Partitioning
Chapter 6-1: Consistent Hashing
Published:
Chapter 6-1: Consistent Hashing
Chapter 12: The Future of Data Systems
Published:
作者的主觀想法與總結
