# Home Page

* [Useful Website Links](/benson1231-docs/links.md)
* [Common Bioinformatics Tools (Curated Spreadsheet)](https://docs.google.com/spreadsheets/d/19aNU64J1diFTT1soe4DDKa7pmG6O8MxQDxvi2kQzsTI/edit?usp=sharing)
* [My learning repositories](/benson1231-docs/links-1/others/training-repo.md)
* [My project repositories](/benson1231-docs/links-1/others/project-repo.md)

***

📌 This [e-book](https://benson1231.gitbook.io/benson1231-docs) documents my ongoing journey in **bioinformatics engineering**, integrating concepts from **data science, software development, and biomedical research**. Its aim is to systematically curate this learning process and develop a collection of **searchable and reusable knowledge resources**.

For a complete overview, see the [📚 Table of Contents](/benson1231-docs/catalog.md).

***

## 📖 Topics Covered

* [Next-generation sequencing](/benson1231-docs/01.ngs.md) data analysis, including DNA-seq, RNA-seq, single-cell RNA-seq, and microbiome workflows
* [Data science](/benson1231-docs/02.data-science.md) methodologies, covering data preprocessing, analysis, and visualization
* [Statistical](/benson1231-docs/03.statistics.md) foundations and applied statistical analysis for biomedical and computational research
* [DevOps](/benson1231-docs/04.devops.md) practices, including containerization, CI/CD, workflow automation, and reproducible research environments
* [Backend](/benson1231-docs/05.back-end.md) development, focusing on API design, server-side logic, and service architecture
* [Frontend](/benson1231-docs/06.front-end.md) development, with modern web technologies and frameworks
* [Cloud and networking](/benson1231-docs/07.cloud-and-network.md) concepts, including cloud infrastructure, container orchestration, and networking fundamentals
* Core [computer science](/benson1231-docs/08.computer-science.md) topics, such as algorithms, data structures, and system-level concepts
* [Programming language syntax and usage](/benson1231-docs/09.lang-syntax.md), with practical examples across commonly used languages
* [Miscellaneous topics](/benson1231-docs/10.others.md) and supplementary notes

***

## 🚀 Featured Projects

* [snakemake-rnaseq pipeline](https://github.com/benson1231/snakemake-rnaseq): A modular and reproducible RNA-seq analysis pipeline supporting Docker, Conda, and CI/CD—designed for both research and teaching applications.

***

## 📬 Contact

This e-book is actively maintained and will be updated on an ongoing basis. Comments, corrections, and scholarly or technical feedback are welcome.

🌐 Personal Website: [Visit My Website](https://benson1231.github.io/)\
📩 Contact: <benson106075@gmail.com>\
🔗 LinkedIn: [Benson Lee](https://www.linkedin.com/in/chin-yu-lee-471109294)\
💻 GitHub: [benson1231](https://github.com/benson1231)\
🐳 Docker Hub: [benson1231](https://hub.docker.com/u/benson1231)


---

# Agent Instructions: 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://benson1231.gitbook.io/benson1231-docs/readme.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.
