SQLFluff is an open-source SQL linter and formatter designed to enforce SQL style consistency and catch errors in SQL code. It supports multiple SQL dialects, including ANSI, PostgreSQL, MySQL, and...
Ruff is a fast Python linter and formatter designed to improve code quality and enforce style guidelines. Designed for high performance, Ruff offers an extensive set of linting rules and...
Hadolint is a linter for Dockerfiles. It helps to detect security issues, syntax errors in Dockerfiles, and build Docker images that follow best practices. Hadolint is based on ShellCheck, which...
When working with Docker, build cache can accumulate over time, taking up valuable disk space. If you want to free up space and remove unnecessary build cache, you can use...
The yamllint is a command line tool used to check YAML files for syntax errors, formatting issues, and best practices. It helps ensure that YAML files are well-formed and follow...
The git-cliff is a command line tool for generating changelogs from Git commit history. It automatically extracts relevant commit messages and formats them into a structured changelog. This helps developers...
Fx is a command line tool for processing, viewing, and formatting JSON. It provides an interactive way to explore JSON data, apply transformations, and filter content using JavaScript expressions. This...
SurrealDB is a versatile database designed to simplify backend development by combining features of traditional relational, document, graph, and key-value databases. It provides real-time queries, built-in authentication, and native support...
The dnspeep is an open-source command line tool that allows you to monitor the DNS queries the computer is making. This tutorial demonstrates how to install dnspeep on Ubuntu 24.04...
The httptap is a command line tool for viewing HTTP and HTTPS requests made by command on Linux. By running a command within an isolated network namespace, httptap intercepts and...