Qdrant is an open-source vector database and similarity search engine. It is designed for applications that require high-performance vector search, such as recommendation systems, image search, text search, and more...
KeyDB is an open-source, high-performance database that is fully compatible with Redis. It aims to provide enhanced performance and additional features compared to Redis, while maintaining compatibility with Redis clients...
Broot is a command line tool designed to help users navigate, view, and manage file systems more efficiently. It combines features of traditional file managers and command line interfaces to...
Kondo is a command line tool designed specifically for cleaning dependencies and artifacts from projects. It supports various project types like Node.js, Composer, CMake, etc., and removes directories such as...
Dufs is a web-based file manager which enables users to handle files on both remote servers and local machines via a web browser interface.
This tutorial explains how to install...
The xh is a command line tool for sending HTTP requests. It replicates much of HTTPie outstanding design, prioritizing enhanced performance. This tutorial explains how to install xh HTTP requests...
The k6 is an open-source load testing tool designed to help developers and DevOps teams evaluate the performance and reliability of their applications. This tutorial demonstrates how to install k6...
Staticcheck is a static analysis tool for Go programming language. It is designed to improve code quality by identifying bugs, performance issues, and other potential problems in Go code. This...
The golangci-lint is a static analysis tool (also known linter) for Go programming language. It performs checks in parallel, utilizes caching, supports YAML configuration, and integrates with all major IDEs...
The typos is a source code spell checker via command line. It is an open-source tool that is written in the Rust programming language. This tutorial demonstrates how to install...