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:
- Programming languages & tools
- Linux, Git, GitHub, and productivity tips
- Domains like AI, Web Development, Game Development, Embedded Systems
- College life hacks, hackathons, placements, scholarships
- Open-source participation & social media guidance
- Beginner-friendly & structured for easy navigation
- Multi-domain coverage (Android, AI, Web, Blockchain, DevOps, etc.)
- Career guidance (resume, portfolio, hackathons)
- Open-source programs and contribution guides
- Cheat sheets, resources, and FAQs
- Offline-ready MkDocs website
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/
- Interactive sidebar navigation
- Search and instant navigation
- Inline code copy and cheat sheets
- Fully responsive and mobile-friendly
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.
- LinkedIn: Shadil AM
- GitHub: shadil-rayyan
- Email: your-email@example.com


