Skip to content

Latest commit

 

History

History
2166 lines (1845 loc) · 108 KB

tools.md

File metadata and controls

2166 lines (1845 loc) · 108 KB

Bookmarks tagged [tools]

https://www.thenewdynamic.org/tool/

A curated collection of tools and services


https://www.thenewdynamic.org/


https://github.com/AlDanial/cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. - AlDanial/cloc


https://chocolatey.org

Chocolatey is kind of like apt-get, but for Windows (with Windows comes limitations). It is a machine level package manager that is built on top of nuget command line and the nuget infrastructure.

"O...


https://www.fluentd.org/

Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on.


https://github.com/reactjs/react-redux

Official React bindings for Redux. Contribute to reduxjs/react-redux development by creating an account on GitHub.


https://github.com/reduxjs/redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI - reduxjs/redux-devtools


https://github.com/reactjs/react-router-redux

Ruthlessly simple bindings to keep react-router and redux in sync - reactjs/react-router-redux


https://github.com/erikras/redux-form

A Higher Order Component using react-redux to keep form state in a Redux store - erikras/redux-form


https://github.com/gaearon/redux-thunk

Thunk middleware for Redux. Contribute to reduxjs/redux-thunk development by creating an account on GitHub.


https://github.com/theaqua/redux-logger

Logger for Redux. Contribute to LogRocket/redux-logger development by creating an account on GitHub.


https://github.com/reactjs/reselect

Selector library for Redux. Contribute to reduxjs/reselect development by creating an account on GitHub.


https://github.com/paularmstrong/normalizr

Normalizes nested JSON according to a schema. Contribute to paularmstrong/normalizr development by creating an account on GitHub.


https://github.com/yelouafi/redux-saga

An alternative side effect model for Redux apps. Contribute to redux-saga/redux-saga development by creating an account on GitHub.


https://github.com/matthieu-beteille/redux-data-fx

Declarative Side Effects for Redux. Contribute to matthieu-beteille/redux-data-fx development by creating an account on GitHub.


https://github.com/redux-observable/redux-observable

RxJS middleware for action side effects in Redux using "Epics" - redux-observable/redux-observable


https://github.com/markdalgleish/redux-analytics

Analytics middleware for Redux. Contribute to markdalgleish/redux-analytics development by creating an account on GitHub.


https://github.com/omnidan/redux-undo

♻️ higher order reducer to add undo/redo functionality to redux state containers - omnidan/redux-undo


https://github.com/treasure-data/redux-search

Redux bindings for client-side search. Contribute to bvaughn/redux-search development by creating an account on GitHub.


https://github.com/arnaudbenard/redux-mock-store

A mock store for testing Redux async action creators and middleware. - dmitry-zaets/redux-mock-store


https://github.com/gajus/redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state. - gajus/redux-immutable


https://github.com/derzunov/redux-react-i18n

An i18n solution for React/Redux and React Native projects - derzunov/redux-react-i18n


https://github.com/razodeh/r16n/

A Redux Internationalization with bindings. Contribute to razodeh/r16n development by creating an account on GitHub.


https://github.com/alnorris/redux-actiontyper

Helper to create less verbose action types for Redux - alnorris/redux-actiontyper


https://github.com/suyesh/redux-state-validator

Contribute to suyesh/redux-state-validator development by creating an account on GitHub.


https://github.com/rt2zz/redux-persist

Persist and rehydrate a redux store


https://github.com/mobxjs/mobx-react

React bindings for MobX. Contribute to mobxjs/mobx-react development by creating an account on GitHub.


https://graphcms.com


https://github.com/sarkistlt/mongoose-schema-to-graphql

Use Mongoose schema to generate graphQL type. Contribute to sarkistlt/mongoose-schema-to-graphql development by creating an account on GitHub.


https://github.com/dacz/apollo-bridge-link

When you don't have GraphQL server (yet) and want to use GraphQL on the client. - dacz/apollo-bridge-link


https://github.com/graphcool/graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration) - prisma/graphql-playground


https://github.com/facebook/jscodeshift

A JavaScript codemod toolkit. Contribute to facebook/jscodeshift development by creating an account on GitHub.


