BAUST Khulna • CSE Department • Free Resource Hub
BAUST Logo

BAUST Khulna
CSE Hub

YOUR COMPLETE ACADEMIC COMPANION

Everything a BAUST CSE student needs — semester roadmaps, free books, question banks, lab reports, internships, and global university guides. Free. Forever.

8
Semesters
200+
Resources
80+
Free Books
50+
Project Ideas
Free Forever
// ACADEMIC ROADMAP

Semester-wise Course Guide

All 8 semesters with curated YouTube playlists, notes, and practice tools.

L1
FALL
Level 1 — Fall Term (Semester 2)
Digital Logic Design · Structured Programming (C) · Electronic Devices · English · Vector Math · Mech. Engg
19.25 Credits9 CoursesSemester II
L2
SPR
Level 2 — Spring Term (Semester 3)
DSA-I · OOP (Java) · Theory of Computation · Electrical Drives · English II · Diff. Equations
20.25 Credits9 CoursesSemester III
L2
FALL
Level 2 — Fall Term (Semester 4)
Computer Architecture · DSA-II · OOP-II · Math Analysis · Digital Electronics · Leadership · CAD
~21 Credits9 CoursesSemester IV
L3
SPR
Level 3 — Spring Term (Semester 5)
DBMS · Compiler · Microprocessors · Operating System · Data Communication
20.25 Credits10 CoursesSemester V
L3
FALL
Level 3 — Fall Term (Semester 6)
Computer Networks · Digital System Design · Software Engineering · Software Dev Project-I · Research Methodology · Sociology · Environment & Law
~20 Credits10 CoursesSemester VI
L4
SPR
Level 4 — Spring Term (Semester 7)
Industrial Training · Final Year Project · Computer Interfacing · HCI · Computer Security · Software Dev Project-II · Technical Elective-I · Engineering Ethics
~20 Credits8 CoursesSemester VII
L4
FALL
Level 4 — Fall Term (Semester 8)
Final Year Research Project · AI + Sessional · Computer Graphics + Sessional · Info System Design · Technical Elective-II · Project Management
~20 Credits7 CoursesSemester VIII
// VIRTUAL LIBRARY

Free Book Library

Curated free textbooks and resources organized by semester. All legally free to access.

