Michael Currin
Michael Currin
Consider moving some content to boilerplate / recipe / cookbook repo for longer examples
Common use-cases - [ ] Random - [ ] Requests. And urllib - [ ] File IO. Read, write, CSV, JSON. - [ ] Argparse, Click - [ ] Working...
See note in Learn to Code issues Consider Jekyll admin - it can be overwritten to specify rules for items and it can be setup for remote use. Hugo is...
At least for language README files
Add a copy-and-paste description to go in the License section of a README, showing in bullet point form what people can do and must obey
How to lock versions with ^, ~, >, etc. for gems, npm, Python
See https://github.com/MichaelCurrin/learn-to-code/tree/master/Shell/Bash and maybe Shell section for not Bash specific. Consider learning what something means, setting something in config and setting something in a script (at the top or inline)...
JS - Promise - Q.Promise - async Python - async Go - goroutine