https://www.runscope.com/

Automated API Monitoring & Testing.


https://ping-api.com/

Automated API Monitoring & Testing.


https://magic.import.io/

Create a REST API from any website in one click.


https://apiary.io/

Collaborative design, instant API mock, generated documentation, integrated code samples, debugging and automated testing.


https://aws.amazon.com/api-gateway/

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.


https://apigee.com

Apigee is the leading provider of API technology and services for enterprises and developers.


https://www.3scale.net/

Nginx based API gateway to integrate internal and external API services with 3scale's API Management Platform.


https://assertible.com

Continuously test and monitor your APIs after deployments and across environments.


https://www.moesif.com

API Analytics for Debugging, Monitoring, and Usage Tracking for RESTful and GraphQL.


https://beeceptor.com/

An HTTP inspecting, mocking and proxing service. Gives named endpoints for creating mock API endpoints and simulate responses.


https://github.com/bradleyfalzon/apicompat

Checks recent changes to a Go project for backwards incompatible changes.


https://github.com/mibk/dupl

Tool for code clone detection.


https://github.com/kisielk/errcheck

Errcheck is a program for checking for unchecked errors in Go programs.


https://github.com/davecheney/gcvis

Visualise Go program GC trace data in real time.


https://github.com/qiniu/checkstyle

checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments.


https://github.com/roblaszczak/go-cleanarch

go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects.


https://github.com/go-critic/go-critic

source code linter that brings checks that are currently not implemented in other linters.


https://github.com/psampaz/go-mod-outdated

An easy way to find outdated dependencies of your Go projects.


https://github.com/firstrow/go-outdated

Console application that displays outdated packages.


https://github.com/yuroyoro/goast-viewer

Web based Golang AST visualizer.


http://gocover.io/

GoCover.io offers the code coverage of any golang package as a service.


https://godoc.org/golang.org/x/tools/cmd/goimports

Tool to fix (add, remove) your Go imports automatically.


https://golangci.com/

GolangCI is an automated Golang code review service for GitHub pull requests. Service is open source and it's free for open source projects.


https://github.com/golang/lint

Golint is a linter for Go source code.


http://go-lint.appspot.com/

Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.


https://sourcegraph.com/github.com/sqs/goreturns

Adds zero-value return statements to match the func return types.


https://github.com/dominikh/go-tools/tree/master/cmd/gosimple

gosimple is a linter for Go source code that specialises on simplifying code.


https://github.com/shurcooL/gostatus

Command line tool, shows the status of repositories that contain Go packages.


https://github.com/surullabs/lint

Run linters as part of go test.


https://github.com/z7zmey/php-parser

A Parser for PHP written in Go.


https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck

staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C.


https://github.com/verygoodsoftwarenotvirus/tarp

tarp finds functions and methods without direct unit tests in Go source code.


https://github.com/mdempsky/unconvert

Remove unnecessary type conversions from Go source.


https://github.com/dominikh/go-tools/tree/master/cmd/unused

unused checks Go code for unused constants, variables, functions and types.


https://github.com/mccoyst/validate

Automatically validates struct fields with tags.


https://github.com/usk81/generic

flexible data type for Go.


https://github.com/cheekybits/genny

Elegant generics for Go.


https://github.com/Parquery/gocontracts

brings design-by-contract to Go by synchronizing the code with the documentation.


http://github.com/bouk/gonerics

Idiomatic Generics in Go.


https://github.com/cweill/gotests

Generate Go tests from your source code.


https://github.com/hexdigest/gounit

Generate Go tests using your own templates.


https://github.com/opennota/re2dfa

Transform regular expressions into finite state machines and output Go source code.


https://xuri.me/toml-to-go

Translates TOML into a Go type in the browser instantly.


https://github.com/songgao/colorgo

Wrapper around go command for colorized go build output.


https://github.com/KyleBanks/depth

Visualize dependency trees of any package by analyzing imports.


https://getgb.io/

An easy to use project based build tool for the Go programming language.


https://github.com/axelspringer/generator-go-lang

A Yeoman generator to get new Go projects started.