📚 Semester 1 & 2 Books Foundation
Core texts for physics, circuits, chemistry, digital logic and C programming.
University Physics Vol. 1 & 2
Young & Freedman • OpenStax
Complete mechanics, thermodynamics, waves, electromagnetism. Standard university physics.
📥 Free PDF
🔌
All About Circuits — Free Textbook
Tony R. Kuphaldt
Six volumes covering DC, AC, semiconductors, digital circuits. Perfect for ECA.
📖 Read Online
🧪
Chemistry 2e
OpenStax
Full introductory chemistry — atoms, compounds, reactions, thermodynamics, kinetics.
📥 Free PDF
🔢
Calculus: Early Transcendentals
James Stewart
The gold standard calculus textbook — covers limits, derivatives, integrals, series.
📝 Free Notes
💻
The C Programming Language (K&R)
Kernighan & Ritchie
The definitive C bible. Every C programmer must read this classic.
📖 Beej's Free C Guide
🔌
Digital Design (Morris Mano)
M. Morris Mano
Classic digital logic design textbook — gates, combinational, sequential circuits.
📝 GFG Notes
📚 Semester 3 & 4 Books Core CS
Essential texts for DSA, OOP, OS, computer architecture, and discrete math.
📊
Introduction to Algorithms (CLRS)
Cormen, Leiserson, Rivest, Stein
The algorithm bible. Covers sorting, graphs, dynamic programming, NP-completeness.
🔗 Official Page
Head First Java
Kathy Sierra & Bert Bates
Most beginner-friendly Java OOP book with visual explanations and brain-friendly format.
📝 W3Schools Java
🤖
Introduction to the Theory of Computation
Michael Sipser
Covers automata, Turing machines, complexity — the standard TOC textbook.
📝 TOC Notes
🖥️
Computer Organization & Architecture
William Stallings
CPU design, memory hierarchy, instruction sets, I/O. Classic COA textbook.
📖 Free Notes
⚙️
Operating Systems: Three Easy Pieces
Remzi & Andrea Arpaci-Dusseau
Free online OS textbook — virtualization, concurrency, persistence. Best OS book free online.
📥 Free Online
🔣
Discrete Mathematics & Its Applications
Kenneth H. Rosen
Logic, sets, graph theory, combinatorics, algorithms — comprehensive discrete math text.
📥 Free Version
📚 Semester 5 & 6 Books Advanced
Advanced resources for DBMS, networks, compilers, AI, and web technologies.
🗄️
Database System Concepts
Silberschatz, Korth & Sudarshan
The standard DBMS textbook — SQL, transactions, indexing, normalization, query optimization.
🔗 Official Website
🌐
Computer Networking: A Top-Down Approach
Kurose & Ross
Best-selling networking textbook. All OSI layers, protocols, security. With free slides.
📖 Free Lectures
🔄
Compilers: Principles, Techniques & Tools
Aho, Lam, Sethi, Ullman (Dragon Book)
The famous "Dragon Book" — lexical analysis, parsing, code generation, optimization.
📝 Compiler Notes
🤖
Artificial Intelligence: A Modern Approach
Russell & Norvig
The definitive AI textbook — search, logic, planning, ML, natural language processing.
🔗 Official Website
🌍
MDN Web Docs — HTML/CSS/JS Reference
Mozilla Developer Network
The complete web development reference. Free, always updated, comprehensive.
📖 Read Online
📐
Clean Code
Robert C. Martin
Best practices for writing professional, maintainable software. Essential for SE course.
📝 SE Notes
📚 Semester 7 & 8 Books Specialization
Machine learning, deep learning, cybersecurity and cloud computing resources.
🧠
Hands-On Machine Learning (Aurélien Géron)
Aurélien Géron • O'Reilly
Best practical ML book — Scikit-Learn, Keras, TensorFlow with complete code examples.
📥 Free Notebooks
🔬
Deep Learning (Goodfellow, Bengio, Courville)
Ian Goodfellow et al. • MIT Press
The deep learning textbook — neural networks, CNNs, RNNs, optimization. Free online.
📥 Free Online
🛡️
The Web Application Hacker's Handbook
Stuttard & Pinto
Comprehensive web security — XSS, SQLi, auth bypass, API security testing.
🛡️ TryHackMe Labs
☁️
Cloud Computing: Concepts & Technology
Thomas Erl et al.
Covers cloud architecture, service models, virtualization, AWS/Azure/GCP fundamentals.
💻 Google Free Labs
📱
Flutter & Dart — The Complete Guide
Maximilian Schwarzmüller
Build cross-platform mobile apps with Flutter. Free docs + codelabs from Google.
📖 Flutter Docs
📝
How to Write a Thesis
Umberto Eco
A guide to writing academic papers and thesis. Essential for final year project writing.
📄 Overleaf LaTeX
📚 General CS Books All Years
Must-read books for every CS student regardless of semester.
🏗️
The Pragmatic Programmer
Hunt & Thomas
Career guide and mindset for software developers. Timeless professional advice.
🔗 Official Page
🎯
Cracking the Coding Interview
Gayle Laakmann McDowell
189 programming questions and solutions. Best book for job interview preparation.
💻 Practice on LeetCode
🔓
The Linux Command Line
William E. Shotts Jr.
Complete guide to Linux/Unix shell. Free online. Essential for every CS student.
📥 Free PDF
🐙
Pro Git
Scott Chacon & Ben Straub
Complete Git version control guide. Free online. Every developer must know Git.
📥 Free Online
🐍
Automate the Boring Stuff with Python
Al Sweigart
Free online Python book — practical scripting, automation, working with files/web/PDFs.
📥 Free Online
🌟
Structure & Interpretation of Computer Programs
Abelson & Sussman (MIT)
SICP — the legendary MIT CS textbook. Builds deep understanding of computation.
📥 Free Online
// QUESTION BANK & LAB REPORTS

