Top 86 Best Tools For Developer in 2024

23 min read
Last updated: Feb 25, 2024

Top 86 Best Tools For Developer

Having the best development tools will help you to be more productive and efficient. Top tools that every developer should add to their arsenal are:

  1. WorkOS

    WorkOS

    Website: WorkOS

    SDKs (Node, Ruby, Python, Go, Java, etc) to make it easy to add SSO, MFA, directory sync and audit logs to your app. Also supports email magic links and OAuth via Google & Microsoft. Admin dashboard for your users to configure their SSO settings so you don’t need to build it.

  2. Thin

    Thin

    Website: Thin

    Auto-generates a REST backend based on your Postgres data schema with TypeScript definitions. Schema designer includes common patterns e.g. foreign key constraints, Postgres Policies for access control, cascading delete actions. Handles schema migrations. Open source.

  3. Brev

    Brev

    Website: Brev

    Provides remote cloud dev workspaces - SSH and code remotely e.g. with Vim or Emacs, connect your IDE e.g. VS Code or Jetbrains. Forward ports to localhost so runtimes & servers etc can be accessed as if local. Share URLs and setup scripts so environments can be reproduced/accessed by others. Manage via CLI or web UI.

  4. Snaplet

    Snaplet

    Website: Snaplet

    Easily copy production databases to dev. Exclude data from certain tables (but maintain the schema). Transform or reduce data to redact private data (replacements are consistent across snapshots) with custom JS. CLI for restoring snapshots to your local DB. Can choose to restore all data or specific tables.

  5. Lite XL

    Lite XL

    Website: Lite XL

    Incredibly lightweight (3MB) because it focuses on just text editing. Good font rendering. Themes and syntax highlighting out of the box. Splits, global find, multi-cursor editing. Command palette. Cross platform - Windows, macOS and Linux. Decent plugin ecosystem. Open source.

  6. Terratag

    Terratag

    Website: Terratag

    Makes it easy to manage tags in Terraform from a single CLI. Cascade tags/labels to AWS, GCP, and Azure. All managed via templates so they can be added, updated, removed at any time. Recurse directories of Terraform configs. Open source.

  7. Directus

    Directus

    Website: Directus

    Connects to any SQL database and provides an API (REST, GraphQL), JS SDK, a CLI, and a web UI. Provides an analytics dashboard from your data. Configure web hooks on write events. Data flows can trigger on events, transform data, perform actions e.g. send emails, send webhook. Supports SSO & RBAC. Open source.

  8. GitKraken

    GitKraken

    Website: GitKraken

    Provides an overview of local and remote origins, tags, submodules and code hosting features like PRs, issues, and CI/CD e.g. GitHub Actions. Use the GUI alongside the built-in terminal, or switch it to CLI-first, which provides enhancements like a visual tree view and autocomplete/suggest. Supports Mac, Windows, Linux.

  9. btop

    btop

    Website: btop

    Toggleable real-time visual panels for CPU (per core), memory, disk and network resource consumption. Process list with filters and per process detail view. Option to kill processes or send signals. Graphical visualization of activity per core, CPU and network tx/rx. Option to inherit shell theme. Open source.

  10. Zigi

    Zigi

    Website: Zigi

    Slack chatbot for running dev processes. Supports common tasks like managing open PRs, reminding people assigned to tasks, changing linked JIRA ticket statuses, getting a morning task summary. Reminders sent as normal Slack messages so full chat context can be maintained. Team leader view shows open tasks across all team members.

  11. exa

    exa

    Website: exa

    Makes listing files much better - uses shell colors, shows Git status, optionally shows file type icons, human readable file sizes, useful defaults for showing metadata in long view. Tree view for recursing into sub directories. Can sort and filter using globs and gitignore. Executes queries in parallel. Open source.

  12. pre-commit

    pre-commit

    Website: pre-commit

    Declaratively manage Git hooks in a single config file. Handles installing runtimes and dependencies e.g. Node for a hook script written in JS. Clean output which shows pass/fail status of each hook when triggered. Configure files, excludes, filetypes, that it will run against. Open source.

  13. Airplane

    Airplane

    Website: Airplane

    Makes it easy to replace ad-hoc scripts. Interact with SQL and REST APIs. Build tasks in the web UI and combine them with Node, Python, Shell, Docker or no-code blocks. Tasks can be defined in YAML, exported, imported and executed from a CLI. Self-hosted agent allows tasks to run within your own environment/network. Slack integration for approving executions.

  14. forgit

    forgit

    Website: forgit

    Lightweight CLI that uses fzf to make Git commands interactive - add, log, reset, checkout, branch, revert, stash, rebase, commit, and others. Triggered via short character aliases e.g. ga for git add or gc for git commit. Has keyboard shortcuts. Inherits shell colors. Open source.

  15. UTM Mac

    UTM Mac

    Website: UTM Mac

    Install and run macOS, Windows, Linux guest VMs with macOS as the host. Supports both x86 and ARM images. Automated download and installation of common images, including macOS guest. Uses native UI and virtualization framework which offers the best performance. Open source.

  16. Trunk Check

    Trunk Check

    Website: Trunk Check

    Single CLI that runs all your linters and formatters. Doesn’t reimplement existing tools, but consolidates settings, versions, rules into a single config. Can auto-fix problems. Operates on changed files by default, so you can gradually roll it out across existing code. CI/CD integration. Optional web UI to track trends.

  17. cw

    cw

    Website: cw

    CLI to stream logs from AWS Cloudwatch for one or multiple log groups/streams. Filter based on timestamp. Supports grep, invert grep, and the AWS CLI —query flag (JSON queries). Convert timestamps to UTC or local. Uses AWS CLI credentials (including SSO). Open source.

  18. Toast

    Toast

    Website: Toast

    Define steps which are then run inside a container e.g. build code, run a server, execute commands. Choose which Docker image runs the tasks. Tasks can define dependencies on other tasks. Mount paths. Local and remote caching. Can run on CI - feels like GitHub actions, but portable.

  19. Judo

    Judo

    Website: Judo

    Defining the UI server-side allows updates without a new app version. Visual editor converts the UI into SwiftUI and Jetpack Compose components on-device, so the user experience is native. Proper support for dark mode, a11y, i18n, etc. Can connect to arbitrary REST and GraphQL endpoints. Can export raw SwiftUI code.

  20. ugit

    ugit

    Website: ugit

    Simple terminal UI for undoing common git commands (commit, add, push, branch -D, pull, reset, tag, stash, merge, cherry-pick). UI makes it easy to pick the correct action. Doesn’t do anything fancy underneath - executes the commands you’d have had to search for.

  21. fd

    fd

    Website: fd

    High performance file search. Default syntax is easy to remember - case insensitive by default, enabling case-sensitive if the pattern demands it. Search by regex, directory, extension, glob. Optionally execute commands with results (individually, or as a group) e.g. to remove or tar files.

  22. incident.io

    incident.io

    Website: incident.io

    Use Slack slash commands & reactions to declare and manage incidents & related tasks. Auto-link to PagerDuty, OpsGenie, and Zoom calls. Auto-generated post-mortem with timeline and follow ups (can be linked to Jira, GitHub, Linear). Custom decision flows to script questions that determine critical tasks. Feedback prompt on incident close sharing how it went (optionally anonymously).

  23. Lazydocker

    Lazydocker

    Website: Lazydocker

    Terminal interface for Docker (containers, compose, images, volumes) - easy to navigate with keyboard shortcuts and much more responsive than the official Docker Desktop app. Quickly access container stats, logs, and execute commands. Bulk commands e.g. stop all containers. Binaries and packages for Mac, Windows, Linux. Open source.

  24. dstp

    dstp

    Website: dstp

    Very simple CLI for running ping, DNS, TLS, and HTTPS checks against a URL or IP address - useful for quick troubleshooting. Displays the system DNS records for comparison. Configurable output format - text or JSON. Binaries for Mac, Windows, Linux, and packages for Mac and Linux.

  25. StepZen

    StepZen

    Website: StepZen

    Declaratively build GraphQL APIs. Automatically generate schemas from existing databases (SQL & NoSQL), SOAP/XML, and REST APIs. Schemas defined in config files and can include custom SQL or REST queries to build the endpoint. Built-in directives to handle auth, mutations and pagination. Federate multiple graphs/APIs under a single endpoint.

  26. Dotdrop

    Dotdrop

    Website: Dotdrop

    Manage dotfiles in Git. Set up profiles to conditionally include specific files on different machines. Jinja2 templates with support for profile specific conditionals, environment variables, .env file for secrets, file/executable path lookups, filters, macros, and user functions. Pre/post execution hooks. Compare/diff before execution. Open source.

  27. Zed

    Zed

    Website: Zed

    Like jq, but easier to learn. Default behavior is to search rather than transform. Uses ZSON as output by default, which is like JSON but typed. ZSON can be converted to binary or columnar formats for large datasets. Can manipulate data with iterators, count, aggregations, conditionals, sorting, etc. Open source.

  28. Slim.AI

    Slim.AI

    Website: Slim.AI

    Generates significantly smaller images (example Nuxt app container slimmed from 1.3GB to 122MB). Performs static analysis and runs health checks against your app to ensure essential components are not removed. Config options for ensuring assets are included. Can compare slimmed images using Docker Desktop extension. Also open source as DockerSlim.

  29. Oh My Posh

    Oh My Posh

    Website: Oh My Posh

    Customize your shell prompt using a range of blocks e.g. clock, AWS profile, Git repo, Python venv, Spotify track etc. Supports themes, fonts, colors, icons, with lots of presets available. Config written in JSON, but also supports TOML and YAML. Supports right-aligned tooltip-like prompts for extra info. Works on macOS, Windows, and Linux.

  30. EaseProbe

    EaseProbe

    Website: EaseProbe

    Runs HTTP, TCP, Shell, SSH, and client connection (e.g. MySQL, Kafka, Postgres) health checks, and collects hosts (CPU, memory, disk) stats. Triggers notifications via common services (Slack, email, SMS, etc). Can report SLAs. Runs as a single (Go) binary. Open source.

  31. Quickwit

    Quickwit

    Website: Quickwit

    Search backend optimized for large volumes of append-only data with relatively low-QPS (<10 average), most commonly logs. Data in S3 object storage which reduces cost and inherits reliability and scalability. Search instances are stateless. No GC (implemented in Rust). Open source.

  32. Tekton

    Tekton

    Website: Tekton

    Runs as an extension of k8s with workloads executing inside containers, which means you can deploy CI/CD anywhere k8s runs. Scales by adding cluster nodes. Lots of community contributed tasks and pipeline components e.g. golang build or create Buildpacks. CLI is the primary UI, but also exposed via a web dashboard, kubectl, and an API.

  33. gh-dash

    gh-dash

    Website: gh-dash

    Provides a visual terminal interface for GitHub PRs and Issues. Sits on top of the official GitHub CLI so no need for extra auth etc. Customizable filters (using GitHub standard filter syntax). Preview description plus comments.

  34. Meilisearch

    Meilisearch

    Website: Meilisearch

    Search backend as a single (Rust) binary. Gives you search as you type, typo-tolerance, synonyms, highlighting, filters, facets, sorting, and phrase search via a REST API. SDKs for a large number of languages, frontend, and backend frameworks. Includes a simple search web UI out of the box.

  35. Encore

    Encore

    Website: Encore

    Create APIs (internal, public, authenticated) from annotations on standard functions. Databases, queues, scheduled tasks are native code primitives. Builds, deploys, tracing and logs built in. Provisions local and/or cloud test/dev environments. Open source, use your own cloud (AWS, Azure, GCP), or the Encore cloud.

  36. Changie

    Changie

    Website: Changie

    Simple CLI for generating file-based changelogs separate from commits. Using files means changelog entries can be part of diffs. Customizable templates for standardizing input of different types of changes e.g. bug fix, feature, deprecation. Command to merge all changes into a single file.

  37. Rowy

    Rowy

    Website: Rowy

    Acts as a layer on top of the GCP products e.g. Firestore, Cloud Functions, so you can always “break out” to use the full cloud functionality. Easy to create UIs with field types, JOINs across tables, custom code functions executing on data, or external web services. Write functions in JS and use NPM modules. Open source.

  38. nut.js

    nut.js

    Website: nut.js

    Script desktop UI actions - mouse, keyboard, clipboard, windows and what is on screen. Supports macOS, Windows, and Linux. Trigger keyboard shortcuts, input text, find images, click and drag actions. Useful for UI testing or automating common actions. Open source.

  39. Redo

    Redo

    Website: Redo

    Interactive CLI to combine previously executed commands into a new shell function. Shell agnostic. Generated functions are written to a plain text file which can easily be stored in Git or cloud storage.

  40. Warp

    Warp

    Website: Warp

    Built-in auto complete for common commands and options. Output contained within blocks which can be navigated with keyboard shortcuts, easily copied or shared using a web link. Input is a proper text field e.g., easy input for multiple lines, select text, dual cursors, etc. Dark/light mode theme sync. Command palette.

  41. Dockside

    Dockside

    Website: Dockside

    Like running your own local GitHub Codespaces - containerized environment with an IDE attached (uses Theia). Or host in the cloud for team access. IDE is VS Code compatible, runs in your browser. Specify Docker images to launch, or use your own. Quickly spin up new containers for different environments, with RBAC and HTTPS endpoints

  42. RonDB

    RonDB

    Website: RonDB

    High performance high availability datastore with fully synchronous transactions and non-blocking two phase commits within a single cluster. Async replication between clusters. Scales linearly with CPUs. Queries automatically parallelized. MySQL (NDB) compatible interface with many native language SDKs. Open source.

  43. Knock

    Knock

    Website: Knock

    APIs for all the logic around sending notifications. Batching allows triggers to be aggregated into a single notification e.g. many recent comments on a doc into a single email. Supports email, SMS, push and chat notifications, plus in-app feeds. State sync for read status plus notification delays e.g. send email if not read in-feed after 30 mins.

  44. tRPC

    tRPC

    Website: tRPC

    Define type-safe APIs in TypeScript to avoid code generation by sharing types between client/server. Includes adapters for major frameworks e.g. React, Next, Express. Built-in query batching and caching. Supports middleware, logs, WebSockets, and Subscriptions. Supports data transforms e.g. superjson to use standard types over the wire.

  45. Tonic

    Tonic

    Website: Tonic

    Generates realistic fake data through analysis of the real data. Understands field types with a large range of generators e.g. addresses, cross-table sums, UUIDs, etc. Can implement differential privacy and statistical relationships between fields / foreign keys. Maintains consistency through constraints, cardinality and duplication. SaaS or on-prem.

  46. Hypertrace

    Hypertrace

    Website: Hypertrace

    Supports OpenTelemetry, Jaeger and Zipkin plus agent-based SDKs for Java, Go and Python. Cloud native design running inside k8s with Helm Charts. Built-in UI for global health, services, metrics, traces and logs. Processes events in real-time without sampling. Open source.

  47. TablePlus

    TablePlus

    Website: TablePlus

    Native client (not Electron) for PgSQL, MySQL, Mongo, Redshift, and others. Query log shows SQL behind the scenes. Visual row and table editor makes it easy to select field types, alter structure, search/filter, and input data. Can preview changes and SQL before it executes. Inspect DDL for schemas. CSV/SQL import/export. Mac, Windows, iOS.

  48. Pipedream

    Pipedream

    Website: Pipedream

    Handle events from a large number of sources - HTTP endpoints, databases, services like Docusign, Zoom or Google Drive. Chain steps to manipulate source data - send emails, update Google Sheets, insert into database. No-code web editor to query source fields. Use pre-built modules or write code and use packages in custom steps.

  49. Lazygit

    Lazygit

    Website: Lazygit

    Easily run common actions visually - stage (individual lines, files, everything), commit, stash, review logs, interactive rebase, undo/move commits or patches - with just a few keyboard shortcuts. Cherry pick commits to other branches. Uses default terminal theme, also customizable. Binaries and packages available for every platform.

  50. Tilt

    Tilt

    Website: Tilt

    Define all the containers and services in complex (microservices) applications to manage local dev with a single tilt up command. Config file uses a dialect of Python so it can be programmed. UI to manage all running services - get endpoint, view status, tail logs, create your own actions. Supports live updates/rebuilds. Open source.

  51. Liveblocks Storage

    Liveblocks Storage

    Website: Liveblocks Storage

    Building blocks to make it easy to create collaborative applications e.g. multiplayer documents. APIs convert JS objects, lists and maps into CRDTs with managed sync of changes, conflicts, and offline support. Handles persistence of documents. REST API or SDKs for React, Zustand, Redux, Node.

  52. dsq

    dsq

    Website: dsq

    Allows querying different file types with SQL e.g. CSV, JSON, Parquet, Excel, Apache/Nginx logs. Uses SQLite under the hood. Supports multiple files as “table”, and joins between them. Query nested objects.

  53. Secretive

    Secretive

    Website: Secretive

    SSH keys securely stored in Apple’s secure enclave. Works with git, SSH connections, etc. Authenticated via macOS, which allows you to use Touch ID and Apple Watch. Native management GUI. Open source.

  54. Daily.dev

    Daily.dev

    Website: Daily.dev

    Highlights dev-related articles based on customizable topics. Web version or replace browser start page (Chrome, Firefox, Edge). DND mode to avoid distracting articles during specified times. Bookmarked articles available as RSS and can be committed to GitHub. Open source.

  55. GrowthBook

    GrowthBook

    Website: GrowthBook

    Option for self-hosted (via a Docker container) or cloud service. Supports many different analytics datastores so existing data can be used to run experiments e.g. Redshift, Snowflake, ClickHouse, Postgres, MySQL. SDKs for running experiments from code. Jupyter notebook export.

  56. micro

    micro

    Website: micro

    Static (Go) binary makes it easy to install anywhere (also in major package managers). Splits, tabs, discoverable keybindings, multiple cursors, mouse support (selecting!), color themes, diff gutter, auto-complete, syntax highlighting, system clipboard integration, linting, macros.

  57. Stepsize

    Stepsize

    Website: Stepsize

    Integrates with VS Code and JetBrains IDEs to link issues with code. Issues highlighted with the currently open editor with indicators on the relevant lines of code. Syncs with JIRA, GitHub Issues, Linear. Tracks TODO comments across the codebase.

  58. Hermit

    Hermit

    Website: Hermit

    Bootstrap and manage isolated dev environments tied to the code e.g. specific versions of Go, Rust, Node, GNU make, etc. Config (and packages) defined in HCL. Supports private packages. Can define environment variables. Runs in CI. Hooks into your shell for auto-activation of environments.

  59. htmlq

    htmlq

    Website: htmlq

    Easily query HTML using selectors such as IDs, attributes, text filters, and nodes. Can perform actions like returning all links, extracting text, removing nodes. Pretty print HTML. Open source. Packages available for Mac, FreeBSD, Windows.

  60. Strapi

    Strapi

    Website: Strapi

    Provides REST (default) and GraphQL (via a plugin) APIs to your content. Choice of backing datastore - defaults to SQLite; MySQL, Postgres, MariaDB also supported. Admin panel is “static”, so can be deployed anywhere that can serve web requests e.g. S3. Can also use S3 for handling media uploads. Open source.

  61. Goose

    Goose

    Website: Goose

    Can run migrations as SQL files on disk or embedded into Go functions. The latter means you can ship a self-contained binary to run migrations with no dependencies. Supports out of order migrations. Good DB support: Redshift, MySQL, Postgres, Clickhouse, and others.

  62. GitFinder

    GitFinder

    Website: GitFinder

    Finder integration shows file status badges. Can open and manage GitHub, GitLab, BitBucket PRs from the client. Repo browser with history timeline, tags, remotes, branches. Use the built-in diff viewer or launch your own. Point & click GUI or do everything via shortcuts.

  63. Replay

    Replay

    Website: Replay

    Go back in time and add debug statements, inspect React components, access browser devtools and network requests. Record automated tests (Playwright, Puppeteer) to get replays for failures. Clever implementation means (non-deterministic) inputs are recorded rather than every system call (significantly reduces overhead and allows for replaying state at all points in time).

  64. JLess

    JLess

    Website: JLess

    Pretty-print JSON files. Expand/collapse objects and arrays. Vim-inspired commands make navigating easy e.g. move around nodes and siblings, focus on lines, scroll by characters or lines. Uses native shell colors. Regex and full text searching.

  65. Dockly

    Dockly

    Website: Dockly

    Interactive terminal interface for managing Docker - list, search, tail logs, stop, star and enter shell for any locally running containers. Shows basic stats e.g. CPU utilization, state and status. Inherits native shell colors.

  66. Fly.io

    Fly.io

    Website: Fly.io

    CLI-first interface. Deploys apps from a Dockerfile to global locations, but they actually run on Firecracker VMs. Scale up app instances with 1 command (or use auto scaling). Internal IPv6 networking with clever address routing to discover instances (which you can connect to via Wireguard). Managed Postgres with HA & read replicas.

  67. Cheat

    Cheat

    Website: Cheat

    Built in community cheat sheets auto-downloaded for all major Unix commands - quickly get access to examples of the most common options. Create your own, then add tags and paths. Phrase search within. Autocompletion for bash, fish and zsh.

  68. Budibase

    Budibase

    Website: Budibase

    Can connect to REST APIs and import API specs e.g. Swagger/OpenAPI 2.0 to automatically connect the UI to the data (or databases and CSV). Can create custom views with filters, grouped or calculated fields from data sources. Multi-step automations to process data. Supports dark mode. Open source or cloud service.

  69. Script Kit

    Script Kit

    Website: Script Kit

    Quickly execute scripts from an Alfred/Spotlight type launcher. Scripts written in JS to perform actions like search APIs, launch apps, resize images, manipulate strings - anything you can do with Node.JS (including npm support). Built-in UI for script inputs. Add keyboard shortcuts.

  70. Gita

    Gita

    Website: Gita

    List all Git repos in a directory and view their status, branch, staged/unstaged changes and last commit message. Color coding shows status compared to remote. Can add flags, list by flag, group, list by group. List repos in a config file then clone them all at once. Batch execute git commands across all/grouped/specific repos e.g. git pull on all repos.

  71. imgproxy

    imgproxy

    Website: imgproxy

    Go binary or run as a container (includes official Helm chart). Resize images via URLs, which can (and should) be signed. Can serve files from cloud storage (S3, GCS, etc). Can compress, crop, fill, blur, watermark and convert to desired formats. Emits metrics to Prometheus, New Relic & Datadog. Open source.

  72. elfshaker

    elfshaker

    Website: elfshaker

    Designed to work particularly well for use cases with lots of similar files that don’t change often. Snapshot command stores the state of the current working directory - execute as you make changes like a git commit. Pack command compresses the snapshots. Very fast snapshot extract. Open source and works on Windows, Linux, macOS.

  73. Miller

    Miller

    Website: Miller

    Work with field names rather than positional indices. Add new fields, run aggregations, colorized, tabular pretty-print. Operates with streams so only a single record is in memory at one time (unless needed for certain operations like sort) i.e. minimal footprint. Single binary (Golang, open source) with packages for Windows, Linux, macOS.

  74. Swimm

    Swimm

    Website: Swimm

    Docs live as Markdown in the code repo. Smart editor links snippets and references even through refactors, moves, renames, etc. Plugin for VS Code and JetBrains editors to render docs in-line/. Integrate with CI (or Git hooks) to get PR comments and a quick edit link when docs need updating.

  75. Cube

    Cube

    Website: Cube

    Provides an HTTP API with caching, pre-aggregation and SQL support on top of popular datastores e.g. Postgres, Redshift, BigQuery. Visualization libraries provided for D3, Vue, Angular, React. Local “playground” UI makes it easy to debug queries. Open source (including cluster mode for scaling). Optional cloud version.

  76. watchexec

    watchexec

    Website: watchexec

    Simply watch files and execute commands when changes are detected. Specify files, filetypes, directories, filters/ignores (including .gitignore). Can issue command restarts e.g. for servers. Runs commands in a shell, which can be specified (or set to no shell).

  77. AutoCloud

    AutoCloud

    Website: AutoCloud

    Snapshots allow you to visualize changes in cloud resources. Provides security and compliance suggestions, which can be exported to CSV. Search and filter resources which are highlighted in the map view. Provides a GraphQL API for your cloud resources. Open source backend with CLI.

  78. mob

    mob

    Website: mob

    Manages WIP branches and makes it easy to hand over development to your programming partner(s). Makes it easy for multiple people to simultaneously contribute to a coding session. Built-in timers. Squashes commits by default. Single binary CLI with packages for macOS, Windows, Linux (including Arch & Nix).

  79. Turborepo

    Turborepo

    Website: Turborepo

    Gradual install so you can slowly roll it out to different parts of your repo. Pipelines defined in package.json. Caches based on hashes so builds are incremental, which also includes logs and emitted files, making builds much faster. Supports remote caching that can be shared using content addressable storage.

  80. fuite

    fuite

    Website: fuite

    Simple CLI for automating testing for memory leaks, primarily relevant for SPAs. Examines objects, event listeners, DOM nodes and collections. Default test scenario does most of what you need, but custom scenarios can be defined e.g. custom setup to log into an app. Has an API.

  81. Dura

    Dura

    Website: Dura

    Commits uncommitted changes every 5 sec to a separate branch without affecting HEAD, the current branch or staged files. Use standard git commands to switch to the Dura branch if you need to recover. Can watch multiple directories.

  82. xh

    xh

    Website: xh

    Not as fiddly as curl - can use shorthand URLs and it’ll do the right thing (HTTPS by default if using xhs binary). Can ask it to output the curl equivalent command if needed. Easy to specify body parameters, query strings, set request headers, get response headers. Response colorized by default. Packages for most systems (Mac, Linux & Windows).

  83. Teleport

    Teleport

    Website: Teleport

    RBAC for remote login to servers (SSH), databases, k8s, desktops and internal web applications. Uses cert-based access control with 2FA rather than passwords or keys. Records all sessions automatically. Teleport SSH server compatible with OpenSSH so you can use any client (including a web client). Open source - deploy self-hosted or via cloud.

  84. sd

    sd

    Website: sd

    Use regex syntax from JS and Python rather than figuring out sed and awk. Find and replace using string-literals to avoid regex entirely. Simple syntax for in-file operations, including preview changes. Simple replacements on large files significantly faster than sed. Cross-platform support with packages for common OSs.

  85. LakeFS

    LakeFS

    Website: LakeFS

    Sits on top of S3-compatible object storage and acts as a copy-on-write management layer/proxy. Create branches of data e.g. to run tests, upgrade tools, migrate schemas, etc without risking the data. Atomic merge avoids bad states and allows rollbacks. Can ingest existing data without copying it.

  86. Soda

    Soda

    Website: Soda

    Auto-suggests initial tests. Config and tests are code. Either run as a CLI with all analysis done locally, or as a Python library to programmatically test data. Configurable expected error rate before erroring. Works alongside Airflow, Dagster, or dbt to support scheduled tests. Open source - cloud service optional (alerts and reporting).

These were the top tools that every developer should add to their arsenal.

Any thoughts, let's discuss on twitter

Sharing this article is a great way to educate others like you just did.



If you’ve enjoyed this issue, do consider subscribing to my newsletter.


Subscribe to get more such interesting content !

Tech, Product, Money, Books, Life. Discover stuff, be inspired, and get ahead. Box Piper is on Twitter and Discord. Let's Connect!!

To read more such interesting topics, let's go Home

More Products from the maker of Box Piper:

Follow GitPiper Instagram account. GitPiper is the worlds biggest repository of programming and technology resources. There is nothing you can't find on GitPiper.

Follow SharkTankSeason.com. Dive into the riveting world of Shark Tank Seasons. Explore episodes, pitches, products, investment details, companies, seasons and stories of entrepreneurs seeking investment deals from sharks. Get inspired today!.


Scraper API

More Blogs from the house of Box Piper: