Foundations of Networking Notebook
A beginner-friendly guide to networking fundamentals, breaking down how the internet really
works. Covers TCP vs UDP, IP addressing, DNS, OSI & TCP/IP models, IPv4 vs IPv6, and
Wi-Fi security basics. Perfect for students and tech enthusiasts building strong networking
foundations.
→ View: Networking Notebook
Networking
Beginner
Python A to Z & The Practical Hacker's Handbook
Python Notebooks; two companion notebooks: "The Pythonic Odyssey" (core Python: basics → OOP,
file I/O, virtualenvs, advanced patterns) and "Python for CyberSecurity" (security tooling +
hands-on projects). Includes practical projects (MAC changer, Netcat automation, multi-mode Nmap
scanner, educational keylogger, etc).
→ Live: Python 2 Handbooks
Python
Cybersecurity
Intermediate
Ultimate Bash Script Handbook
From the first echo "Hello World" to real-world automation, this Bash Scripting
Handbook documents a complete learning journey — covering core concepts, scripting logic,
debugging, security, and practical projects. A hands-on roadmap for mastering Bash and Linux
automation.
→ View: Bash Script Handbook
Bash
Linux
Automation
C Programming & Data Structures Notebook
Data structures and algorithms implemented in C. Arrays, linked lists, stacks, queues,
trees, sorting algorithms, and complexity analysis. A practical reference for CSE students
preparing for interviews and competitive programming.
→ View: C Programming DSA Notebook
C
DSA
Algorithms
JavaScript Notebooks
A curated, GitHub-Pages ready learning hub of six PDF notebooks (128 pages) that guide beginners
to modern ES6+. Searchable catalog with filters, direct open/download links, clear learning
path, DOM/BOM/storage examples, best-practices and automated repo validation; perfect for
learners and portfolio showcase.
→ Live: JavaScript 6 Notebooks
JavaScript
Web Dev
Beginner
PHP Fundamentals Notebook
Curated PHP learning library with 7 PDF notebooks covering fundamentals, form validation,
sessions and cookies, file and XML handling, MySQL with PDO, MVC, and AJAX/JSON, plus companion
projects and a GitHub Pages site that makes the full learning path easy to explore.
→ Live: PHP 7 Notebooks
PHP
Web Dev
Beginner