Welcome to the official companion repository for the IQ Toolkit YouTube Channel! 🎬
Here you'll find all the code scripts, PDF guides, cheat sheets, and reference materials mentioned in my videos. Everything is organized and ready for you to download, clone, and use in your own projects.
The repository is organized by content type to make it easy to find what you need:
iqtoolkit-resources/
│
├── 🐘 postgres-architecture/ # PostgreSQL deep-dive series
│ └── video-01-process-memory/
│
├── 📚 pdf-guides/ # Deep-dive PDFs and slide decks
│
└── 📄 cheat-sheets/ # Quick reference guides and one-pagers
Browse the folders above or use GitHub's search to find resources from a specific video.
- Click on any file to view it
- Click the
Rawbutton (for code) or the Download icon (for PDFs) to save it
Want everything locally? Run this command in your terminal:
git clone https://github.com/iqtoolkit/iqtoolkit-resources.gitStar ⭐ this repo to get notified when new resources are added!
| Video | Resource | Description |
|---|---|---|
| PostgreSQL Architecture: Process Model & Memory | 📁 video-01-process-memory | Memory Tuning Reality demo - work_mem dangers |
💡 Tip: Each folder contains its own README with specific instructions for that tutorial.
Found a bug in a script? Have a suggestion for a cheat sheet? Contributions are welcome!
- 🐛 Report Issues - Open an Issue to report bugs or request new resources
- 🔧 Submit Fixes - Fork the repo, make your changes, and submit a Pull Request
- 💡 Suggest Ideas - Share your ideas for new tutorials or cheat sheets
Please read our contributing guidelines before submitting a PR.
This repository is available under the MIT License. Feel free to use these scripts and resources in your own projects!
Made with ❤️ by IQ Toolkit