Previous Year Questions & Labs

Browse and upload previous year question papers and lab reports. Organized by semester so you always find the right material.

ℹ️
Community-powered resource bank. These materials are uploaded by BAUST CSE students. Click a semester below to filter. All uploads go through a moderation review before appearing here.
Question Paper
Physics I — Final Exam 2023
Semester 1 • PHYS-101 • 2023 • 3 pages
📥 Download
Lab Report
ECA Lab — Kirchhoff's Laws Verification
Semester 1 • EECE-163 • 2023 • 8 pages
📥 Download
Question Paper
Digital Logic Design — Mid Term 2023
Semester 2 • CSE-103 • 2023 • 2 pages
📥 Download
Lab Report
C Programming Lab — Arrays & Pointers
Semester 2 • CSE-105 • 2023 • 12 pages
📥 Download
Question Paper
DSA-I — Final Exam 2024
Semester 3 • CSE-203 • 2024 • 3 pages
📥 Download
Lab Report
Java OOP Lab — Inheritance & Polymorphism
Semester 3 • CSE-205 • 2024 • 10 pages
📥 Download
Question Paper
Operating Systems — Final Exam 2024
Semester 4 • CSE-307 • 2024 • 3 pages
📥 Download
Lab Report
Computer Architecture Lab — Pipeline Simulation
Semester 4 • CSE-305 • 2024 • 15 pages
📥 Download
Question Paper
Database Management — Final Exam 2024
Semester 5 • CSE-401 • 2024 • 4 pages
📥 Download
Lab Report
Computer Networks Lab — TCP/IP Socket Programming
Semester 5 • CSE-403 • 2024 • 18 pages
📥 Download
Question Paper
Artificial Intelligence — Mid Term 2024
Semester 6 • CSE-503 • 2024 • 2 pages
📥 Download
Question Paper
Machine Learning — Final Exam 2025
Semester 7 • CSE-601 • 2025 • 3 pages
📥 Download
// CODING PRACTICE

Sharpen Your Coding Skills

Competitive programming, interview prep, and DSA practice platforms.

// PROJECT IDEAS

Project Ideas by Level

Curated project ideas to build your portfolio. Filter by difficulty or tech stack.

Beginner
Student Grade Calculator
CLI app that computes GPA from inputted course grades. Add file I/O for saving records.
PythonC
Beginner
Personal To-Do List App
Task manager with add/delete/complete features. Store data in a local file or database.
JavaPython
Beginner
Library Management System
Simple CRUD app for managing books — add, search, borrow, return. Use file or SQLite.
Java OOPSQLite
Beginner
Digital Clock & Timer
HTML/CSS/JS digital clock with stopwatch and countdown timer functionality.
HTMLJS
Intermediate
BAUST Canteen Ordering App
Web app for ordering food at BAUST canteen. User auth, menu, cart, order tracking.
ReactNode.jsMySQL
Intermediate
Alumni Connect Platform
Social platform for BAUST CSE alumni — profiles, job posts, mentorship matching.
DjangoPostgreSQL
Intermediate
Bus Route Tracker (Khulna)
Real-time public bus tracking app for Khulna city using GPS and OpenStreetMap.
FlutterFirebase
Intermediate
Chatbot for BAUST FAQ
NLP-based chatbot to answer student questions about BAUST rules, schedules, and admissions.
PythonNLPFlask
Advanced
Bangla Handwriting Recognition
CNN model to recognize handwritten Bangla characters using a custom-labeled dataset.
PyTorchCNNOpenCV
Advanced
Flood Prediction System (BD)
ML model predicting flood risk in Bangladeshi river basins using satellite/rainfall data.
MLGISPython
Advanced
Smart Attendance System
Face recognition-based attendance system using OpenCV and deep learning for classrooms.
Deep LearningOpenCV
Advanced
Microservices E-Commerce Platform
Full-stack e-commerce with Docker, microservices, API gateway, CI/CD pipeline.
DockerK8sNode.js
// CAREER OPPORTUNITIES

