/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

betterdev.blog
| | earthly.dev
2.1 parsecs away

Travel
| | Learn the ins and outs of bash scripting and how it can make your life easier. From understanding shebangs to error handling and variable naming, t...
| | blog.dataumbrella.org
2.1 parsecs away

Travel
| | [AI summary] An article by Rebecca BurWei explains the fundamentals of Bash scripting, covering techniques for automation, error handling, logging, and option parsing within data science workflows.
| | gist.github.com
0.1 parsecs away

Travel
| | Minimal safe Bash script template - see the article with full description: https://betterdev.blog/minimal-safe-bash-script-template/ - script-template.sh
| | fuzzyblog.io
25.5 parsecs away

Travel
| [AI summary] The author discusses differences between Python and Ruby regarding dictionary key access and missing keys, highlighting cultural design philosophies and the Pythonic .get() method.