-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (98 loc) · 4.43 KB
/
index.html
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<script src="main.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script>
$(document).ready(function()
{
$("#klik").click(function() {
$(".model-background").show()
$("#klik").remove()
});
});
</script>
</head>
<body>
<div>
<a href="#" id="klik"">Apply</a>
</div>
<div class="model-background">
<div class="nav">
<h3 class="text-center">
Software Engineer, IPFS Cluster
</h3>
<h4 class="text-center">
<span>
REMOTE
</span>
<span>
ENGINEERING
</span>
<span>
FULL TIME
</span>
</h4>
</div>
<div class="main">
<p>
<b>We seek a software engineer to work on the IPFS Cluster project.</b>
</p>
<h5>
Engineering at HERC
</h5>
<p>
Engineering at Protocol Labs is not just about writing world-class code. We create software systems that tackle significant challenges. We aim to solve those challenges with new technology breakthroughs and great user experience design. We believe in an open-source approach to creation. We strike a balance between pragmatism, deeply informed protocol design, and strict application of strong engineering principles. All of this happens in an environment defined by curiosity, passion, and a love for open source.
</p>
<h5>
As a Software-Engineer working with Protocol Labs on the ipfs-cluster project you will...
</h5>
<ul>
<li>Use ipfs-cluster to harness the power of a swarm of ipfs nodes, enabling the distribution and replication of datasets among them</li>
<li>Learn and contribute to the libp2p stack, working on RPC and consensus protocols on top of libp2p.</li>
<li>Build and transform merkle trees so that ipfs-cluster can efficiently work with very large datasets.</li>
<li>Scale, improve and implement features that will be key to the storage market powered by filecoin</li>
<li>Work on data replication and advanced fault tolerance strategies on ipfs</li>
<li>Support users with real-life use cases, writing open-source code that will run in many different environments</li>
<li>Plan your own time and focus, working in a loosely coordinated team advancing open-source technologies</li>
</ul>
<h5>
You may be a fit for this role if you have...
</h5>
<ul>
<li>UExperience programming in Go</li>
<li>Experience working in cluster-software and distributed software (software running in many different machines).</li>
<li>Experience working in open-source and using standard open-source tooling (Github…).</li>
<li>Automation of infrastructure and related technologies (i.e. terraform, packer, ansible...)</li>
</ul>
<h5>
Bonus Points...
</h5>
<ul>
<li>Experience with file systems and data replication (bonus: distributed data replication)</li>
<li>Extensive knowledge/experience working on consensus algorithms</li>
<li>Experience working with libp2p and/or parts of the IPFS ecosystem (including IPLD)</li>
<li>Experience working remotely and self-managing your time</li>
</ul>
<p class="spacer">
<b>What’s it like to work at HERC?</b>
</p>
<p>
HERC's mission is to improve humanity’s most important technology, the Internet. We build protocols, systems, and tools to improve how it works. Today, we are focused on how we store, locate, and move information. Our projects include IPFS, Filecoin, libp2p, and more.<br>
As a distributed team, we hire anywhere in the world, and at different levels of experience (entry, senior, staff). We look for people with unique perspectives and diverse backgrounds.
</p>
<div class="text-center">
<a href="mailto:[email protected]">APPLY</a>
</div>
</div>
</div>
</body>
</html>