SabNode Careers

API Version: 1.0.0

[ GET / ] Return Home

Introduction

Welcome to the SabNode Careers API. This specification defines the available endpoints (open positions) within our organization. We are looking for high-performance nodes to join our cluster.

{
  "company": "SabNode",
  "culture": "Developer-First",
  "aesthetic": "Strict Monochrome",
  "contact": "careers@sabnode.in"
}

Available Positions

POST/careers/engineering/frontend
OPEN

Summary

Frontend Engineer (Ui20 UI)

Implement strictly monochrome aesthetics and cutting edge interfaces.

Requirements schema

type Requirements = {
  skills: Array<string>;
};

const required: Requirements = {
  skills: [
    "React",
    "TypeScript",
    "Tailwind CSS",
    "Attention to Detail"
  ]
};

Responses

200Success Application received. Await callback.
400Bad Request Missing required parameters in application payload.
POST/careers/engineering/backend
OPEN

Summary

Backend Engineer (Go/Node)

Design and implement scalable APIs and microservices.

Requirements schema

type Requirements = {
  skills: Array<string>;
};

const required: Requirements = {
  skills: [
    "Node.js",
    "Go",
    "PostgreSQL",
    "Redis"
  ]
};

Responses

200Success Application received. Await callback.
400Bad Request Missing required parameters in application payload.