Learning Resources

Videos, PDFs, code templates, slides, and articles — all in one place.

🔍

10 resources found

📄 pdf
Beginner

C Programming Cheat Sheet

Quick reference for syntax, standard library functions, and common patterns in C.

#c #reference #cheatsheet
5 min read Open
▶️ video
Intermediate

Pointers & Memory – Animated Walkthrough

Visual explanation of how pointers and heap memory work with stack diagrams.

#c #pointers #memory
18 min Open
💻 code
Beginner

C Starter Template

A ready-to-compile project template with Makefile, header guards, and sample unit tests.

#c #template #starter
🗂️ slides
Beginner

HTML & CSS Full Reference

Comprehensive slides covering every HTML element and CSS property you need day-to-day.

#html #css #reference
30 min read Open
▶️ video
Beginner

Build a Portfolio Site – Step by Step

Follow-along video: build and deploy a responsive personal portfolio from scratch.

#html #css #project
45 min Open
💻 code
Intermediate

React + Next.js Starter Kit

Production-ready Next.js template with TypeScript, Tailwind, and ESLint pre-configured.

#react #nextjs #typescript #template
📰 article
Intermediate

JavaScript Deep Dive

In-depth article series on closures, the event loop, and async patterns.

#javascript #async #closures
20 min read Open
📄 pdf
Intermediate

OWASP Top 10 – 2023 Edition

Official guide to the ten most critical web application security risks.

#owasp #web #vulnerabilities
30 min read Open
▶️ video
Intermediate

Intro to Kali Linux & Pen Testing

Video walkthrough of setting up a safe lab environment and running your first scan.

#kali #pentesting #ethical-hacking
35 min Open
📄 pdf
Intermediate

Cryptography Cheat Sheet

Side-by-side comparison of hashing algorithms, symmetric ciphers, and public-key schemes.

#crypto #hashing #encryption
10 min read Open