https://github.com/TrueFurby/go-callvis

Visualize call graph of your Go program using dot format.


https://github.com/skelterjohn/go-pkg-complete

Bash completion for go and wgo.


https://github.com/go-swagger/go-swagger

Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API.


https://github.com/tylerwince/godbg

Implementation of Rusts dbg! macro for quick and easy debugging during development.


https://github.com/kyoh86/richgo

Enrich go test outputs with text decorations.


https://github.com/galeone/rts

RTS: response to struct. Generates Go structs from server responses.


https://github.com/smira/aptly

aptly is a Debian repository management tool.


https://github.com/xuri/aurora

Cross-platform web-based Beanstalkd queue server console.


https://github.com/soniah/awsenv

Small binary that loads Amazon (AWS) environment variables for a profile.


https://github.com/dave/blast

A simple tool for API load testing and batch jobs.


https://github.com/codesenberg/bombardier

Fast cross-platform HTTP benchmarking tool.


https://github.com/bosun-monitor/bosun

Time Series Alerting Framework.


https://github.com/centerorbit/depcharge

Helps orchestrating the execution of commands across the many dependencies in larger projects.


https://github.com/liudng/dogo

Monitoring changes in the source file and automatically compile and run (restart).


https://github.com/appleboy/drone-jenkins

Trigger downstream Jenkins jobs using a binary, docker or Drone CI.


https://github.com/appleboy/drone-scp

Copy files and artifacts via SSH using a binary, docker or Drone CI.


https://github.com/chrismckenzie/dropship

Tool for deploying code via cdn.


https://github.com/appleboy/easyssh-proxy

Golang package for easy remote execution through SSH and SCP downloading via ProxyCommand.


https://github.com/mkchoi212/fac

Command-line user interface to fix git merge conflicts.


https://github.com/gaia-pipeline/gaia

Build powerful pipelines in any programming language.


https://github.com/go-gitea/gitea

Fork of Gogs, entirely community driven.


https://git.jonasfranz.software/JonasFranzDEV/gitea-github-migrator

Migrate all your GitHub repositories, issues, milestones and labels to your Gitea instance.


https://github.com/go-furnace/go-furnace

Hosting solution written in Go. Deploy your Application with ease on AWS, GCP or DigitalOcean.


https://github.com/sanbornm/go-selfupdate

Enable your Go applications to self update.


https://github.com/cryptojuice/gobrew

gobrew lets you easily switch between multiple versions of go.


https://github.com/sirnewton01/godbg

Web-based gdb front-end application.


https://gogs.io/

A Self Hosted Git Service in the Go Programming Language.


https://github.com/inconshreveable/gonative

Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages.


https://github.com/ahmetalpbalkan/govvv

“go build” wrapper to easily add version information into Go binaries.


https://github.com/mitchellh/gox

Dead simple, no frills Go cross compile tool.


https://github.com/laher/goxc

build tool for Go, with a focus on cross-compiling and packaging.


https://github.com/yaronsumel/grapes

Lightweight tool designed to distribute commands over ssh with ease.


https://github.com/moovweb/gvm

GVM provides an interface to manage Go versions.


https://github.com/rakyll/hey

Hey is a tiny program that sends some load to a web application.


https://github.com/ajvb/kala

Simplistic, modern, and performant job scheduler.


https://github.com/cswank/kcli

Command line tool for inspecting kafka topics/partitions/messages.


https://github.com/kubernetes/kubernetes

Container Cluster Manager from Google.


https://github.com/ivanilves/lstags

Tool and API to sync Docker images across different registries.


https://github.com/timdp/lwc

A live-updating version of the UNIX wc command.


https://github.com/xwjdsh/manssh

manssh is a command line tool for managing your ssh alias config easily.


https://github.com/moby/moby

Collaborative project for the container ecosystem to assemble container-based systems.


https://github.com/emicklei/mora

REST server for accessing MongoDB documents and meta data.


https://github.com/ostrost/ostent

collects and displays system metrics and optionally relays to Graphite and/or InfluxDB.


https://github.com/mitchellh/packer

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.


https://github.com/bengadbois/pewpew

Flexible HTTP command line stress tester.


https://github.com/pomerium/pomerium

Pomerium is an identity-aware access proxy.


https://github.com/alouche/rodent

Rodent helps you manage Go versions, projects and track dependencies.


https://github.com/rlmcpherson/s3gof3r

Small utility/library optimized for high speed transfer of large objects into and out of Amazon S3.


https://github.com/scaleway/scaleway-cli

Manage BareMetal Servers from Command Line (as easily as with Docker).


https://github.com/bitfield/script

Making it easy to write shell-like scripts in Go for DevOps and system administration tasks.


https://github.com/ChristopherRabotin/sg

Benchmarks a set of HTTP endpoints (like ab), with possibility to use the response code and data between each call for specific server stress based on its previous response.


https://github.com/TimothyYe/skm

SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily!


https://github.com/sanathp/statusok

Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected.


https://github.com/containous/traefik

Reverse proxy and load balancer with support for multiple backends.


https://github.com/tsenart/vegeta

HTTP load testing tool and library. It's over 9000!


https://github.com/adnanh/webhook

Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server.


https://wide.b3log.org/login

Web-based IDE for Teams using Golang.


https://github.com/masterzen/winrm-cli

Cli tool to remotely execute commands on Windows machines.


https://github.com/crufter/borg

Terminal based search engine for bash snippets.


https://github.com/tejo/boxed

Dropbox based blog engine.


https://github.com/rafael-santiago/cherry

Tiny webchat server in Go.


https://github.com/gocircuit/circuit

Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud ap...


https://github.com/tylertreat/Comcast

Simulate bad network connections.


https://github.com/kelseyhightower/confd

Manage local application configuration files using templates and data from etcd or consul.


https://github.com/skibish/ddns

Personal DDNS client with Digital Ocean Networking DNS as backend.


http://www.docker.com/

Open platform for distributed applications for developers and sysadmins.


https://github.com/documize/community

Modern wiki software that integrates data from SaaS tools.


https://github.com/odeke-em/drive

Google Drive client for the commandline.


https://github.com/gilbertchen/duplicacy

A cross-platform network and cloud backup tool based on the idea of lock-free deduplication.


https://github.com/Antonito/gfile

Securely transfer files between two computers, without any third party, over WebRTC.


https://github.com/shurcooL/Go-Package-Store

App that displays updates for the Go packages in your GOPATH.


https://github.com/Sioro-Neoku/go-peerflix

Video streaming torrent client.


https://github.com/Humpheh/goboy

Nintendo Game Boy Color emulator written in Go.


https://github.com/goccmack/gocc

Gocc is a compiler kit for Go written in Go.


https://github.com/timothyye/godns

A dynamic DNS client tool, supports DNSPod & HE.net, written in Go.


https://github.com/diankong/GoDocTooltip

Chrome extension for Go Doc sites, which shows function description as tooltip at function list.


https://jetbrains.com/go

Full featured cross-platform Go IDE.


https://github.com/buger/gor

Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time.


http://gohugo.io/

Fast and Modern Static Website Engine.


https://github.com/thestrukture/ide

Browser accessible IDE. Designed for Go with Go.


https://github.com/dimiro1/ipe

Open source Pusher server implementation compatible with Pusher client libraries written in GO.


https://github.com/assafmo/joincap

Command-line utility for merging multiple pcap files together.


https://jujucharms.com/

Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more.


https://github.com/jeffail/leaps

Pair programming service using Operational Transforms.


https://github.com/yunabe/lgo

Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility.


http://limetext.org/

Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text.


https://github.com/visualfc/liteide

LiteIDE is a simple, open source, cross-platform Go IDE.


https://github.com/quii/mockingjay-server

Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests.


https://github.com/mehrdadrad/mylg

Command Line Network Diagnostic tool written in Go.


https://github.com/unix4fun/naclpipe

Simple NaCL EC25519 based crypto pipe tool written in Go.


https://github.com/fogleman/nes

Nintendo Entertainment System (NES) emulator written in Go.


https://github.com/noraesae/orange-cat

Markdown previewer written in Go.


