Open Source & SaaS Tools | StackShare https://stackshare.io/categories

AfterShip/SaaS: List of SaaS that we are using https://github.com/AfterShip/SaaS#the-saas-that-aftership-is-using

The SaaS that AfterShip is using

Last update: 2018 Mar

Here are the list of SaaS that we are using.

If you know any tools better that that, please feel free to let us know!

Features Using Alternative
Accounting Expensify, Quickbooks  
Analytics Mixpanel, baremtrics  
API SaaS apiary.io mashape.com or swagger.io
Big Data & BI google bigquery  
Blog Ghost  
CDN DNS cloudflare  
Cloud Storage dropbox, gdrive  
CMS Contentful  
Code Coverage codecov.io  
Communication telegram, Zoom.us slack, basecamp)
Continuous Integration Travis CI, Circle CI, Bitrise  
Corporate Email GSuite  
Design Portal Dribbble  
eSignature DocuSign  
Helpdesk zendesk, uservoice helpscout
HR / Admin Justlogin, Lever.co  
Newsletter mailchimp  
Password managment 1Password lastpass
Proxy proxymesh  
Sales Pipe Drive  
Search Engine algolia  
Security hackerone  
Server Monitoring newrelic, runscope, pingdom, statuspage, pagerduty  
SMS twilio  
Ticket Tracking JIRA  
Transactional Email sendgrid  

Find More

You can find other SaaS from stackshare.io

Customer Messaging Platform | Intercom https://www.intercom.com/

Chef vs Puppet vs Ansible vs Saltstack: Which One to Choose | Edureka https://www.edureka.co/blog/chef-vs-puppet-vs-ansible-vs-saltstack/

All the best open source and Software as a Service (SaaS) tools in one place 工具 工欲善其事必先利其器的更多相关文章

  1. 什么是 SaaS (Software as a Service)

    什么是SaaS (Software as a service ) 把软件作为一个服务.SaaS是一种cloud-based 和通过Internet提供软件的模式,用户不用再购买软件,而改用向提供商租用 ...

  2. open source e-business software - prestashop

    https://www.prestashop.com/en/system-requirements

  3. Free and Open Source Load-Balancing Software and Projects--转

    http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.html This ove ...

  4. Tools - 源代码阅读分析工具Source Insight

    简介 https://www.sourceinsight.com/ Source Insight是一个面向项目开发的程序编辑器和代码浏览器,可以分析C/C++.C#.Java.Python等语言源代码 ...

  5. 【Python - pip source】工欲善其事,必先利其器 - 不要让 pip install timeout 成为你的烦恼

    目录 前言 一.原因 二.解决方法 2.1 思路 2.2 国内镜像源列举 2.3 具体解决过程 2.3.1 方法一:命令行(推荐) 2.3.2 方法二:创建文件 总结 前言 解决pip install ...

  6. Top free and open source log management software

    As mentioned in the previous post, in my quest to find an alternative to Kiwi Syslog, I looked at a ...

  7. The Open Source Business Model is Under Siege

    https://www.influxdata.com/blog/the-open-source-database-business-model-is-under-siege/ A few weeks ...

  8. 在 CentOS 上安装和配置 OpenNebula

    转自:http://www.aikaiyuan.com/4889.html 我们提到的云计算一般有三种类型:软件即服务(Software as a Service, SaaS),平台即服务(Platf ...

  9. 云计算概述和KVM虚拟化

    前言: 近些年一直听着 虚拟化.云计算.公有云.私有云.混合云这些个概念,一直想着....这些概念要用什么技术实现? 一.云计算的概念 1.传统IDC机房面都会临什么问题? 任何新事物都是由需求催生的 ...

随机推荐

  1. 【单调队列优化dp】HDU 3401 Trade

    http://acm.hdu.edu.cn/showproblem.php?pid=3401 [题意] 知道之后n天的股票买卖价格(api,bpi),以及每天股票买卖数量上限(asi,bsi),问他最 ...

  2. cf487C Prefix Product Sequence

    Consider a sequence [a1, a2, ... , an]. Define its prefix product sequence . Now given n, find a per ...

  3. Codevs 1043 ==洛谷 P1004 方格取数

    题目描述 设有N*N的方格图(N<=9),我们将其中的某些方格中填入正整数,而其他的方格中则放 人数字0.如下图所示(见样例): A 0 0 0 0 0 0 0 0 0 0 13 0 0 6 0 ...

  4. 再看c语言之getchar/putchar

  5. linux磁盘I/O的性能评估

    linux磁盘I/O的性能评估 参考自:自学it网,http://www.zixue.it/. (1)使用iostat命令. [test@localhost /]$ iostat -d Linux - ...

  6. docker-清理none镜像等操作

    有时候由于调试代码产生很多的none的image,挨个清理会有些麻烦,从网上找到的命令 // 停止所有容器 docker ps -a | grep "Exited" | awk ' ...

  7. MySQL与MSSQL的一些语法差异(持续更新中)

    分号不能少:分号不能少:分号不能少:重要的事情说3遍 Insert或者Update的数据包含反斜杠\的时候需要进行转义\\,例:insert into tablename(id,name) value ...

  8. STM32 GPIO寄存器 IDR ODR BSRR BRR

    IDR是查看引脚电平状态用的寄存器,ODR是引脚电平输出的寄存器 下面内容的原文:http://m646208823.blog.163.com/blog/static/1669029532012931 ...

  9. 如何快速的知道Maven插件的命令行输入参数

    用命令行使用Maven的插件时,-D表示属性的输入,-P表示构建配置文件的输入. 比如要使用package生命周期阶段对Application项目进行打包jar时,查找方式如下: 1.由于packag ...

  10. windows 下QT5.5+vs2013开发环境搭建

    开发环境搭建: 1.下载QT,下载的网址如下: http://download.qt.io/official_releases/vsaddin/ http://download.qt.io/offic ...