-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech.html
More file actions
69 lines (65 loc) · 1.06 KB
/
tech.html
File metadata and controls
69 lines (65 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: default
title: Tech
excerpt: Craftship loves new tech, checkout the tech that we love to use.
cd:
- Codefresh
- Circle
- Travis
- Jenkins
- CodeShip
- Amazon CodePipeline
infrastructure:
- Kubernetes
- Serverless
- Docker Cloud
- Amazon Web Services
- Amazon ECS
backend:
- Node.js
- Ruby / Rails
- Express
- Restify
- Golang
frontend:
- React.js
- React Native
- Redux
- Cycle.js
- ClojureScript
- Elm
testing:
- Mocha
- Chai
- Sinon
- Test Cafe
- Jest
- Enzyme
data:
- Datomic
- Firebase
- ElasticSearch
- Postgres
- Redis
- MongoDB
---
<section class="row">
{%
include shared/page-heading.html
icon="pencil"
heading="Tech"
subheading="Cutting edge tech that we love to use."
icon_alt="Tech stacks. So many new things to learn, so little time."
%}
</section>
<section class="content row">
{%
include tech/stacks.html
cd=page.cd
infrastructure=page.infrastructure
backend=page.backend
frontend=page.frontend
testing=page.testing
data=page.data
%}
</section>