No description
Find a file
Mike 'Fuzzy' Partin 392615c29e feat: add shorthand aliases for language and tool categories in jrdev script
# Previous message:
refactor: consolidate language and tool aliases in jrdev script

Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
2026-03-11 03:32:12 -07:00
.gitignore chore: ignore aider temporary files in gitignore 2026-03-02 02:17:56 -08:00
ansible.md docs: add comprehensive ansible best practices guide 2026-03-02 02:15:28 -08:00
c-c++.md feat: add c/c++ development conventions guide and update README 2026-03-11 03:21:52 -07:00
docker-compose.md feat: add docker compose guide and update README.md 2026-03-11 03:02:09 -07:00
dockerfile.md feat: add dockerfile best practices documentation and update README index 2026-03-11 02:52:39 -07:00
elisp.md feat: add elisp guide and update main readme 2026-03-11 03:10:14 -07:00
embedded.md feat: add embedded systems project structure and coding guidelines documentation 2026-03-06 04:35:36 -08:00
golang.md docs: add Go development conventions guide 2026-03-02 02:15:20 -08:00
javascript.md feat: add javascript guide and update readme with link 2026-03-11 02:47:23 -07:00
jrdev.sh feat: add shorthand aliases for language and tool categories in jrdev script 2026-03-11 03:32:12 -07:00
kubernetes.md feat: add kubernetes guide documentation and update README.md 2026-03-11 02:57:59 -07:00
python.md docs: add python best practices guide 2026-03-02 02:23:09 -08:00
README.md feat: add c/c++ development conventions guide and update README 2026-03-11 03:21:52 -07:00
ruby.md feat: add ruby guide documentation and update README index 2026-03-11 02:18:43 -07:00
saltstack.md feat: add saltstack documentation and update iac dialects list 2026-03-11 02:35:43 -07:00
terraform.md # pushit: Failed to generate commit message 2026-03-11 02:06:36 -07:00

Documentation Repository

This repository contains technical documentation and guides for various tools and technologies.

Contents

IaC Dialects

  • Ansible Guide - Documentation for Ansible automation and configuration management
  • SaltStack Guide - Documentation for SaltStack configuration management best practices
  • Terraform Guide - Documentation for Terraform Infrastructure as Code best practices

Containerization Dialects

Programming Dialects

  • Golang Guide - Documentation for Go programming language best practices and conventions
  • C/C++ Guide - Documentation for C/C++ development best practices (GCC/Make, Clang/CMake)
  • Python Guide - Documentation for Python development conventions and best practices
  • Ruby Guide - Documentation for Ruby development conventions and best practices
  • JavaScript Guide - Documentation for JavaScript and Node.js development best practices
  • Elisp Guide - Documentation for Emacs Lisp development best practices
  • Embedded Systems Guide - Documentation for embedded systems development (Arduino, ESP32, etc.)

Usage

Browse the individual markdown files for detailed information on each topic.

Contributing

Feel free to contribute by adding new documentation or improving existing guides.

License

This documentation is provided as-is for reference purposes.