https://github.com/gulien/orbit

A simple tool for running commands and generating files from templates.


https://github.com/pointlander/peg

Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.


https://github.com/b3log/pipe

A small and beautiful blogging platform.


https://github.com/restic/restic

De-duplicating backup program.


https://github.com/coreos/rkt

App Container runtime that integrates with init systems, is compatible with other container formats like Docker, and supports alternative execution engines like KVM.


https://github.com/boyter/scc

Sloc Cloc and Code, a very fast accurate code counter with complexity calculations and COCOMO estimates.


https://github.com/chrislusf/seaweedfs

Fast, Simple and Scalable Distributed File System with O(1) disk seek.


https://github.com/msoap/shell2http

Executing shell commands via http server (for prototyping or remote control).


https://github.com/intelsdi-x/snap

Powerful telemetry framework.


https://github.com/lucasgomide/snitch

Simple way to notify your team and many tools when someone has deployed any application via Tsuru.


https://github.com/pressly/sup

Stack Up, a super simple deployment tool - just Unix - think of it like 'make' for a network of servers.


https://syncthing.net/

Open, decentralized file synchronization tool and protocol.


https://github.com/crazcalm/term-quiz

Quizzes for your terminal.


https://github.com/shopify/toxiproxy

Proxy to simulate network and system conditions for automated tests.


https://tsuru.io/

Extensible and open source Platform as a Service software.


https://github.com/VerizonDigital/vflow

High-performance, scalable and reliable IPFIX, sFlow and Netflow collector.


https://github.com/wellington/wellington

Sass project management tool, extends the language with sprite functions (like Compass).


https://github.com/deivid-rodriguez/byebug

A simple to use, feature rich debugger for Ruby 2.


https://github.com/yuki24/did_you_mean

Adds class, method & attribute suggestions to error messages.


https://github.com/deivid-rodriguez/pry-byebug

Pry navigation commands via byebug.


https://github.com/rweng/pry-rails

Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. This is a small gem which causes rails console to open pry. It therefore depends on pry.


https://github.com/josevalim/rails-footnotes

Rails footnotes displays footnotes in your application for easy debugging, such as sessions, request parameters, cookies, filter chain, routes, queries, etc.


https://github.com/JoshCheek/seeing_is_believing

Displays the results of every line of code in your file.


https://github.com/brentd/xray-rails

A development tool that reveals your UI's bones.


https://github.com/backup/backup

Provides an elegant DSL in Ruby for performing backups on UNIX-like systems.


https://github.com/PagerDuty/blender

A modular system orchestration framework with pluggable driver and host discovery.


https://github.com/cloudfoundry/bosh

Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services.


http://capistranorb.com

A remote server automation and deployment tool written in Ruby.


https://github.com/newrelic/centurion

A mass deployment tool for Docker fleets.


https://github.com/chef/chef

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.


https://github.com/etsy/deployinator

Deployinator is a deployment framework extracted from Etsy.


https://github.com/stripe/einhorn

Einhorn will open one or more shared sockets and run multiple copies of your process. You can seamlessly reload your code, dynamically reconfigure Einhorn, and more.


https://github.com/itamae-kitchen/itamae

Simple and lightweight configuration management tool inspired by Chef.


https://github.com/square/kochiku

Kochiku is a distributed platform for test automation.


https://www.lita.io/

ChatOps for Ruby: A pluggable chat bot framework usable with any chat service.


https://github.com/elastic/logstash

Logs/event transport, processing, management, search.


https://github.com/mina-deploy/mina

Really fast deployer and server automation tool.


https://github.com/puppetlabs/puppet

An automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a c...


https://github.com/wvanbergen/request-log-analyzer

Create reports based on your log files. Supports Rails, Apache, MySQL, Delayed::Job, and other formats.


https://github.com/rubber/rubber

The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to Amazon's Elastic Compute Cloud (EC2).


https://github.com/bensie/sshkey

SSH private and public key generator in pure Ruby (RSA & DSA).


https://github.com/kenn/sunzi

Server provisioning utility for minimalists


https://github.com/lxc/ruby-lxc

Native ruby binding for Linux containers.


