Welcome to KC's Data & Life Notes, a personal knowledge hub where I share my projects, learning journey, and experiences in software engineering, data, and AI.
Go to MY PERSONAL WEBSITE for more!
This repository contains the source code and documentation for my personal website, built with MkDocs Material. The site includes:
- About Me: Learn about my background, work experience, and public speaking engagements.
- Side Projects: Discover my personal projects in data and programming.
- Learning Plans: Explore my current and future learning goals.
- Blog: Read my thoughts on data, AI, and more.
To set up the project locally, follow these steps:
git clone https://github.com/kuanchoulai10/monorepo.git
cd monorepo/docs
pip install -r requirements.txt
To serve the site locally, use the following command:
mkdocs serve
Then, open your browser and navigate to http://127.0.0.1:8000
.
Explore the site and feel free to reach out with feedback or collaboration ideas!