This roundup selects some useful code formatters for Python developers.
Read more
This roundup selects some useful code formatters for Python developers.
Read more
Standard Clojure Style is a JavaScript implementation of a formatter for Clojure source code.
Read more
OneDev is a self-hosted Git server and DevOps platform that brings together source code management, code review, issue tracking, and more.
Read more
This article picks some useful tools to help you fix Clojure code.
Read more
Darker is a Python command-line tool for teams that want to adopt consistent formatting in an existing codebase.
Read more
usort is a command-line utility for Python projects that sorts import statements while trying to avoid risky rewrites.
Read more
A good IDE tries to accurately predict what the developer is seeking to do without getting in the way.
Read more
Splint is a Clojure linter that focuses on style and code shape rather than code execution. It aims to warn about many of the conventions in the Clojure Style Guide, and is inspired by tools such as RuboCop and Kibit.
Read more
Pyink is a Python code formatter designed as a fork of Black with a small set of different formatting behaviours
Read more
There are some excellent alternative Python shells that extend on the basic shell. They each offer a good interactive Python experience.
Read more
Microdot is a minimalistic web framework for Python and MicroPython inspired by Flask.
Read more
These tools extend Git well beyond basic version control, covering large file handling, repository repair, encryption, secret protection
Read more
BlackSheep is an asynchronous Python web framework for building ASGI web applications and APIs.
Read more
Litestar is a powerful, lightweight, and flexible ASGI framework designed for building modern APIs and web applications.
Read more
Pwndbg is a Python-based debugger enhancement for GDB and LLDB aimed at low-level software developers, reverse engineers, hardware hackers
Read more
Hulak is a file-based API client for the terminal. It lets you define API requests as YAML files, keep them in Git, and run them directly.
Read more
Git Hooks are a built-in feature of Git that allow developers to automate tasks and enforce policies throughout the Git workflow.
Read more
CaptainHook is a flexible Git hook manager that helps teams share and enforce repository workflows through a simple JSON configuration file.
Read more
Githooks is a platform-independent Git hook manager written in Go.
Read more
Git workflow tools help teams manage the day-to-day process of changing, reviewing, testing, and releasing source code
Read more