# Lirenxn's daily notes

I have such a short memory, thus I decided to start this daily note project, for all the pitfalls I fell into, and the thoughts I have during work (mostly web technology, and maybe some other stuff).

As a software engineer, I always have scalability, and extendability in mind. For this notes, it's the compatibility of future searching and categorization, otherwise it would end up being a huge tangled database of technical terms.&#x20;

Therefore, for each notes, titles are semi-formatted as \`Wk-notes-MM-DD-First-Topic-Second-Topic\`, and markdown Heading is used to separate topic correctly.

All company related information has been responsibly removed.

Github: <https://github.com/congcongcong250>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.lirenxn.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
