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机房面都会临什么问题? 任何新事物都是由需求催生的 ...
随机推荐
- 【容器人必看】你一定要来 ECUG Con 2018 的三个理由!
引领国内云领域风向的高端峰会 ECUG Con 2018,即将在 12 月 22-23 日 深圳南山 全新启程!如果你的工作和容器内容相关联,如果你的兴趣和容器技术有交集,如果你是「容器人」,那么这就 ...
- SPOJ GSS1 Can you answer these queries I ——线段树
[题目分析] 线段树裸题. 注意update的操作,写结构体里好方便. 嗯,没了. [代码] #include <cstdio> #include <cstring> #inc ...
- 如何将一个int转换成cstring
如:int a = 5;CString b;b.Format("%d",a);补充:如果a是double,或a是float的就是:b.Format("%f",a ...
- hdu 2713
#include<stdio.h> #include<string.h> int map[151000][2]; int max(int a,int b) { return ...
- bzoj2144 跳跳棋 二分
[bzoj2144]跳跳棋 Description 跳跳棋是在一条数轴上进行的.棋子只能摆在整点上.每个点不能摆超过一个棋子.我们用跳跳棋来做一个简单的游戏:棋盘上有3颗棋子,分别在a,b,c这三个位 ...
- springmvc接口接收json类型参数设置
Springmvc需要如下配置: 1.开启注解 <!-- 开启注解--> <mvc:annotation-driven /> 2.加入相关bean <bean class ...
- 线程池的使用。好文。mark【http://blog.csdn.net/rwecho/article/details/21157289】
介绍new Thread的弊端及Java四种线程池的使用,对Android同样适用.本文是基础篇,后面会分享下线程池一些高级功能. 1.new Thread的弊端执行一个异步任务你还只是如下new T ...
- 注解@RequestMapping value 用法
本文引自:https://blog.csdn.net/qq_33811662/article/details/80864784 RequestMapping是一个用来处理请求地址映射的注解,可用于类. ...
- http转成https
1.在阿里云服务器上购买一个AC证书,将证书下载下来 2.解压放在tomcat目录下,cert文件夹是我自己建的 3.修改tomcat的配置文件上面那个原来是被注掉的放开 把端口改为443,htt ...
- 关于Lisp和函数式编程 & 各种语言对比 & TIOBE
上一篇文章提到了,今天又读到Lisp的一些内容 <为什么Lisp如此先进>ruanyifeng(Link).关于Lisp的八卦,可以参考我前面两篇文章 http://www.cnblogs ...