Internships & Career Paths

BD companies, global programs and freelancing platforms to start your career.

bKash Limited
Bangladesh's largest MFS. Internships in backend, mobile, and data engineering. Dhaka-based.
FintechMobile
Robi Axiata
Telecom giant. Software development, network, data analytics internships. Graduate programs available.
TelecomData
Chaldal / Shajgoj
E-commerce startups in BD. Great for full-stack, React, Node.js developers. Active hiring.
E-CommerceStartup
Upwork / Fiverr
Freelance from home. Web dev, ML, mobile apps. Students earning $500–2000/month from BD.
FreelanceRemote
Google STEP / SWE Intern
Google Summer Internship for undergrads. Apply in October–December each year. Stipend ~$7,000/mo.
GlobalPaid
Microsoft Explore / SWE Intern
Microsoft Explore internship for freshmen/sophomores. Full-time SWE for juniors/seniors.
GlobalPaid
Amazon SDE Intern
Amazon Software Development Engineer internship. Apply July–September. LeetCode prep needed.
GlobalPaid
GSoC (Google Summer of Code)
Contribute to open source, get paid $1500–6000. Apply March annually. Great for resume.
Open SourceRemote
// HIGHER EDUCATION

Top Universities

Abroad and national public universities with full curriculum, admission, and scholarship details.