http://www.vagrantup.com

Create and configure lightweight, reproducible, and portable development environments.


https://github.com/NARKOZ/ginatra

A web frontend for Git repositories.


https://github.com/grosser/git-autobisect

Find the commit that broke master.


https://github.com/reenhanced/gitreflow

An automated quality control workflow for Agile teams.


https://github.com/osheroff/git-spelunk

Dig through git blame history.


https://github.com/aanand/git-up

Fetch and rebase all locally-tracked remote branches.


https://github.com/grosser/git-whence

Find which merge a commit came from.


https://github.com/bkuhlmann/git-cop

Enforces consistent Git commits.


https://github.com/brigade/overcommit

A fully configurable and extendable Git hook manager.


https://github.com/libgit2/rugged

Ruby bindings to libgit2.


https://github.com/excon/excon

Usable, fast, simple Ruby HTTP 1.1. It works great as a general HTTP(s) client and is particularly well suited to usage in API clients.


https://github.com/lostisland/faraday

an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle.


https://github.com/podigee/device_detector

A precise and fast user agent parser and device detector, backed by the largest and most up-to-date user agent database.


https://github.com/nahi/httpclient

Gives something like the functionality of libwww-perl (LWP) in Ruby.


https://github.com/httprb/http

The HTTP Gem: a simple Ruby DSL for making HTTP requests.


https://gitlab.com/honeyryderchuck/httpx

acknowledges the ease-of-use of the http gem API (itself inspired by python requests library) which aims at reusing the same facade, extending it for the use cases wh...


https://github.com/jnunemaker/httparty

Makes http fun again!


https://github.com/igrigorik/http-2

Pure Ruby implementation of HTTP/2 protocol


https://github.com/toland/patron

Patron is a Ruby HTTP client library based on libcurl.


https://github.com/rest-client/rest-client

Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.


https://github.com/savonrb/savon

Savon is a SOAP client for the Ruby programming language.


https://github.com/lostisland/sawyer

Secret user agent of HTTP, built on top of Faraday.


https://github.com/aderyabin/sniffer

Log and Analyze Outgoing HTTP Requests. Contribute to aderyabin/sniffer development by creating an account on GitHub.


https://github.com/typhoeus/typhoeus

Typhoeus wraps libcurl in order to make fast and reliable requests.


https://kubectx.dev/

Switch faster between clusters and namespaces in kubectl - ahmetb/kubectx


https://github.com/errbotio/errbot/

The easiest and most popular chatbot to implement ChatOps.


https://chrome.google.com/webstore/detail/octolinker/jlmafbaeoofdegohdhinkhilhclaklkp

Chrome extension that linkifies dependencies in package.json, .js, .jsx, .coffee and .md files on GitHub.


https://chrome.google.com/webstore/detail/npm-hub/kbbbjimdjbjclaebffknlabpogocablj

Chrome extension to display npm dependencies at the bottom of a repo's readme.


http://blog.tonicdev.com/2015/09/30/embedded-tonic.html

Embed a Node.js environment on any website.


http://requirebin.com

Shareable JavaScript programs powered by npm and browserify.


https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef

Chrome extension that displays npm download stats on GitHub.


https://github.com/graphql/graphiql

An in-browser IDE for exploring GraphQL.


https://github.com/skevy/graphiql-app

A light, Electron-based wrapper around GraphiQL.


https://github.com/Macroz/GraphQLviz

GraphQLviz marries GraphQL (schemas) with Graphviz.


https://github.com/sheerun/graphqlviz

GraphQL API visualizer in Node.js


http://dferber90.github.io/graphql-ast-explorer/

Explore the AST of a GraphQL document interactively


https://www.graphqlhub.com/

Query public API's schemas (e.g. Reddit, Twitter, Github, etc) using GraphiQL


https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/

GraphQL language support for IntelliJ IDEA and WebStorm, including Relay.QL tagged templates in JavaScript and TypeScript.


https://github.com/syrusakbary/gdom

DOM Traversing and Scraping using GraphQL.


https://github.com/almilo/annotated-graphql-server

