| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CSE Starter Guide Kit is a curated, beginner-friendly guide and resources kit for computer science students to learn core concepts, domains, tools, and career essentials.
This guide is built for college-level CSE students who want a structured roadmap from fundamentals to domain exploration, daily reading habits, and career preparation.
It covers:
1. Clone the repository
git clone https://github.com/shadil-rayyan/cse-student-starter-guide.git
cd cse-student-starter-guide2. Install dependencies
pip install mkdocs-material mkdocs-minify-plugin mkdocs-awesome-pages-plugin mkdocs-macros-plugin mkdocs-codeinclude-plugin3. Serve locally
mkdocs serve4. Build for GitHub Pages
mkdocs build
mkdocs gh-deploy├── assets │ └── logo.png ├── college ├── core ├── daily-reading ├── domain ├── job ├── open-source ├── social-media ├── index.md ├── about.md ├── resources.md ├── cheatsheet.md ├── faq.md └── contributing.md
Home Page
Domain Section
Job & Resume Section
Live site: https://shadil-rayyan.github.io/cse-student-starter-guide/
Contributions are welcome! See contributing.md for guidelines. Steps: Fork → Branch → Commit → Pull Request
Check resources.md for curated books, websites, courses, and tools to accelerate your CSE journey.
This project is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |