|
60 | 60 | - [JSON - see also XML and YAML](#json---see-also-xml-and-yaml)
|
61 | 61 | - [Kali](#kali)
|
62 | 62 | - [Liquid Prompt - see also Starship](#liquid-prompt---see-also-starship)
|
| 63 | + - [macOS - see OSX](#macos---see-osx) |
63 | 64 | - [Mail.app](#mailapp)
|
64 | 65 | - [Markdown](#markdown)
|
65 | 66 | - [markdownlint](#markdownlint)
|
|
492 | 493 | <a id="javascript"></a>
|
493 | 494 | ### JavaScript
|
494 | 495 |
|
| 496 | +- [Use JavaScript](javascript/use_javascript.md) |
| 497 | +- [Learn JavaScript](javascript/learn_javascript.md) |
495 | 498 | - [Use a styleguide](javascript/use_a_style_guide.md)
|
496 | 499 | - [Beware of eval](javascript/beware_of_eval.md)
|
497 | 500 | - [Default Parameters for Functions](javascript/function_default_parameters.md)
|
498 |
| -- [Learn JavaScript](javascript/learn_javascript.md) |
| 501 | +- [Console.log](javascript/console_log.md) |
| 502 | +- [Dynamic properties](javascript/dynamic_properties.md) |
499 | 503 |
|
500 | 504 | <a id="jenkins"></a>
|
501 | 505 | ### Jenkins
|
|
532 | 536 |
|
533 | 537 | - [Install Liquid Prompt](liquidprompt/install_liquidprompt.md)
|
534 | 538 |
|
| 539 | +<a id="macos"></a> |
| 540 | +### macOS - see OSX |
| 541 | + |
535 | 542 | <a id="mailapp"></a>
|
536 | 543 | ### Mail.app
|
537 | 544 |
|
|
633 | 640 | <a id="perl"></a>
|
634 | 641 | ### Perl
|
635 | 642 |
|
| 643 | +- [Use Perl](perl/use_perl.md) |
636 | 644 | - [View generated SQL when using DBIx::Class](perl/view_generated_sql_when_using_dbix-class.md)
|
637 | 645 | - [Create Test Coverage Report Using Dist::Zilla](perl/create_test_coverage_report_uzing_dist-zilla.md)
|
638 | 646 | - [Avoid issues with META.yml with Module::Install](perl/avoid_issues_with_metayml_with_module_install.md)
|
|
642 | 650 | - [Read Input via Pipe](perl/read_input_via_pipe.md)
|
643 | 651 | - [Find out if a given Perl distribution is included in core](perl/find_out_if_a_given_perl_distribution_is_included_in_core.md)
|
644 | 652 | - [Find out what your perl minimum version requirement is](perl/find_out_what_your_perl_minimum_version_requirement_is.md)
|
| 653 | +- [Use cpm](perl/use_cpm.md) |
645 | 654 |
|
646 | 655 | <a id="perlbrew"></a>
|
647 | 656 | ### Perlbrew
|
|
693 | 702 | <a id="regexp></a>
|
694 | 703 | ### Regexp
|
695 | 704 |
|
696 |
| -- [Regex Posix](regexp/regex_posix.md) |
| 705 | +- [Regex Posix](regexp/posix.md) |
697 | 706 |
|
698 | 707 | <a id="renovate"></a>
|
699 | 708 | ### Renovate
|
|
719 | 728 | ### Ruby
|
720 | 729 |
|
721 | 730 | - [Dump objects attributes](ruby/dump_object_attributes.md)
|
| 731 | +- [Use rbenv](ruby/use_rbenv.md) |
| 732 | +- [Use rvm](ruby/use_rvm.md) |
| 733 | +- [Use bundler](ruby/use_bundler.md) |
| 734 | +- [ignore in Git](ruby/ignore_in_git.md) |
722 | 735 |
|
723 | 736 | <a id="rust"></a>
|
724 | 737 | ### Rust
|
|
0 commit comments