All the best open source and Software as a Service (SaaS) tools in one place 工具 工欲善其事必先利其器
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 工具 工欲善其事必先利其器的更多相关文章
- 什么是 SaaS (Software as a Service)
什么是SaaS (Software as a service ) 把软件作为一个服务.SaaS是一种cloud-based 和通过Internet提供软件的模式,用户不用再购买软件,而改用向提供商租用 ...
- open source e-business software - prestashop
https://www.prestashop.com/en/system-requirements
- 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 ...
- Tools - 源代码阅读分析工具Source Insight
简介 https://www.sourceinsight.com/ Source Insight是一个面向项目开发的程序编辑器和代码浏览器,可以分析C/C++.C#.Java.Python等语言源代码 ...
- 【Python - pip source】工欲善其事,必先利其器 - 不要让 pip install timeout 成为你的烦恼
目录 前言 一.原因 二.解决方法 2.1 思路 2.2 国内镜像源列举 2.3 具体解决过程 2.3.1 方法一:命令行(推荐) 2.3.2 方法二:创建文件 总结 前言 解决pip install ...
- 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 ...
- 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 ...
- 在 CentOS 上安装和配置 OpenNebula
转自:http://www.aikaiyuan.com/4889.html 我们提到的云计算一般有三种类型:软件即服务(Software as a Service, SaaS),平台即服务(Platf ...
- 云计算概述和KVM虚拟化
前言: 近些年一直听着 虚拟化.云计算.公有云.私有云.混合云这些个概念,一直想着....这些概念要用什么技术实现? 一.云计算的概念 1.传统IDC机房面都会临什么问题? 任何新事物都是由需求催生的 ...
随机推荐
- ajax原生post请求
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- P1136 迎接仪式 (动态规划)
题目描述 LHX教主要来X市指导OI学习工作了.为了迎接教主,在一条道路旁,一群Orz教主er穿着文化衫站在道路两旁迎接教主,每件文化衫上都印着大字.一旁的Orzer依次摆出“欢迎欢迎欢迎欢迎……”的 ...
- 如何解决maven archetype加载太慢的方法
有时候在构建maven项目时,archetype加载不出来,一直在Retrieving archetype...,现象如下: 有两种解决方法: ①点击链接下载:http://files.cnblogs ...
- angular父子scope之间的访问
1.子可以访问父的scope,也可以更新相同的scope,但父scope不会被刷新 2.父要访问子scope的方法
- Python入门--2--继续学习
继续学习小甲鱼 一.python比较操作符 == :判断左边是否等于右边 != : 判断左边是否不能右边 二. if while判断语句 栗子: temp = input ("sha shu ...
- POJ 3694 (tarjan缩点+LCA+并查集)
好久没写过这么长的代码了,题解东哥讲了那么多,并查集优化还是很厉害的,赶快做做前几天碰到的相似的题. #include <iostream> #include <algorithm& ...
- codechef Tree and Queries Solved
题目链接: https://www.codechef.com/problems/IITK1P10 大概是:修改点值,求子树节点为0有多少个, DFS序后,BIT 询问,修改 ; { ...
- TOT 傅立叶变换 FFT 入门
HDU 1402,计算很大的两个数相乘. FFT 只要78ms,这里: 一些FFT 入门资料:http://wenku.baidu.com/view/8bfb0bd476a20029bd642d85. ...
- luogu P1043 数字游戏
题目描述 丁丁最近沉迷于一个数字游戏之中.这个游戏看似简单,但丁丁在研究了许多天之后却发觉原来在简单的规则下想要赢得这个游戏并不那么容易.游戏是这样的,在你面前有一圈整数(一共n个),你要按顺序将其分 ...
- BUPT复试专题—分数加法(2014网研)
题目描述 求2^-a + 2^-b,其中a和b均为正整数,结果用最简分数表示 输入 第一行为测试数据的组数T (1~400).请注意,任意两组测试数据之间相互独立的.每组测试数据一行,包含两个整数a和 ...