-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
66 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
id: 1 | ||
title: Infosec Expert Protocol Developer | ||
pubDate: '2022-01-13T00:00:00+00:00' | ||
type: "remote" | ||
permalink: /infosec-expert/ | ||
layout: "../layouts/JobPost.astro" | ||
--- | ||
### InfoSec + Protocol + JavaScript Expert | ||
|
||
Are you an expert at JavaScript with an interest in infosec? Been programming for at least 4 years? Know several programming languages? Great! You might be a fit for this position. 🙂 | ||
|
||
#### Required attributes | ||
|
||
- JavaScript expert and able to prove it. | ||
- Understanding of basic infosec concepts. | ||
- Minimum 4 years of programming experience using more than one programming language. | ||
- Excited to learn new tools and new ways of programming. | ||
- Are able to get up and running with Group Income development because you find [the instructions](https://github.com/okTurtles/group-income-simple/blob/master/README.md) trivial to follow. | ||
- Know how to submit pull requests. | ||
- Are self-taught and are constantly pushing yourself to expand your knowledge and skillset. | ||
- You are not intimidated by anything written above. | ||
- Able to commit at least 15 hours per week for the next 6 months or so. We do weekly video chats on Monday at 8am Pacific Time. | ||
- Are excited by what we're creating. | ||
|
||
#### What to expect | ||
|
||
Have a look at our [Github Project](https://github.com/okTurtles/group-income-simple/) and [existing pull requests](https://github.com/okTurtles/group-income-simple/pulls?q=is%3Apr+is%3Aclosed+is%3Amerged). Our development process involves in-depth review and testing to catch as many bugs as we can before any code makes its way into user's hands to ensure the highest level of quality. Be prepared for potentially multiple rounds of PR reviews, and be prepared to also review other people's code. | ||
|
||
#### Compensation | ||
|
||
- In Bitcoin (BTC), Ether (ETH), Monero (XMR), or Zcash (ZEC) preferred (most of our donations are crypto). We can pay in USD if there is no other way. | ||
- Everyone who contributes meaningful work to the project will be added to the Group Income Developers group for 1 year following its launch, which will provide a mincome of some amount to its members. There will be around 7 to 10 reserved, *lifetime*\* seats that will be given to the top contributors to Group Income as of its 1.0 launch. About 5 or 6 of these seats have already been locked in for existing contributors to date. | ||
|
||
\* *A lifetime seat means that person cannot be voted out of the group.* | ||
|
||
#### Here's how to maximize your chances of getting the position | ||
|
||
1. Use the nav bar to look through the pages on this website (maybe watch [some videos](/shorts/), read [some posts](/blog/)). Decide whether this project excites you. We're only looking for people who are genuinely interested/excited in what we're creating. | ||
2. Proceed to **Application Instructions** below and apply as soon as you can. | ||
|
||
### Application Instructions | ||
|
||
1. Send an email to [hi@okturtles.org](mailto:hi@okturtles.org) telling us: | ||
1. Why you think you're a great fit for this position. | ||
2. What, if anything, you think you might have trouble with (be honest). | ||
3. Links to at least two JavaScript-based projects that you've written for us to review. | ||
4. Link(s) to portfolio(s) if you have any. | ||
5. How long you've been a developer and what programming languages you know. | ||
6. Any questions/concerns you have. | ||
7. How soon you'll be able to start. | ||
2. Install [Keybase](https://keybase.io) and send a copy of that email to [greg](https://keybase.io/greg). | ||
|
||
We should respond back within a week or so of receiving your application (depending on how many responses we've received so far). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
--- | ||
import Layout from '../../layouts/JobPost.astro'; | ||
import { sortedPosts } from '@/utils/sort' | ||
const jobs = sortedPosts(await Astro.glob('../../jobs/*.{md,mdx}')); | ||
--- | ||
|
||
<Layout> | ||
{jobs.map((job) => ( | ||
<article set:html={job.compiledContent()} /> | ||
))} | ||
|
||
</Layout> | ||
<Layout/> |