-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsulting.html
More file actions
executable file
·64 lines (61 loc) · 2.04 KB
/
consulting.html
File metadata and controls
executable file
·64 lines (61 loc) · 2.04 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
---
layout: default
title: Home
---
<div class="center-section-15">
<div class="developer-product-heading">Consulting Services</div>
</div>
<div class="progress-bar-block">
<div class="progress">
<div class="progress-bar progress-bar-primary" style="width: 100%">
</div>
</div>
</div>
<ul class="icon-list">
<li>
<img src="assets/img/PCB.png" class="icon-list-img"></br>
Hardware / Sourcing
<div class="icon-list-sub">
Find, buy, build IoT devices at scale</br> </br>
Prototype new hardware applications</br></br>
Quality control and research for hardware components
</div>
</li>
<li>
<img src="assets/img/Network.png" class="icon-list-img">
Network / Telecom / SIM
<div class="icon-list-sub">
SIM card vendor sourcing and quality control</br></br>
Telecoms and device data traffic optimization</br></br>
International network provider service agreement sourcing
</div>
</li>
<li>
<img src="assets/img/Software.png" class="icon-list-img">
Software / Embedded / Web App
<div class="icon-list-sub">
Embedded software application specification, design, and development</br></br>
One website to manage all your devices</br></br>
Custom IoT data pipelines from device to cloud</br></br>
Machine learning and AI at the edge and in the cloud
</div>
</li>
<li>
<img src="assets/img/Cloud.png" class="icon-list-img">
Automation / Cloud / DevOps
<div class="icon-list-sub">
High availability cloud infrastructure on AWS</br></br>
CI/CD for devices and infrastructure</br></br>
IoT cloud infrastructure security audits
</div>
</li>
</ul>
<div class="progress-bar-block">
<div class="progress">
<div class="progress-bar progress-bar-primary" style="width: 100%">
</div>
</div>
</div>
<div class="inline-spacer">
{% include footer.html %}
</div>