|
1 | 1 | # Code Cookbook π©βπ»π¨βπ³ππ₯ |
2 | | -> Recipes for solving |
| 2 | +> Reusuable code patterns which you can use as reference or copy to your project |
3 | 3 |
|
4 | 4 | <!-- |
5 | 5 |  |
6 | 6 | --> |
7 | 7 |
|
8 | | -A collection of reusable code samples, from small code snippets in Python or JS, to entire files to use for your language-specific Makefile or deploy pipeline. |
| 8 | +This my collection of reusable code samples and instructions, arranged in a way like recipes so that you can use an entire file to solve a task and not just look for one line like in a cheatsheet guide. |
9 | 9 |
|
10 | | -I have written and refined some of them myself. Or have copied from other sources like tutorials or other repos. I give credit as much as possible to the orginal source. Sometimes I don't even understand how a file works, but I know what it does and that it will be useful one day so I stash it as a reference in this centralized repo. |
| 10 | +Here you'll find code snippets in Jekyll, Bash, Python or JS. And some entire files you can copy in part or as a whole for your Makefile or deploy pipeline config. |
| 11 | + |
| 12 | +I have written and refined some of these recipes myself from my dev experience. Or I have copied from other sources like tutorials or other repos. I give credit as much as possible to the orginal source. Sometimes I don't even understand how a file works, but I know what it does and that it will be useful one day so I stash it as a reference in this centralized repo. This suits my learning style as I like to learn by example and real-world use, not just memorizing syntax and definitions. |
11 | 13 |
|
12 | 14 | <!-- TODO move to About section or new page. |
13 | 15 |
|
@@ -37,12 +39,15 @@ This project is partly based on a principle in the book [Steal like an artist](h |
37 | 39 |
|
38 | 40 | Here are some highlights of this project: |
39 | 41 |
|
40 | | -- [CI/CD](/recipes/ci-cd) - many sample configs for GH Actions to test and deploy your app, plus a bit of Netlify configs |
| 42 | +- [CI/CD](/recipes/ci-cd) |
| 43 | + - Many language-specific sample [workflows](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/ci-cd/github-actions/workflows) for GH Actions to test and deploy your app |
| 44 | + - Plus some Netlify configs |
41 | 45 | - SEO |
42 | 46 | - [robots.txt](/recipes/robots/) |
43 | 47 | - [sitemap.xml](/recipes/sitemap/) |
44 | 48 | - [Shell](/recipes/shell/) - usage help for commands and examples or patterns to use them. Such as using `find` or `grep`. |
45 | 49 | - [Jekyll](/recipes/jekyll/) - code snippets and configs |
| 50 | +- [Containers](/recipes/containers) - commands and configs for using Docket and k8s. |
46 | 51 |
|
47 | 52 |
|
48 | 53 | ## License |
|
0 commit comments