Shellharden is a syntax highlighter and a tool designed to assist in semi-automating the rewriting of shell scripts to conform with ShellCheck guidelines. This tutorial demonstrates how to install Shellharden...
The deno_lint is a static analysis tool (also known linter) for JavaScript and TypeScript programming language. While deno_lint is integrated into the Deno runtime and can be used via the...
The hck is a command line tool for processing text that allows you to extract specific sections of each line of a file. The hck can be used as alternative...
The fclones is a command line tool designed for identifying and managing duplicate files on a file system. It is written in Rust programming language and focuses on high performance...
The ast-grep is a tool designed for code searching and manipulation, utilizing abstract syntax trees (ASTs) to understand and process code more intelligently than traditional text-based grep tools. This tutorial...
The mise is a tool version manager designed to simplify the management of multiple language environments by replacing tools like asdf, nvm, pyenv, and rbenv. This tutorial demonstrates how to...
The Nuclei is a configurable vulnerability scanner used for identifying security vulnerabilities across various systems and applications. It utilizes YAML-based templates, allowing users to create and share custom vulnerability detection...
Trivy is an open-source vulnerability scanner for container images, file systems, Git repositories, and more. Trivy is designed to detect a variety of security issues including vulnerabilities, misconfigurations, and compliance...
GoReplay is an open-source tool designed for capturing and replaying live HTTP traffic. It is commonly used for testing and debugging web applications. This tutorial demonstrates how to install GoReplay...
The gotestsum is a tool designed to improve the process of running tests in Go. It provides a more user-friendly and readable output for Go test results, especially when running...