Server for annotated GraphQL showing how to transform a REST api into a GraphQL endpoint with annotations.


http://nathanrandal.com/graphql-visualizer/

A small webapp that generates an ERD-like visualization of a GraphQL endpoint from an introspection query.


https://github.com/Ghirro/graphql-network

A chrome dev-tools extension for debugging GraphQL network requests.


https://github.com/apollographql/eslint-plugin-graphql

An ESLint plugin that checks your GraphQL strings against a schema.


https://astexplorer.net/

Select "GraphQL" at the top, explore the GraphQL AST and highlight different parts by clicking in the query.


https://github.com/jparise/vim-graphql

A Vim plugin that provides GraphQL file detection and syntax highlighting.


https://github.com/sarkistlt/graphql-auto-generating-cms

Use your existing GraphQL schema to generate simple for use, fully functional CMS in a couple steps.


https://github.com/2fd/graphdoc

Static page generator for documenting GraphQL Schema.


https://github.com/orionsoft/atom-graphql-autocomplete

Autocomplete and lint from a GraphQL endpoint in Atom.


https://github.com/dotansimha/graphql-code-generator

GraphQL code generator based on schema and documents.


https://github.com/andev-software/graphql-ide

An extensive IDE for exploring GraphQL API's.


https://github.com/yarax/swagger-to-graphql

GraphQL types builder based on REST API described in Swagger. Allows to migrate to GraphQL from REST for 5 minutes


https://github.com/APIs-guru/graphql-voyager

Represent any GraphQL API as an interactive graph.


https://graphql-docs.com

Instantly create beautiful GraphQL API docs hosted online.


https://github.com/APIs-guru/graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.


https://github.com/Quramy/ts-graphql-plugin

A language service plugin complete and validate GraphQL query in TypeScript template strings.


https://launchpad.graphql.com/

Like JSFiddle for GraphQL server code, write and deploy a GraphQL API directly from your browser.


https://github.com/apollographql/apollo-tracing

GraphQL extension that enables you to easily get resolver-level performance information as part of a GraphQL response.


https://github.com/imolorhe/altair

A beautiful feature-rich GraphQL Client for all platforms.


https://github.com/abhiaiyer91/apollo-storybook-decorator

Wrap your React Storybook stories with Apollo Client, provide mocks for isolated UI testing with GraphQL


https://github.com/Workpop/graphql-utils/tree/master/packages/graphql-metrics

instrument GraphQL resolvers, logging response times and statuses (if there was an error or not) to the console as well as to InfluxDB.


https://github.com/Brbb/graphql-rover

GraphQL schema interactive navigation, rearrange nodes, search and explore types and fields.


https://github.com/marmelab/json-graphql-server

Get a full fake GraphQL API with zero coding in less than 30 seconds, based on a JSON data file.


https://insomnia.rest/

Insomnia is a cross-platform GraphQL and REST client, available for Mac, Windows, and Linux


https://github.com/prisma/prisma

Turn your database into a GraphQL API. Prisma lets you design your data model and have a production ready GraphQL API online in minutes.


https://github.com/bradleyboy/tuql

Automatically create a GraphQL server from any sqlite database.


https://github.com/teambit/bit

Organize GraphQL API as components to be consumed with NPM or modified from any project (example).


https://github.com/sly777/ran

Production-ready toolkit/boilerplate with support for GraphQL, SSR, Hot-reload, CSS-in-JS, caching, and more.


https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo

Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform


http://graphqldesigner.com/

A developer's web-app tool to rapidly prototype a full stack CRUD implementation of GraphQL with React.


https://graphql-inspector.com/

Tooling for GraphQL. Compare schemas, validate documents, find breaking changes, find similar types, schema coverage.


https://github.com/helios1138/graphql-typed-client

A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety and awesome code completion experience)


https://github.com/strongloop/oasgraph

Take any OpenAPI Specification (OAS) or swagger and create a GraphQL interface - One minute video and resources here


https://github.com/addyosmani/es6-tools#readme

An aggregation of tooling for using ES6 today. Contribute to addyosmani/es6-tools development by creating an account on GitHub.


https://github.com/lvwzhen/tools#readme

