Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

jobs: archive software engineer post

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

Anirudh Oppiliappan (May 11, 2026, 2:15 PM +0300) 344aed13 9492b720

+18 -18
+2 -2
jobs/src/index.ts
··· 9 9 // --------------------------------------------------------------------------- 10 10 // Job postings — add a new markdown file in src/postings/ and import it here 11 11 // --------------------------------------------------------------------------- 12 - import softwareEngineer from './postings/software-engineer.md'; 12 + // import softwareEngineer from './postings/software-engineer.md'; 13 13 14 14 interface Posting { 15 15 slug: string; ··· 41 41 } 42 42 43 43 const POSTINGS: Posting[] = [ 44 - parsePosting('software-engineer', softwareEngineer as string), 44 + // parsePosting('software-engineer', softwareEngineer as string), 45 45 // add more here as you create markdown files 46 46 ]; 47 47
-16
jobs/src/postings/software-engineer.md
··· 1 - --- 2 - title: Software Engineer, Platform 3 - location: Remote 4 - type: Full-time 5 - salary: €100k–€120k 6 - --- 7 - 8 - We're looking for a Software Engineer to join us in building the 9 - next-generation code forge. 10 - 11 - **What you'll work on**: Primarily, our new CI platform: Go, Firecracker/QEMU, 12 - Nix and general distributed systems expertise. Ideally you check all these 13 - boxes. 14 - 15 - **What we offer**: Competitive (for Europe) salary, equity, benefits. We hire 16 - from anywhere in the world and don't location-adjust pay.
+16
jobs/src/postings/archive/software-engineer.md
··· 1 + --- 2 + title: Software Engineer, Platform 3 + location: Remote 4 + type: Full-time 5 + salary: €100k–€120k 6 + --- 7 + 8 + We're looking for a Software Engineer to join us in building the 9 + next-generation code forge. 10 + 11 + **What you'll work on**: Primarily, our new CI platform: Go, Firecracker/QEMU, 12 + Nix and general distributed systems expertise. Ideally you check all these 13 + boxes. 14 + 15 + **What we offer**: Competitive (for Europe) salary, equity, benefits. We hire 16 + from anywhere in the world and don't location-adjust pay.