Tools
Stacks
Comparisons
Sign up/Login
Jing Li
thyrlian
39 points
Tools thyrlian is Following
Jira
atlassian.com/software/jira
Jira's secret sauce is the way it simplifies the complexities of software development into manageable units...
Travis CI
travis-ci.com
Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions)...
Docker
docker.com
The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, en...
Jenkins
jenkins-ci.org
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it prov...
Coveralls
coveralls.io
Coveralls works with your CI server and sifts through your coverage data to find issues you didn't even kno...
Mocha
mochajs.org
Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous t...
Gradle
gradle.org
Gradle is a build tool with a focus on build automation and support for multi-language development. If you ...
Ruby
ruby-lang.org
Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorit...
Java
java.com
Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are...
Sinatra
sinatrarb.com
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
Android SDK
developer.android.com
Android provides a rich application framework that allows you to build innovative apps and games for mobile...
jQuery
jquery.com
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
MySQL
mysql.com
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Langu...
Oracle
oracle.com/us/products/data...
Oracle Database is an RDBMS. An RDBMS that implements object-oriented features such as user-defined types, ...
MongoDB
mongodb.com
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema....
Git
git-scm.com
Git is a free and open source distributed version control system designed to handle everything from small t...
NGINX
nginx.org
nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoe...
Unicorn
unicorn.bogomips.org
Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-ba...
Bootstrap
getbootstrap.com
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects ...
HAML
haml.info
Haml is a markup language that’s used to cleanly and simply describe the HTML of any web document, without ...
JavaScript
developer.mozilla.org/en-US...
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments...
BinTray
bintray.com
Bintray offers developers the fastest way to publish and consume OSS software releases. With Bintray's full...
JUnit
junit.org
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit...
XML
w3.org/XML
A markup language that defines a set of rules for encoding documents in a format that is both human-readabl...
HTML
Hypertext Markup Language for creating web pages.
Rake
github.com/ruby/rake
It is a software task management and build automation tool. It allows the user to specify tasks and describ...
SonarQube
sonarqube.org
SonarQube provides an overview of the overall health of your source code and even more importantly, it high...
JSON
json.org
JavaScript Object Notation is a lightweight data-interchange format. It is easy for humans to read and writ...
REST
en.wikipedia.org/wiki/Repre...
An architectural style for developing web services. A distributed system framework that uses Web protocols ...
guava
github.com/google/guava
The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: c...
Docker Compose
github.com/docker/compose
With Compose, you define a multi-container application in a single file, then spin your application up in a...
OkHttp
square.github.io/okhttp
HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently make...
Shell
en.wikipedia.org/wiki/Shell...
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage ...
Minitest
github.com/seattlerb/minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.