mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
markdown jobs
This commit is contained in:
parent
60a0b0cee8
commit
7ee1d30f51
7 changed files with 56 additions and 8 deletions
7
content/jobs/api-engineer.md
Normal file
7
content/jobs/api-engineer.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: API Engineer
|
||||
order: 5
|
||||
status: active
|
||||
url: https://hire.withgoogle.com/public/jobs/lbryio/view/P_AAAAAADAAADFYg8lMqDBXz?trackingTag=joinUs
|
||||
---
|
||||
(API engineer)
|
7
content/jobs/application-engineer-lead.md
Normal file
7
content/jobs/application-engineer-lead.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Lead Application Engineer
|
||||
order: 2
|
||||
status: active
|
||||
url: https://hire.withgoogle.com/public/jobs/lbryio/view/P_AAAAAADAAADNhIbg93Flmj?trackingTag=joinUs
|
||||
---
|
||||
(write me)
|
11
content/jobs/blockchain-engineer.md
Normal file
11
content/jobs/blockchain-engineer.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Blockchain Engineer
|
||||
order: 1
|
||||
status: active
|
||||
url: https://hire.withgoogle.com/public/jobs/lbryio/view/P_AAAAAADAAADLZMs9Keowq0?trackingTag=joinUs
|
||||
---
|
||||
This position involves working directly on the LBRY [blockchain](https://github.com/lbryio/lbrycrd), written in C++.
|
||||
|
||||
Competence with cryptography, security, and networks is mandatory. Experience with blockchain is beneficial but not required.
|
||||
|
||||
Blockchain work is like being a goalkeeper: good work goes under-appreciated, but mistakes are catastrophic. It's helpful if you're the kind of masochist that enjoys this.
|
7
content/jobs/project-manager.md
Normal file
7
content/jobs/project-manager.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Project Manager
|
||||
order: 3
|
||||
status: active
|
||||
url: https://hire.withgoogle.com/public/jobs/lbryio/view/P_AAAAAADAAADDIQ-YUHEtOA?trackingTag=joinUs
|
||||
---
|
||||
(write me)
|
11
content/jobs/protocol-engineer.md
Normal file
11
content/jobs/protocol-engineer.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Protocol Engineer
|
||||
order: 4
|
||||
status: rolling
|
||||
url: https://hire.withgoogle.com/public/jobs/lbryio/view/P_AAAAAADAAADALc6v5NkAOf?trackingTag=joinUs
|
||||
---
|
||||
The LBRY protocol consists of a [set of APIs](https://lbry.io/api) provided via a daemon. This daemon is comprised of several sub-components, and interacts with the blockchain, wallet, and other remote daemons that constitute the LBRY data network.
|
||||
|
||||
The LBRY [daemon](https://github.com/lbryio/lbry) and [wallet](https://github.com/lbryio/lbryum) are both written in Python, but maybe you're the one to rewrite them in Go (we're kidding) (probably).
|
||||
|
||||
Competence with security, operating systems, and networks is mandatory. Experience with peer-to-peer technology is beneficial but not required.
|
8
content/jobs/web-developer.md
Normal file
8
content/jobs/web-developer.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Web Developer
|
||||
order: 10
|
||||
status: closed
|
||||
---
|
||||
We're seeking someone to manage [this very website](https://github.com/lbryio/lbry.io), as well as other LBRY web properties and projects.
|
||||
|
||||
This position involves both design and programming elements and is good for someone with a mix of creativity and logic. The LBRY website currently uses a moderate amount of PHP, but you be the product owner and have full control over the implementation.
|
|
@ -72,6 +72,10 @@
|
|||
<h2 id="positions">Positions</h2>
|
||||
<em>If a position is marked paused, you are still welcome to contact us. For blockchain, protocol, and application engineers, we will be hiring regularly throughout 2018.</em>
|
||||
<div>
|
||||
<?php /**
|
||||
* Jobs partial goes here! Previous job markup left below, can be deleted after ticket is finished.
|
||||
*/ ?>
|
||||
<?php /*
|
||||
<h3 id="blockchain-engineer">Blockchain Engineer <span class="badge badge-primary">Active</span></h3>
|
||||
<p>
|
||||
This position involves working directly on the LBRY <a href="https://github.com/lbryio/lbrycrd">blockchain</a>, written in C++.
|
||||
|
@ -91,14 +95,7 @@
|
|||
</p>
|
||||
<p>Competence with security, operating systems, and networks is mandatory. Experience with peer-to-peer technology is beneficial but not required.</p>
|
||||
|
||||
<h3 id="web-developer">Web Developer <span class="badge badge-info">Paused</span></h3>
|
||||
<p>
|
||||
We're seeking someone to manage <a href="https://github.com/lbryio/lbry.io">this very website</a>, as well as other LBRY web properties and projects.
|
||||
</p>
|
||||
<p>
|
||||
This position involves both design and programming elements and is good for someone with a mix of creativity and logic.
|
||||
The LBRY website currently uses a moderate amount of PHP, but you be the product owner and have full control over the implementation.
|
||||
</p>
|
||||
*/ ?>
|
||||
</div>
|
||||
<h2 id="applying">Applying</h2>
|
||||
<h4 id="how-to-apply">How To Apply</h4>
|
||||
|
|
Loading…
Add table
Reference in a new issue