https://github.com/domssilva/cookbook
Code snippets for various things I want to try or programming languages
https://github.com/domssilva/cookbook
exercises learn-by-doing programming-languages
Last synced: 3 months ago
JSON representation
Code snippets for various things I want to try or programming languages
- Host: GitHub
- URL: https://github.com/domssilva/cookbook
- Owner: domssilva
- Created: 2020-07-19T21:33:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T20:05:30.000Z (about 3 years ago)
- Last Synced: 2025-12-18T08:10:09.956Z (6 months ago)
- Topics: exercises, learn-by-doing, programming-languages
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookbook
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.
## 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