https://github.com/rashedmakkouk/dev-toolbox
The essentials.
https://github.com/rashedmakkouk/dev-toolbox
bookmarks cheat-sheets cheatsheet documentation guides how-to toolbox tutorials
Last synced: about 2 months ago
JSON representation
The essentials.
- Host: GitHub
- URL: https://github.com/rashedmakkouk/dev-toolbox
- Owner: rashedmakkouk
- License: bsd-3-clause
- Created: 2021-08-19T15:23:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T14:37:51.000Z (over 3 years ago)
- Last Synced: 2025-12-16T18:16:37.535Z (6 months ago)
- Topics: bookmarks, cheat-sheets, cheatsheet, documentation, guides, how-to, toolbox, tutorials
- Language: JavaScript
- Homepage: https://rashedmakkouk.github.io/dev-toolbox
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Toolbox
[][dev-toolbox-website]

This package contains the source code and documentation powering [dev-toolbox][dev-toolbox-website] website.
## Topics
### [Development](./content/development/index.md)
> Guides related to software programming and development environment.
- TypeScript
### [DevOps](./content/devops/index.md)
- Docker
- Git
- Linux
- VirtualBox
- Windows
- Yarn
### [How-to](./content/how-to/index.md)
> Step-by-step tutorials and guides.
- DevOps
- General
- Git
- GitHub
- GitLab
- Kubernetes
- Linux
- Windows
### [Resources](./content/resources/index.md)
- Useful Links
- Remote Work
### [Style Guides](./content/style-guides/index.md)
- Markdown
- Version Control
### [Templates](./content/templates/index.md)
> Sample installation and configuration files and scripts.
- Nginx server
- SSH Agent
- WSL 2 Port Forwarding
## Changelog
Check the [Changelog][changelog] for a detailed list of new features and changes.
## Community
Head over to [Discussions][discussions] where you can ask questions, request new features or voice
your ideas and suggestions.
- [`Ideas`][discussions-ideas]
- [`Q&A`][discussions-q-a]
- [`Issues`][issues]
## License
This package is available under the [BSD 3-Clause license][bsd-3-clause-license]. It also includes
external libraries that are available under a variety of licenses. See [LICENSE][license-file] for
the full license text.
[discussions]: https://github.com/rashedmakkouk/dev-toolbox/discussions
[discussions-ideas]: https://github.com/rashedmakkouk/dev-toolbox/discussions/categories/ideas
[discussions-q-a]: https://github.com/rashedmakkouk/dev-toolbox/discussions/categories/q-a
[issues]: https://github.com/rashedmakkouk/dev-toolbox/issues
[changelog]: https://github.com/rashedmakkouk/dev-toolbox/blob/main/CHANGELOG.md
[dev-toolbox-website]: https://rashedmakkouk.github.io/dev-toolbox
[bsd-3-clause-license]: https://opensource.org/licenses/BSD-3-Clause
[license-file]: https://github.com/rashedmakkouk/dev-toolbox/blob/main/LICENSE