Skip to content

Commit f4c57c5

Browse files
Update README.md
1 parent dc4d514 commit f4c57c5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Code Cookbook πŸ‘©β€πŸ’»πŸ‘¨β€πŸ³πŸ“–πŸ₯—
2-
> Recipes for solving
2+
> Reusuable code patterns which you can use as reference or copy to your project
33
44
<!--
55
![Check markdown links](https://github.com/MichaelCurrin/code-cookbook/workflows/Check%20markdown%20links/badge.svg)
66
-->
77

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.
99

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.
1113

1214
<!-- TODO move to About section or new page.
1315
@@ -37,12 +39,15 @@ This project is partly based on a principle in the book [Steal like an artist](h
3739

3840
Here are some highlights of this project:
3941

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
4145
- SEO
4246
- [robots.txt](/recipes/robots/)
4347
- [sitemap.xml](/recipes/sitemap/)
4448
- [Shell](/recipes/shell/) - usage help for commands and examples or patterns to use them. Such as using `find` or `grep`.
4549
- [Jekyll](/recipes/jekyll/) - code snippets and configs
50+
- [Containers](/recipes/containers) - commands and configs for using Docket and k8s.
4651

4752

4853
## License

0 commit comments

Comments
Β (0)