🇺🇸
MIT (Massachusetts Institute of Technology)
Cambridge, USA
QS Rank #1 · Best CS in the World
World's top CS school. Cutting-edge research in AI, robotics, quantum computing. Fully funded PhD programs. ~9% admission rate for undergrad.
Core CSE Courses
6.006 Algorithms6.004 Computation Structures6.824 Distributed Systems6.858 Security6.S191 Deep Learning
Programs: SB in Computer Science (4yr), MEng (5yr integrated), SM, PhD
Specializations: AI/ML, Theory of Computation, Systems, Cryptography, Robotics
Tuition: ~$59,750/year (scholarships cover ~73% on average)
Scholarships: Need-based aid, NSF Fellowship, MIT Presidential Fellowship
GRE: Not required for PhD (waived since 2020)
Free Courses: All lectures free at ocw.mit.edu
🇺🇸
Stanford University
Palo Alto, USA
QS Rank #5 · Silicon Valley Hub
Home to Google, Netflix, HP founders. Adjacent to Silicon Valley. #1 for entrepreneurship and AI research. Strong industry connections.
Core CSE Courses
CS229 Machine LearningCS231n Computer VisionCS224n NLPCS106A ProgrammingCS161 Algorithms
Programs: BS CS (4yr), MS CS, PhD CS
Specializations: AI, Systems, HCI, Biocomputation, Graphics, Theory
Tuition: ~$62,484/year (fellowships available for PhD)
Scholarships: Knight-Hennessy Scholars (fully funded), Stanford Fellowship
GRE: Optional for most programs
Free Courses: online.stanford.edu
🇺🇸
Carnegie Mellon University
Pittsburgh, USA
QS Rank #52 · #1 CS School by USNews
Dedicated School of Computer Science. Best for software engineering, ML, robotics. Strong industry connections with Pittsburgh's tech scene.
Core CSE Courses
15-445 Database Systems15-418 Parallel Computing10-601 Machine Learning15-213 Computer Systems
Programs: BS CS, MS CS, MSML, PhD
Specializations: Software Engineering, ML, Robotics, Human-Computer Interaction
Tuition: ~$61,344/year
Free Courses: Many lectures on YouTube
🇬🇧
University of Oxford
Oxford, UK
QS Rank #3 · Oldest English-Speaking Uni
World-class CS program. 3-year MCompSci integrated. Strong theory, systems and AI research. Chevening scholarships available for Bangladeshi students.
Core CSE Courses
AlgorithmsComputer ArchitectureMachine LearningComputer SecurityLogic
Programs: BA/MCompSci (4yr integrated), MSc CS, DPhil (PhD)
Tuition: £26,770/year for international
Scholarships for BD Students: Chevening Scholarship (fully funded), Rhodes Scholarship, Oxford-Weidenfeld & Hoffmann
IELTS: 7.5 overall required
Research: Top in quantum computing, formal verification, AI safety
🇬🇧
University of Cambridge
Cambridge, UK
QS Rank #2 · World-Class Research
One of the world's best universities. Computer Science Tripos renowned for rigor. Gates Cambridge Scholarship fully funds international students including from Bangladesh.
Core CSE Courses
Algorithms I & IIOperating SystemsCompiler ConstructionAIAdvanced Algorithms
Programs: BA Computer Science (3yr), MPhil, PhD
Scholarships: Gates Cambridge Scholarship (fully funded), Cambridge Trust
Tuition: £33,990/year for international
IELTS: 7.5 required
🇨🇦
University of Waterloo
Ontario, Canada
QS Rank #154 · #1 CS in Canada
Best CS school in Canada. Unique co-op program gives 2 years of work experience during degree. 95% employment rate. Strong ML and quantum computing research.
Core CSE Courses
CS 341 AlgorithmsCS 343 ConcurrencyCS 486 AICS 458 SecurityCS 466 Quantum Computing
Programs: BCS (4yr with co-op), MCS, MMath CS, PhD CS
Tuition: CAD $45,000/year for international
Co-op: 6 work terms, average salary $25–40/hr CAD
Scholarships: President's Scholarship, Faculty of Math scholarships
PR Path: Strong pathway to Canadian PR after graduation
🇦🇺
University of Melbourne
Melbourne, Australia
QS Rank #33 · Top Australian Uni
Australia's best-ranked CS program. Melbourne Model (2yr master's after 3yr undergrad). Strong industry links with tech companies in Melbourne. Post-study work visa 2–4 years.
Core CSE Courses
COMP30023 NetworksCOMP30024 AIINFO20003 DBMSCOMP90049 ML
Programs: BCS (3yr), Master of CS (2yr), PhD
Tuition: AUD $47,000/year for international
Scholarships: Melbourne International Undergraduate Scholarship (up to 50% off), Graduate Research Scholarships
Work Rights: 48 hrs/fortnight during studies + 2–4yr post-study work visa
🇩🇪
TU Munich (Technical University of Munich)
Munich, Germany
QS Rank #37 · Best in Europe for Engineering
Top European engineering school. Most CS Master's programs taught in English. Very low tuition (~€170/semester administrative fee). Germany offers strong job market and post-study work visa.
Core CSE Courses
Algorithms & Data StructuresMachine LearningRoboticsComputer VisionOperating Systems
Programs: BSc Informatics, MSc Informatics, MSc Data Engineering & Analytics, PhD
Tuition: ~€170/semester (basically free!)
Scholarships: DAAD Scholarship (€750–1200/month + travel), Deutschlandstipendium
IELTS/TOEFL: Required for English programs
Language: Many MSc programs fully in English
DAAD: daad.de
🇧🇩
BUET (Bangladesh University of Engineering and Technology)
Dhaka, Bangladesh
National Rank #1 · Best Tech Uni in BD
Bangladesh's premier engineering university. Highly competitive admission. Graduates work at top companies worldwide. MS and PhD programs available with research funding.
Core CSE Courses
CSE 101 Intro to CSCSE 201 DSACSE 303 AlgorithmsCSE 401 CompilerCSE 501 AICSE 601 ML
Programs: BSc CSE (4yr), MSc CSE, PhD CSE
Admission: Based on HSC result + BUET entrance exam (very competitive ~0.5% acceptance)
Tuition: ~৳600/year (effectively free)
4-Year Curriculum Topics: Programming, Data Structures, Algorithms, OS, Networks, Compilers, AI, ML, Vision, Thesis
Research Areas: NLP for Bangla, healthcare AI, smart grid, IoT
Location: Palashi, Dhaka-1000
🇧🇩
Dhaka University (DU) — IIT
Dhaka, Bangladesh
National Rank #2 · Oldest University in BD
Institute of Information Technology (IIT) at DU. Strong CS theory and software engineering programs. Competitive admission. Evening programs available for working professionals.
Core IIT Courses
Software EngineeringDatabase ManagementComputer NetworksAIProject Management
Programs: BSc in Software Engineering (4yr), BSc CS, MSc IT, MCS
Admission: DU admission test
Tuition: Very low (public university)
Notable: Dual program — daytime for regular students, evening for professionals
🇧🇩
Rajshahi University of Engineering & Technology (RUET)
Rajshahi, Bangladesh
National Rank #3 · Top Engineering Uni
Second-best engineering university in Bangladesh. Strong CSE department with research labs. Close to BAUST geographically. Many BAUST alumni pursue MS at RUET.
Core CSE Courses
AlgorithmsOSComputer NetworksDBMSSoftware EngineeringML
Programs: BSc CSE (4yr), BSc EEE, MSc CSE, PhD
Admission: GST Cluster admission test
Tuition: Low (public university)
Location: Talaimari, Rajshahi
🇧🇩
Khulna University of Engineering & Technology (KUET)
Khulna, Bangladesh
National Rank #4 · Khulna Division's Best
The premier engineering university in Khulna division. Directly in your city! CSE department with labs, research, and active alumni network. Ideal for BAUST graduates for MS/PhD.
Core CSE Courses
AlgorithmsDBMSAIComputer NetworksComputer VisionDistributed Systems
Programs: BSc CSE (4yr), MSc CSE, PhD
Location: KDA Avenue, Khulna — same city as BAUST!
Admission: GST Cluster admission test
Tuition: Very low (public university)
Research: Signal processing, biomedical, NLP
// CONTRIBUTE