Tools Online. Contribute to lvwzhen/tools development by creating an account on GitHub.


https://github.com/cjbarber/ToolsOfTheTrade#readme

Tools of The Trade, from Hacker News. Contribute to cjbarber/ToolsOfTheTrade development by creating an account on GitHub.


https://github.com/emptymalei/awesome-research#readme

🌱 a curated list of tools to help you with research/life - emptymalei/awesome-research


https://github.com/kennethreitz/awesome-coins#readme

₿ A guide (for humans!) to cryto-currencies and their algos. - kennethreitz/awesome-coins


https://mxtoolbox.com/

MxToolbox supports global Internet operations by providing free, fast and accurate network diagnostic and lookup tools. Millions of technology professionals use our tools to help diagnose and resolve ...


http://www.xiconeditor.com/

X-Icon Editor, create high resolution icons from your own browser


https://www.mockapi.io/docs

MockAPI is a simple tool that lets you easily mock up APIs, generate custom data, and preform operations on it using RESTful interface. MockAPI is meant to be used as a prototyping/testing/learning to...


https://github.com/motdotla/dotenv

Loads environment variables from .env for nodejs projects.


http://codemirror.net/

CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced e...


https://github.com/nodenv/nodenv

Manage multiple NodeJS versions.


https://itnext.io/a-personal-review-of-automated-testing-tools-in-the-javascript-world-3c504fe6e05d

In this post, I will talk about my experiences with test automation using tools that support JavaScript. In the first part of the post, I will talk about tools for test automation of the graphical use...


https://jsonformatter.org/

Online JSON Formatter and JSON Validator will format JSON data, and helps to validate, convert JSON to XML, JSON to CSV. Save and Share JSON


https://asciinema.org

asciinema lets you easily record terminal sessions and replay them in a terminal as well as in a web browser.


https://ohmyz.sh/

Oh-My-Zsh is a delightful, open source, community-driven framework for managing your ZSH configuration.


https://sqlectron.github.io/

UNMAINTAINED - SEE BELOW. A simple and lightweight SQL client desktop with cross database and platform support.


http://docs.graylog.org

Graylog is an open source log management platform.


https://jenkins-x.io/

Jenkins X is a CI/CD solution for modern cloud applications on Kubernetes


https://crontab.guru/

An easy to use editor for crontab schedules.


https://github.com/diegohaz/rest

RESTful API generator using NodeJS, Express and Mongoose


https://witeboard.com/

Witeboard is the fastest way to collaborate real-time with your team anywhere.


https://varnish-cache.org/

This is Varnish Cache, the high-performance HTTP accelerator.


https://davidwalsh.name/console-probe

Though not interactive, I've found that console-probe is an improvement over console.log, providing me highlighted property types, lengths, and a nice visual tree view.


http://travistidwell.com/jsencrypt/demo/

Online RSA key generation utility


https://hash.online-convert.com/sha256-generator

Calculate a SHA-256 hash with this free online converter. Additionally create a checksum of your file.


http://www.plainenglish.co.uk/drivel-defence-text.html

This tools numbers to words in your sentences in a nice report.

Plain English Campaign is an independent group fighting for plain English in public communication. We oppose gobbledygook, jargon and l...


http://gunning-fog-index.com/

This is a tool that tries to calculate the Gunning Fog Index. It is a weighted average of the number of words per sentence, and the number of long words per word. An interpretation is that the text ca...


http://www.plainenglish.co.uk/files/alternative.pdf

If you find yourself about to write, type or dictate a word you wouldn’t use in every day conversation, look it up in the A to Z. You should find a simpler alternative. Often there will be a choice of...


http://splasho.com/upgoer5/

CAN YOU EXPLAIN A HARD IDEA USING ONLY THE TEN HUNDRED MOST USED WORDS? IT'S NOT VERY EASY. TYPE IN THE BOX TO TRY IT OUT.


http://www.hemingwayapp.com/

Hemingway makes your writing bold and clear. It's like a spellchecker, but for style. It makes sure that your reader will focus on your message, not your prose.


http://www.creativebloq.com/design-tools/data-visualization-712402