Cookbook
Code snippets for various programming languages and libraries
Install / Use
/learn @DevDungeon/CookbookREADME
The Cookbook Method
A cookbook in the programming context is collection of tiny programs that each demonstrate a particular programming concept. The Cookbook Method is the process of learning a programming language by building up a repository of small programs that implement specific programming concepts. Starting with a Hello World program and building the knowledge piece by piece on top of that.
If you are a beginner, you will probably want to start out with one language like Python and start building up your repetoire of snippets for reference and confidence. If you are a seasoned developer, you may want to start building a cookbook from scratch for a new language you have never used, or keep a cookbook for more advanced topics in a language you are already familiar with.
Here is an example of when my Cookbook comes in handy. Recently I was faced with a situation where I needed to make an HTTP request to an API, parse the JSON response, generate a CSV spreadsheet, and email the spreadsheet. Because I already had my own cookbook snippets for doing each of those three actions, it was really easy to put together a program that did what I needed it to.
Watch the video
Benefits of Building Your Own Cookbook
- You can share it with others
- Learn topics that are interesting to you
- You build up your knowledge in small increments
- You can see your progress over time
- You have a library of reference material in your own style.
- It is quicker than looking up documentation or looking for a Stack Overflow answer.
- Explore new topics
- Learn new programming languages.
- Tips for Building a Cookbook
- Store your cookbook in a version control system like Git.
- Keep a to do list of topics or programming languages you want to explore and learn
- It does not have to be just code. I have a lot of plain text .txt files with notes on things like how to create a Python pip package, creating Ruby Gems, or how to create a runnable JAR in Java. Sometimes tips on installing prerequisites if something was difficult or just notes on how to compile and run programs.
- It can also be template programs. For example I have a base chrome browser extension that doesn't really do anything itself, but it is a fully functional extension with all the boilerplate done and ready for me to start developing.
- Programs should be fully runnable and not just chunks of code without context that do not compile and execute
- Keep the snippets small, simple and to one topic
Example Cookbook Topics
Everyone has different goals with programming so identify topics relevant to your interests. Here are some ideas if you do not know where to get started.
- Hello, world
- Getting user input from stdin
- Taking command line arguments
- Reading and writing files
- Using TCP sockets
- Making HTTP requests
- Parsing JSON
- Creating a CSV file
- Making database connections
- Playing an audio file
- Multithreading
- Drawing 2D graphics to screen
- Drawing 3D graphics to screen
- GUI programming
The DevDungeon Cookbook
- http://www.devdungeon.com/cookbook
- https://github.com/DevDungeon/Cookbook
Contact
John "NanoDano" Leon nanodano@devdungeon.com https://www.devdungeon.com
Related Skills
claude-opus-4-5-migration
111.3kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
352.5kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
TrendRadar
51.2k⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
mcp-for-beginners
15.8kThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.