Share Your Resources

Upload notes, assignments, or materials to help your fellow students.

📤
Drag & Drop Here
PDF, DOC, ZIP — Max 50 MB
// FACULTY PORTAL

Teacher Resource Hub

Faculty members can upload course materials, assignments, and announcements — just like Google Classroom.

🎓

Faculty Access

Sign in with your BAUST faculty credentials to access the portal

Demo: use any BAUST email + password "faculty123"

// FREE LEARNING

▶️ YouTube Channel Library

Handpicked, verified YouTube channels for every semester of your CSE journey — completely free, forever.

50+
Verified Channels
8
Semesters Covered
100%
Free Forever
Hours of Content
🔍
🔵
3Blue1Brown
6.5M subscribers
Visual, intuitive mathematics. Best for understanding Calculus, Linear Algebra, and Neural Networks. The animations make abstract concepts click instantly.
CalculusLinear AlgebraNeural Nets
Sem 1Sem 2Sem 7
📐
Professor Leonard
1.1M subscribers
Full university-level Calculus 1, 2, 3 and Differential Equations courses taught as complete lecture series. The gold standard for math self-study.
Calculus 1Calculus 2Diff. Equations
Sem 1Sem 2Sem 3
🟢
Khan Academy
8.6M subscribers
Free world-class education for Math, Physics, Chemistry, Statistics and more. Perfect for filling foundation gaps with bite-sized, interactive exercises.
MathPhysicsChemistryStatistics
Sem 1Sem 2
💥
CrashCourse
14.8M subscribers
Fast, fun and comprehensive crash courses in Computer Science, Physics, Chemistry, and more. Their CS series is a must-watch for every first-year student.
CS IntroPhysicsChemistry
Sem 1Sem 2
🧪
The Organic Chemistry Tutor
7.2M subscribers
Despite the name, covers Physics, Chemistry, Math, and Electronics. Extremely clear problem-solving approach. Perfect for circuit analysis and physics numericals.
PhysicsChemistryElectronics
Sem 1Sem 2
📊
Dr. Trefor Bazett
290K subscribers
University professor with complete, high-quality courses in Discrete Math, Calculus, Linear Algebra, and Differential Equations. Ideal for CSE students.
Discrete MathCalculusDiff. Equations
Sem 1Sem 3
🆓
freeCodeCamp.org
9.3M subscribers
The largest collection of free full-length programming courses. Java, Python, C, SQL, Git, Networking, Machine Learning, Cybersecurity, System Design — all free.
EverythingFull CoursesFree
All Sems
🎓
CS50 (Harvard)
1.5M subscribers
Harvard's legendary intro CS course. CS50x, CS50P (Python), CS50W (Web), CS50AI — all completely free. One of the best programming intros ever made.
CPythonWeb DevAI
Sem 2Sem 3
The Cherno
720K subscribers
Deep dives into C++ and Java. Famous for his complete C++ series with 100+ episodes covering language internals. Perfect for OOP and systems programming.
C++JavaOOP
Sem 3
🌳
William Fiset
430K subscribers
Deep, well-explained data structures and graph theory algorithms. Covers Dijkstra, Floyd-Warshall, Network Flow, Segment Trees and competitive programming techniques.
GraphsTreesNetwork Flow
Sem 3Sem 4
⚙️
Abdul Bari
910K subscribers
Industry-favourite for Algorithms & Design Analysis. Best explanations of Sorting, Divide & Conquer, Greedy, DP, and NP-Completeness. Essential for CSE-215 and GATE.
SortingGreedyDPNP
Sem 4
🏅
Errichto Algorithms
200K subscribers
Competitive programming from a ICPC World Finalist and Codeforces Grandmaster. Covers contest strategies, editorial explanations, and advanced algorithm techniques.
CompetitiveCodeforcesAdvanced
Sem 4Sem 5
🎯
NeetCode
670K subscribers
Best LeetCode problem explanations on YouTube. Clear visual walkthroughs of arrays, DP, graphs, and system design problems. Essential for placement prep.
LeetCodeInterviewsSystem Design
Sem 4Sem 7
🖥️
Neso Academy (OS Playlist)
3.3M subscribers
Neso's dedicated Operating Systems playlist covers all CSE-307 topics: processes, threads, scheduling, memory management, deadlocks, virtual memory, and file systems.
OSSchedulingMemory
Sem 5
💡
Computerphile
2.4M subscribers
Short, fascinating videos on deep CS topics: encryption, Turing machines, floating point, programming languages, AI, networking — explained by university professors and experts.
CS TheorySecurityCryptography
Sem 5Sem 6
🐳
TechWorld with Nana
870K subscribers
Best Docker, Kubernetes, and DevOps tutorials on YouTube. Explains CI/CD, Terraform, and cloud-native development in a clear, project-based manner. Great for software engineering courses.
DockerKubernetesDevOps
Sem 6Sem 7
🐙
The Modern Coder (Git)
250K subscribers
Git and GitHub explained clearly from basics to advanced workflows. Covers branching strategies, pull requests, merge conflicts — essential for CSE-364 and SDP projects.
GitGitHubWorkflow
Sem 6
🤖
Sentdex
1.3M subscribers
Hands-on Python for Machine Learning, Data Analysis, and Finance. Famous for his practical series on TensorFlow, Neural Networks, NLP, and reinforcement learning projects.
MLPythonTensorFlow
Sem 8
🐍
Corey Schafer
1.1M subscribers
In-depth, professional Python tutorials covering OOP, generators, decorators, Flask, Django, Pandas, and more. The best Python channel for learning at an intermediate level.
PythonFlaskDjango
Sem 7Sem 8
🔥
Fireship
3.2M subscribers
Fast, witty, and informative tech content. "100 Seconds of Code" series, full React/Next.js tutorials, and "Code This Not That" comparisons. Perfect for web development projects.
JavaScriptReactWeb Dev
Sem 7
🧠
Stanford Online (AI/ML)
970K subscribers
Stanford's full AI/ML courses free on YouTube: CS229 Machine Learning (Andrew Ng), CS231n Computer Vision, CS224n NLP with Deep Learning. University-level, completely free.
MLComputer VisionNLP
Sem 8
🏛️
MIT OpenCourseWare
4.1M subscribers
Complete MIT courses for free — 6.006 Algorithms, 6.042J Math for CS, 6.824 Distributed Systems, 6.858 Security, and many more. Official MIT lecture recordings.
AlgorithmsDistributedMIT
All Sems
🇮🇳
NPTEL (IIT India)
5.8M subscribers
Free lectures from India's top IIT professors via NPTEL. Covers every CSE topic: Algorithms, DBMS, OS, Networks, Compilers, AI, and more. Most aligned with BAUST curriculum.
IITFull CoursesGATE Prep
All Sems
🐍
Tech With Tim
1.5M subscribers
Beginner to intermediate Python projects and tutorials. Covers pygame, tkinter, Flask, machine learning basics, and competitive programming. Great for building projects in early semesters.
PythonProjectsGame Dev
Sem 2Sem 3
Coding with John
580K subscribers
Clear, well-explained Java tutorials covering OOP concepts, Spring Boot, and common interview questions. Very useful alongside CSE-205 OOP and final year project work.
JavaSpring BootInterviews
Sem 3
🌐
Traversy Media
2.2M subscribers
The go-to channel for web development. Crash courses and full projects in HTML, CSS, JavaScript, React, Node.js, and more. Great for Software Dev Projects (CSE-364, CSE-464).
Web DevJavaScriptReact
Sem 6Sem 7
⚙️
ByteByteGo
980K subscribers
Visual explanations of System Design concepts — load balancers, databases, caching, microservices. By author of "System Design Interview" book. Essential for final year projects and jobs.
System DesignDistributedInterviews
Sem 8
🎯
Programming with Mosh
4.2M subscribers
Comprehensive, professional programming tutorials. Python in 6 hours, JavaScript basics, React, Node.js, and SQL. High production quality with clear structured learning paths.
PythonJavaScriptSQL
Sem 2Sem 5
🐙
GitHub
240K subscribers
Official GitHub channel with tutorials on Actions, Copilot, open-source contribution workflows, and best practices. Useful for learning professional development collaboration tools.
GitOpen SourceCI/CD
Sem 6
🏆
Algorithms Live!
95K subscribers
Live competitive programming sessions covering advanced algorithms for ICPC, Codeforces, and similar contests. Covers segment trees, FFT, geometry, and more edge-case solutions.
ICPCAdvanced CPLive Coding
Sem 4Sem 5
🌙
ThePrimeagen
500K subscribers
Netflix engineer teaching Vim/Neovim, algorithms, system design, and programming fundamentals. Entertaining and insightful takes on becoming a better developer. Great motivation for advanced students.
AlgorithmsVimCareer
Sem 7Sem 8
🗣️
English with Lucy
13M subscribers
Improve English communication and pronunciation for LANG-102 and LANG-202. Lucy's lessons cover IELTS, spoken English, grammar, and professional communication skills essential for engineering students.
EnglishIELTSSpeaking
Sem 1Sem 2
// FEEDBACK

Send Feedback

Report missing resources, suggest improvements, or say hello to Nasif.

Mushfiqul Alam Nasif
⭐ Creator
Mushfiqul Alam Nasif
Software Engineer & Educator
Pioneer Batch • BAUST Khulna CSE
"I built this because I wished it existed when I was a student. Every resource here helped me — I hope it helps you too. Keep building, keep learning."